

/* Start:/bitrix/templates/main/template_styles.css?1514288388109704*/
* {
    outline: none;
}

/* Reset CSS */
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%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 9999px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: OpenSans;
    font-weight: normal;
    font-style: normal;
    src: url("/bitrix/templates/main/fonts/open-sans/OpenSans-Regular.eot");
    src: url("/bitrix/templates/main/fonts/open-sans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/fonts/open-sans/OpenSans-Regular.woff") format("woff"), url("/bitrix/templates/main/fonts/open-sans/OpenSans-Regular.ttf") format("truetype"), url("/bitrix/templates/main/fonts/open-sans/OpenSans-Regular.svg#OpenSans") format("svg");
}

@font-face {
    font-family: OpenSansBold;
    font-weight: bold;
    font-style: normal;
    src: url("/bitrix/templates/main/fonts/open-sans/OpenSans-Bold.eot");
    src: url("/bitrix/templates/main/fonts/open-sans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/fonts/open-sans/OpenSans-Bold.woff") format("woff"), url("/bitrix/templates/main/fonts/open-sans/OpenSans-Bold.ttf") format("truetype"), url("/bitrix/templates/main/fonts/open-sans/OpenSans-Bold.svg#OpenSansBold") format("svg");
}

@font-face {
    font-family: PT_Sans;
    font-weight: normal;
    font-style: normal;
    src: url("/bitrix/templates/main/fonts/pt-sans/PT-Sans-Regular.eot");
    src: url("/bitrix/templates/main/fonts/pt-sans/PT-Sans-Regular.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/fonts/pt-sans/PT-Sans-Regular.woff") format("woff"), url("/bitrix/templates/main/fonts/pt-sans/PT-Sans-Regular.ttf") format("truetype"), url("/bitrix/templates/main/fonts/pt-sans/PT-Sans-Regular.svg#PT_Sans") format("svg");
}

@font-face {
    font-family: PT_SansBold;
    font-weight: bold;
    font-style: normal;
    src: url("/bitrix/templates/main/fonts/pt-sans/PT-Sans-Bold.eot");
    src: url("/bitrix/templates/main/fonts/pt-sans/PT-Sans-Bold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/main/fonts/pt-sans/PT-Sans-Bold.woff") format("woff"), url("/bitrix/templates/main/fonts/pt-sans/PT-Sans-Bold.ttf") format("truetype"), url("/bitrix/templates/main/fonts/pt-sans/PT-Sans-Bold.svg#PT_SansBold") format("svg");
}

.btn-style {
    position: relative;
    background: url(/bitrix/templates/main/image/elements/btn-style-bg.png) repeat-x 0 0;
    border: 1px solid #f58c09;
    border-top-color: #ffad21;
    border-bottom-color: #f18100;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.27);
    font-family: 'PT_SansBold';
    padding: 5px 5px 8px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.btn-style:hover {
    background-position: 0 -36px;
}

.btn-style:active {
    background-position: 0 -72px;
}

.btn-style.loader {
    padding: 5px 5px 6px;
    background: #e3e3e3;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border-top: 4px solid #b8b8b8;
    cursor: default;
    color: #e3e3e3;
}

.btn-style.loader:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(/bitrix/templates/main/image/preload/preload_color.gif) no-repeat center center;
    margin: -11px 0 0 -11px;
    top: 50%;
    left: 50%;
    z-index: 10;
}

.btn-style-grey {
    position: relative;
    background: url(/bitrix/templates/main/image/elements/btn-style-gray.png) repeat-x 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.27);
    font-family: 'PT_SansBold';
    padding: 6px 8px 9px;
    text-align: center;
    overflow: hidden;
    max-height: 33px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    color: #fff;
}

.btn-style-grey:hover {
    background-position: 0 -33px;
}

.btn-style-grey:active {
    background-position: 0 -66px;
}

.btn-style-orange {
    position: relative;
    background: url(/bitrix/templates/main/image/elements/btn-style-bg.png) repeat-x 0 -1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.27);
    font-family: 'PT_SansBold';
    padding: 6px 8px 9px;
    text-align: center;
    max-height: 33px;
    overflow: hidden;
    font-size: 16px;
    cursor: pointer;
    border: none;
    color: #fff;
}

.btn-style-orange:hover {
    background-position: 0 -36px;
}

.btn-style-orange:active {
    background-position: 0 -72px;
}

.btn-style-orange.basket-item {
    padding-left: 30px;
}

.btn-style-orange.basket-item:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 20px;
    background: url(/bitrix/templates/main/image/icons/basket-btn-icon.png) no-repeat 0 0;
    top: 8px;
    left: 8px;
}

/* PopUp Style
-----------------------------------------------------------------------------*/
.popup-block {
    display: none;
    z-index: 9999;
    top: 20%;
    left: 50%;
    cursor: default;
}

.style-popup {
    position: fixed;
    width: 210px;
    top: 50px;
    border: 1px solid #bfbfbf;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 0 0 15px;
}

.style-popup .close-pop-up {
    position: absolute;
    width: 12px;
    height: 11px;
    background: url(/bitrix/templates/main/image/icons/dropdown-close-icon.png) no-repeat center;
    top: 8px;
    right: 8px;
    cursor: pointer;
    z-index: 10;
}

.style-popup .popup-sub-title {
    padding: 13px 16px 11px;
    border-bottom: 1px solid #bfbfbf;
    letter-spacing: -0.1px;
    font-family: 'PT_SansBold';
    font-size: 16px;
    color: #676766;
}

.style-popup .style-popup-box {
    position: relative;
    padding: 11px 17px;
    width: 100%;
}

.style-popup .style-popup-box.recovery-password p {
    font-size: 13px;
    margin-bottom: 10px;
}

.style-popup .style-popup-box.recovery-password fieldset {
    margin-bottom: 13px;
}

.style-popup .style-popup-box.recovery-password fieldset label {
    display: block;
    font-family: 'PT_Sans';
    margin-bottom: 5px;
    color: #919191;
}

.style-popup .style-popup-box.recovery-password fieldset input {
    width: 152px;
}

.style-popup .style-popup-box.recovery-password fieldset.button-box {
    margin: 22px 0 0;
}

.style-popup .style-popup-box.recovery-password fieldset.button-box button {
    width: 100%;
}

.pluser {
    position: relative;
    margin-top: -6px;
    max-width: 60px;
    max-height: 29px;
}

.pluser .pluser-button {
    position: absolute;
    width: 14px;
    height: 29px;
    background: url(/bitrix/templates/main/image/elements/pluser-image-bg.png) 0 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    font-family: 'PT_SansBold';
    text-align: center;
    padding-top: 4px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    top: 0;
}

.pluser .pluser-button:hover {
    background-position: 0 -29px;
}

.pluser .pluser-button:active {
    background-position: 0 -58px;
}

.pluser .pluser-button.pluser-add {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    left: 0;
}

.pluser .pluser-button.pluser-remove {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    right: 0;
}

.pluser .pluser-button .label-add {
    position: absolute;
    font-family: 'PT_Sans';
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 4px 11px 7px;
    top: 0;
    left: -106px;
    background: #149020;
    max-height: 29px;
    font-size: 14px;
    color: #fff;
}

.pluser .pluser-button .label-add:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 10px;
    background: url(/bitrix/templates/main/image/elements/arrow/label-add-arrow.png) no-repeat 0 0;
    right: -5px;
    top: 50%;
    margin-top: -5px;
}

.pluser .pluser-input {
    width: 26px;
    height: 18px;
    border-color: #eaeaea;
    padding: 4px 16px 5px;
    font-family: 'PT_SansBold';
    text-align: center;
    background: #fff;
    color: #7a7a7a;
}

input[type="text"], input[type="password"] {
    border: 1px solid #cfcfcf;
    border-bottom-color: #ededed;
    border-right-color: #ededed;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 4px 10px 5px;
    font-family: 'PT_Sans';
    background: #ededed;
    color: #7a7a7a;
}

input[type="text"]:focus, input[type="password"]:focus {
    border-color: #bfbfbf;
    background: #fff;
}

input[type="text"].error, input[type="password"].error {
    border-color: #eb3636;
    color: #eb3636;
}

input[type="text"].active, input[type="password"].active {
    background: #fff !important;
}

textarea {
    border: 1px solid #cfcfcf;
    border-bottom-color: #ededed;
    border-right-color: #ededed;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 4px 10px 5px;
    font-family: "PT_Sans", Arial, Tahoma, Verdana;
    font-size: 13px;
    overflow-y: hidden;
    background: #ededed;
    color: #7a7a7a;
}

textarea:focus {
    border-color: #bfbfbf;
    background: #fff;
}

textarea.error {
    border-color: #eb3636;
    color: #eb3636;
}

textarea.active {
    background: #fff !important;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox .jq-selectbox__select {
    padding: 0 35px 0 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #cfcfcf;
    border-bottom-color: #ededed;
    border-right-color: #ededed;
    background: #ededed;
    font-size: 13px;
    color: #7a7a7a;
    height: 29px;
}

.jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    margin-top: 4px;
    color: #7a7a7a;
}

.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 28px;
    height: 27px;
}

.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger-arrow {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 14px;
    height: 10px;
    background: url(/bitrix/templates/main/image/elements/arrow/select-tr-arrow.png) no-repeat 0 0;
    overflow: hidden;
}

.jq-selectbox.opened .jq-selectbox__select {
    background: #fff;
    border-color: #bfbfbf;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #f5f5f5;
    color: #ccc;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.jq-selectbox .jq-selectbox__dropdown {
    max-height: 180px;
    border: 1px solid #bfbfbf;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 100%;
    top: 29px;
    background: #fff;
    border-top: none;
    color: #7a7a7a;
}

.jq-selectbox li {
    float: none !important;
    text-align: left !important;
    padding: 5px 10px 6px;
}

.jq-selectbox li:hover {
    background-color: #b4b4b4;
    color: #fff;
}

.jq-selectbox li .selected {
    background-color: #A3ABB1;
    color: #FFF;
}

.jq-selectbox li.disabled {
    background: #cecece;
}

.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;
}

.jq-radio {
    top: -1px;
    position: relative;
    width: 26px;
    height: 26px;
    border: 2px solid #eaeaea;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.jq-radio.jq-radio__div {
    background: none;
}

.jq-radio.checked {
    border-color: #676766;
}

.jq-radio.checked .jq-radio__div {
    position: absolute;
    width: 27px;
    height: 22px;
    background: url(/bitrix/templates/main/image/elements/cheked.png) no-repeat;
}

.jq-radio.focused {
    border: 1px solid #cecece;
}

.jq-radio.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}

html {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased !important;
    width: 100%;
    height: 100%;
    font-family: "PT_Sans", Arial, Tahoma, Verdana;
    font-size: 14px;
    color: #919191;
    line-height: 18px;
}

