html, body {
    height: 100%;
}

body {
    font-family: 'OpenSans',Verdana,"Geneva CY","DejaVu Sans",sans-serif;
    font-size: 14px;
    width: 100%;
    color: #101010;
    height: 100%;
}

#main_wrapper {
    min-height: 100%;
}

#content {
    padding-bottom: 280px;
}

.wrapper940 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

input, select, textarea {
    font-family: 'OpenSans',Verdana,"Geneva CY","DejaVu Sans",sans-serif;
    outline: 0;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="tel"],
input[type="password"],
textarea {
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    border-radius: 0;
}

.text-input {
    height: 40px;
    background: #fff;
    font-size: 14px;
    border: 1px solid #dfcd7d;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    color: #473737;
}

h1, h2 {
    font-size: 42px;
    font-family: 'gregor';
    font-weight: normal;
    text-align: center;
    margin-bottom: 0.7em;
}

h1.category_title {
    border-bottom: 1px solid #9c8f8a;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h4 {
    font-size: 24px;
    font-family: 'gregor';
    font-weight: normal;
    text-align: center;
    margin-bottom: 0.7em;
}

.btn {
    background: #dfcd7d;
    border: 0;
    text-align: center;
    height: 40px;
    font-size: 16px;
    color: #473737;
    cursor: pointer;
    display: block;
    padding: 0;
}

a.btn {
    line-height: 40px;
}

a.btn:hover {
    text-decoration: none;
}

a.btn.big {
    line-height: 50px;
}

.btn.big {
    height: 50px;
}

.btn:hover {
    background: #dbc150;
}

.btn:active {
    background: #d0b74a;
}

p {
    font-size: 1em;
    margin-bottom: 1.0714em;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.rubl {
    font-family: "ALSRublRegular";
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 350;
}

.section {
    padding-top: 35px;
    padding-bottom: 45px;
}

/* social share start ------------------------------------------------------- */
#shared_block .pluso-wrap a {
    background-position: center;
    opacity: 1;
}

#shared_block .pluso-wrap a:hover {
    background-color: #dfcd7d;
}
#shared_block .pluso-wrap a:active {
    background-color: #d0b74a;
}
#shared_block .pluso-vkontakte {
    background: url("images/svg/social_vk.svg") no-repeat;
}
#shared_block .pluso-odnoklassniki {
    background: url("images/svg/social_odnoklassniki.svg") no-repeat;
}
#shared_block .pluso-facebook {
    background: url("images/svg/social_facebook.svg") no-repeat;
}
#shared_block .pluso-twitter {
    background: url("images/svg/social_twitter.svg") no-repeat;
}
/* social share end --------------------------------------------------------- */

/* header start ------------------------------------------------------------- */
#header .header_top {
    height: 40px;
    background: #241e1e;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 150;
    /*background: transparent;*/
}
.socials {
    float: right;
    margin-left: 30px;
}
#header .header_top .info_block {
    float: right;
    padding-top: 8px;
    color: #d2c7b8;
}

#header .header_top .info_block a,
#header .header_top .info_block .profile_block span,
#header .header_top .info_block .search_block span {
    color: #d2c7b8;
    display: inline-block;
    font-size: 12px;
    height: 21px;
    padding-left: 27px;
}

#header .header_top .info_block .search_block span {
    cursor: default;
}

#header .header_top .menu_trigger {
    width: 60px;
    height: 60px;
    background: url("images/svg/menu_trigger_bg.svg") no-repeat 0 0;
    display: none;
    cursor: pointer;
    float: left;
    position: relative;
    z-index: 1;
}

#header .header_top .menu_trigger:hover,
#header .header_top .menu_trigger:active {
    /*background-color: #dfcd7d;*/
}

.info_block .profile_block {
    position: relative;
    border: 0;
    height: 32px;
    cursor: default;
}

.info_block .profile_block,
.info_block .basket_block,
.info_block .search_block {
    float: left;
    line-height: 24px;
    padding: 0 16px;
}

.info_block .basket_block {
    border-left: 1px solid rgba(255,255,255,0.4);
    padding-right: 0;
}

.info_block .basket_block div {
    display: inline-block;
}

#header .header_top .search_block {
    border: 0 none;
    padding: 0;
    position: relative;
    border-right: 1px solid rgba(255,255,255,0.4);
}

