.footer#panel {
    /*display: none;*/

    z-index: 99999999;
    width: 100%;
    top: 0;
}

html.admin_panel body {
    padding-top: 90px;
}

::selection { background: #ba1e1e; color:#fff; }
::-moz-selection { background: #ba1e1e; color: #fff;}

html
{
    height: 100%;
}

html._over {
    overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary
{
    display: block;
}
body
{
    /*font: 12px/18px Arial, sans-serif;*/
    font-family: "arimo";
    font-size: 16px;
    line-height: 28px;
    color: #454545;
    height: 100%;
}
ul, ol
{
    padding: 0;
    margin: 0;
}

.line_btn{
    display: inline-block;
    position: relative;
    line-height: 25px;
    color: #e88e98;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: .5px;
}

.line_btn span {
    border-bottom: 1px dotted #e88e98;
    display: inline-block;
    line-height: 25px;
}

.line_btn:hover span {
    border-color: transparent;
}

.button_link {
    background: #c73545;
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-decoration: none!important;
    font-family: "Gotham Light";
    text-align: center;
    font-size: 14px;
    color: #fff!important;
}

.button_link:hover {
    background: #514344;
}

.border_button_link {
    background: #fff;
    display: inline-block;
    /*width: 220px;
    height: 50px;*/
    padding: 0 45px;
    height: 50px;
    line-height: 50px;
    text-decoration: none!important;
    font-family: "Gotham Light";
    text-align: center;
    font-size: 14px;
    color: #444!important;
    border: 1px solid #e88e98;
    /*margin-left: 12px;*/
    cursor: pointer;
}


.border_button_link._gray {
    border-color: #dfdfdf;
}
._multi_line {
    width: 220px;
    line-height: 13px;
    margin-top: 10px;
    padding: 19px 0 19px;
    height: auto;
}

.border_button_link ._big {
    font-size: 14px;
    color: #454545;
    display: inline-block;
}

.border_button_link ._small {
    font-size: 12px;
    color: #999;
    display: inline-block;
    clear: both;
}

.border_button_link:hover {
    background: #c73545;
    border-color: #e88e98;
    color: #fff!important;
}

.border_button_link:hover span {
    color: #fff;
}

.big_p {
    font-size: 18px;
    line-height: 24px;
    color: #454545;
    font-family: 'Gotham Light';
}

.delimiter {
    background: #e6e6e6;
    width: 100%;
    height: 1px;
    margin: 25px 0;
}

b
{
    font-family: "arimo_bold";
}
input[type="text"],
textarea,
input[type="submit"],
a.button {
    outline: none;
    text-decoration: none;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
textarea
{
    resize: none;
}
.fancybox-close
{
    background: url(images/fancy.png) no-repeat -130px 0;
    position: absolute;
    width: 65px;
    height: 65px;
    top: -15px;
    right: -60px;
    opacity: 0.6;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fancybox-nav
{
    background: url(images/fancy.png) no-repeat;
    position: absolute;
    top: 50%;
    width: 65px;
    height: 65px;
    opacity: 0.6;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fancybox-close:hover,
.fancybox-nav:hover
{
    opacity: 1;
}
.fancybox-prev
{
    left: 20px;
}
.fancybox-next
{
    background-position: -65px 0;
    right: 20px;
}
.fancybox-nav span
{
    background: none;
}

.jq-selectbox__select,
.jq-selectbox__select:hover,
.field textarea,
.form-field textarea,
input[type="text"],
input[type="password"] {
    border: 1px solid #dfdfdf;
    padding: 13px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-size: 13px;

    /*background: #f5f5f5;
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );*/

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

.form-field textarea {
    width: 100%;
}

.field textarea:focus,
.form-field textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus{
    /*background: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.5);*/
    border-color: #c73545;
}

.field.error input,
.field.error textarea {
    border: 1px solid #b1080b;
}

.field input+span,
.field textarea+span {
    display: none;
    color: #b1080b;
    font-family: "arimo_italic";
    font-size: 13px;
}
.field.error input+span,
.field.error textarea+span
{
    display: block;
}

.main-back-color {
    background: #f0f0f0;
}

.wrapper input[type="checkbox"],
.wrapper input[type="radio"],
.style-ui input[type="checkbox"],
.style-ui input[type="radio"]
{
    position: absolute;
    left: -9999px;
}
.wrapper input[type="checkbox"] + label,
.wrapper input[type="radio"] + label,
.style-ui input[type="checkbox"] + label,
.style-ui input[type="radio"] + label
{
    position: relative;
    font-size: 14px;
    color: #373737;
}
.wrapper input[type="checkbox"] + label:before,
.wrapper input[type="radio"] + label:before,
.style-ui input[type="checkbox"] + label:before,
.style-ui input[type="radio"] + label:before
{
    background: #f7f7f7;
    border: 1px solid #b7b7b7;
    width: 11px;
    height: 11px;
    margin-right: 3px;
    display: inline-block;
    position: relative;
    top: 3px;
    content: "";

}
.wrapper input[type="radio"] + label:before,
.style-ui input[type="radio"] + label:before
{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.wrapper input[type="checkbox"] + label:after,
.style-ui input[type="checkbox"] + label:after
{
    position: absolute;
    left: 0;
    top: -5px;
    font-family: "icon";
    font-size: 10px;
    content: "c";
    display: none;
}
.wrapper input[type="checkbox"]:checked + label:after,
.style-ui input[type="checkbox"]:checked + label:after
{
    display: inline-block;
}
.wrapper input[type="checkbox"]:checked + label,
.style-ui input[type="checkbox"]:checked + label
{
    color: #af0d10;
    position: relative;
}
.wrapper input[type="radio"]:checked + label:before,
.style-ui input[type="radio"]:checked + label:before
{
    background: #af0d10;
    border: 1px solid #af0d10;
}
.wrapper input[type="checkbox"] + label:before,
.style-ui input[type="checkbox"] + label:before
{
    margin-right: 6px;
}

.style-ui input + label:after {
    top: 1px!important;
}

.style-ui label a {
    color: #af0d10;
    border-bottom: 1px solid #af0d10;
    text-decoration: none;
}

.style-ui label a:hover {
    border-bottom: 1px solid transparent;
}
.jq-selectbox__select:hover
{
    border: 1px solid #bb2e31;
}
.jq-selectbox__trigger
{
    background-color: #ebebeb;
    border-left: 1px solid #DFDFDF;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.jq-selectbox__trigger-arrow
{
    width: 16px;
    height: 10px;
    position: relative;
    opacity: 1;
    top: 12px;
    right: -8px;
    border: none;
    overflow: visible;
}
.jq-selectbox__trigger-arrow:after
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    font-family: "icon";
    font-size: 11px;
    color: #bb2e31;
    content: "s";
}
.jq-selectbox__dropdown ul li:before
{
    display: none;
}
.jq-selectbox__dropdown
{
    top: 32px!important;
    width: 98%;
    left: 1%!important;
    border-top: none;
    box-shadow: none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.jq-selectbox li:hover
{
    background: #ebebeb;
    color: #373737;
}
.jq-selectbox__dropdown ul
{
    margin-bottom: 10px!important;
}
.jq-selectbox__dropdown ul li.disabled
{
    display: none;
}
.jq-selectbox__dropdown ul li
{
    margin-left: 0!important;
    padding-left: 8px!important;
}
.white
{
    color: #fff;
}
.no_toppadding
{
    padding-top: 0!important;
}
.no_topmargin
{
    margin-top: 0!important;
}
.middle
{
    width: 100%;
    text-align: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
    /*color: #000;*/
    color: #454545;
    font-family: "Gotham Light";
    font-weight: 400;
}

h1, h2, h3, .h1 {
    /*text-transform: uppercase;
font-family: "arimo";
font-weight: normal;*/

    font-size: 42px;
    text-transform: none;
    letter-spacing: -.4px;
    font-family: "Gotham Light";
}

h1 {
    margin: 55px 0 38px;
    font-size: 42px;
    line-height: 38px;
}

.h1 {
    margin: 0 0 38px;
    line-height: 38px;
    font-size: 42px;
}

h2, .h2 {
    margin: 50px 0 25px;
    font-size: 38px;
    line-height: 50px;
}

h3, .h3 {
    margin: 41px 0 20px;
    font-size: 24px;
}
h4
{
    margin: 29px 0 10px;
    font-size: 20px;
    font-weight: normal;
}
h5
{
    margin: 25px 0 10px;
    font-size: 19px;
}
h6
{
    margin: 25px 0 8px;
    font-size: 17px;
}

p {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

ul li
{
    list-style: none;
}
.text ul,
.text ol
{
    margin-top: 15px;
    margin-bottom: 16px;
}
.text ul ul,
.text ul ol,
.text ol ul,
.text ol ol
{
    margin: 2px 0 0px 30px;
}
.text ul li,
.text ol li
{
    font-size: 14px;
    margin-left: 4px;
    padding-left: 3px;
}
ol li
{
    list-style-type: none;
}
ol
{
    counter-reset: list1;
}
ol li:before
{
    counter-increment: list1;
    content: counter(list1) ". ";
    font-family: "arimo_bold";
    color: #454545;
}
ol ol
{
    counter-reset: list2;
}
ol ol li:before
{
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";

}
.text ul li:before
{
    content: "•";
    position: relative;
    left: -4px;
}

.text ul ul li:before {
    content: "›";
    position: relative;
    left: -3px;
}

.content a {
    /*color: #027cd1;*/
    color: #337ab7;
}

.content a:hover {
    color: #B61F2E;
}

.ruble {
    font-family: 'ruble';
}

.rub {
    position: relative;
    left: 2px;
    font-size: 70%;
    display: inline-block;
}

.rub:before {
    content: 'P';
}

.rub:after {
    content: '–';
    position: absolute;
    left: -1px;
    top: 0;
    margin-top: 1px;
    font-size: 130%;
}

.f_left
{
    float: left;
}
.f_right
{
    float: right;
}
.alignleft
{
    float: left;
    margin: 0px 25px 20px 0;
}

._right {
    text-align: right;
}

.alignright
{
    float: right;
    margin: 0px 0px 20px 25px;
}
.aligncenter
{
    margin: 0 auto;
    display: block;
    clear: both;
}

.half_width {
    width: 50%;
}

.b_center,
.t_center {
    text-align: center;
}
.b_center>div,
.b_center>a
{
    display: inline-block;
}
.clear
{
    clear: both;
}
.w980
{
    width: 980px;
    margin: 0 auto;
}
.w1020
{
    width: 1010px;
    margin: 0 auto;
}
.w960
{
    width: 960px;
    margin: 0 auto;
}
.transition05
{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.upper
{
    text-transform: uppercase;
}


.wrapper {
    width: 100%;
    min-width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.back_white {
    background: #fff;
}

.w-container {
    width: 940px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

@media (min-width: 1100px) {
    .w-container {
        width: 1020px;
        padding: 0 40px 0;
    }
}

.top-container-padding {
    padding-top: 30px;
}

/*------------------------------------------- Header ----------------------------------*/
.scroll_top
{
    background: #fff;
    border: 2px solid #b90f0f;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 110px;
    left: 30px;
    opacity: 0;
    z-index: 0;
}
.scroll_top:after,
.scroll_top:before
{
    background: #b90f0f;
    width: 20px;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
}
.scroll_top:after
{
    top: 24px;
    right: 7px;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.scroll_top:before
{
    top: 24px;
    left: 7px;
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.scroll_top.visible
{
    z-index: 10;
    opacity: 0.4;
}
.scroll_top.visible:hover
{
    opacity: 1;
}

.header {
    background: #fff;
    position: fixed;
    min-width: 1000px;
    width: 100%;
    height: 90px;
    top: 0;
    /*z-index: 1001;*/
    z-index: 100;

    /*-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);*/
    border-bottom: 1px solid #dfdfdf;

    -webkit-box-shadow: 4px 0 6px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 4px 0 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 4px 0 6px 0 rgba(0, 0, 0, .2);
}
.main .header {
    /*-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;*/
    /*overflow: hidden;*/
}

.header-table-wrapper {
    display: table;
    width: 100%;
}

.header-element-wrapper {
    display: table-cell;
    /*width: 30%;*/
    vertical-align: top;
}

.header-element-wrapper._menu {
    width: 153px;
}

.header-element-wrapper._logo {
    /*width: 290px;*/
    width: 330px;
    border-right: 1px solid #dfdfdf;
}

.logo {
    width: 290px;
    margin: 0 auto;
    position: relative;
    /*left: 40px;
    padding-top: 23px;*/
    left: 15px;
    padding-top: 19px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.logo._moved {
    left: -120px;
}

.logo a {
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 2;
}

.logo_img
{
    /*background: url(images/new_logo.png);*/
    background: url(images/old_logo.png) no-repeat 0px 5px;
    width: 388px;
    height: 60px;
    display: block;
    margin-bottom: 8px;
}

.logo-sign {
    background: url(images/logo.svg) no-repeat;
    /*width: 42px;
    height: 42px;*/
    width: 52px;
    height: 52px;
    display: inline-block;
    vertical-align: middle;
    transition: .8s ease;
}

.logo-sign._step1 {
    animation: rotate1 1s 1 linear;
    -moz-animation: rotate1 1s 1 linear;
    -webkit-animation: rotate1 1s 1 linear;
}

/*.logo-sign._step2 {
        animation: rotate2 1s 1 linear;
        -moz-animation: rotate2 1s 1 linear;
        -webkit-animation: rotate2 1s 1 linear;
}

.logo-sign._step3 {
        animation: rotate3 1s 1 linear;
        -moz-animation: rotate3 1s 1 linear;
        -webkit-animation: rotate3 1s 1 linear;
}*/

.logo-sign.__step1 {
    transform: rotate(0deg);
}

.logo-sign.__step2 {
    transform: rotate(45deg);
}

.logo-sign.__step3 {
    transform: rotate(135deg);
}

.logo-text {
    /*background: url(images/logo_text.svg) no-repeat;*/
    /*width: 155px;
    height: 20px;*/
    width: 192px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.logo-text-text {
    fill: #454545;
}

.second_header>.w980
{
    position: fixed;
    left: 50%;
    margin-left: -490px;
    top: 0px;
    z-index: 10000;
}
.header.second_header>.header_wrapper
{
    background: #b90f0f;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: block;
    content: "";
    z-index: 10000;
}

.header.second_header .menu-button  .menu-line {
    background: #fff;
    width: 30px;
    height: 2px;
    margin-bottom: 6px;
    top: 3px;
}

.header.second_header .menu-button._open ._line1 {
    left: -2px!important;
    top: 11px!important;
}

.header.second_header .menu-button._open ._line3 {
    left: -2px!important;
    top: -5px!important;
}

.header.second_header .menu-button {
    width: 50px;
    height: 50px;
}
.header.second_header .catalog_search {
    height: 50px;
    top: 3px;
    right: 55px;
}

.header.second_header .search-form {
    margin-top: 0;
}

.header.second_header .header-search-icon {
    /*background-image: url(images/white_search_small.png);*/
    width: 50px;
    height: 50px;
}

.header.second_header .logo {
    width: 215px;
    padding-top: 5px;
}

.header.second_header .logo-sign {
    background-image: url(images/logo_white.svg);
    width: 40px;
    height: 40px;
}

.header.second_header .logo-text {
    background-image: url(images/logo_white_text.svg);
    width: 155px;
    height: 20px;
    margin-left: 15px;
}

.second_header .logo
{
    position: relative;
    z-index: 2;
    padding-top: 2px;
}
.second_header .logo_img
{
    background-position: 0 -55px;
}
.second_header .slogan_and_phone
{
    display: none;
}

.second_header .menu {
    height: calc(100% - 50px);
    top: 50px;
}

/*.second_header ul.main_menu li ins.icon
{
        padding-top: 12px;
}
.second_header ul.main_menu li ins.icon:after
{
        color: #fff;
}
.second_header ul.main_menu li a
{
        background: #b90f0f;
    position: relative;
}
.second_header ul.main_menu li a.current
{
        background: #fafafa;
}
.second_header ul.main_menu li a:hover
{
        background: #b90f0f;
        height: 90px;
}
.second_header ul.main_menu li a.current:hover
{
        background: #fafafa;
}
 .second_header ul.main_menu li ins.m_text
{
        opacity: 0;
        top: 5px;
}
.second_header ul.main_menu li a:hover .m_text
{
        opacity: 1;
}
.second_header ul.main_menu li a:hover .icon:after,
.second_header ul.main_menu li ins.m_text
{
        color: #fff!important;
}
.second_header ul.main_menu li a.current .icon:after,
.second_header ul.main_menu li a.current:hover .icon:after,
.second_header ul.main_menu li a.current ins.m_text
{
        color: #000!important;
}
.second_header ul.main_menu
{
        height: 50px;
}*/

.slogan_and_phone
{
    width: 317px;
    margin-top: -26px;
    margin-right: -41px;
    float: right;
    z-index: 2;
    position: relative;
}

.phone {
    /*float: right;
    margin-right: 44px;
    font-size: 13px;
    position: relative;
    top: 6px;*/
    float: right;
    padding-right: 34px;
    padding-left: 32px;
    /*font-size: 18px;*/
    font-size: 15px;
    position: relative;
    height: 90px;
    /*line-height: 90px;*/
    line-height: 80px;
    font-family: 'Gotham';
    letter-spacing: .4px;
    text-decoration: none;
    color: #464646;
}

.phone:before {
    position: absolute;
    font-family: "icon_new";
    /*font-size: 33px;
    left: 0;*/
    font-size: 24px;
    left: 10px;
    color: #454545;
    content: "r";
    top: 7px;
}

.phone_tip {
    position: absolute;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Gotham';
    color: #666;
    margin: 41px 0px 0px 32px;
    letter-spacing: -0.6px;
}




/* for edit mode */
.phone>div {
    float: right;
}
/* for edit mode */






/*.phone span {
        font-size: 13px;
        font-family: "arimo_bold";
        letter-spacing: -0.2px;
}*/

.slogan
{
    float: left;
    position: relative;
    letter-spacing: 0;
    font-family: "Gotham";
    color: #454545;
    /*padding-left: 45px;*/
    padding-left: 35px;
    padding-top: 30px;
    font-size: 18px;
}
.menu
{
    position: fixed;
    /*width: 305px;*/
    width: 100%;
    height: calc(100% - 90px);
    left: -100%;
    overflow-y: hidden;
    top: 90px;
    /*z-index: 1001;*/
    z-index: 99991;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

    /*-webkit-box-shadow: 5px 9px 15px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 5px 9px 15px 0px rgba(0,0,0,0.33);
    box-shadow: 5px 9px 15px 0px rgba(0,0,0,0.33);*/
}

.menu._open {
    left: 0;
}

.menu._scroll {
    overflow-y: auto;
}

.header-search-icon {
    /*background: url(images/new_search_icon.png) no-repeat center center;*/
    width: 90px;
    /*height: 90px;*/
    cursor: pointer;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header-element-wrapper._favorite,
.header-element-wrapper._enter,
.header-element-wrapper._search {
    width: 90px;
    border-left: 1px solid #dfdfdf;
    position: relative;
    box-sizing: border-box;
}

.header_favorite_count {
    background: #454545;
    font-size: 10px;
    font-weight: 600;
    padding: 0 5px;
    height: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    color: #fff;
    line-height: 15px;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 6px;
    z-index: 2;
}

.header-login-icon,
.header-favorite-icon,
.header-search-icon {
    height: 90px;
    display: block;
    cursor: pointer;
}

.header-login-icon:hover,
.header-favorite-icon:hover,
.header-search-icon:hover {
    background: #514344;
}

.header-favorite-icon:hover .header_favorite_count {
    background: #fff;
    color: #514344;
}

.header-login-icon:hover:after,
.header-favorite-icon:hover:after,
.header-search-icon:hover:after {
    color: #fff;
}

.header-login-icon:after,
.header-favorite-icon:after,
.header-search-icon:after {
    font-family: 'icon_new';
    font-size: 25px;
    color: #454545;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header-login-icon:after {
    content: 'e';
}

.header-favorite-icon:after {
    content: 'w';
}

.header-search-icon:after {
    content: 'q';
}

.header-element-wrapper._auth .header-login-icon:after {
    content: ']';
}

.personal_submenu {
    height: 0;
    overflow: hidden;
    position: absolute;
    background: #fff;
    z-index: 2;
    top: 90px;
    width: 285px;
    box-sizing: border-box;
    text-align: left;
    -webkit-box-shadow: -2px 2px 5px -2px rgba(0, 0, 0, .4);
    -moz-box-shadow: -2px 2px 5px -2px rgba(0, 0, 0, .4);
    box-shadow: -2px 2px 5px -2px rgba(0, 0, 0, .4);
}

.personal_submenu_item a {
    display: block;
    padding: 3px 30px;
    font-family: "Gotham Light";
    font-size: 14px;
    text-decoration: none;
    color: #464646;
}

.personal_submenu_item a:hover {
    background: #c73545;
    color: #fff;
}

.header-element-wrapper._enter._auth:hover .personal_submenu {
    height: 68px;
}

.header-favorite-icon._no_empty:after {
    color: #c73545;
}

/*.header-search-icon._open {
        background-color: #b61f2e;
        background-image: url(images/search_close.png);
}*/

.menu-button {
    width: 153px;
    height: 90px;
    line-height: 0;
    cursor: pointer;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #dfdfdf;
}

.menu-btn-text {
    position: absolute;
    text-transform: uppercase;
    left: 62px;
    top: 45px;
    font-family: 'Gotham';
    font-size: 18px;
}

.menu-button._open,
.menu-button:hover {
    background: #514344;
    color: #fff;
}

.menu-button._open .menu-line,
.menu-button:hover .menu-line {
    background: #fff;
}


.menu-button._open ._line1 {;
                            transform: rotate(-45deg);
                            left: 20px;
                            top: 8px;
}

.menu-button._open ._line2 {
    opacity: 0;
}

.menu-button._open ._line3 {
    transform: rotate(45deg);
    left: 20px;
    top: -8px;
}

.menu-line {
    background: #454545;
    display: block;
    width: 23px;
    height: 1px;
    margin-bottom: 7px;
    position: relative;
    top: 0;
    left: 25px;
}

.menu-line._line3 {
    margin-bottom: 0;
}

/*----------------------------------------- Middle ------------------------------------*/
.content {
    padding: 35px 0 260px;
    /*padding: 0 0 260px;*/
    margin-top: 90px;
}

/*.content.catalog  {
    padding-top: 0;
}*/

.content.catalog .bx-breadcrumb {
    display: none;
}

.content.company {
    line-height: 0;
}

.content.cart {
    margin-top: 160px;
}

.content .w980
{
    padding: 0 25px 0;
    width: 930px;
}
.main_slider
{
    overflow: hidden;
    position: relative;
    /*height: 845px;*/
}
/*-------------------------------------- Footer ---------------------------------------*/
.footer {
    border-top: 2px solid #bababa;
    /*margin: -260px auto 0;*/
    height: 290px;
    padding-top: 18px;
    min-width: 1000px;
    position: relative;
    font-family: 'PT Sans';
}

.footer_title {
    /*font-family: "arimo_bold";*/
    /*font-size: 18px;*/
    font-family: 'Gotham Light';
    font-size: 21px;
    margin-bottom: 13px;
    color: #454545;
}

.footer .w980 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .w980:after {
    content: '';
    display: block;
    clear: both;
}

.footer-structure-block {
    float: left;
    min-height: 185px;
    border-right: 1px solid #ededed;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    padding: 30px 25px;
    margin-bottom: 25px;
}

.site_structure {
    /*width: 31%;*/
    width: 29%;
}

.address_and_other {
    /*width: 36%;*/
    width: 38%;
}

.soc_share_wrapper {
    /*width: 31%;*/
    width: 29%;
    border-right: none!important;
}

.footer .address {
    font-size: 13px;
    color: #444444;
    padding-left: 17px;
}

.footer .address br {
    display: none;
}

.footer .address:before
{
    position: absolute;
    margin-top: 2px;
    margin-left: -15px;
    font-size: 11px;
    font-family: "icon";
    content: "p";
}
.soc_share,
.our_soc {
    margin:5px 0 10px 0;
}

.soc_text
{
    position: relative;
    top: 2px;
    font-size: 13px;
}
.soc_text,
.soc_icons
{
    display: inline-block;
}
.our_soc .soc_icons a
{
    background: url(images/soc_icons.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    top: 3px;
    left: 5px;
}

.our_soc .soc_icons a.vk
{
    background-position: 0px 0px;
}
.our_soc .soc_icons a.fb
{
    background-position: -25px 0px;
}
.our_soc .soc_icons a.tw
{
    background-position: -50px 0px;
}
.our_soc .soc_icons a.in
{
    background-position: -75px 0px;
}

.our_soc .soc_icons a.vk:hover
{
    background-position: 0px -26px;
}
.our_soc .soc_icons a.fb:hover
{
    background-position: -25px -26px;
}
.our_soc .soc_icons a.tw:hover
{
    background-position: -50px -26px;
}
.our_soc .soc_icons a.in:hover
{
    background-position: -75px -26px;
}

.copyright_and_develop {
    text-align: center;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    left: 0;
    border-top: 1px solid #ededed;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}

.copyright_and_develop>div
{
    display: inline;
    font-size: 14px;
}
.copyright
{
    margin-right: 50px;
}
.develop a
{
    text-decoration: none;
    color: #768e9f;
}
.develop a:hover
{
    color: #4bb5ff;
}

.titles {
    /*background: #ba1e1e;*/
    background: #c73545;
    height: 55px;
}

.titles>ul {
    margin: 0 auto!important;
}

.titles ul,
.titles ul li,
.titles ul li a {
    height: 100%;
    font-family: "Gotham Light";
    font-size: 16px;
}

.titles ul {
    padding: 0;
    margin: 0;
    position: relative;
    left: -20px;
}

.titles ul li a {
    outline: none;
    /*padding: 0 19px!important;
    line-height: 58px;*/
    padding: 0 40px!important;
    line-height: 52px;
    color: #fff!important;
    font-size: 16px;
    position: relative;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.titles ul li a span {
    border-bottom: 1px dashed #fff;
}

.titles ul li a:hover span {
    border-bottom: none;
}

.ui-tabs {
    padding: 0!important;
}

.titles ul li.ui-tabs-active a {
    /*background: #831111;*/
    background: #514344;
}

.ui-tabs:not(.section_tab_block):not(.product-detail) .ui-tabs-nav:not(.w980),
.ui-tabs:not(.section_tab_block):not(.product-detail) .ui-tabs-nav li {
    margin: 0!important;
    padding: 0!important;
}

.titles ul li.ui-tabs-active a span,
.titles ul li.ui-tabs-active a:hover span {
    border-bottom: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 0 0 0 0;
}

.bx-breadcrumb {
    position: relative;
    z-index: 2;

    padding: 30px 25px 20px!important;
}

.catalog_stok
{
    padding: 40px 0 40px;
}
.catalog_title,
.catalog_title+ul
{
    display: table-cell;
    vertical-align: middle;
}
.catalog_title+ul
{
    left: 0;
}
.catalog_title
{
    position: relative;
    padding-right: 42px;
    font-family: "arimo";
    font-size: 42px;
    color: #fff;
}
.catalog_title:after
{
    background: #fff;
    width: 1px;
    height: 43px;
    top: 10%;
    left: 100%;
    position: absolute;
    display: block;
    content: "";
}
.catalog_filter
{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}
.catalog_filter .titles ul li a
{
    line-height: 55px;
}
.tabs_container
{
    margin-top: 28px;
    padding-bottom: 15px!important;
}
/*----------------service_page begin --------------*/
.service_page
{
    background: url(images/service_back.jpg) no-repeat top center;
    padding-top: 60px;
    min-height: 630px;
}
/*----------------service_page end --------------*/

/*----------------about_page begin --------------*/
.about_carusel_wrapper
{
    /*background-color: #000;*/
    overflow: hidden;
    position: relative;
}
/*.about_carusel_wrapper:after
{
        background: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: "";
        opacity: 0.5;
        z-index: 999;
}*/
.about_carusel
{
    background-color: #000;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.about_carusel .carusel_item
{
    background-repeat: no-repeat;

    background-size: cover;
    /*width: 100%;*/
    width: 100vw;

    height: 990px;
    float: left;
}
.text_slider_wrapper
{
    position: absolute;
    margin-top: -150px;
    margin-left: -465px;
    left: 50%;
    z-index: 1000;
}
.about_text_carusel_wrapper
{
    width: 100%;
    height: 990px;
    position: absolute;
    top: 0;
    z-index: 1000;
}
.curr_wrapper
{
    width: 35px;
    margin: -38px 0px 0px 0px;
    position: relative;
    left: -5px;
    z-index: 2;
}
.carusel_text_item
{
    height: 990px;
    float: left;
    color: #fff;
    display: table;
    font-size: 22px;
    line-height: 33px;
}
.carusel_text_item ul li:before
{
    content: "•";
    font-size: 20px;
    position: absolute;
    margin-left: -16px;
    margin-top: 2px;
}
.carusel_text_item>div
{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.carusel_text_item>div>.w980
{
    width: 750px;
}
.text_slider a
{
    width: 21px;
    height: 21px;
    margin-right: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #b90f0f;
    display: inline-block;
    position: relative;
}
.text_slider a span
{
    display: none;
}
.text_slider a:after
{
    /*width: 19px;
height: 19px;*/
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    border: 6px solid #878787;
    content: "";
    /*left: -5px;
    top: -5px;*/
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    opacity: 0;
}

.text_slider a.selected:after
{
    opacity: 1;
}
/*----------------about_page end --------------*/

/*----------------main_page begin --------------*/
.reasons_wrapper
{
    position: relative;
    overflow: hidden;
    height: 495px;
}
.our_reasons
{
    background: #f6f6f6;
    padding-top: 50px;
}
.reason_item
{
    background: url(images/resons_sprite.png) no-repeat #f6f6f6;
    display: block;
    float: left;
    width: 20%;
    height: 198px;
    border-left: 1px solid #e6e6e6;

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.reasons_titles
{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 48px;
}
.reason1
{
    background-position: -15px 0px;
}
.reason2
{
    background-position: -220px 0px;
}
.reason3
{
    background-position: -425px 0px;
}
.reason4
{
    background-position: -625px 0px;
}
.reason5
{
    background-position: -835px 0px;
    border-right: 1px solid #e6e6e6;
}

.reason1:hover,
.reason1.selected
{
    background-position: -15px -200px;
}
.reason2:hover,
.reason2.selected
{
    background-position: -220px -200px;
}
.reason3:hover,
.reason3.selected
{
    background-position: -425px -200px;
}
.reason4:hover,
.reason4.selected
{
    background-position: -625px -200px;
}
.reason5:hover,
.reason5.selected
{
    background-position: -835px -200px;
}
.reason_item:hover,
.reason_item.selected
{
    background-color: #b90f0f;
}
.reasons_blocks_wrapper
{
    width: 820px;
    padding-bottom: 65px;
    margin: 0 auto;
    position: relative;
}
.reasons_block
{
    width: 780px;
    padding-left: 35px;
    padding-top: 65px;
    float: left;
    position: relative;
}
.reasons_block p
{
    font-size: 16px;
    line-height: 32px;
    color: #454545;
    position: relative;
    z-index: 2;
}
.page_num
{
    position: absolute;
    left: 0;
    top: 70px;
    font-family: "arimo_bold";
    font-size: 210px;
    color: #e6e6e6;
    z-index: 1;
}
.reasons_prev,
.reasons_next
{
    position: absolute;
    z-index: 2;
}
.reasons_prev
{
    top: 110px;
    left: -60px;
}
.reasons_next
{
    top: 110px;
    right: -80px;
}
.str_left,
.str_right,
.str_left:after,
.str_left:before,
.str_right:after,
.str_right:before
{
    background-image: url(images/str_navigation.png);
}
.str_left.white_str,
.str_right.white_str,
.str_left.white_str:after,
.str_left.white_str:before,
.str_right.white_str:after,
.str_right.white_str:before
{
    background-image: url(images/white_str.png);
}
.str_left,
.str_right
{
    width: 37px;
    height: 70px;
    display: inline-block;
}
.str_right
{
    background-position: 0px -185px;
}
.str_left:after,
.str_left:before,
.str_right:after,
.str_right:before
{
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "";
    display: block;
    position: absolute;
    margin-top: 20px;
    margin-left: 0px;
}
.str_left:after
{
    background-position: 0px -20px;
    width: 20px;
    height: 35px;
}
.str_left:before
{
    background-position: 0px -20px;
    width: 10px;
    height: 25px;
}
.str_left:hover:before
{
    margin-left: 40px;
    opacity: 1;
}
.str_left:hover:after
{
    margin-left: 20px;
    opacity: 1;
}
.str_right:after
{
    background-position: -56px -202px;
    margin-left: 20px;
    margin-top: 17px;
    width: 20px;
    height: 35px;
}
.str_right:before
{
    background-position: -66px -207px;
    width: 10px;
    height: 25px;
    margin-left: 20px;
    margin-top: 22px;
}
.str_right:hover:before
{
    margin-left: -10px;
    opacity: 1;
}
.str_right:hover:after
{
    margin-left: 0px;
    opacity: 1;
}
.ass_slide_item
{
    background-repeat: no-repeat;
    background-position: top center;
    /*min-height: 400px;
    max-height: 510px;*/
    width: 100%;
    height: 510px!important;
    float: left;
}
.ass_slide1
{
    background-image: url(images/back1.jpg);
}
.ass_slide2
{
    background-image: url(images/back2.jpg);
}
.ass_slide3
{
    background-image: url(images/back3.jpg);
    color: #fff;
}
.ass_slide4
{
    background-image: url(images/back4.jpg);
    background-position: bottom center;
}
.ass_slide5
{
    background-image: url(images/back5.jpg);
}
.ass_container
{
    display: table;
}
.ass_title
{
    font-size: 38px;
    margin-bottom: 38px;
}
.ass_slide_item>.w980,
.ass_slide_item>.w980 .ass_container
{
    height: 100%;
}
.ass_slide_text
{
    width: 42%;
    display: table-cell;
    vertical-align: middle;
}
.ass_slide_text p
{
    font-size: 14px;
}
.ass_slide2 .ass_title
{
    min-width: 490px;
}
.ass_slide2 .ass_title
{
    min-width: 490px;
}
.ass_slide4 .ass_slide_text
{
    vertical-align: top;
    padding-top: 10%;
}
.ass_slide4 .ass_title
{
    min-width: 418px;
}
.ass_slide5 .ass_slide_text
{
    left: 33%;
    position: relative;
    vertical-align: top;
    top: 30%;
}
.ass_slide5 .ass_title
{
    min-width: 590px;
}
.all_news_wrapper
{
    padding: 9px 0px 35px 40px;
}
.all_news_link
{
    font-family: "arimo_bold";
    font-size: 16px;
    color: #fff!important;
}
.all_news_link:hover
{
    text-decoration: none;
}
.all_news_link:after
{
    content: "›";
    margin-left: 4px;
    position: absolute;
}
/*----------------main_page end --------------*/


/* splash begin */
.catalog_splash
{
    background: url(/upload/medialibrary/9b5/9b51617667b5d6f2156eceaf654435e5.jpg) no-repeat top center;
    height: 2619px;
}
/* splash end */













.assortiment_block
{
    position: relative;
}
.assortiment_pagination
{
    position: absolute;
    right: 30px;
    top: 50%;
    opacity: 0;
    z-index: -1;
}
.assortiment_pagination a
{
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
    border: 2px solid #b90f0f;
    display: block;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
}
.assortiment_pagination a:after
{
    border: 2px solid #FFFFFF;
    width: 16px;
    height: 16px;
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

}
.assortiment_pagination a:last-child
{
    display: none;
    margin-bottom: 0px;
}
.assortiment_pagination a.selected
{
    background: #b90f0f;
}
.assortiment_pagination a span
{
    display: none;
}


body font.tablebodytext
{
    display: none!important;
}




#vk_groups
{
    margin: 0 auto;
}
.vk_vidjet
{
    padding-bottom: 50px;
    position: relative;
}
.vk_vidjet h1
{
    margin-top: 35px;
}
.vk_vidjet:after,
.vk_vidjet:before
{
    width: 100%;
    height: 32px;
    background-color: #B90F0F;
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    margin-top: -32px;
    z-index: -1;
}
.vk_vidjet:before
{
    width: 100%;
    height: 34px;
    top: 0;
    margin-top: 0px;
}


/* cart begin */
.goods_count a:hover
{
    text-decoration: none;
}
.mini_cart
{
    /*background: url(images/cart_icon.png) no-repeat 20px 20px #BA1E1E;*/
    background: url(images/cart_icon.png) no-repeat 20px 20px #c73545;
    /*background-image: url(images/cart_icon.png);*/
    background-image: url(images/min_cart_icon.png);
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: 180px;
    color: #fff;
    z-index: 100;
    width: 200px;
    padding: 20px 10px 7px 90px;

    -webkit-box-shadow: 0px -1px 5px 0px #9E9C9C;
    -moz-box-shadow:    0px -1px 5px 0px #9E9C9C;
    box-shadow:         0px -1px 5px 0px #9E9C9C;
}
.mini_cart_big
{
    height: 100px;
}
.mini_cart.toggle
{
    background-image: none;
    /*width: 15px;
    margin-left: 365px;*/
    width: 200px;
    margin-left: 180px;
}
.mini_cart.toggle .mini_cart_big
{
    height: 0;
}
.mini_cart a
{
    color: #fff!important;
    text-decoration: none!important;
}

.mini_cart a.order_button {
    /*background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #cfcfcf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#cfcfcf));
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#cfcfcf 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%,#cfcfcf 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%,#cfcfcf 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#cfcfcf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf',GradientType=0 );*/

    border: 1px solid #fff;

    padding: 8px 30px;
    font-family: "arimo_bold";
    /*font-size: 17px;*/
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    margin: 10px 0 4px;
    text-transform: uppercase;
    -webkit-transition: 500s;
    -moz-transition: 500s;
    -ms-transition: 500s;
    -o-transition: 500s;
    transition: 500s;
}

.mini_cart a.order_button:hover {
    background: #fff;
    /*background: #D1D1D1;
background: -moz-linear-gradient(top, #D1D1D1 0%, #928F8F 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1D1D1), color-stop(100%,#928F8F));
background: -webkit-linear-gradient(top, #D1D1D1 0%,#928F8F 100%);
background: -o-linear-gradient(top, #D1D1D1 0%,#928F8F 100%);
background: -ms-linear-gradient(top, #D1D1D1 0%,#928F8F 100%);
background: linear-gradient(to bottom, #D1D1D1 0%,#928F8F 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1D1D1', endColorstr='#928F8F',GradientType=0 );*/
}

.show_hide_cart
{
    width: 250px;
    height: 10px;
    right: 30px;
    top: 0;
    position: absolute;
}
.show_hide_cart:after
{
    width: 18px;
    height: 100%;
    position: absolute;
    top: 2px;
    left: 100%;
    font-family: "icon";
    font-size: 10px;
    color: #fff;
    content: "s";

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mini_cart.toggle .show_hide_cart:after
{
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 18px;
}
/* cart end */

.price_attention {
    background: #B90F0F;
    color: #fff;
    /*height: 47px;*/
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    margin-top: 90px;
    margin-bottom: -90px;
    box-sizing: border-box!important;
}

@media (max-width: 768px) {
    .price_attention {
        margin-top: 60px;
        margin-bottom: -60px;
        font-size: 10px;
        line-height: 15px;
        padding: 10px 5px;
    }
}


._top_title {
    color: #fff;
    line-height: 55px;
}

._top_title:after {
    display: none;
}

._hidden {
    display: none;
}

.available_circle {
    background: #009688;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: top;
}

.available_shop {
    display: inline-block;
    color: #009688;
    font-family: "Gotham";
    position: relative;
    top: -2px;
    text-transform: uppercase;
    font-size: 13px;
    width: calc(100% - 30px);
    line-height: 19px;
    vertical-align: top;
}

.available_shop a {
    color: #009688;
    text-decoration: underline;
}

.available_shop a:hover {
    text-decoration: none;
}

.available_label {
    display: inline-block;
    padding: 4px 10px 4px 20px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    position: relative;
    color: #fff;
}
.available_label:before {
    position: absolute;
    margin-left: -14px;
    font-size: 18px;
}
.available_label._YES:before {
    content: '•';
}
.available_label._NO:before {
    content: '×';
    font-size: 11px;
}
.available_label._YES {
    background: #009688;
}
.available_label._NO {
    background: #FF9800;
}

.available_label.goods_list {
    position: absolute;
    left: 50%;
    margin-top: -13px;
    box-sizing: border-box!important;
}

.available_label.goods_list._NO {
    width: 100px;
    margin-left: -50px;
}

.available_label.goods_list._YES {
    width: 130px;
    margin-left: -65px;
}
._black {
    color: #000!important;
}

.top-title-margin {
    margin: 60px 0 10px -15px;
    font-size: 26px;
}

.catalog_menu_btn {
    /*width: 40px;
height: 30px;
margin-top: 10px;
padding-top: 6px;
    cursor: pointer;
    margin-right: 30px;*/

    /*background: #831111;*/
    background: #514344;
    width: 120px;
    height: 100%;
    margin-top: 0px;
    padding: 0 0 0 10px;
    cursor: pointer;
    margin-right: 20px;
}

.catalog_menu_btn:before {
    content: 'Бренды';
    color: #fff;
    position: absolute;
    top: 0;
    left: 60px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Gotham Light';
    /*font-weight: 600;*/
}

.catalog_menu_btn:after {
    content: 's';
    font-family: 'icon';
    color: #fff;
    font-size: 9px;
    top: 1px;
    position: absolute;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.catalog_menu_btn._opened:after {
    transform: rotate(180deg);
}

.catalog_menu_btn .line {
    display: none;
    background: #fff;
    width: 100%;
    height: 4px;
    margin-bottom: 7px;
    position: relative;
    top: 0;
}

.catalog_menu_btn:hover .line1 {
    top: -2px;
}

.catalog_menu_btn:hover .line3 {
    top: 2px;
}
.transition02
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.catalog_menu_btn._opened ._line1 {
    transform: rotate(-45deg);
    left: 1px;
    top: 11px;
}

.catalog_menu_btn._opened ._line3 {
    transform: rotate(45deg);
    left: 1px;
    top: -11px;
}

.catalog_menu_btn._opened ._line2 {
    opacity: 0;
}

.catalog_menu_tree {
    /*background: #BA1E1E;*/
    background: #c73545;
    box-sizing: border-box!important;
    position: absolute;
    width: 945px;
    /*width: 960px;*/
    margin-left: 0;
    z-index: 3;
    height: 0;
    overflow: hidden;
    /*margin-top: 9px;*/
}
.catalog_menu_tree .catalog-section-list {
    padding: 40px 30px 20px 30px;
    border-top: 1px solid #a62938;
}
.catalog_menu_tree .catalog-section-list>ul>li {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.catalog_menu_tree .catalog-section-list ul li a{
    font-size: 15px;
}
.catalog_menu_tree .catalog-section-list>ul>li>a{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}
.catalog_menu_tree .catalog-section-list ul ul {
    margin-left: 40px;
    left: 0;
}
.catalog_menu_tree .catalog-section-list>ul>li>ul {
    margin-left: 0;
}
.catalog_menu_tree .catalog-section-list ul li {
    display: inline;
    float: left;
    margin-top: -25px;
}
.catalog_menu_tree .catalog-section-list>ul>li li {
    width: 25%;
}
.catalog_menu_tree .catalog-section-list>ul>li li a{
    line-height: 16px;
    white-space: nowrap;
}

.catalog_menu_tree .catalog-section-list li.detskie_chasy,
.catalog_menu_tree .catalog-section-list li.remeshki_dlya_chasov{
    width: 50%;
}
.catalog_menu_tree .catalog-section-list li.interernye_chasy {
    width: 100%;
}

.catalog_menu_tree .catalog-section-list li.aksessuary_i_podarki li{
    width: 33%;
}
._red.str_left,
._red.str_right,
._red.str_right:after,
._red.str_right:before,
._red.str_left:after,
._red.str_left:before
{
    background-image: url(images/red_str_navigation.png)!important;
}

label.disabled {
    opacity: .5;
}

.sub_cat_tree_button {
    position: absolute;
    left: 50%;
    z-index: 101;
    margin-left: -490px;
    width: 70px;
}

.sub_page.action_block_elements {
    /*padding-left: 60px;*/
    padding-left: 170px;
    box-sizing: border-box!important;
}

.sub_page .search-suggest {
    right: -10px;
}
.sub_page  .search_button {
    left: -30px;
}
.sub_page .search_icon_wrapper {
    right: -10px;
}


/* animation _step1 */
@keyframes rotate1 {
    from {
        transform:  rotate(0);
    }
    to {
        transform: rotate(1080deg);
    }
}

@-moz-keyframes rotate1 {from {-moz-transform:  rotate(0);}	to {-moz-transform: rotate(1080deg);}}
@-webkit-keyframes rotate1 {from {-webkit-transform:  rotate(0);}	to {-webkit-transform: rotate(1080deg);}}


/* animation _step2 */
@keyframes rotate2 {
    from {
        transform:  rotate(1080deg);
    }
    to {
        transform: rotate(2205deg);
    }
}

@-moz-keyframes rotate2 {from {-moz-transform:  rotate(1080deg);}	to {-moz-transform: rotate(2205deg);}}
@-webkit-keyframes rotate2 {from {-webkit-transform:  rotate(1080deg);}	to {-webkit-transform: rotate(2205deg);}}


/* animation _step3 */
@keyframes rotate3 {
    from {
        transform:  rotate(2205deg);
    }
    to {
        transform: rotate(3330deg);
    }
}

@-moz-keyframes rotate3 {from {-moz-transform:  rotate(1125deg);}	to {-moz-transform: rotate(3330deg);}}
@-webkit-keyframes rotate3 {from {-webkit-transform:  rotate(1125deg);}	to {-webkit-transform: rotate(3330deg);}}



/* адаптивность в 1000 */
@media (max-width: 1200px) {
    .slogan {
        position: absolute;
        /*margin-left: -241px;
        margin-top: 18px;
        font-size: 11px;*/
        margin-left: -266px;
        margin-top: 24px;
        font-size: 12px;
        text-transform: uppercase;
    }
}


.info-icon-text {
    display: inline-block;
    color: #e88e98;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    font-family: "Gotham";
    text-decoration: none;
}

.info-icon-text span {
    border-bottom: 1px dotted #e88e98;
}

.info-icon-text:hover span {
    border-bottom-color: transparent;
}


/* личный кабинет */
.personal-prologue {
    padding-top: 45px;
    padding-bottom: 35px;
}

.discount-info-wrapper {
    padding-top: 15px;
}

.discount-info {
    display: table;
    width: 100%;
}

.discount-card,
.discount-content {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.discount-content {
    padding: 0 0 0 10px;
}

.discount-card {
    background-repeat: no-repeat;
    height: 290px;
}

.discount-card._empty {
    background-image: url('images/empty_card.png');
}

.discount-card._card3 {
    background-image: url('images/card3.png');
}

.discount-card._card4 {
    background-image: url('images/card4.png');
}

.discount-card._card5 {
    background-image: url('images/card5.png');
}

.discount-card._card-premium {
    background-image: url('images/card_premium.png');
}

.discount-content .h3 {
    font-size: 24px;
    letter-spacing: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}

.discount-content p {
    font-family: 'PT Sans';
    font-size: 14px;
    line-height: 21px;
    color: #444;
}

.discount-content a {
    color: #b51f2f;
}

.discount-content a:hover {
    color: #b51f2f;
    text-decoration: none;
}

.how-use-wrapper {
    background: #c73545;
    padding: 35px 40px 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #a62938;
}

.how-use-wrapper .h3 {
    color: #fff;
    margin-top: 0;
    /*font-size: 24px;
    letter-spacing: 0;*/
}

.use-process {
    margin-top: 30px;
    position: relative;
}

.use-process:before,
.use-process:after {
    background: #c73545;
    width: 20px;
    height: 20px;
    display: block;
    content: '';
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.use-process:before {
    top: 0;
    left: 100%;
    margin-left: -10px;
    margin-top: -10px;
}

.use-process:after {
    top: 100%;
    left: 0;
    margin-left: -10px;
    margin-top: -10px;
}

.use-process-content {
    font-size: 0;
}

.use-process-content>div {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 0;
    vertical-align: top;
}

.personal-rubles {
    width: 290px;
    border-right: 1px solid #f2f2f2;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
}

.use-process-process {
    width: 650px;
}

.personal-rubles-title {
    font-family: "PT Sans";
    font-size: 18px;
    color: #444;
    margin-bottom: 5px;
}

.personal-rubles-sum {
    font-family: "Gotham";
    font-size: 25px;
    color: #444;
    letter-spacing: 1.5px;
}

.personal-rubles-date {
    font-family: "PT Sans";
    font-size: 12px;
    color: #444;
}

.use-process-steps {
    font-size: 0;
    padding-left: 10px;
}

.use-process-step {
    width: 25%;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    color: #999;
    text-align: center;
    box-sizing: border-box;
    padding: 95px 20px 0px;
    font-family: "PT Sans";
    position: relative;
}

.use-process-step:before {
    font-family: icon_new;
    color: #d13245;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.use-process-step._step1:before {
    content: 'ф';
    font-size: 33px;
}

.use-process-step._step2:before {
    content: 'ы';
    font-size: 42px;
}

.use-process-step._step3:before {
    content: 'p';
    font-size: 40px;
}

.use-process-step._step4:before {
    content: 'в';
    font-size: 44px;
}

.use-process-step:after {
    font-family: icon_new;
    color: #999;
    position: absolute;
    top: 100%;
    left: 100%;
    content: 'а';
    margin-top: -20px;
}

.info-buttons {
    margin-top: 15px;
    border-top: 1px solid #f2f2f2;
}

.info-button-item {
    display: inline-block;
    padding: 14px 0;
    text-align: center;
    border-right: 1px solid #f2f2f2;
    font-family: "Gotham";
}

.info-button-item .line_btn {
    font-size: 12px;
}

.info-button-item:first-child {
    width: 260px;
}

.info-button-item:nth-child(2),
.info-button-item:last-child {
    width: 190px;
}

.info-button-item:last-child {
    border-right: none;
}

.personal-tabs-wrapper .titles {
    padding: 0 20px;
}

.personal_tabs_block {
    padding: 50px 0!important;
}

.personal_tabs_block .h3 {
    margin-top: 0;
}

.form-field .error {
    position: absolute;
    background: #d13245;
    color: #fff;
    padding: 0 15px;
    font-size: 10px;
    /*height: 18px;*/
    left: 0px;
    bottom: -18px;
    width: 100%;
    box-sizing: border-box!important;
    line-height: 18px;
    text-align: center;
    z-index: 2;
}

.form-field-child {
    /*display: table;*/
    margin-bottom: 8px;
    position: relative;
}

.form-field-child:last-child {
    margin-bottom: 0;
}

.form-field-child .form-label {
    font-size: 14px;
    font-family: "PT Sans";
    /*display: table-cell;*/
    display: inline-block;
    width: 140px;
    padding-right: 20px;
    padding-top: 7px;
    vertical-align: top;
}

.form-field-child .form-field {
    /*display: table-cell;*/
    display: inline-block;
    position: relative;
    /*width: 380px;*/
    width: 330px;
}

.form-field-child input {
    width: 100%;
}

.personal_tabs_block .calendar-icon {
    opacity: 0;
    position: absolute;
    margin-left: 10px;
    margin-top: -19px;
}

.form-field ._birthday_btn:after {
    font-family: "icon_new";
    display: block;
    content: '[';
    color: #c73545;
    position: absolute;
    left: 100%;
    top: 50%;
    font-size: 23px;
    cursor: pointer;
    -webkit-transform: translateX(-34px) translateY(-14px);
    -moz-transform: translateX(-34px) translateY(-14px);
    -ms-transform: translateX(-34px) translateY(-14px);
    -o-transform: translateX(-34px) translateY(-14px);
    transform: translateX(-34px) translateY(-14px);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.form-field ._birthday_btn:hover:after {
    color: #514344;
}

.pass-title {
    width: 170px;
    left: 500px;
    position: absolute;
    margin-left: 10px;
    top: 7px;
}

.pass-title p {
    color: #bebebe;
    font-size: 12px;
    line-height: 15px;
}

.favorite_goods {
    font-size: 0;
}


/* избранные модели в ЛК */
.goods_item__element {
    width: 220px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #f2f2f2;
    padding: 0 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    position: relative;
}

.goods_item__element:hover {
    border-color: #c73545;
}

.goods_item__element:nth-child(4n) {
    margin-right: 0;
}

.goods_item_link {
    text-decoration: none;
}

.goods_item_image {
    height: 330px;
    text-align: center;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.goods_item_image img {
    max-height: 100%;
}

.personal-tabs-wrapper .goods_item_image img {
    max-width: 100%;
}

.goods_item_name {
    font-family: "PT Sans";
    font-size: 14px;
    line-height: 21px;
    color: #337ab7;
    margin-bottom: 10px;
    height: 50px;
}

.goods_item_price {
    font-family: "Gotham Light";
    font-size: 26px;
    color: #454545;
    height: 40px;
    margin-bottom: 20px;
}

.auth-wrapper {
    padding-bottom: 30px;
}


/* заказы пользователя */
.order_item {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0;
    margin-bottom: 20px;
}


.order_item_container {
    border-bottom: 1px solid #f2f2f2;
}

/*.order_item>div {*/
.order_item_container>div {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.order_data {
    width: 230px;
    padding: 24px 0;
    border-right: 1px solid #f2f2f2;
}

.order_goods {
    width: 400px;
    padding: 24px 38px;
    border-right: 1px solid #f2f2f2;
}

.order_title {
    font-family: "Gotham Light";
    font-size: 28px;
    color: #444;
}

.order_date {
    font-family: "PT Sans";
    font-size: 12px;
    color: #444;
}

.order_good_name,
.order_good_price {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.order_good_name {
    width: 65%;
    line-height: 0;
    padding-right: 20px;
}

.order_good_name a {
    font-size: 12px;
    font-family: "PT Sans";
    color: #337ab7;
    line-height: 19px;
    text-decoration: none;
}

.order_good_price {
    width: 35%;
    font-family: "Gotham Light";
    font-size: 16px;
    color: #454545;
    line-height: 19px;
}

.order_good_price .rub {
    font-size: 90%;
}

.order_good_item {
    margin-bottom: 12px;
}

.order_good_item:last-child {
    margin-bottom: 0;
}

.order_item_result {
    padding: 25px 0;
}

.more_container {
    width: 230px;
    display: inline-block;
}

.more_sum {
    width: 400px;
    display: inline-block;
    padding: 0 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.more_sum>div {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.more_sum_title {
    width: 65%;
    padding-right: 20px;
    font-family: "PT Sans";
    font-size: 16px;
    color: #514344;
    position: relative;
}

.more_sum_title:after {
    width: 100%;
    display: block;
    position: absolute;
    border-bottom: 1px dotted #514344;
    content: '';
    top: 19px;
    left: 97px;
}

.more_sum_value {
    background: #fff;
    width: 35%;
    position: relative;
    font-family: "Gotham Light";
    font-size: 19px;
    color: #454545;
    z-index: 2;
}

.order_garranty {
    width: 300px;
    padding: 24px 38px;
}

.order_garranty_status {
    width: 260px;
    font-size: 14px;
    color: #464646;
}

.order_garranty_status_value {
    color: #FF9800;
}

.order_garranty_status_value.cancel {
    color: #c73545;
}

.order_garranty_item {
    background: #cc858d;
    width: 260px;
    font-size: 14px;
    margin: 0 auto 17px;
    height: 23px;
    position: relative;
}

.garranty_back_percent {
    background: #c73d4c;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.garranty_text {
    font-family: "PT Sans";
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.close_ajax {
    position: absolute;
    top: 5px;
    right: 5px;
}

.close_ajax:after {
    font-family: "icon_new";
    content: 'y';
    font-size: 8px;
    color: #dfdfdf;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.close_ajax:hover:after {
    color: #666;
}

/* всплывающая авторизация и регистрация */
.auth_reg_wrapper__fade {
    background: rgba(41, 41, 48, .85);
    width: 100%;
    height: 100%;
    /*position: fixed;*/
    position: absolute;
    overflow: scroll;
    padding: 30px;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

.captcha_label {
    position: relative;
    top: -15px;
    display: inline-block;
}

.reg_captcha_img {
    position: absolute;
    margin: -20px 0 0 25px;
}

.auth_reg_wrapper {
    background: #fff;
    position: relative;
    width: 500px;
    min-height: 450px;
    padding: 60px;
    left: 50%;
    top: 50%;
    /*-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/

    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.auth_reg_wrapper .auth_reg_tabs.ui-tabs .ui-tabs-nav li {
    margin-right: 30px!important;
}

.auth_reg_wrapper .auth_reg_tabs.ui-tabs .ui-tabs-nav li:last-child {
    margin-right: 0!important;
}

.auth_reg_titles {
    margin-bottom: 30px;
}

.auth_reg_titles a {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Gotham Light';
    color: #337ab7;
    border-bottom: 1px dotted #337ab7;
    padding: 0!important;
    outline: none!important;
    letter-spacing: 1px;
}

.auth_reg_titles .ui-tabs-active a {
    color: #454545;
    border-bottom-color: transparent;
}

.auth_reg_tabs .w-container {
    width: auto;
    padding: 0;
}

.auth_reg_tabs .h1 {
    display: none;
}

.auth_reg_content .form-field-child,
.auth_reg_content .form-label,
.auth_reg_content .form-field {
    width: 100%;
    display: block;
    position: relative;
}

.auth_reg_content .form-field input {
    width: 100%;
    box-sizing: border-box!important;
}

.reg_error {
    margin-bottom: 20px;
}

.auth_reg_content .form-label {
    margin-bottom: 7px;
}

.auth_reg_content a {
    text-decoration: none;
    color: #e88e98!important;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
}

.auth_reg_content a:hover {
    border-bottom-color: #e88e98;
}

.auth_reg_content form .form-field-child:last-child {
    margin-bottom: 0;
}

.auth_reg_wrapper .close_ajax {
    top: 3px;
    right: 15px;
}

.auth_reg_wrapper .close_ajax:after {
    top: 3px;
    right: 15px;
    font-size: 10px;
    color: #454545;
}

.personal_result_block {
    width: 100%;
    position: absolute;
    left: 5px;
    border-radius: 5px;
}

.personal_result_block p {
    margin-bottom: 0;
}

.personal_result_block .errortext {
    background: #c73545;
    display: block;
    padding: 4px 0;
    color: #fff!important;
    font-size: 12px;
    line-height: 18px;
}

.personal_result_block .notetext {
    background: #514344;
    display: block;
    color: #fff!important;
    font-size: 12px;
}




/* товары */
.goods {
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin-top: 35px;
}

.goods_item_wrapper {
    width: 298px;
    /*height: 580px;*/
    height: 600px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    margin-right: 30px;
    text-align: center;
    border: 1px solid #f2f2f2;
    vertical-align: top;
}

.goods_item_wrapper .buy_button {
    width: 180px;
    overflow: hidden;
}

.goods_item_wrapper .buy_button_wrapper .add_to_favorite {
    margin-top: 10px;
    padding: 0 44px;
}

.goods_item_wrapper .buy_button_wrapper .ajax_answer a {
    color: #e88e98!important;
    text-decoration: underline;
}

.goods_item_wrapper .buy_button_wrapper .ajax_answer a:hover {
    text-decoration: none;
}

.goods_item_wrapper .buy_button_wrapper .ajax_answer {
    background: #fff;
    position: absolute;
    width: 250px;
    left: 24px;
    top: 60px;
    padding: 10px 10px;
    border: 1px solid #dfdfdf;
    font-size: 11px;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    font-family: 'Gotham';
    line-height: 15px;
    color: #e88e98;
    z-index: 2;
    display: none;
}

.goods_item_wrapper:hover {
    border-color: #c73545;
    z-index: 11;
}

.goods_item_wrapper:nth-child(3n),
.goods_item_wrapper:last-child {
    margin-right: 0;
}

.goods_item_wrapper .goods_item {
    background-color: #fff;
    width: 298px;
    /*height: 580px;*/
    height: 600px;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.goods_item_wrapper .image_wrapper {
    padding: 13px 0 13px;
    width: 300px;
    height: 407px;
    /*display: table-cell;
    vertical-align: middle;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.goods_item_wrapper .good_name {
    margin-top: 25px;
    padding: 0 40px;
    height: 48px;
    overflow: hidden;
    font-family: "PT Sans";
    font-size: 18px;
    line-height: 24px;
    color: #337ab7;
}

.good_name a {
    text-decoration: none;
}

.good_price {
    font-family: "Gotham Light";
    font-size: 26px;
    color: #454545;
    margin: 30px 0px 40px 0px;
}

.good_price._no_good_price {
    font-size: 14px!important;
    line-height: 16px;
    font-family: "Gotham Light";
    margin-top: 8px;
    padding: 0 10px;
}

.price_no_discount {
    margin-top: 10px;
    font-size: 14px;
    line-height: 15px;
    font-family: 'Gotham Light';
    color: #b2b2b2;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.price_no_discount:after {
    background: #b2b2b2;
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
}

.stok_label {
    font-size: 14px;
    line-height: 21px;
    padding: 5px 10px;
    font-family: "Gotham";
    color: #fff;
    position: absolute;
    top: 0;
    width: 155px;
    margin-top: 15px;
    z-index: 2;
}

.stok_label>span {
    position: relative;
    z-index: 2;
}

.stok_label.sale{
    background: #cea57a;
    z-index: 3;
}

.stok_label.new{
    background: #454545;
}

.stok_label.hit{
    background: #c73545;
    z-index: 2;
}
.stok_label.sale + .stok_label.hit,
.stok_label.sale + .stok_label.new,
.stok_label.hit + .stok_label.new {
    top: 41px;
}
.stok_label.sale + .stok_label.hit  + .stok_label.new {
    top: 82px;
}

.buy_button_wrapper {
    background: #fff;
    width: 298px;
    position: absolute;
    top: 100%;
    margin-left: -1px;
    margin-top: -10px;
    opacity: 0;
    border: 1px solid #c73545;
    border-top: none;
    z-index: 10;
}

.goods_item_wrapper .stok_label {
    left: 0;
}

.goods_item_wrapper:hover .buy_button_wrapper {
    /*height: 65px;*/
    height: 130px;
    opacity: 1;
}

.goods_item_wrapper:hover .buy_button_wrapper.__no__price {
    height: 80px;
}

.buy_button {
    background: #c73545;
    display: inline-block;
    padding: 0 35px;
    height: 50px;
    line-height: 50px;
    text-decoration: none!important;
    font-family: "Gotham Light";
    text-align: center;
    font-size: 14px;
    color: #fff!important;
    border: none;
}

.buy_button:hover {
    background: #514344;
}


.all_carousel_goods_button {
    /*margin-top: -80px;*/
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

.sort {
    margin-top: 42px;
}

.sort_title,
.sort_values {
    display: inline-block;
}

.sort_title {
    font-family: 'Gotham';
    font-size: 21px;
    margin-left: 11px;
    margin-right: 12px;
    top: 3px;
    position: relative;
}

.sort .jq-selectbox__select-text {
    font-size: 16px;
}

.jq-selectbox.jqselect.change_sort {
    min-width: 340px;
}





/* пагинация */
.navigation {
    padding: 30px 0 35px 0;
    text-align: center;
    position: relative;
}

.touch .navigation {
    padding: 90px 0 65px 0;
}

.navigation:hover {
    z-index: 11;
}

.navigation-pages {
    text-align: center;
    display: inline-block;
}

.navigation-pages a,
.navigation-pages span  {
    display: inline-block;
}

.navigation-pages a,
.navigation-pages span {
    background: #464646;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: -5px;
    padding: 0 14px;
    font-size: 17px;
    color: #fff!important;
    text-decoration: none;
    border-top: 1px solid #454545;
    border-bottom: 1px solid #454545;
    /*border-left: 2px solid #454545;*/
    border-left: 2px solid #5a5a5a;
}

.navigation-pages a:hover {
    background: #c73545;
    color: #fff;
}

.navigation-pages span.nav-current-page {
    background: #c73545;
    border: 1px solid #c73545;
}

.navigation-pages .nav_item:last-child {
    border-right: 2px solid #454545;
}

.navigation .prev,
.navigation .next {
    background: url(images/nav_str.png) no-repeat #464646;
    padding: 0 14px;
    height: 28px;
    display: inline-block;
    border-top: 1px solid #454545;
    border-bottom: 1px solid #454545;
    border-left: 2px solid #454545;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    position: relative;
    top: 10px;
}

.navigation a.prev:hover,
.navigation a.next:hover {
    background-color: #c73545;
}

.navigation .next {
    left: -6px;
    border-right: 2px solid #454545;
    border-left: 1px solid #454545;
}

.pagination-dot {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    margin-right: 5px;
    font-weight: 600;
    letter-spacing: 1px;
}

.navigation .prev {
    background-position: 9px 9px;
}

.navigation .next {
    background-position: 9px -40px;
    border-left: 1px solid #5a5a5a;
}

.navigation .prev.disabled,
.navigation .next.disabled {
    opacity: 0;
    pointer-events: none;
}


/* баллы, корзины */
.score_title {
    font-weight: bold;
    font-size: 16px;
}

.score_tip {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}

.score_title .score_count {
    font-size: 18px;
    color: #c73545;
}

.score_use_wrapper {
    text-align: right;
    display: none;
}

.price-ask {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -15px;
    margin-left: 8px;
    cursor: pointer;
    z-index: 2;
}

.price-ask-content {
    background: #fff;
    position: absolute;
    display: inline-block;
    width: 160px;
    left: 40%;
    padding: 10px 20px;
    border: 1px solid #B71F2E;
    -webkit-transform: translateX(45%) translateY(-10%);
    -moz-transform: translateX(45%) translateY(-10%);
    -ms-transform: translateX(45%) translateY(-10%);
    -o-transform: translateX(45%) translateY(-10%);
    transform: translateX(45%) translateY(-10%);
    font-size: 11px;
    font-family: 'Gotham';
    line-height: 15px;
    color: #B71F2E;
    opacity: 0;
    z-index: 555;
}

.price-ask:hover + .price-ask-content {
    opacity: 1;
}

.price-ask:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "icon_new";
    font-size: 22px;
    content: 'i';
    line-height: 20px;
    color: #B71F2E;
    text-transform: none;
}


.prices_container {
    position: relative;
}

.prices_container .price-ask {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: 8px;
    margin-left: 15px;
    cursor: pointer;
    transform: translateY(50%);
    z-index: 2;
}

.prices_container .price-ask-content {
    z-index: 4;
    -webkit-transform: translateX(-50%) translateY(-27px);
    -moz-transform: translateX(-50%) translateY(-27px);
    -ms-transform: translateX(-50%) translateY(-27px);
    -o-transform: translateX(-50%) translateY(-27px);
    transform: translateX(-50%) translateY(-27px);
    margin-left: -24px;
}

/* форма в карточке товара */
.popup_feedback_good_element_form {

}

.good_form_overlay,
.good_form_wrapper {
    display: none;
}

.good_form_overlay {
    background: rgba(41, 41, 48, .85);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

.good_form_wrapper {
    background: #fff;
    position: fixed;
    /*width: 500px;*/
    width: 550px;
    min-height: 350px;
    padding: 60px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999;
}

.good_form_wrapper .close_ajax:after {
    top: 3px;
    right: 15px;
    font-size: 10px;
    color: #454545;
}

.good_form_wrapper .h2 {
    margin-top: 0;
    text-align: center;
}

.close_good_form {
    position: absolute;
    top: 5px;
    right: 15px;
}

.close_good_form:after {
    font-family: "icon_new";
    content: 'y';
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: 3px;
    right: 15px;
    font-size: 10px;
    color: #454545;
}

.close_good_form:hover:after {
    opacity: .5;
}

.good_form_wrapper .mf-ok-text {
    text-align: center;
    margin-bottom: 30px;
    margin-top: -20px;
    color: #c73545;
}

.score_tooltip_text {
    width: 690px;
    font-size: 14px;
    line-height: 21px;
    color: #c73545;
    position: relative;
    text-align: center;
    margin: 30px auto 10px;
    clear: both;
}


.remove_from_favorite {
    width: 40px;
    height: 30px;
    left: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}

.remove_from_favorite:after {
    font-family: icon_new;
    content: 'a';
    color: #c73545;
    font-size: 20px;
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.remove_from_favorite:hover span {
    font-size: 10px;
    width: 140px;
    display: block;
    background: #fff;
    border: 1px solid #c73545;
    position: absolute;
    top: 0;
    text-transform: uppercase;
    padding: 0 5px 0 30px;
    left: 0;
    opacity: 0;
}

.remove_from_favorite:hover {
    width: 180px;
}

.remove_from_favorite:hover span {
    opacity: 1;
}


@media(max-width: 1000px) {
    .header {
        min-width: 320px;
    }

    .header .menu-btn-text {
        display: none;
    }

    .header .menu-button {
        width: 90px;
    }

    .header .menu-line {
        left: 33px;
    }

    .header-element-wrapper._menu {
        width: 90px;
    }

    .header-element-wrapper._logo {
        border-right: none;
    }

    .footer .site_structure {
        /*display: none;*/
    }

    .footer-structure-block {
        width: 50%;
    }

    .footer {
        width: 100%;
        min-width: 100%;
    }

    .footer .w980 {
        width: 100%;
        min-width: 100%;
    }
}

@media(max-width: 767px) {
    .mini_cart {
        left: auto;
        right: 0;
        margin-left: 0;
    }

    .price_no_discount {
        font-size: 12px;
    }

    .header {
        height: 60px;
    }

    .header-element-wrapper._menu,
    .header .menu-button {
        width: 60px;
    }

    .header .menu-button {
        height: 60px;
    }

    .header-element-wrapper:not(._logo) {
        vertical-align: top;
        width: 60px!important;
    }

    .header-element-wrapper._logo {
        width: 150px;
        margin-left: 10px;
        margin-top: 5px;
    }

    .header .logo {
        width: 150px;
        left: 0;
        padding-top: 0;
        text-align: left;
    }

    .header .logo-sign {
        width: 30px;
        height: 30px;
        margin-top: 8px;
    }

    .header .logo-text {
        width: 112px;
        height: 15px;
        margin-left: 0;
        margin-top: 10px;
    }

    .header .slogan {
        margin-left: -152px;
        margin-top: 0;
        font-size: 10px;
    }

    .header-table-wrapper {
        text-align: right;
    }

    .header-login-icon,
    .header-favorite-icon,
    .header-search-icon {
        width: 60px;
        height: 60px;
    }

    .header-element-wrapper {
        display: inline-block;
    }

    .header-element-wrapper._menu,
    .header-element-wrapper._logo,
    .header-element-wrapper._slogan {
        float: left;
    }

    .header .menu-line {
        left: 18px;
    }

    ul.main_menu {
        width: 100%;
        min-height: 570px;
    }

    .header-element-wrapper._favorite,
    .header-element-wrapper._enter {
        display: none;
    }

    .catalog_search {
        height: 60px;
    }

    .catalog_search._open {
        width: calc(100% - 60px);
        right: 60px;
    }

    .catalog_search .search-suggest {
        width: 90%;
        margin: 12px 0 0 5%;
        padding: 10px;
    }

    .menu {
        height: calc(100% - 60px);
        top: 60px;
    }

    .content {
        margin-top: 60px;
    }

    #panel {
        display: none;

    }

    html.admin_panel body {
        padding-top: 0;
    }

    ul.main_menu li {
        height: 14.285%;
        min-height: 70px;
    }

    .main_menu._auth li {
        height: 12.5%;
    }
    ul.main_menu li._only-mobile {
        display: block;
    }

    .auth_reg_wrapper__fade {
        padding: 0;
    }

    .auth_reg_wrapper {
        width: 100vw;
        left: 0;
        top: 0;
        padding: 30px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .reg_captcha_img {
        margin: -10px 0 0 0;
        position: relative;
    }
}

@media(max-width: 640px) {
    .copyright_and_develop {
        line-height: 14px;
        bottom: -15px;
        padding-top: 10px;
    }

    .footer .address br {
        display: block;
    }
}

@media(max-width: 480px) {
    .content {
        overflow: hidden;
        padding-bottom: 310px;
    }

    .footer {
        /*height: 310px;*/
        height: 360px;
        margin-top: -310px;
    }

    .footer .address br {
        display: none;
    }

    .footer-structure-block {
        width: 100%;
        float: none;
        padding: 10px 15px;
        margin-bottom: 0;
        min-height: 95px;
        border-right: none;
    }

    .soc_share_wrapper {
        border-top: 1px solid #ededed;
    }
}

.similar_models_block .stok_label {
    left: 0;
}

.similar_models_block {
    width: 100%;
}

.our_reasons,
.assortiment_block {
    display: none;
}


.goods-slider__item-name,
.goods-slider {
    box-sizing: border-box!important;
}

.goods-slider__item .good_price {
    font-size: 20px;
}

.goods-slider__item .price-ask {
    margin-left: 5px;
}

.politics-text {
    margin-bottom: 100px;
}

.rules-checkbox label {
    line-height: 18px;
}

.rules-checkbox .error {
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.rules-checkbox._error .error {
    opacity: 1;
}

.order_form_content .rules-checkbox .error {
    background: #d13245;
    width: 200px;
    padding: 5px 10px;
    position: absolute;
    left: 100%;
    margin-left: 18px;
    top: -10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
}

.order_form_content .rules-checkbox .error:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #BA1E1E;
    border-width: 5px;
    margin-top: -5px;
}

.order_form_content .form-field {
    width: auto;
}

.reg_form_container .form-field-child._rules {
    margin-bottom: 0;
}




.other_tiles .small_tile {
    width: 25%;
}




.black-friday {
    font-size: 14px;
    line-height: 21px;
    padding: 7px 10px;
    font-family: "Gotham";
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: -100px;
    z-index: 2;
    background: #c73545;
    font-weight: 600;
    box-sizing: border-box!important;
    text-transform: uppercase;
}

.detail_photo .black-friday {
    margin-top: -30px;
    left: -40px;
}

.law-rules {
    font-size: 12px;
    line-height: 18px;
    padding: 0 30px;
    clear: both;
    margin: 0 0 20px 0;
    color: #bababa;
}
.brend-text {
    max-width: 100%;
}
.brend-text p {
    text-align: left!important
}

.garantiya-i-vozvrat {
    padding: 0 15px;
}

.stickers .new {
    color: #fff;
    font-size: 14px;
    padding: 2px 4px;
    margin-bottom: 10px;
    font-family: 'Arimo';
    background: #9F9F9F;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}

.stickers {
    padding-top: 15px;
    display: flex;
}

.stickers .hit {
    max-width: 32px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 2px 4px;
    font-family: 'Arimo';
    background: #CEA47A;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}

#cookieNotice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2c2c2c;
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 1000;
    display: none;
}
#cookieNotice button {
    background-color: #c73545;
    border: none;
    color: white;
    padding: 10px 20px;
    margin-left: 15px;
    border-radius: 5px;
    cursor: pointer;
}
#cookieNotice button:hover {
    background-color: #45a049;
}

@media(max-width: 1100px) {
    .shop_item_wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .shop_item_wrapper .left_content {
        width: 100%;
    }

    .shop_item_wrapper .right_content {
        margin-top: 100px;
        padding-left: 0;
        width: 100%;
    }

    .type_label.PREMIUM {
        white-space: nowrap;
    }

    .type_label {
        max-width: 200px;
    }

    .shop_item {
        height: auto;
        background: #000;
    }

    .news {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .news_item:first-child {
        margin-top: 30px;
        padding-right: 0;
        padding-left: 0;
        max-width: 500px;
        display: flex;
        flex-direction: column;
    }

    .news_item:first-child .news_image {
        background-size: cover;
        width: 500px;
        max-width: 100%;
        left: 0px;
        right: 0;
    }

    .news_item:first-child .news_content {
        padding-left: 40px;
    }

    .w1020 {
        max-width: 100vw;
    }

    .news_item {
        width: 100%;
        max-width: 500px;
    }

    .news_item .news_image {
        background-position: center;
    }
}

@media(max-width: 800px) {
    .services {
        display: flex;
        flex-wrap: wrap;
    }

    .service_item {
        width: 100%;
    }

    .service_item:nth-child(2n) {
        left: 0;
    }

    .service_page {
        background-size: cover;
    }
}

@media screen and (max-width: 640px) {
    .wrapper input[type="checkbox"] + label:after, .style-ui input[type="checkbox"] + label:after {
        left: 19px;
    }

    .type_label.PREMIUM {
        position: static;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .wrapper input[type="checkbox"] + label:after, .style-ui input[type="checkbox"] + label:after {
        left: 0px;
        top: 11px !important;
    }
}

.title {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 130%;
    font-weight: 700;
}

.container-buyer {
    padding: 24px;
    border: 1px solid #e8e9eb;
}

.order-right {
    width: 30%;
    padding: 24px;
    border: 1px solid #e8e9eb;
}

.section-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
}

.input-list {
    display: flex;
    flex-wrap: wrap;
}

.form-group {
    width: 50%;
}

.form-group:nth-child (n+3) {
    margin-bottom: 0;
}

.property-container {
    display: flex;
}
.property-container input {
    height: 43px;
}

.row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.order-left {
    width: 67%;
}

.order-right {
    width: 27%;
}

.order-line {
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #808080;
}

.order-caption {
    margin-bottm: 14px;
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    color: #454545;
}

.coupon-input input::placeholder {
    color: #808080;
}

body .order-btn {
    margin-top: 16px;
    width: 100% !important;
    background: #B61F30;
    color: #fff !important;
    transition: .3s;
}

body .order-btn:hover {
    background: #fff !important;
    color: #B61F30 !important;
}

.coupon-input input {
    width: 100%;
}

.delivery-list {
    display: flex;
    justify-content: space-between;
}

.delivery-item {
    margin-right: 15px;
    width: 30%;
    padding: 15px;
    border: 1px solid #e8e9eb;
    cursor: pointer;
    transition: .3s;
}

.delivery-item.active {
    border-color: #B61F30;
}

.delivery-item:last-child {
    margin-right: 0;
}

.delivery-item:hover {
    box-shadow: 2px 2px 7px #B61F30;
}

.delivery-name {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
}

.delivery-desc {
    font-size: 14px;
    line-height: 130%;
    text-align: center;
}

.delivery-wrap {
    margin-top: 30px;
}

.pay-wrap {
    margin-top: 30px;
}

.pay-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pay-item {
    margin-right: 15px;
    padding: 15px;
    width: 30%;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
    border: 1px solid #e8e9eb;
    cursor: pointer;
    transition: .3s;
}

.pay-item.active {
    border-color: #B61F30;
}

.pay-item:last-child {
    margin-right: 0;
}

.pay-item:hover {
    box-shadow: 2px 2px 7px #B61F30;
}

.order-info {
    max-width: 400px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 130%;
}

#main_basket_container h1, #main_basket_container h2, #main_basket_container h3 {
    font-family: "arimo";
}

.payment_right_side span {
    font-weight: 500;
}

.payment_right_side span, .payment_right_side a {
    font-weight: 700;
}

.container-pay {
    margin-top: 30px;
}

@media(max-width: 992px) {
    .row {
        display: block;
    }

    .order-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .order-right {
        width: 100%;
    }

    .content {
        margin-top: 50px;
        padding-bottom: 50px;
    }
}

@media(max-width: 767px) {
    .container {
        padding: 0 15px;
    }
}

@media(max-width: 600px) {
    .title {
        margin-bottom: 25px;
        font-size: 30px;
    }

    .section-title {
        font-size: 20px;
    }

    .delivery-name {
        font-size: 16px;
    }

    .form-group {
        width: 100%;
    }

    .delivery-list {
        flex-wrap: wrap;
    }

    .delivery-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .pay-list {
        flex-wrap: wrap;
    }

    .pay-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media(max-width: 480px) {
    .footer {
        margin-top: 0;
    }
}

.container-pay form {
    margin-top: 10px;
}

.container-pay span {
    font-size: 16px;
    font-weight: 700;
}

.basket-line {
    display: flex;
}