a {
    display: inline-block;
    color: #8b8b8b;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #ff8500;
}

a:active {
    color: #840104;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    overflow: hidden;
    height: 100%;
}

.wrapper .wrapper-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/main/image/plugins/fancybox/fancybox_overlay.png) repeat;
    top: 0;
    left: 0;
    z-index: 9990;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    width: 100%;
    position: relative;
}

.header .top-line {
    position: relative;
    width: 100%;
    height: 39px;
    background: #626261;
    cursor: default;
}

.header .top-line:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: url(/bitrix/templates/main/image/elements/shadow/top-line-shadow.png) repeat-x;
    left: 0;
    bottom: 0;
}

.header .top-line .section-top-line {
    width: 960px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'PT_SansBold';
    color: #fff;
}

.header .top-line .section-top-line .top-line-left {
    float: left;
    padding-top: 9px;
}

.header .top-line .section-top-line .top-line-left span {
    color: #e0e0e0;
    font-family: 'PT_Sans';
}

.header .top-line .section-top-line .top-line-left span b {
    font-family: 'PT_SansBold';
}

.header .top-line .section-top-line .top-line-left .top-line-phones {
    float: left;
}

.header .top-line .section-top-line .top-line-left .top-line-phones span {
    padding-left: 27px;
}

.header .top-line .section-top-line .top-line-left .top-line-time {
    margin-left: 42px;
    float: left;
}

.header .top-line .section-top-line .top-line-right {
    float: right;
    position: relative;
}

.header .top-line .section-top-line .top-line-right .download-price {
    float: right;
    background: #494949;
}

.header .top-line .section-top-line .top-line-right .download-price:hover {
    background: #303030;
}

.header .top-line .section-top-line .top-line-right .download-price a {
    padding: 8px 13px 13px 35px;
    background: url(/bitrix/templates/main/image/icons/download-price-icon.png) no-repeat 12px 9px;
    color: #fff;
}

.header .top-line .section-top-line .top-line-right > ul {
    float: right;
}

.header .top-line .section-top-line .top-line-right > ul > li {
    float: left;
    position: relative;
    background: url(/bitrix/templates/main/image/elements/top-line-menu-bg.png) repeat-x 0 0;
}

.header .top-line .section-top-line .top-line-right > ul > li:first-child {
    border-right: 1px solid #606060;
}

.header .top-line .section-top-line .top-line-right > ul > li > a,
.header .top-line .section-top-line .top-line-right > ul > li > div > a {
    display: block;
    text-decoration: none;
    padding: 8px 12px 12px 30px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #fff;
}

.header .top-line .section-top-line .top-line-right > ul > li > a:hover,
.header .top-line .section-top-line .top-line-right > ul > li > div > a:hover {
    background: url(/bitrix/templates/main/image/elements/top-line-menu-bg.png) repeat-x 0 -40px;
}

.header .top-line .section-top-line .top-line-right > ul > li > a:active,
.header .top-line .section-top-line .top-line-right > ul > li > div > a:active {
    background: url(/bitrix/templates/main/image/elements/top-line-menu-bg.png) repeat-x 0 -80px;
}

.header .top-line .section-top-line .top-line-right > ul > li > a.active,
.header .top-line .section-top-line .top-line-right > ul > li > div > a.active {
    background: url(/bitrix/templates/main/image/elements/top-line-menu-bg.png) repeat-x 0 -80px;
}

.header .top-line .section-top-line .top-line-right > ul > li > a.registration:before,
.header .top-line .section-top-line .top-line-right > ul > li > div > a.registration:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(/bitrix/templates/main/image/icons/top-line-reg-icon.png) no-repeat;
    top: 10px;
    left: 11px;
}