#header .header_top .info_block .profile_link {
    background: url("images/svg/profile_icon.svg") no-repeat 0 center;
}

#header .header_top .info_block .search_link {
    background: url("images/svg/search_icon.svg") no-repeat 0 center;
    margin-right: 16px;
}

#header .header_top .search_block form {
    position: absolute;
    top: -3px;
    right: -1px;
    display: block;
}

#header .header_top .search_block input {
    float: left;
    height: 30px;
    border: 0;
    background: #fff;
    padding: 0;
    position: absolute;
}

#header .header_top .search_block .search_input {
    width: 300px;
    right: 30px;
    padding: 0 5px 0 8px;
    cursor: default;
}

#header .header_top .search_block .search_input:focus {
    cursor: text;
}

#header .header_top .search_block input[type="submit"] {
    width: 30px;
    background: #fff url("images/svg/search_bg.svg") no-repeat center center;
    right: 0px;
    cursor: pointer;
}

#header .header_top .search_block input[type="submit"]:hover {
    background-color: #dfcd7d;
}

#header .header_top .wrapper940 .phone {
    display: none;
}

#header .header_middle {
    height: 100px;
    background: #fff;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#header .header_middle .logo {
    margin-top: 20px;
    display: inline-block;
    margin-left: 10%;
}

#header .header_middle .phones {
    /*margin-top: 20px;*/
    margin-top: 16px;
    margin-right: 10%;
}

#header .header_middle .phones a {
    text-decoration: none;
    color: #7c7568;
    font-size: 22px;
}

#header .small_logo {
    display: none;
}

#header .header_bottom_wrapper {
    height: 60px;
    background: #fff;
}

#header .header_bottom {
    background: #ebebeb;
    height: 58px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(149,149,149,0.3) inset;
    -moz-box-shadow: 0 2px 2px 0 rgba(149,149,149,0.3) inset;
    box-shadow:  0 2px 2px 0 rgba(149,149,149,0.3) inset;
    border-bottom: 1px solid #ebebeb;
    z-index: 80;
    width: 100%;
}

#header .header_bottom .wrapper940 {
    padding: 0;
}
/* header end --------------------------------------------------------------- */
.viewed_products{
    background-color: #ebebeb;
    -webkit-box-shadow: 0 2px 2px 0 rgba(149,149,149,0.3) inset;
    -moz-box-shadow: 0 2px 2px 0 rgba(149,149,149,0.3) inset;
    box-shadow:  0 2px 2px 0 rgba(149,149,149,0.3) inset;
    margin-bottom: -32px;
}
.recommend_block {
    margin-bottom: 50px !important;
    margin-top: 60px !important;
}

.about_block {
    overflow: hidden;
}

.about_block ul {
    overflow: hidden;
    margin-bottom: 26px;
}

.about_block li {
    float: left;
    width: 33%;
    font-family: "NotoSerif";
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
}

.about_block li img {
    float: left;
    margin-right: 20px;
}

.about_block li div {
    display: table;
    height: 78px;
}

.about_block li span {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 905px) {

    .about_block li {
        text-align: center;
    }

    .about_block li img {
        float: none;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .about_block li div {
        display: block;
        height: auto;
    }

    .about_block li span {
        display: block;
    }
}

@media (max-width: 540px) {

    .about_block li {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .about_block li:last-child {
        margin: 0;
    }
}

/* left_menu start ------------------------------------------------------------- */
#left_menu {
    background: rgba(0,0,0,0.85);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 320px;
    left: -320px;
    -moz-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: left 0.3s ease 0s;
    z-index: 400;
}

#left_menu.opened, #left_menu .sub_menu.opened {
    left: 0;
}

#left_menu.sm_opened .dop_menu {
    opacity: 0;
}

#left_menu > ul > li > a, #left_menu .dop_menu {
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: opacity 0.3s ease 0s;
}

#left_menu.sm_opened > ul > li > a {
    opacity: 0.05;
}

#left_menu.sm_opened > ul > li > .folder {
    opacity: 0.4;
}

#left_menu.sm_opened > .left_catalog_menu > li {
    border-bottom: 1px solid rgba(210,199,184,0.1)!important;
}

#left_menu ul li a:active {
    color: #dfcd7d!important;
}

#left_menu .left_catalog_menu li.selected > a, #left_menu .left_catalog_menu li.item-selected > a {
    color: #dfcd7d!important;
}

.lm_head {
    height: 60px;
    text-transform: uppercase;
    color: #fffdfb;
    font-size: 16px;
    background: url("/images/bg_dark.jpg") repeat;
    line-height: 60px;
}

.lm_head .menu_trigger {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url("images/svg/menu_trigger_bg.svg") no-repeat 0 -60px;
    float: left;
}

.lm_head .menu_trigger:hover,
.lm_head .menu_trigger:active {
    background-color: #dfcd7d;
    background-position: 0 0;
}

.lm_head .close, .lm_head .back {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.lm_head .close {
    background: url("images/svg/close.svg") no-repeat 0 0;
}

.lm_head .back {
    background: url("images/svg/back.svg") no-repeat 0 0;
}

.lm_head .close:hover, .lm_head .close:active, .lm_head .back:hover, .lm_head .back:active {
    background-color: #dfcd7d;
    background-position: 0 -60px;
}

#left_menu ul.left_catalog_menu li {
    border-bottom: 1px solid rgba(210,199,184,0.45);
    line-height: 39px;
    overflow: hidden;
}

#left_menu ul.left_catalog_menu li a {
    color: #d2c7b8;
    font-size: 16px;
    padding-left: 20px;
    text-decoration: none;
    width: 281px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#left_menu .sub_menu {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: -320px;
    position: absolute;
    top: 0;
    width: 320px;
    z-index: 99;
    -moz-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: left 0.3s ease 0s;
}

#left_menu ul.left_catalog_menu li .folder {
    width: 39px;
    height: 39px;
    background: url("images/svg/lm_folder_bg.svg") no-repeat 0 0;
    float: right;
    cursor: pointer;
}

#left_menu ul.left_catalog_menu li .folder:hover,
#left_menu ul.left_catalog_menu li .folder:active {
    background-color: #dfcd7d;
    background-position: 0 -39px;
}

#left_menu .dop_menu {
    margin: 20px 0 0 20px;
}

#left_menu .dop_menu li a {
    color: #d2c7b8;
    text-decoration: none;
    padding-left: 40px;
    line-height: 40px;
    display: block;
    font-size: 16px;
}

#left_menu .dop_menu .profile {
    background: url("images/profile_icon.png") no-repeat 0 center;
}

#left_menu .dop_menu .delayed_products {
    background: url("images/delayed_products_icon.png") no-repeat 0 center;
}

.dop_menu .search_input {
    height: 30px;
    border: 0;
    width: 233px;
    float: left;
    padding: 0 8px;
}

.dop_menu form input[type="submit"] {
    float: left;
    width: 30px;
    height: 30px;
    border: 0;
    cursor: pointer;
    background: url("images/svg/search_bg.svg") no-repeat center center #fff;
}

.dop_menu form input[type="submit"]:hover,
.dop_menu form input[type="submit"]:active {
    background-color: #dfcd7d;
}

.dop_menu form {
    margin-top: 15px;
    overflow: hidden;
}
/* left_menu end --------------------------------------------------------------- */

/* slider start ------------------------------------------------------------- */
.slider_wrapper {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 60px;
}

.slider_wrapper h2 {
    margin-bottom: 0.95em;
}

.slider_wrapper .bx-wrapper {
    position: relative;
}

.slider_wrapper .bx-wrapper .bx-prev {
    left: -60px;
    background:url(images/svg/arrow_prev.svg);
}

.slider_wrapper .bx-wrapper .bx-next {
    right: -60px;
    background: url(images/svg/arrow_next.svg);
}

.slider_wrapper .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 45%;
    margin-top: -40px;
    outline: 0;
    width: 60px;
    height: 80px;
    text-indent: -9999px;
    z-index: 50;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    background-position: center center;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

.slider_wrapper .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.slider_wrapper .bx-wrapper .bx-controls-direction a:hover {
    background-color: #dfcd7d;
}

.slider_wrapper .bx-wrapper .bx-controls-direction a:active {
    background-color: #d0b74a;
}

.slider_wrapper .product_item {
    float: left;
    position: relative;
    text-align: center;
}