.header .top-line .section-top-line .top-line-right > ul > li > a.login:before,
.header .top-line .section-top-line .top-line-right > ul > li > div > a.login:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 20px;
    background: url(/bitrix/templates/main/image/icons/top-line-login-icon.png) no-repeat;
    top: 8px;
    left: 8px;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-registration.open .top-line-dropdown {
    display: block;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-registration .top-line-dropdown {
    display: none;
    position: absolute;
    width: 210px;
    top: 50px;
    left: 0;
    border: 1px solid #bfbfbf;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 21px 0 17px;
    z-index: 800;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-registration .top-line-dropdown:before {
    content: '';
    position: absolute;
    background: url(/bitrix/templates/main/image/elements/arrow/dropdown-top-arrow.png) no-repeat 0;
    width: 16px;
    height: 10px;
    top: -10px;
    left: 60px;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-registration .top-line-dropdown .dropdown-close {
    position: absolute;
    width: 12px;
    height: 11px;
    background: url(/bitrix/templates/main/image/icons/dropdown-close-icon.png) no-repeat center;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-registration .top-line-dropdown fieldset {
    padding: 0 17px;
    margin-bottom: 13px;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-registration .top-line-dropdown fieldset label {
    display: block;
    font-family: 'PT_Sans';
    margin-bottom: 5px;
    color: #919191;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-registration .top-line-dropdown fieldset input {
    width: 152px;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-registration .top-line-dropdown fieldset.button-box {
    margin: 24px 0 0;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-registration .top-line-dropdown fieldset.button-box button {
    width: 100%;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login.open .top-line-dropdown {
    display: block;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login .top-line-dropdown {
    display: none;
    position: absolute;
    width: 210px;
    top: 50px;
    left: -132px;
    border: 1px solid #bfbfbf;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 21px 0 17px;
    z-index: 800;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login .top-line-dropdown:before {
    content: '';
    position: absolute;
    background: url(/bitrix/templates/main/image/elements/arrow/dropdown-top-arrow.png) no-repeat 0;
    width: 16px;
    height: 10px;
    top: -10px;
    right: 35px;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login .top-line-dropdown .dropdown-close {
    position: absolute;
    width: 12px;
    height: 11px;
    background: url(/bitrix/templates/main/image/icons/dropdown-close-icon.png) no-repeat center;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login .top-line-dropdown fieldset {
    padding: 0 17px;
    margin-bottom: 13px;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login .top-line-dropdown fieldset label {
    display: block;
    font-family: 'PT_Sans';
    margin-bottom: 5px;
    color: #919191;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login .top-line-dropdown fieldset input {
    width: 152px;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login .top-line-dropdown fieldset.recovery-link {
    margin-top: -4px;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login .top-line-dropdown fieldset.recovery-link a {
    font-family: 'PT_Sans';
    color: #005edf;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login .top-line-dropdown fieldset.button-box {
    margin: 20px 0 15px;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login .top-line-dropdown fieldset.button-box button {
    width: 100%;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login .top-line-dropdown fieldset.social-block {
    margin-bottom: 2px;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login .top-line-dropdown fieldset.social-block label {
    font-size: 13px;
    margin-bottom: 9px;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login .top-line-dropdown fieldset.social-block ul li {
    float: left;
    margin-left: 8px;
}

.header .top-line .section-top-line .top-line-right > ul > li.top-line-login .top-line-dropdown fieldset.social-block ul li:first-child {
    margin-left: 0px;
}

.header .section-header {
    height: 208px;
    background: url(/bitrix/templates/main/image/elements/header-bg.png) repeat-x;
    border-bottom: 1px solid #d4d4d4;
}

.header .section-header .header-center {
    width: 960px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}

.header .section-header .header-center .logo {
    display: block;
    width: 147px;
    height: 151px;
    margin-right: 11px;
    float: left;
}

.header .section-header .header-center .header-sub-top {
    width: 785px;
    padding-top: 26px;
    position: relative;
    float: right;
}

.header .section-header .header-center .header-sub-top .header-sub-menu {
    position: absolute;
    top: 26px;
    left: 0;
}

.header .section-header .header-center .header-sub-top .header-sub-menu ul {
    margin-right: 58px;
}

.header .section-header .header-center .header-sub-top .header-sub-menu li {
    float: left;
    margin-left: 16px;
}

.header .section-header .header-center .header-sub-top .header-sub-menu li:first-child {
    margin-left: 0;
}

.header .section-header .header-center .header-sub-top .header-sub-menu li a {
    color: #373737;
    font-size: 16px;
    font-family: 'PT_SansBold';
}

.header .section-header .header-center .header-sub-top .header-sub-menu li a:hover,
.header .section-header .header-center .header-sub-top .header-sub-menu li a.active{
    color: #ff8500;
    text-decoration: none;
}

.header .section-header .header-center .header-sub-top .header-search {
    position: relative;
    overflow: visible !important;
    margin-top: -7px;
    width: 345px;
    float: right;
    z-index: 700;
}

.header .section-header .header-center .header-sub-top .header-search fieldset {
    padding-left: 87px;
}

.header .section-header .header-center .header-sub-top .header-search fieldset input.search-input {
    padding: 5px 75px 5px 10px;
    border-color: #c9c9c9;
    background: #ededed;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font: normal 16px 'PT_SansBold';
    margin-left: -87px;
    color: #676766;
    width: 100%;
}

.header .section-header .header-center .header-sub-top .header-search fieldset input.search-input:focus {
    background: #fff;
}

.header .section-header .header-center .header-sub-top .header-search fieldset input.search-input.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
}

.header .section-header .header-center .header-sub-top .header-search input.search-button {
    position: absolute;
    width: 40px;
    height: 33px;
    background: url(/bitrix/templates/main/image/elements/search-button.png) no-repeat;
    top: 0;
    right: 0;
    cursor: pointer;
    border: none;
}

.header .section-header .header-center .header-sub-top .header-search .search-button-reset {
    display: none;
    position: absolute;
    width: 40px;
    height: 33px;
    background: url(/bitrix/templates/main/image/elements/search-button-reset.png) no-repeat;
    top: 0;
    right: 0;
    cursor: pointer;
    border: none;
}

.header .section-header .header-center .header-sub-top .header-search .search-button-in {
    display: none;
    position: absolute;
    width: 33px;
    height: 33px;
    background: url(/bitrix/templates/main/image/icons/search-icon.png) no-repeat center;
    top: 0;
    right: 42px;
    cursor: pointer;
    border: none;
}

.header .section-header .header-center .header-sub-top .header-search .search-button-in.search-button-preload {
    background: url(/bitrix/templates/main/image/preload/preload_grey.gif) no-repeat center center;
}

.header .section-header .header-center .header-sub-top .header-search .header-search-dropdown {
    display: none;
    position: absolute;
    width: 754;
    top: 33px;
    right: 39px;
    border: 1px solid #bfbfbf;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-color: #626261;
    background: #fff;
    border-top: none;
}

.header .section-header .header-center .header-sub-top .header-search .header-search-dropdown ul li {
    border-top: 1px solid #efefef;
   /* position: relative;
    left: -1px;*/
}

.header .section-header .header-center .header-sub-top .header-search .header-search-dropdown ul li:first-child {
    border-top: none;
}

.header .section-header .header-center .header-sub-top .header-search .header-search-dropdown ul li a.search-dropdown-link {
    display: block;
    padding: 10px 50px 7px 10px;
    text-decoration: none;
    overflow: hidden;
    color: #919191;
    border: 1px solid transparent;
}

.header .section-header .header-center .header-sub-top .header-search .header-search-dropdown ul li a.search-dropdown-link:hover{
    border-color: #f17e00;

}
.header .section-header .header-center .header-sub-top .header-search .header-search-dropdown ul li a section figure {
    float: left;
    width: 175px;
    text-align: center;
    margin-right: 38px;
}

.header .section-header .header-center .header-sub-top .header-search .header-search-dropdown ul li a section figure img {
    max-width: 170px;
    height: auto;
}

.header .section-header .header-center .header-sub-top .header-search .header-search-dropdown ul li a section article {
    float: right;
    width: 477px;
}

.header .section-header .header-center .header-sub-top .header-search .header-search-dropdown ul li a section article header {
    color: #5c5c5b;
    font-family: 'PT_SansBold';
    margin: 21px 0 10px;
    font-size: 16px;
}

.header .section-header .header-center .header-sub-top .header-search .header-search-dropdown ul li a section article header span.price {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 195px;
    color: #f17e00;
    float: right;
}

.header .section-header .header-center .header-sub-top .header-search .header-search-dropdown ul li a section article header span.title {
    display: inline-block;
    max-width: 280px;
    max-height: 37px;
    overflow: hidden;
}

.header .section-header .header-center .header-sub-top .header-search .header-search-dropdown ul li a section article footer {
    line-height: 17px;
    max-height: 50px;
    overflow: hidden;
}

.header .section-header .header-center .header-sub-top .header-search .header-search-dropdown .search-dropdown-all-link {
    display: block;
    width: 100%;
    height: 41px;
    background: url(/bitrix/templates/main/image/elements/search-drop-bottom.png) repeat-x;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    font-family: 'PT_SansBold';
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    padding: 11px 0;
    color: #fff;
}

.header .section-header .header-center .header-sub-top .header-search .header-search-dropdown .search-dropdown-all-link:hover {
    background: #626261;
}

.header .section-header .header-center .nav-header {
    position: relative;
    background: url(/bitrix/templates/main/image/elements/header-nav-bg.png) repeat-x 0 0;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.09);
    margin-top: 43px;
    z-index: 600;
    height: 48px;
    float: right;
}

.header .section-header .header-center .nav-header.nav-header-fixed {
    position: fixed;
    margin: 0 0 0 -280px;
    top: 0;
    left: 50%;
}

.header .section-header .header-center .nav-header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 48px;
    background: url(/bitrix/templates/main/image/elements/header-nav-bg.png) repeat-x 0 0;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.09);
    top: 0;
    right: -100%;
}

.header .section-header .header-center .nav-header > ul > li {
    float: left;
    position: relative;
    border-right: 1px solid #e87c00;
    border-left: 1px solid #f39018;
}

.header .section-header .header-center .nav-header > ul > li:first-child {
    border-left: none;
}

.header .section-header .header-center .nav-header > ul > li:first-child:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 48px;
    background: url(/bitrix/templates/main/image/elements/left-nav-header-arrow.png) no-repeat 0 0;
    top: 0;
    left: -15px;
}

.header .section-header .header-center .nav-header > ul > li:first-child:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.09);
    bottom: 0;
    left: -3px;
}

.header .section-header .header-center .nav-header > ul > li:first-child:hover:before
{
    background: url(/bitrix/templates/main/image/elements/left-nav-header-arrow.png) no-repeat 0 -48px;
}

.header .section-header .header-center .nav-header > ul > li.active:first-child:before {
    background: url(/bitrix/templates/main/image/elements/left-nav-header-arrow.png) no-repeat 0 -48px;
}

.header .section-header .header-center .nav-header > ul > li:hover,
.header .section-header .header-center .nav-header > ul > li.active
{
    background: url(/bitrix/templates/main/image/elements/header-nav-bg.png) repeat-x 0 -48px;
}

.header .section-header .header-center .nav-header > ul > li.active > a {
    background: url(/bitrix/templates/main/image/elements/header-nav-bg.png) repeat-x 0 -48px !important;
}

.header .section-header .header-center .nav-header > ul > li.active{
    border-left: 0px;
}
.header .section-header .header-center .nav-header > ul > li:hover .nav-header-dropdown {
    display: block;
}

.header .section-header .header-center .nav-header > ul > li > a,
.header .section-header .header-center .nav-header > ul > li > div > a {
    font-size: 16px;
    font-family: 'PT_SansBold';
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    padding: 13px 11px 17px;
    text-decoration: none;
    color: #fff;
}

.header .section-header .header-center .nav-header > ul > li > a:active,
.header .section-header .header-center .nav-header > ul > li > div > a:active,
.header .section-header .header-center .nav-header > ul > li.active > a,
.header .section-header .header-center .nav-header > ul > li.active > div > a
{
    background: url(/bitrix/templates/main/image/elements/header-nav-bg.png) repeat-x 0 -96px;
}

.header .section-header .header-center .nav-header > ul > li.basket-nav a {
    padding-left: 76px;
}

.header .section-header .header-center .nav-header > ul > li.basket-nav a {
    padding-left: 57px;
    padding-right: 34px;
}

.header .section-header .header-center .nav-header > ul > li.basket-nav a.val-sum {
    padding: 8px 11px 8px 76px;
    text-align: right;
    line-height: 15px;
}

.header .section-header .header-center .nav-header > ul > li.basket-nav a span {
    font-size: 12px;
}

.header .section-header .header-center .nav-header > ul > li.basket-nav a span.size {
    position: absolute;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    top: 15px;
    left: 42px;
    text-shadow: none;
    padding: 2px 3px;
    background: #fff;
    color: #d1980b;
}

.header .section-header .header-center .nav-header > ul > li.basket-nav a span.size.val {
    padding: 1px 3px;
}

.header .section-header .header-center .nav-header > ul > li.basket-nav a span.size:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 5px;
    background: url(/bitrix/templates/main/image/elements/arrow/basket-size-left-arrow.png) no-repeat;
    left: -3px;
    top: 7px;
}

.header .section-header .header-center .nav-header > ul > li.basket-nav a:before {
    content: '';
    position: absolute;
    background: url(/bitrix/templates/main/image/icons/basket-icon.png) no-repeat;
    width: 30px;
    height: 29px;
    top: 10px;
    left: 9px;
}

.header .section-header .header-center .nav-header > ul > li.basket-nav:hover {
    background: url(/bitrix/templates/main/image/elements/header-nav-basket-bg.png) repeat-x 0 0;
}

.header .section-header .header-center .nav-header > ul > li.basket-nav:active {
    background: url(/bitrix/templates/main/image/elements/header-nav-basket-bg.png) repeat-x 0 -48px;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0px 2px 5px rgba(106, 63, 0, 0.5);
    background: #fe9600;
    padding: 5px 0;
    width: 275px;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: url(/bitrix/templates/main/image/elements/shadow/header-nav-drop-top.png) repeat-x;
    top: 0;
    left: 0;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown li {
    position: relative;
    background: #fe9600;
    border-bottom: 1px solid #f38a00;
    border-top: 1px solid #fe9d11;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown li:first-child {
    border-top: none;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown li.last {
    border-bottom: none;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown li.hover-dropdown:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 20px;
    background: url(/bitrix/templates/main/image/elements/arrow/header-nav-drop-h-arrow.png) no-repeat;
    top: 50%;
    right: 7px;
    margin-top: -10px;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown li:hover,
.header .section-header .header-center .nav-header > ul .nav-header-dropdown li.active{
    background: #f17700;
    border-color: #eb7600;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown li:hover .header-dropdown-enter {
    display: block;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown li:hover:after,
.header .section-header .header-center .nav-header > ul .nav-header-dropdown li.active:after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f28011;
    top: 0;
    left: 0;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown li ul.header-dropdown-enter {
    display: none;
    position: absolute;
    top: -1px;
    left: 275px;
    box-shadow: 0px 2px 5px rgba(106, 63, 0, 0.5);
    background: #f17700;
    z-index: -1;
    width: 275px;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown li ul.header-dropdown-enter li {
    background: #f17700;
    border-bottom: 1px solid #eb7600;
    border-top: 1px solid #f28011;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown li ul.header-dropdown-enter li:first-child {
    border-top: none;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown li ul.header-dropdown-enter li.last {
    border-bottom: none;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown li ul.header-dropdown-enter li:hover,
.header .section-header .header-center .nav-header > ul .nav-header-dropdown li ul.header-dropdown-enter li.active{
    background: #d86b00;
    border-color: #f28011;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown li ul.header-dropdown-enter li:hover:after,
.header .section-header .header-center .nav-header > ul .nav-header-dropdown li ul.header-dropdown-enter li.active:after{
    background: none;
}

.header .section-header .header-center .nav-header > ul .nav-header-dropdown li a {
    display: block;
    text-decoration: none;
    font-family: 'OpenSans';
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    padding: 5px 25px 7px 16px;
    line-height: 16px;
    color: #fff;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    padding: 36px 0 196px;
}

.content:before, .content:after {
    content: " ";
    display: table;
}

.content:after {
    clear: both;
}

.content span {
    cursor: default;
}

.content span.h1 {
    display: block;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    font-size: 24px;
    color: #373737;
}

.content .center-wrapper {
    width: 960px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}

.content .center-wrapper:before, .content .center-wrapper:after {
    content: " ";
    display: table;
}

.content .center-wrapper:after {
    clear: both;
}

.content .page-title {
    display: block;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    margin-bottom: 23px;
    line-height: 24px;
    font-size: 24px;
    color: #373737;
    cursor: default;
}

.content .page404 {
    overflow: hidden;
    cursor: default;
    margin: 84px 0;
}

.content .page404 figure {
    float: left;
    margin-right: 25px;
}

.content .page404 article b {
    color: #f17e00;
    font-size: 60px;
    font-family: 'OpenSansBold';
    line-height: 52px;
}

.content .page404 article p {
    overflow: hidden;
    font-size: 16px;
    line-height: 19px;
    margin-top: 21px;
}

.content .page404 article p a {
    font-family: 'PT_SansBold';
}

.content .events .catalog {
    margin-top: -21px;
}

.content .events .catalog .title-block {
    margin-bottom: 25px;
}

.content .events .events-list {
    margin-bottom: 55px;
}

.content .events .events-list .events-item {
    overflow: hidden;
    padding-bottom: 37px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 35px;
    cursor: default;
}

.content .events .events-list .events-item.last {
    margin-bottom: 0;
}

.content .events .events-list .events-item.events-item-more {
    padding: 0;
    border: none;
}

.content .events .events-list .events-item.events-item-more article footer p {
    max-height: auto;
    margin-bottom: 15px;
}

.content .events .events-list .events-item.events-item-more figure {
    width: 100%;
    height: 288px;
    margin-bottom: 23px;
}

.content .events .events-list .events-item.events-item-more article {
    width: 100%;
}

.content .events .events-list .events-item figure {
    position: relative;
    border: 1px solid #bfbfbf;
    width: 471px;
    height: 247px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 20px;
    overflow: hidden;
    float: left;
}

.content .events .events-list .events-item figure .event-time {
    position: absolute;
    background: url(/bitrix/templates/main/image/elements/header-nav-bg.png) repeat-x 0 0;
    font-size: 16px;
    font-family: 'PT_SansBold';
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    padding: 13px 25px 17px 35px;
    top: 17px;
    right: 0;
    height: 48px;
    color: #fff;
}

.content .events .events-list .events-item figure .event-time:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 48px;
    background: url(/bitrix/templates/main/image/elements/left-nav-header-arrow.png) no-repeat 0 0;
    top: 0;
    left: -15px;
}

.content .events .events-list .events-item figure .event-time:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 30px;
    background: url(/bitrix/templates/main/image/icons/events-time-title-icon.png) no-repeat 0 0;
    top: 9px;
    left: 3px;
}

.content .events .events-list .events-item article {
    width: 469px;
    margin-top: -4px;
    float: right;
}

.content .events .events-list .events-item article header {
    font: normal 16px/19px 'PT_SansBold';
    margin-bottom: 13px;
    max-height: 56px;
    overflow: hidden;
    color: #676766;
}

.content .events .events-list .events-item article footer p {
    line-height: 17px;
    margin-bottom: 24px;
    max-height: 119px;
    overflow: hidden;
}

.content .events .events-list .events-item article footer button {
    padding: 5px 20px 8px;
}

.content .events .catalog-filter {
    width: 100%;
    margin-bottom: 45px;
    padding-bottom: 19px;
    overflow: hidden;
}

.content .events .catalog-filter span {
    font-family: 'PT_SansBold';
    font-size: 16px;
    color: #373737;
}

.content .events .catalog-filter ul {
    display: inline-block;
    margin: 0 0 -13px 0;
}

.content .events .catalog-filter li {
    float: left;
    position: relative;
    border: 2px solid #eaeaea;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 10px;
    background: #fff;
}

.content .events .catalog-filter li:first-child {
    margin-left: 7px;
}

.content .events .catalog-filter li:hover {
    border-color: #636362;
}

.content .events .catalog-filter li:hover a {
    color: #636362;
}

.content .events .catalog-filter li a {
    display: block;
    text-decoration: none;
    font-family: 'PT_SansBold';
    padding: 5px 7px 7px;
    font-size: 16px;
    color: #919191;
}

.content .events .catalog-filter li a.all {
    padding: 5px 12px 7px;
}

.content .events .catalog-filter li.active {
    background: #636362;
    border-color: #636362;
}

.content .events .catalog-filter li.active:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 5px;
    background: url(/bitrix/templates/main/image/elements/arrow/catalog-filter-arrow.png) no-repeat center;
    bottom: -7px;
    left: 50%;
    margin-left: -6px;
}

.content .events .catalog-filter li.active a {
    color: #fff;
}

.content .events .catalog-filter.filter-page-bottom {
    padding-top: 7px;
    margin-top: -40px;
}

.content .events .catalog-filter.filter-page-bottom .catalog-filter-page li.active:before {
    top: -7px;
    background: url(/bitrix/templates/main/image/elements/arrow/catalog-filter-arrow-bottom.png) no-repeat center;
}

.content .events .catalog-filter .catalog-filter-page {
    float: left;
}

.content .events .catalog-filter .catalog-list-page {
    float: right;
}

.content .events .catalog-filter .catalog-list-page ul {
    margin-left: 18px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.27);
    overflow: hidden;
}

.content .events .catalog-filter .catalog-list-page li {
    background: url(/bitrix/templates/main/image/elements/page-list-bg.png) repeat-x 0 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: 33px;
    border: none;
    margin: 0;
}

.content .events .catalog-filter .catalog-list-page li.first {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.content .events .catalog-filter .catalog-list-page li.last {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.content .events .catalog-filter .catalog-list-page li:hover {
    background: url(/bitrix/templates/main/image/elements/page-list-bg.png) repeat-x 0 -33px;
}

.content .events .catalog-filter .catalog-list-page li.active {
    background: url(/bitrix/templates/main/image/elements/page-list-bg.png) repeat-x 0 -66px;
}

.content .events .catalog-filter .catalog-list-page li.active:before {
    background: none;
}

.content .events .catalog-filter .catalog-list-page li a {
    color: #fff;
    display: block;
    padding: 6px 10px 9px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.content .events .catalog-filter .catalog-list-page li a.page-arrow-prev {
    background: url(/bitrix/templates/main/image/elements/arrow/page-nav-prev.png) no-repeat center center;
}

.content .events .catalog-filter .catalog-list-page li a.page-arrow-next {
    background: url(/bitrix/templates/main/image/elements/arrow/page-nav-next.png) no-repeat center center;
}

.content .slider {
    padding: 4px 0 40px;
}

.content .slider .slider-section {
    position: relative;
    width: 960px;
    height: 357px;
    overflow: hidden;
}

.content .slider .slider-section .slider-item {
    position: relative;
    border: 1px solid #c3c3c3;
    width: 960px;
    height: 357px;
}

.content .slider .slider-section .slider-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 15;
}

.content .slider .slider-section .slider-item img.slider-image-bg {
    position: absolute;
    max-height: 355px;
    top: 0;
    left: 0;
}

.content .slider .slider-section .slider-item span.slider-border {
    display: block;
    position: relative;
    width: 950px;
    height: 347px;
    border: 1px dashed #a6a6a6;
    border-color: rgba(108, 108, 108, 0.35);
    z-index: 10;
    margin: 3px;
}

.content .slider .slider-section .slider-item .slider-info {
    position: absolute;
    width: 495px;
    height: 357px;
    background: url(/bitrix/templates/main/image/elements/slider-right-line.png) no-repeat;
    padding: 31px 30px 20px 85px;
    top: -1px;
    right: -1px;
}

.content .slider .slider-section .slider-item .slider-info header {
    width: 360px;
    max-height: 124px;
    border-bottom: 1px solid #db8a00;
    overflow: hidden;
    padding-bottom: 19px;
}

.content .slider .slider-section .slider-item .slider-info header span {
    display: block;
    font-family: 'OpenSansBold';
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.4px;
    text-transform: uppercase;
    line-height: 34px;
    font-size: 24px;
    color: #fff;
}

.content .slider .slider-section .slider-item .slider-info footer {
    width: 360px;
    max-height: 167px;
    border-top: 1px solid #ffb330;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    padding: 20px 0 0;
    overflow: hidden;
    color: #714700;
}

.content .slider .slider-section .slider-item .slider-info footer p {
    font-family: 'PT_SansBold';
    line-height: 17px;
    margin-bottom: 10px;
}

.content .slider .slider-section .slider-item .slider-info footer li {
    margin-bottom: 11px;
}

.content .slider .slider-section .slidesjs-navigation {
    z-index: 20;
    position: absolute;
    width: 54px;
    height: 99px;
    background: url(/bitrix/templates/main/image/elements/arrow/sliders-arrow.png) no-repeat 0 0;
    text-indent: 9999px;
    top: 50%;
    margin-top: -49px;
}

.content .slider .slider-section .slidesjs-navigation.slidesjs-previous {
    background-position: -108px -99px;
    left: 0;
}

.content .slider .slider-section .slidesjs-navigation.slidesjs-previous:hover {
    background-position: -54px -99px;
}

.content .slider .slider-section .slidesjs-navigation.slidesjs-previous:active {
    background-position: 0 -99px;
}

.content .slider .slider-section .slidesjs-navigation.slidesjs-next {
    background-position: 0 0;
    right: 0;
}

.content .slider .slider-section .slidesjs-navigation.slidesjs-next:hover {
    background-position: -54px 0;
}

.content .slider .slider-section .slidesjs-navigation.slidesjs-next:active {
    background-position: -108px 0;
}

.content .slider .slider-section .slidesjs-pagination {
    position: absolute;
    max-width: 68px;
    bottom: 26px;
    right: 215px;
    overflow: hidden;
    z-index: 20;
}

.content .slider .slider-section .slidesjs-pagination li {
    float: left;
}

.content .slider .slider-section .slidesjs-pagination li a {
    display: block;
    width: 17px;
    height: 17px;
    background: url(/bitrix/templates/main/image/elements/slider-bullet.png) no-repeat 0 -17px;
    text-indent: 9999px;
}

.content .slider .slider-section .slidesjs-pagination li a.active {
    background: url(/bitrix/templates/main/image/elements/slider-bullet.png) no-repeat 0 0;
}

.content .company-info {
    width: 100%;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 40px 0 47px;
}

.content .company-info .company-info-row {
    width: 460px;
    cursor: default;
    float: left;
}

.content .company-info .company-info-row:first-child {
    margin-right: 40px;
}

.content .company-info .company-info-row header {
    margin-bottom: 19px;
}

.content .company-info .company-info-row p {
    line-height: 17px;
    margin-bottom: 9px;
}

.content .company-info .company-info-row p a {
    font-family: 'PT_SansBold';
    color: #373737;
}

.content .company-info .company-info-row footer ul {
    position: relative;
    border: 1px dashed #d9d9d9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 18px 19px;
}

.content .company-info .company-info-row footer ul:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 14px;
    background: url(/bitrix/templates/main/image/elements/arrow/company-info-top-arrow.png) no-repeat 0 0;
    top: -14px;
    left: 64px;
}

.content .company-info .company-info-row footer li {
    margin-top: 10px;
    *zoom: 1;
}

.content .company-info .company-info-row footer li:before, .content .company-info .company-info-row footer li:after {
    content: " ";
    display: table;
}

.content .company-info .company-info-row footer li:after {
    clear: both;
}

.content .company-info .company-info-row footer li:first-child {
    margin-top: 0;
}

.content .company-info .company-info-row footer li figure {
    float: left;
    margin-right: 22px;
}

.content .company-info .company-info-row footer li article {
    padding-top: 14px;
    font-family: 'PT_SansBold';
    font-size: 16px;
    color: #373737;
}

.content .breadcrumbs {
    *zoom: 1;
    margin: 0 0 30px;
}

.content .breadcrumbs:before, .content .breadcrumbs:after {
    content: " ";
    display: table;
}

.content .breadcrumbs:after {
    clear: both;
}

.content .breadcrumbs li {
    float: left;
    position: relative;
    padding: 0 6px 0 13px;
}

.content .breadcrumbs li:first-child {
    padding-left: 0;
}

.content .breadcrumbs li:first-child:before {
    background: none;
}

.content .breadcrumbs li.last span {
    color: #373737;
}

.content .breadcrumbs li.last:before {
    background: url(/bitrix/templates/main/image/elements/arrow/breadcrumbs-arrow.png) no-repeat 0 -7px;
}

.content .breadcrumbs li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 7px;
    background: url(/bitrix/templates/main/image/elements/arrow/breadcrumbs-arrow.png) no-repeat;
    top: 6px;
    left: 2px;
}

.content .breadcrumbs li a {
    color: #919191;
    letter-spacing: -0.2px;
}

.content .item-more {
    cursor: default;
}

.content .item-more .item-more-title {
    padding-bottom: 23px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.content .item-more .item-more-info {
    overflow: hidden;
    margin-bottom: 27px;
}

.content .item-more .item-more-info .item-image {
    width: 175px;
    text-align: center;
    float: left;
}

.content .item-more .item-more-info article {
    width: 770px;
    float: right;
}

.content .item-more .item-more-info article header {
    *zoom: 1;
    padding: 8px 0 7px;
}

.content .item-more .item-more-info article header:before, .content .item-more .item-more-info article header:after {
    content: " ";
    display: table;
}

.content .item-more .item-more-info article header:after {
    clear: both;
}

.content .item-more .item-more-info article header .brends {
    float: left;
}

.content .item-more .item-more-info article header .item-social {
    float: right;
    margin-top: 11px;
}

.content .item-more .item-more-info article header .item-social span {
    font-family: 'PT_SansBold';
    padding-right: 9px;
    font-size: 16px;
}

.content .item-more .item-more-info article header .item-social ul {
    display: inline-block;
}

.content .item-more .item-more-info article header .item-social li {
    float: left;
    margin: 0 8px -6px 0;
}

.content .item-more .item-more-info article header .item-social li a {
    display: block;
    width: 21px;
    height: 21px;
}

.content .item-more .item-more-info article footer p {
    line-height: 17px;
    margin-bottom: 13px;
}

.content .item-more .item-more-table {
    border: 1px solid #bfbfbf;
    margin-bottom: 57px;
}

.content .item-more .item-more-table .item-table {
    width: 100%;
}

.content .item-more .item-more-table .item-table thead tr {
    background: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
}

.content .item-more .item-more-table .item-table thead tr td {
    color: #676766;
    font-family: 'PT_SansBold';
    padding: 9px 5px;
}

.content .item-more .item-more-table .item-table thead tr td.padding-left {
    padding-left: 16px;
}

.content .item-more .item-more-table .item-table thead tr td.padding-size {
    padding-left: 4px;
}

.content .item-more .item-more-table .item-table thead tr td.center {
    text-align: center;
}

.content .item-more .item-more-table .item-table tbody tr {
    border-top: 1px solid #efefef;
}

.content .item-more .item-more-table .item-table tbody tr td {
    vertical-align: top;
    padding: 20px 5px 17px;
}

.content .item-more .item-more-table .item-table tbody tr td.padding-left {
    padding-left: 16px;
}

.content .item-more .item-more-table .item-table tbody tr td.center {
    text-align: center;
}

.content .item-more .item-more-table .item-table tbody tr td.price {
    color: #ff8500;
    font-family: 'PT_SansBold';
    letter-spacing: -0.3px;
    padding: 18px 5px 0;
}

.content .item-more .item-more-table .item-table tbody tr td.price .old-price {
    text-decoration: line-through;
    display: block;
    color: #676766;
    margin-top: -5px;
}

.content .item-more .item-more-table .item-table tbody tr td.buttons {
    padding-left: 26px;
}

.content .item-more .item-more-table .item-table tbody tr td.buttons button {
    /*margin: -7px 0 0 30px;*/
    /*Мгновенная покупка*/
    margin: -7px 0 0 190px;
    /*Мгновенная покупка*/
}

.content .item-more .item-more-table .item-table tbody tr td.buttons button:first-child {
    margin-left: 0;
    /*Мгновенная покупка*/
    display: none;
    /*Мгновенная покупка*/
}

.content .item-more .item-more-table .item-table tbody tr td span.colors {
    display: inline-block;
    width: 19px;
    height: 19px;
}

.content .item-more .item-more-table .item-table tbody tr td span.colors img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.content .item {
    padding-bottom: 40px;
}

.content .item .title-block {
    margin-bottom: 14px;
}

.content .item .title-block a {
    color: #373737;
}

.content .item .title-block span {
    cursor: pointer;
}

.content .item .title-block.big-bottom-mr {
    margin-bottom: 36px;
}

.content .item .items-sections {
    position: relative;
}

.content .item .items-sections.more-products .slidesjs-pagination {
    top: -49px;
}

.content .item .items-sections .slidesjs-navigation {
    position: absolute;
    width: 30px;
    height: 57px;
    background: url(/bitrix/templates/main/image/elements/arrow/item-slider-arrow.png) no-repeat 0 0;
    text-indent: -9999px;
    top: 133px;
}

.content .item .items-sections .slidesjs-navigation.slidesjs-previous {
    left: -30px;
    background-position: 0 0;
}

.content .item .items-sections .slidesjs-navigation.slidesjs-previous:hover {
    background-position: -30px 0;
}

.content .item .items-sections .slidesjs-navigation.slidesjs-previous:active {
    background-position: -60px 0;
}

.content .item .items-sections .slidesjs-navigation.slidesjs-next {
    right: -30px;
    background-position: -60px -57px;
}

.content .item .items-sections .slidesjs-navigation.slidesjs-next:hover {
    background-position: -30px -57px;
}

.content .item .items-sections .slidesjs-navigation.slidesjs-next:active {
    background-position: -0 -57px;
}

.content .item .items-sections .slidesjs-pagination {
    position: absolute;
    top: -36px;
    right: 0;
    height: 16px;
    *zoom: 1;
    overflow: hidden;
    text-indent: -9999px;
}

.content .item .items-sections .slidesjs-pagination:before, .content .item .items-sections .slidesjs-pagination:after {
    content: " ";
    display: table;
}

.content .item .items-sections .slidesjs-pagination:after {
    clear: both;
}

.content .item .items-sections .slidesjs-pagination li {
    width: 14px;
    height: 16px;
    float: left;
}

.content .item .items-sections .slidesjs-pagination li a {
    display: block;
    width: 14px;
    height: 16px;
    background: url(/bitrix/templates/main/image/elements/item-slider-bullet.png) no-repeat 0 0;
}

.content .item .items-sections .slidesjs-pagination li a.active {
    background: url(/bitrix/templates/main/image/elements/item-slider-bullet.png) no-repeat 0 -16px;
}

.content .item .item-section {
    border: 1px solid #bfbfbf;
}

.content .item .item-section .item-info {
    overflow: hidden;
    *zoom: 1;
}

.content .item .item-section .item-info:before, .content .item .item-section .item-info:after {
    content: " ";
    display: table;
}

.content .item .item-section .item-info:after {
    clear: both;
}

.content .item .item-section .item-info > header {
    padding: 18px 25px 15px;
    overflow: hidden;
}

.content .item .item-section .item-info > header a:hover {
    color: #FF8500;
}

.content .item .item-section .item-info > header figure {
    float: left;
    text-align: center;
    width: 110px;
}

.content .item .item-section .item-info > header figure img {
    max-width: 110px;
}

.content .item .item-section .item-info > header article {
    width: 780px;
    position: relative;
    padding-top: 13px;
    float: right;
}

.content .item .item-section .item-info > header article figure {
    min-width: 160px;
    position: absolute;
    right: 0;
    top: -5px;
    text-align: right;
}

.content .item .item-section .item-info > header article header {
    margin-bottom: 14px;
}

.content .item .item-section .item-info > header article header a {
    text-decoration: none;
    font-family: 'PT_SansBold';
    font-size: 16px;
    color: #676766;
}

.content .item .item-section .item-info > header article footer {
    line-height: 17px;
}

.content .item .item-section .item-info > header article footer p.icons {
    margin-top: 10px;
}

.content .item .item-section .item-info > header article footer p.icons img {
    margin-right: 2px;
}

.content .item .item-section .item-info > header article footer a {
    font-family: 'PT_SansBold';
    color: #373737;
}

.content .item .item-section .item-info > footer .item-table {
    width: 100%;
}

.content .item .item-section .item-info > footer .item-table thead tr {
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    border-left: none;
    border-right: none;
}

.content .item .item-section .item-info > footer .item-table thead tr td {
    color: #676766;
    font-family: 'PT_SansBold';
    padding: 9px 5px;
}

.content .item .item-section .item-info > footer .item-table thead tr td.padding-left {
    padding-left: 16px;
}

.content .item .item-section .item-info > footer .item-table thead tr td.padding-size {
    padding-left: 4px;
}

.content .item .item-section .item-info > footer .item-table thead tr td.center {
    text-align: center;
}

.content .item .item-section .item-info > footer .item-table tbody tr {
    border-top: 1px solid #efefef;
}

.content .item .item-section .item-info > footer .item-table tbody tr td {
    vertical-align: top;
    padding: 20px 5px 17px;
}

.content .item .item-section .item-info > footer .item-table tbody tr td.padding-left {
    padding-left: 16px;
}

.content .item .item-section .item-info > footer .item-table tbody tr td.center {
    text-align: center;
}

.content .item .item-section .item-info > footer .item-table tbody tr td.price {
    color: #ff8500;
    font-family: 'PT_SansBold';
    letter-spacing: -0.3px;
    padding: 18px 5px 0;
}

.content .item .item-section .item-info > footer .item-table tbody tr td.price .old-price {
    text-decoration: line-through;
    display: block;
    color: #676766;
    margin-top: -5px;
}

.content .item .item-section .item-info > footer .item-table tbody tr td.buttons {
    padding-left: 26px;
}

.content .item .item-section .item-info > footer .item-table tbody tr td.buttons button {
    /*margin: -7px 0 0 30px;*/
    /*Мгновенная покупка*/
    margin: -7px 0 0 190px;
    /*Мгновенная покупка*/
    float: left;
}

.content .item .item-section .item-info > footer .item-table tbody tr td.buttons button:first-child {
    margin-left: 0;
    /*Мгновенная покупка*/
    display: none;
    /*Мгновенная покупка*/
}

.content .item .item-section .item-info > footer .item-table tbody tr td span.colors {
    display: inline-block;
    width: 19px;
    height: 19px;
}

.content .item .item-section .item-info > footer .item-table tbody tr td span.colors img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.content .catalog .catalog-filter {
    width: 100%;
    margin-bottom: 19px;
    padding-bottom: 19px;
    overflow: hidden;
}

.content .catalog .catalog-filter span {
    font-family: 'PT_SansBold';
    font-size: 16px;
    color: #373737;
}

.content .catalog .catalog-filter ul {
    display: inline-block;
    margin: 0 0 -13px 0;
}

.content .catalog .catalog-filter li {
    float: left;
    position: relative;
    border: 2px solid #eaeaea;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 10px;
    background: #fff;
}

.content .catalog .catalog-filter li:first-child {
    margin-left: 7px;
}

.content .catalog .catalog-filter li:hover {
    border-color: #636362;
}

.content .catalog .catalog-filter li:hover a {
    color: #636362;
}

.content .catalog .catalog-filter li a {
    display: block;
    text-decoration: none;
    font-family: 'PT_SansBold';
    padding: 5px 7px 7px;
    font-size: 16px;
    color: #919191;
}

.content .catalog .catalog-filter li a.all {
    padding: 5px 12px 7px;
}

.content .catalog .catalog-filter li.active {
    background: #636362;
    border-color: #636362;
}

.content .catalog .catalog-filter li.active:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 5px;
    background: url(/bitrix/templates/main/image/elements/arrow/catalog-filter-arrow.png) no-repeat center;
    bottom: -7px;
    left: 50%;
    margin-left: -6px;
}

.content .catalog .catalog-filter li.active a {
    color: #fff;
}

.content .catalog .catalog-filter.filter-page-bottom {
    padding-top: 7px;
    margin-top: -20px;
}

.content .catalog .catalog-filter.filter-page-bottom .catalog-filter-page li.active:before {
    top: -7px;
    background: url(/bitrix/templates/main/image/elements/arrow/catalog-filter-arrow-bottom.png) no-repeat center;
}

.content .catalog .catalog-filter .catalog-filter-page {
    float: left;
}

.content .catalog .catalog-filter .catalog-filter-option {
    float: right;
}

.content .catalog .catalog-filter .catalog-filter-option li {
    margin-left: 14px;
}

.content .catalog .catalog-filter .catalog-filter-option li.sort:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 13px;
    background: url(/bitrix/templates/main/image/elements/arrow/catalog-filter-arr-1.png) no-repeat 0 0;
    right: 7px;
    top: 9px;
}

.content .catalog .catalog-filter .catalog-filter-option li.sort a {
    padding-right: 19px;
}

.content .catalog .catalog-filter .catalog-filter-option li.active.sort:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 13px;
    background: url(/bitrix/templates/main/image/elements/arrow/catalog-filter-arr-2.png) no-repeat 0 0;
    right: 7px;
    top: 9px;
}

.content .catalog .catalog-filter .catalog-filter-option li.active.sort.min:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 13px;
    background: url(/bitrix/templates/main/image/elements/arrow/catalog-filter-arr-2.png) no-repeat 0 0;
    right: 7px;
    top: 9px;
}

.content .catalog .catalog-filter .catalog-filter-option li.active.sort.max:after {
    background: url(/bitrix/templates/main/image/elements/arrow/catalog-filter-arr-3.png) no-repeat 0 0;
}

.content .catalog .catalog-filter .catalog-filter-option li a {
    padding: 5px 10px 7px;
}

.content .catalog .catalog-filter .catalog-list-page {
    float: right;
}

.content .catalog .catalog-filter .catalog-list-page ul {
    margin-left: 18px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.27);
    overflow: hidden;
}

.content .catalog .catalog-filter .catalog-list-page li {
    background: url(/bitrix/templates/main/image/elements/page-list-bg.png) repeat-x 0 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: 33px;
    border: none;
    margin: 0;
}

.content .catalog .catalog-filter .catalog-list-page li.first {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.content .catalog .catalog-filter .catalog-list-page li.last {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.content .catalog .catalog-filter .catalog-list-page li:hover {
    background: url(/bitrix/templates/main/image/elements/page-list-bg.png) repeat-x 0 -33px;
}

.content .catalog .catalog-filter .catalog-list-page li.active {
    background: url(/bitrix/templates/main/image/elements/page-list-bg.png) repeat-x 0 -66px;
}

.content .catalog .catalog-filter .catalog-list-page li.active:before {
    background: none;
}

.content .catalog .catalog-filter .catalog-list-page li a {
    color: #fff;
    display: block;
    padding: 6px 10px 9px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.content .catalog .catalog-filter .catalog-list-page li a.page-arrow-prev {
    background: url(/bitrix/templates/main/image/elements/arrow/page-nav-prev.png) no-repeat center center;
}

.content .catalog .catalog-filter .catalog-list-page li a.page-arrow-next {
    background: url(/bitrix/templates/main/image/elements/arrow/page-nav-next.png) no-repeat center center;
}

.content .basket-page {
    padding-bottom: 50px;
}

.content .basket-page .table-basket {
    border: 1px solid #bfbfbf;
    margin-bottom: 20px;
    cursor: default;
    width: 100%;
}

.content .basket-page .table-basket thead tr {
    background: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
}

.content .basket-page .table-basket thead tr td {
    color: #676766;
    font-family: 'PT_SansBold';
    padding: 9px 20px 10px;
}

.content .basket-page .table-basket tbody tr {
    border-top: 1px solid #eaeaea;
}

.content .basket-page .table-basket tbody tr:first-child {
    border-top: none;
}

.content .basket-page .table-basket tbody tr td {
    vertical-align: top;
    border-left: 1px solid #eaeaea;
    padding: 23px 10px;
}

.content .basket-page .table-basket tbody tr td:first-child {
    border-left: none;
}

.content .basket-page .table-basket tbody tr td figure {
    width: 100px;
    text-align: center;
    margin-right: 13px;
}

.content .basket-page .table-basket tbody tr td article {
    line-height: 36px;
}

.content .basket-page .table-basket tbody tr td article p {
    line-height: 18px;
}

.content .basket-page .table-basket tbody tr td article b {
    color: #676766;
    font-family: 'PT_SansBold';
    font-size: 16px;
}

.content .basket-page .table-basket tbody tr td article span {
    display: block;
}

.content .basket-page .table-basket tbody tr td article a {
    text-decoration: none;
}

.content .basket-page .table-basket tbody tr td article a:hover b {
    color: #FF8500;
}

.content .basket-page .table-basket tbody tr td table tr {
    border: none;
}

.content .basket-page .table-basket tbody tr td table tr td {
    border: none;
    padding: 0;
}

.content .basket-page .table-basket tbody tr td.remove-item {
    text-align: center;
}

.content .basket-page .table-basket tbody tr td.remove-item .remove-item-basket {
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url(/bitrix/templates/main/image/icons/basket-close-icon.png) no-repeat center;
    text-align: center;
    margin-top: -7px;
    padding: 12px;
}

.content .basket-page .table-basket tbody tr td.item-info {
    padding: 14px 10px;
}

.content .basket-page .table-basket tbody tr td.size {
    text-align: center;
}

.content .basket-page .table-basket tbody tr td.size .pluser {
    display: inline-block;
}

.content .basket-page .table-basket tbody tr td.price {
    font-family: 'PT_SansBold';
    color: #ff8500;
}

.content .basket-page .table-basket tbody tr td.price span {
    color: #676766;
    margin-top: 3px;
    text-decoration: line-through;
    display: block;
}

.content .basket-page .table-basket-footer .basket-footer-left {
    width: 50%;
    padding-top: 10px;
    float: left;
}

.content .basket-page .table-basket-footer .basket-footer-left label {
    color: #676766;
    font-family: 'PT_SansBold';
    padding-right: 15px;
    font-size: 16px;
}

.content .basket-page .table-basket-footer .basket-footer-left input {
    width: 150px;
}

.content .basket-page .table-basket-footer .basket-footer-right {
    width: 50%;
    float: right;
}

.content .basket-page .table-basket-footer .basket-footer-right .basket-footer-ordering {
    position: relative;
    border: 1px solid #bfbfbf;
    margin-left: 67px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    max-width: 377px;
    padding: 6px;
}

.content .basket-page .table-basket-footer .basket-footer-right .basket-footer-ordering:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: url(/bitrix/templates/main/image/elements/arrow/basket-footer-order-arrow.png) no-repeat 0 0;
    top: -7px;
    left: 50%;
    margin-left: -6px;
}

.content .basket-page .table-basket-footer .basket-footer-right .basket-footer-ordering header {
    float: left;
    font-family: 'PT_SansBold';
    padding: 8px 17px 0 3px;
    max-width: 222px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    color: #ff8500;
}

.content .basket-page .table-basket-footer .basket-footer-right .basket-footer-ordering footer {
    float: left;
}

.content .user-panel {
    padding-bottom: 40px;
}

.content .user-panel .user-panel-header {
    overflow: hidden;
    margin-top: 5px;
    min-height: 43px;
}

.content .user-panel .user-panel-header ul {
    display: inline-block;
    margin: 0;
}

.content .user-panel .user-panel-header li {
    float: left;
    position: relative;
    border: 2px solid #eaeaea;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 32px;
    background: #fff;
}

.content .user-panel .user-panel-header li:first-child {
    margin-left: 0;
}

.content .user-panel .user-panel-header li:hover {
    border-color: #636362;
}

.content .user-panel .user-panel-header li:hover a {
    font-family: 'PT_SansBold';
    font-size: 16px;
    color: #373737;
}

.content .user-panel .user-panel-header li a {
    display: block;
    text-decoration: none;
    font-family: 'PT_SansBold';
    padding: 6px 12px 10px;
    text-align: center;
    min-width: 133px;
    font-size: 16px;
    color: #919191;
}

.content .user-panel .user-panel-header li.active {
    background: #636362;
    border-color: #636362;
}

.content .user-panel .user-panel-header li.active:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 5px;
    background: url(/bitrix/templates/main/image/elements/arrow/catalog-filter-arrow.png) no-repeat center;
    bottom: -7px;
    left: 50%;
    margin-left: -6px;
}

.content .user-panel .user-panel-header li.active a {
    color: #fff;
}

.content .user-panel .user-data {
    cursor: default;
}

.content .user-panel .user-data .user-data-row {
    width: 365px;
    margin-right: 45px;
    float: left;
}

.content .user-panel .user-data .user-data-row header {
    font-family: 'PT_SansBold';
    padding: 25px 5px 26px 43px;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    color: #676766;
}

.content .user-panel .user-data .user-data-row header.user {
    background: url(/bitrix/templates/main/image/elements/user-data-name.png) no-repeat left center;
}

.content .user-panel .user-data .user-data-row header.password {
    background: url(/bitrix/templates/main/image/elements/user-data-password.png) no-repeat left center;
}

.content .user-panel .user-data .user-data-row footer {
    padding: 22px 0;
}

.content .user-panel .user-data .user-data-row footer fieldset {
    margin-bottom: 17px;
}

.content .user-panel .user-data .user-data-row footer fieldset label {
    width: 170px;
    display: inline-block;
}

.content .user-panel .user-data .user-data-row footer fieldset input {
    width: 168px;
}

.content .user-panel .user-data .user-data-row footer fieldset button {
    width: 191px;
}

.content .user-panel .user-data .user-data-row footer fieldset.last {
    margin: 26px 0 0;
}

.content .user-panel .user-data .user-data-orderings {
    margin: 26px 0 0;
    overflow: hidden;
}

.content .user-panel .user-data .user-data-orderings .table-orderings {
    border: 1px solid #bfbfbf;
    margin-bottom: 20px;
    cursor: default;
    width: 100%;
}

.content .user-panel .user-data .user-data-orderings .table-orderings thead tr {
    background: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
}

.content .user-panel .user-data .user-data-orderings .table-orderings thead tr td {
    color: #676766;
    font-family: 'PT_SansBold';
    padding: 9px 15px 10px;
    white-space: nowrap;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr {
    border-top: 1px solid #eaeaea;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr:first-child {
    border-top: none;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr td {
    vertical-align: top;
    border-left: 1px solid #eaeaea;
    padding: 20px 12px;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr td:first-child {
    border-left: none;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr td b {
    color: #676766;
    font-family: 'PT_SansBold';
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr td i {
    font-weight: bold;
    color: #676766;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr td article {
    margin-top: -2px;
    line-height: 26px;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr td article p {
    line-height: 18px;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr td article span {
    color: #676766;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr td article a {
    text-decoration: none;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr td article a:hover b {
    color: #FF8500;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr td.number {
    line-height: 21px;
    padding: 20px 17px;
    font-size: 13px;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr td.size {
    text-align: center;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr td.price {
    font-family: 'PT_SansBold';
    color: #ff8500;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr td.price span {
    color: #676766;
    margin-top: 3px;
    text-decoration: line-through;
    display: block;
}

.content .user-panel .user-data .user-data-orderings .table-orderings tbody tr td.two-td {
    border-left: 1px solid #EAEAEA !important;
}

.content .user-panel .catalog {
    margin-top: 21px;
}

.content .contact {
    cursor: default;
}

.content .contact .contact-info {
    width: 470px;
    float: left;
}

.content .contact .contact-info .contact-info-box {
    border-top: 1px solid #efefef;
    *zoom: 1;
}

.content .contact .contact-info .contact-info-box:before, .content .contact .contact-info .contact-info-box:after {
    content: " ";
    display: table;
}

.content .contact .contact-info .contact-info-box:after {
    clear: both;
}

.content .contact .contact-info .contact-info-box article {
    width: 220px;
    padding: 23px 0 32px;
    float: left;
}

.content .contact .contact-info .contact-info-box article:first-child {
    width: 250px;
}

.content .contact .contact-info .contact-info-box article header {
    color: #676766;
    font-size: 16px;
    font-family: 'PT_SansBold';
    padding: 10px 0 10px 50px;
    margin-bottom: 14px;
}

.content .contact .contact-info .contact-info-box article header.contact-phone {
    background: url(/bitrix/templates/main/image/icons/contact-phone-icon.png) no-repeat center left;
}

.content .contact .contact-info .contact-info-box article header.contact-email {
    background: url(/bitrix/templates/main/image/icons/contact-email-icon.png) no-repeat center left;
}

.content .contact .contact-info .contact-info-box article header.contact-time {
    background: url(/bitrix/templates/main/image/icons/contact-time-icon.png) no-repeat center left;
}

.content .contact .contact-info .contact-info-box article header.contact-address {
    background: url(/bitrix/templates/main/image/icons/contact-address-icon.png) no-repeat center left;
}

.content .contact .contact-info .contact-info-box article footer {
    font-family: 'OpenSans';
}

.content .contact .contact-info .contact-info-box article footer span {
    display: block;
    margin-bottom: 0;
}

.content .contact .contact-info .contact-info-box article footer span:first-child {
    margin-bottom: 13px;
}

.content .contact .contact-info .contact-info-box article b {
    font-family: 'OpenSansBold';
    color: #919191;
}

.content .contact .contact-aside {
    width: 460px;
    float: right;
}

.content .contact .contact-aside .contact-aside-box {
    border: 1px solid #d4d4d4;
    margin-bottom: 37px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.21);
}

.content .contact .contact-aside .contact-aside-box .contact-aside-title {
    padding: 16px 22px;
    border-bottom: 1px solid #d5d5d5;
    font-family: 'PT_SansBold';
    font-size: 24px;
    color: #676766;
}

.content .contact .contact-aside .contact-aside-box .contact-aside-content {
    padding: 20px 22px;
}

.content .contact .contact-aside .contact-aside-box .contact-aside-content fieldset {
    margin-bottom: 12px;
}

.content .contact .contact-aside .contact-aside-box .contact-aside-content fieldset label {
    width: 150px;
    display: inline-block;
}

.content .contact .contact-aside .contact-aside-box .contact-aside-content fieldset label span {
    color: #ff0000;
}

.content .contact .contact-aside .contact-aside-box .contact-aside-content fieldset label.textarea {
    margin-right: 4px;
    float: left;
}

.content .contact .contact-aside .contact-aside-box .contact-aside-content fieldset input {
    width: 238px;
}

.content .contact .contact-aside .contact-aside-box .contact-aside-content fieldset .jq-selectbox {
    width: 260px !important;
}

.content .contact .contact-aside .contact-aside-box .contact-aside-content fieldset textarea {
    width: 238px;
    height: 65px;
    resize: none;
}

.content .contact .contact-aside .contact-aside-box .contact-aside-content fieldset.last {
    margin: 16px 0 3px;
}

.content .contact .contact-map {
    position: relative;
    width: 100%;
    height: 330px;
    border-top: 1px solid #d4d4d4;
    overflow: hidden;
}

.content .contact .contact-map:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: url(/bitrix/templates/main/image/elements/shadow/map-top-contact.png) repeat-x;
    top: 0;
    left: 0;
    z-index: 10;
}

.content .ordering .table-ordering {
    border: 1px solid #bfbfbf;
    margin-bottom: 11px;
    cursor: default;
    width: 100%;
}

.content .ordering .table-ordering thead tr {
    background: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
}

.content .ordering .table-ordering thead tr td {
    color: #676766;
    font-family: 'PT_SansBold';
    padding: 9px 23px 10px;
}

.content .ordering .table-ordering tbody tr {
    border-top: 1px solid #eaeaea;
}

.content .ordering .table-ordering tbody tr:first-child {
    border-top: none;
}

.content .ordering .table-ordering tbody tr td {
    vertical-align: top;
    border-left: 1px solid #eaeaea;
    padding: 23px 25px;
}

.content .ordering .table-ordering tbody tr td:first-child {
    border-left: none;
}

.content .ordering .table-ordering tbody tr td figure {
    width: 100px;
    text-align: center;
    margin-right: 13px;
}

.content .ordering .table-ordering tbody tr td article {
    line-height: 36px;
}

.content .ordering .table-ordering tbody tr td article p {
    line-height: 18px;
}

.content .ordering .table-ordering tbody tr td article b {
    color: #676766;
    font-family: 'PT_SansBold';
    font-size: 16px;
}

.content .ordering .table-ordering tbody tr td article span {
    padding-right: 10px;
}

.content .ordering .table-ordering tbody tr td article a {
    text-decoration: none;
}

.content .ordering .table-ordering tbody tr td article a:hover b {
    color: #ff8500;
}

.content .ordering .table-ordering tbody tr td table tr {
    border: none;
}

.content .ordering .table-ordering tbody tr td table tr td {
    border: none;
    padding: 0;
}

.content .ordering .table-ordering tbody tr td.item-info {
    padding: 11px 10px;
}

.content .ordering .table-ordering tbody tr td.price {
    font-family: 'PT_SansBold';
    color: #ff8500;
}

.content .ordering .table-ordering tbody tr td.price span {
    color: #676766;
    margin-top: 3px;
    text-decoration: line-through;
    display: block;
}

.content .ordering .table-ordering-footer {
    width: 100%;
    *zoom: 1;
    margin-bottom: 23px;
}

.content .ordering .table-ordering-footer:before, .content .ordering .table-ordering-footer:after {
    content: " ";
    display: table;
}

.content .ordering .table-ordering-footer:after {
    clear: both;
}

.content .ordering .table-ordering-footer .table-ordering-right {
    width: 50%;
    float: right;
}

.content .ordering .table-ordering-footer .table-ordering-right .table-ordering-ordering {
    position: relative;
    border: 1px solid #bfbfbf;
    margin-left: 201px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    max-width: 377px;
    padding: 6px;
}

.content .ordering .table-ordering-footer .table-ordering-right .table-ordering-ordering:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: url(/bitrix/templates/main/image/elements/arrow/basket-footer-order-arrow.png) no-repeat 0 0;
    top: -7px;
    left: 50%;
    margin-left: -6px;
}

.content .ordering .table-ordering-footer .table-ordering-right .table-ordering-ordering header {
    float: left;
    font-family: 'PT_SansBold';
    padding: 8px 3px 7px 3px;
    max-width: 222px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    color: #ff8500;
}

.content .ordering .table-ordering-one {
    border-top: 1px solid #efefef;
    overflow: hidden;
    margin-bottom: 50px;
    *zoom: 1;
    padding-top: 33px;
    cursor: default;
}

.content .ordering .table-ordering-one:before, .content .ordering .table-ordering-one:after {
    content: " ";
    display: table;
}

.content .ordering .table-ordering-one:after {
    clear: both;
}

.content .ordering .table-ordering-one .ordering-one-row-title {
    width: 390px;
    margin-right: 20px;
    float: left;
}

.content .ordering .table-ordering-one .ordering-one-row-title b {
    display: inline-block;
    color: #676766;
    font-family: 'PT_SansBold';
    margin-bottom: 5px;
    font-size: 16px;
}

.content .ordering .table-ordering-one .ordering-one-row-title b.main {
    margin-bottom: 26px;
}

.content .ordering .table-ordering-one .ordering-one-row-title p {
    line-height: 17px;
    margin-bottom: 16px;
}

.content .ordering .table-ordering-one .ordering-row {
    width: 250px;
    margin-left: 25px;
    float: left;
}

.content .ordering .table-ordering-one .ordering-row header {
    font-family: 'OpenSansBold';
    margin-bottom: 24px;
    font-size: 24px;
    color: #373737;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one-row-login fieldset.recovery-link {
    margin-top: 0;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one-row-login fieldset.recovery-link a {
    font-family: 'PT_Sans';
    color: #005edf;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one-row-login fieldset.button-box {
    margin: 26px 0 27px;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one-row-login fieldset.button-box button {
    width: 100%;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one-row-login fieldset.social-block {
    margin-bottom: 2px;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one-row-login fieldset.social-block label {
    font-size: 13px;
    margin-bottom: 9px;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one-row-login fieldset.social-block ul li {
    float: left;
    margin-left: 8px;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one-row-login fieldset.social-block ul li:first-child {
    margin-left: 0px;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one-row-registration fieldset.button-box {
    margin: 24px 0 0;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one-row-registration fieldset.button-box button {
    width: 100%;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one {
    display: block;
    width: 250px;
    position: relative;
    border: 1px dashed #d9d9d9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fff;
    padding: 19px 0 17px;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one:before {
    background: url(/bitrix/templates/main/image/elements/arrow/company-info-top-arrow.png) no-repeat 0 0;
    content: "";
    width: 12px;
    height: 14px;
    left: 64px;
    top: -14px;
    position: absolute;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one fieldset {
    padding: 0 31px;
    margin-bottom: 13px;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one fieldset label {
    display: block;
    font-family: 'PT_Sans';
    margin-bottom: 5px;
    color: #919191;
}

.content .ordering .table-ordering-one .ordering-row footer .ordering-one fieldset input {
    width: 167px;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz header {
    font-family: 'OpenSansBold';
    margin-bottom: 24px;
    font-size: 24px;
    color: #373737;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer {
    *zoom: 1;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer:before, .content .ordering .table-ordering-one .ordering-one-row-fiz footer:after {
    content: " ";
    display: table;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer:after {
    clear: both;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user {
    display: block;
    width: 460px;
    position: relative;
    border: 1px dashed #d9d9d9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 14px 0 17px;
    background: #fff;
    float: left;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user:before {
    background: url(/bitrix/templates/main/image/elements/arrow/company-info-top-arrow.png) no-repeat 0 0;
    content: "";
    width: 12px;
    height: 14px;
    left: 64px;
    top: -14px;
    position: absolute;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-select-user {
    overflow: hidden;
    margin-top: 5px;
    min-height: 43px;
    padding: 0 33px 18px;
    border-bottom: 1px solid #ededed;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-select-user ul {
    display: inline-block;
    margin: 0;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-select-user li {
    float: left;
    position: relative;
    border: 2px solid #eaeaea;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 20px;
    background: #fff;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-select-user li:first-child {
    margin-left: 0;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-select-user li:hover {
    border-color: #636362;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-select-user li:hover a {
    font-family: 'PT_SansBold';
    font-size: 16px;
    color: #373737;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-select-user li a {
    display: block;
    text-decoration: none;
    font-family: 'PT_SansBold';
    padding: 6px 25px 10px;
    text-align: center;
    min-width: 133px;
    font-size: 16px;
    color: #919191;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-select-user li.active {
    background: #636362;
    border-color: #636362;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-select-user li.active:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 5px;
    background: url(/bitrix/templates/main/image/elements/arrow/catalog-filter-arrow.png) no-repeat center;
    bottom: -7px;
    left: 50%;
    margin-left: -6px;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-select-user li.active a {
    color: #fff;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-form-user {
    padding: 23px 0 3px;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-form-user .one-form-row {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 27px;
    padding-bottom: 8px;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-form-user .one-form-row.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-form-user fieldset {
    padding: 0 31px;
    margin-bottom: 17px;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-form-user fieldset.textarea {
    margin-bottom: 0;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-form-user fieldset.textarea label {
    display: block;
    margin-bottom: 11px;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-form-user fieldset.textarea textarea {
    width: 370px;
    height: 113px;
    resize: none;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-form-user fieldset label {
    width: 200px;
    display: inline-block;
    font-family: 'PT_Sans';
    margin-bottom: 5px;
    color: #919191;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-form-user fieldset label span {
    color: #ff0000;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-form-user fieldset input {
    width: 167px;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery {
    width: 463px;
    position: relative;
    padding-top: 30px;
    float: right;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article {
    margin-bottom: 20px;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article.last {
    margin-bottom: 0;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article header {
    font-family: 'PT_SansBold';
    margin-bottom: 30px;
    font-size: 16px;
    color: #676766;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article header span {
    color: #ff0000;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset {
    display: block;
    margin-bottom: 13px;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label {
    display: block;
    border: 2px solid #eaeaea;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 19px;
    cursor: pointer;
    overflow: hidden;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label.active {
    border-color: #ff8500;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label.active:hover {
    border-color: #ff8500;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label.active .delivery-info .figure {
    background-position: 0 100% !important;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label:hover {
    border-color: #636362;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label:hover .jq-radio {
    border-color: #636362;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label .jq-radio {
    margin-top: 36px;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label .delivery-info {
    width: 377px;
    position: relative;
    padding: 14px 145px 17px 0;
    cursor: pointer !important;
    float: right;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label .delivery-info .figure {
    position: absolute;
    cursor: pointer !important;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label .delivery-info.delivery-one .figure {
    top: 15px;
    right: -2px;
    width: 135px;
    height: 61px;
    background: url(/bitrix/templates/main/image/elements/delivery-one.png) no-repeat 0 0;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label .delivery-info.delivery-two .figure {
    top: 8px;
    right: 37px;
    width: 70px;
    height: 80px;
    background: url(/bitrix/templates/main/image/elements/delivery-two.png) no-repeat 0 0;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label .delivery-info.payment-one .figure {
    top: 8px;
    right: 30px;
    width: 83px;
    height: 74px;
    background: url(/bitrix/templates/main/image/elements/payment-one.png) no-repeat 0 0;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label .delivery-info.payment-two .figure {
    top: 15px;
    right: 28px;
    width: 82px;
    height: 59px;
    background: url(/bitrix/templates/main/image/elements/payment-two.png) no-repeat 0 0;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label .delivery-info .title {
    color: #636362;
    display: block;
    font-family: 'PT_SansBold';
    margin-bottom: 8px;
    cursor: pointer !important;
    font-size: 16px;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-delivery > article footer fieldset label .delivery-info .info {
    cursor: pointer !important;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .ordering-button {
    margin: 18px 0;
    position: relative;
    *zoom: 1;
    text-align: center;
    width: 100%;
    float: left;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .ordering-button:before, .content .ordering .table-ordering-one .ordering-one-row-fiz footer .ordering-button:after {
    content: " ";
    display: table;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .ordering-button:after {
    clear: both;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .ordering-button button {
    padding: 5px 31px 8px;
    z-index: 3;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .ordering-button .line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #efefef;
    top: 18px;
    left: 0;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    position: relative;
    width: 100%;
    height: 196px;
    border-top: 1px solid #d4d4d4;
    margin: -196px auto 0;
    background: #fcfcfc;
}

.footer .section-footer {
    width: 960px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    cursor: default;
}

.footer .section-footer .footer-logo {
    float: left;
    margin-right: 20px;
}

.footer .section-footer .footer-article {
    width: 790px;
    float: right;
}

.footer .section-footer .footer-article article {
    width: 100%;
    overflow: hidden;
    padding: 17px 0;
    border-top: 1px solid #ebebeb;
    color: #606060;
}

.footer .section-footer .footer-article article:first-child {
    padding-top: 9px;
    border-color: transparent;
}

.footer .section-footer .footer-article article.copyright {
    padding-top: 23px;
    font-family: 'PT_SansBold';
}

.footer .section-footer .footer-article article.copyright a.atevi {
    color: #f17e00;
    text-decoration: none;
    float: right;
}

.footer .section-footer .footer-article article.copyright a.atevi:hover {
    text-decoration: underline;
}

.footer .section-footer .footer-article article span {
    color: #919191;
}

.footer .section-footer .footer-article article b {
    font: normal 16px 'PT_SansBold';
    color: #373737;
}

.footer .section-footer .footer-article article i {
    font: normal 14px 'PT_SansBold';
}

.footer .section-footer .footer-article article .footer-nav li {
    float: left;
    margin-left: 47px;
}

.footer .section-footer .footer-article article .footer-nav li:first-child {
    margin-left: 0;
}

.footer .section-footer .footer-article article .footer-nav li a {
    font-size: 16px;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    text-decoration: none;
    color: #606060;
}

.footer .section-footer .footer-article article .footer-nav li a:hover,
.footer .section-footer .footer-article article .footer-nav li.active a
{
    color: #ff8500;
}

.footer .section-footer .footer-article article .footer-contacts li {
    float: left;
    margin-right: 40px;
}

.footer .section-footer .footer-article article .footer-contacts li:first-child {
    margin-right: 65px;
}

.footer .section-footer .footer-article article .footer-contacts li.phones span {
    margin-left: 12px;
}

.footer .section-footer .footer-article article .footer-contacts li.last {
    margin-right: 0;
}

#color_white {
    border: 1px solid #9e9e9e;
}

.shop-popup {
    width: 270px;
}

.shop-popup input[type="text"] {
    width: 212px !important;
}

.shop-popup .shop-basket-button {
    width: 170px;
    margin-left: 30px !important;
}

.content .item-more h1 {
    display: block;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    font-size: 24px;
    color: #373737;
}

.color-item {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 19px;
    height: 19px;
}

.ordering-one-row-registration p, .ordering-one-row-login p {
    width: 244px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
}

.top-line-dropdown p {
    color: #F00;
    margin-left: 17px;
    font-family: 'PT_Sans';
}

.registration_exit {
    padding-left: 10px !important;
}

.total_order {
    background: white;
    position: relative;
    z-index: 111;
    font-weight: bold;
    padding: 5px;
    color: #ff8500;
}

.content .ordering .table-ordering-one .ordering-one-row-fiz footer .one-row-user .one-select-user {
    margin-top: -55px;
    border: 0;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent;
}

/* Google Chrome */

@media screen and ( -webkit-min-device-pixel-ratio: 0 ) {
    input.search-button {
        top: 2px !important;
    }

    .search-button-reset {
        top: 2px !important;
    }

    .header-search-dropdown {
        top: 35px !important;
    }

    /* Safari only override */
    ::i-block-chrome, .item-section {
        padding-bottom: 15px;
    }
}

/* Mozilla Firefox */

@-moz-document url-prefix() {
    .top-line-login .top-line-dropdown {
        left: -131px !important;
    }
    .btn-style-grey, .btn-style-orange {
        padding-top: 5px !important;
        padding-right: 8px !important;
        padding-bottom: 9px !important;
    }
}

/* Internet Explorer */

.ie .top-line-login .top-line-dropdown {
    left: -131px !important;
}

.ie .btn-style-grey .btn-style-orange,
.ie .btn-style-grey .btn-style-orange {
    padding-top: 7px !important;
    padding-right: 8px !important;
    padding-bottom: 6px !important;
}

.ie8 .top-line-login .top-line-dropdown {
    left: -132px !important;
}

#bx-composite-banner{
    float: left;
    position: relative;
    top: -6px;
    margin-left: 25px;
}

.footer .section-footer .footer-article article.copyright span{
    float: left;
    display: inline-block;
}

.total_order_btn{
    display: inline-block;
    padding: 0 5px;
    background: white;
    z-index: 10;
    position: relative;
}

#order_form_content > p:last-child{
    padding-bottom: 5px;
}
/* End */
/* /bitrix/templates/main/template_styles.css?1514288388109704 */