.pi_sep {
    height: 105%;
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    border-right: 1px solid #e3e2db;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slider_wrapper .product_item .image {
    display: block;
    padding-top: 56.6%;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

.slider_wrapper .product_item .title {
    height: 60px;
    overflow: hidden;
    font-family: "NotoSerif";
    font-style: italic;
    margin-top: 4px;
    padding: 0 10px;
}

.slider_wrapper .product_item .title a {
    color: #473737;
    font-size: 18px;
}

.slider_wrapper .product_item .brand {
    color: #a8a39f;
    font-style: italic;
    margin-top: 9.4%;
}

.slider_wrapper .product_item .price {
    border-top: 1px solid #a8a39f;
    margin: 0 auto;
    width: 160px;
    font-style: italic;
    padding-top: 10px;
    position: relative;
}

.slider_wrapper .product_item .current_price {
    font-size: 18px;
}

.slider_wrapper .product_item .old_price {
    font-size: 14px;
    color: #a8a39f;
    text-decoration: line-through;
    line-height: 18px;
    position: absolute;
    width: 100%;
}

.slider_wrapper.novelty_block .bx-viewport,
.slider_wrapper.recommend_block .bx-viewport {
    padding-bottom: 18px;
}

@media (max-width: 500px) {

    .pi_sep {
        border: 0;
    }
}

@media (max-width: 545px) {

    .slider_wrapper .bx-wrapper .bx-controls-direction a {
        width: 40px;
        height: 60px;
        margin-top: -30px;
    }

    .slider_wrapper {
        padding: 0 40px;
    }

    .slider_wrapper .bx-wrapper .bx-prev {
        left: -40px;
    }

    .slider_wrapper .bx-wrapper .bx-next {
        right: -40px;
    }
}
/* slider start ------------------------------------------------------------- */

/* footer start ------------------------------------------------------------- */
#footer {
    height: 125px;
    margin-top: -125px;
    background: #241e1e;
}

#footer .line {
    line-height: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #332b2b;
    text-align: center;
    color: #918b82;
    font-size: 13px;
    position: relative;
}

#footer .line:last-child {
    border: 0;
}

#footer .phone {
    font-size: 24px;
    color: #d2c7b8;
    font-weight: 300;
    display: inline-block;
    width: 275px;
    vertical-align: middle;
}

#footer .phone a {
    color: #fff;
}

#footer .mailto {
    display: inline-block;
    vertical-align: middle;
}

#footer .mailto a {
    color: #927d23;
    background: url("images/svg/convert.svg") no-repeat 0 1px;
    padding-left: 30px;
}

#footer .copyright {
    line-height: 31px;
    padding: 15px 0;
}

#footer .copyright a.development_link {
    color: #d2c7b8;
}

#footer .copyright a.krayt_link {
    color: #927d23;
}

#footer #bx-composite-banner {
    text-align:  center;
}

#footer #bx-composite-banner a {
    color: #918b82!important;
    font-weight: normal!important;
    margin-left: 30px;
    font-size: 13px!important;
}
/* footer end --------------------------------------------------------------- */

/* popup start ------------------------------------------------------------- */
.popup_overlay {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 997;
}

.popup_table {
    display: table;
    height: 100%;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

.popup_tablecell {
    display: table-cell;
    vertical-align: middle;
}

.popup_tablecell .popup_head {
    font-size: 28px;
    font-family: "gregor";
}

.popup_tablecell .popup_body {
    padding: 20px 0;
}

.popup_tablecell h2 {
    margin-bottom: 0!important;
}

.popup_tablecell img {
    width: 65%;
}

.popup_tablecell .popup_btns .btn {
    width: 240px;
    display: inline-block;
}

.popup_tablecell .popup_btns {
    margin-top: 5px;
}

.popup_tablecell .popup_btns .btn.continue {
    margin-left: 20px;
}

.popup_overlay .close_popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: url("images/close_krest.png") center center no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
}

.popup_overlay .close_popup:hover{
    background-color: #dfcd7d;
}
.popup_overlay .close_popup:active {
    background-color: #d0b74a;
}

.form-search {
    display: none;
}

.table-wrap {
    overflow-x: scroll;
}

.table-wrap::-webkit-scrollbar-thumb {
    border: 2px solid white;
    background-color: #ccc;
}
.table-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-wrap::-webkit-scrollbar:horizontal {
    height: 13px;
}

.table-wrap::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}

@media (max-width:1000px) {

    .popup_overlay .close_popup {
        height: 60px;
        width: 60px;
    }
}

@media (max-width: 740px) and (orientation:landscape) {

    .popup_tablecell img {
        width: 50%;
    }

    .popup_tablecell .popup_btns {
        margin-top: 0;
    }
}

@media (max-width:600px) {

    .popup_tablecell .popup_btns .btn {
        width: 205px;
    }
}

@media (max-width:480px) and (orientation:portrait) {

    .popup_tablecell .popup_btns .btn {
        width: 240px;
        display: block;
        margin: 0 auto;
    }

    .popup_tablecell .popup_btns .btn.continue {
        margin: 20px auto 0;
    }
}
/* popup end --------------------------------------------------------------- */


@media (max-width: 960px) {
    /*.dop_menu form {*/
        /*display: none;*/
    /*}*/

    #header .header_middle .logo {
        margin-top: 0;
        margin-left: 20px;
    }

    #header .header_middle.wrapper940,
    .header_bottom_wrapper {
        display: none;
    }

    #header .header_top {
        background: #fff;
        border-bottom: 1px solid #9c8f8a;
        height: 149px;
        /*z-index: 151;*/
    }

    #header .header_middle .logo {
        z-index: 1000;
    }

    header#header {
        width: 100%;
        z-index: 100;
    }

    #header .header_middle {
        padding-top: 0;
        position: fixed;
        /*width: 100%;*/
        background-color: #fff;
        z-index: 150;
        display: flex;

        width: 43%;
    }

    #header .header_middle .phones {
        width: 92%;
        right: 16px;
        z-index: 150;
        margin-right: 0;
        text-align: end;
        order: 10;
        margin-left: auto;
        background: #fff;
        /*padding-top: 16px;*/
        margin-top: 0;
        right: -122%;
        top: 87%;
        position: absolute;
    }



    #header .header_middle .phones a {
        /*font-size: 15px;*/
    }

    .form-search {
        display: flex;
        justify-content: end;
        margin-right: 16px;
    }

    .form-search__input {
        width: 220px;
        border: 1px solid #cec8c3;
        border-right: none;
    }

    .form-search__submit {
        background: #fff;
        background-image: url("/local/templates/shoes_vitrina/css/images/svg/search_bg.svg");
        width: 30px;
        height: 30px;
        border: 1px solid #cec8c3;
        border-left: none;
        cursor: pointer;
    }

    #header .header_top .menu_trigger {
        display: block;
        top: 82px;
        height: 60px;
        background: url(images/svg/menu_trigger_bg.svg) no-repeat 0 0 #fff;
    }

    .desktop-inline {
        /*display: inline-block;*/
    }

    .phones .desktop-inline:nth-child(2) {
        font-size: 12pt;
        /*margin-right: 16px;*/
    }

    #header .header_top .wrapper940 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
    }

    #header .header_top .wrapper940 .phone {
        display: block;
    }

    #header .header_top .wrapper940 .phone a {
        color: #7c7568;
        font-size: 20px;
    }

    .header_top .wrapper940 {
        padding: 0;
    }

    .top_menu {
        display: none;
    }

    .info_block .profile_block, .info_block .search_block {
        display: none;
    }

    .basket_block .basket_count {
        display: none;
    }

    .basket_block .basket_link {
        display: none!important;
    }

    .basket_block .basket_link_mobile {
        display: block !important;
        height: auto !important;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 18px 0 0 40px !important;
        text-decoration: none;
    }

    .basket_block .basket_link_mobile .basket_count {
        color: #473737;
        font-size: 12px;
        border: 0;
        display: block;
        line-height: inherit;
        margin: 0;
        padding: 0;
    }

    #header .header_top .info_block {
        padding-top: 0;
    }

    .info_block .basket_block {
        width: 60px;
        height: 60px;
        cursor: pointer;
        position: relative;
        padding: 0;
        border: 0;
    }

    .info_block .basket_block:hover,
    .info_block .basket_block:active {
        background: #dfcd7d;
    }

    #header .small_logo {
        display: block;
        margin-top: 15px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    #main_wrapper #content {
        /*padding-top: 46px;*/
        padding-top: 147px;
    }
}

@media (max-width: 745px) {
    #header .header_middle .phones {
        width: 300px;
    }
}

@media (max-width: 630px) {

    .form-search {
        position: absolute;
    }

    #header .header_top .menu_trigger {
        height: 66px;
    }

    #header .header_middle .phones {
        margin-top: 0;

        position: absolute;
        width: 300px;
        top: 87px;
        /*right: -300px;*/
    }

    .form-search {
        /*justify-content: center;*/
        margin-left: -30px;
        margin-top: 5px;
    }

    #header .header_top {
        height: 161px;
        background-color: #fff;
    }

    .form-search__input {
        width: 78%;
    }

    .socials {
        margin-top: 22px;
    }

    #footer {
        height: auto;
    }

    #footer .line {
        height: auto;
    }

    .wrapper940 {
        padding: 0 10px;
    }

    h1, h2 {
        font-size: 21px;
    }

    h4 {
        font-size: 18px;
    }

    .popup_tablecell .popup_head {
        font-size: 18px;
    }

    .recommend_block {
        margin-bottom: 25px !important;
        margin-top: 30px !important;
    }

    p {
        font-size: 0.9286em;
    }

    .about_block li {
        font-size: 14px;
    }

    #footer .phone {
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .footer_menu {
        padding: 10px 0;
    }

    .novelty_block {
        margin-top: 16px;
    }
}
.lang_block{
    float: left;
    line-height: 24px;
    padding: 0 16px;
}
.lang_block img{
    height: 21px;
    vertical-align: middle;
}
.lang_block a{
    padding-left: 0px !important;
}

@media (max-width: 535px) {
    #header .header_middle .phones {
        /*right: -260px;*/
    }
}

@media (max-width: 460px) {
    #header .header_middle .phones {
        /*right: -240px;*/
    }
}

@media (max-width: 416px) {
    #header .header_middle .phones {
        /*right: -225px;*/
        width: 290px;
    }
}

@media (max-width: 390px) {
    #header .header_middle .phones {
        right: -210px;
        width: 290px;
    }

    .form-search {
        margin-left: 0;
    }
}

@media (max-width: 360px) {
    #header .header_middle .phones {
        right: -184px;
    }

    .form-search {
        margin-left: 16px;
    }

    .form-search__input {
    width: 78%;
    }

}

@media (max-width: 960px){
    .info_block .lang_block {
        width: 60px;
        height: 60px;
        cursor: pointer;
        position: relative;
        padding: 0;
        border: 0;
    }
    .info_block .lang_block a{
        padding-top: 17px;
    }
}
.lang_block{
    display:none;
}

.desktop {
    display: block;
}
.mobile {
    display: none;
}

@media (min-width: 961px) {
    .desktop-inline {
        display: inline-block;
    }
}

@media (max-width: 960px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    #main_slider_wrapper {
        display: none;
    }
}

.free-shipping {
    background: #fff;
    border-top: 1px solid #9c8f8a;
}

.free-shipping span {
    width: 100%;
    text-align: center;
}

.header_top .wrapper940.header-mobile-search {
    padding: 9px 20px;
    background: #fff;
    border-top: 1px solid #9c8f8a;
}

.header-mobile-search form {
    position: relative;
    width: 100%;
}

.header-mobile-search .search_input {
    border: 1px solid #9c8f8a;
    width: calc(100% - 12px);
    padding: 6px;
}

.header-mobile-search .search_button {
    position: absolute;
    top: 1px;
    right: 0px;
    width: 30px;
    height: 30px;
    border: 0;
    cursor: pointer;
    background: url(/local/templates/shoes_vitrina/css/images/svg/search_bg.svg) no-repeat center center #fff;
}

@media (max-width: 420px) {
        .phones .desktop-inline {
        font-size: 7.8pt;
    }
}

@media (max-width: 365px) {
    .phones .desktop-inline:nth-child(2) {
        /*font-size: 8pt;*/
    }
}

@media (max-width: 346px) {
    #header .header_middle .phones a {
        /*font-size: 13px;*/
    }
    #header .header_middle .phones {
        width: 276px;
    }

}

table {
    /*margin-left: -18px;*/
}

table td {
    border: 1px solid #333;
}

#shared_block td {
    border: 0;
}