body.overflow-hidden {
    overflow: hidden;
}

#page::before {
    content: '';
}

#page.bg-overlay::before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 101;
    transition: all 0.5s ease;
}

.header__top a {
    display: inline;
}

.service__page {
    background: #f4f4f4;
    padding: 40px 0;
}

.service__page  .container {
    max-width: 1600px;
    margin: 0 auto;
}

.service__page-sidebar {
    width: 300px;
}

.service__page .container{
    display: flex;
    flex-direction: row;
}

.service__page-content {
    width: calc(100% - 300px);
    margin-left: 100px;

}

.service__page  ul.left-menu li a {
    font-size: 18px!important;
    color: #000!important;
    font-weight: 400!important;
    text-decoration: none!important;
}

.service__page  ul.left-menu li {
    padding: 14px 42px!important;
    background: none!important;
}

.service__page  ul.left-menu li a.selected {
    font-weight: 600!important;
}

.service__page  .b-article {
    padding: 20px;
    background: #fff;
    overflow: hidden;
    min-width: 320px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 26px;
}

.service__page  .b-article__title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-bottom: 30px!important;
    display: block;
}

.service__page  .b-article p {
    margin-bottom: 20px;
    margin-top: 15px;
}


.service__page-content {
    padding-right: 30px;
}


/* Таблица размеров */


.b-size-guide {
    margin: 0 auto;
    width: 100%;
    max-width: 568px;

}

.b-size-guide__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
#size-taille {
    background-color: #fff;
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding-bottom: 50px;
}
#size-taille .popin-header {
    height: 50px;
    display: flex;
    position: relative;
    align-items: center;
    text-align: center;
}
#size-taille .gender-button {
    height: 100%;
    width: calc(100% / 2);
    background-color: #f5f5f5;
    cursor: pointer;
    line-height: 50px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #9a9a9a;
}
#size-taille .gender-button.selected, #popin-taille .gender-button.selected {
    background-color: #fff;
    border-bottom: none;
    color: #000;
}
.popin-result {
    display: none;
}
.cat-switch {
    display: flex;
    width: 70%;
    max-width: 320px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    margin: 20px auto;
    box-sizing: border-box;
    color: #9a9a9a;
}

.cat-button:first-child {
    border-right: 1px solid #eee;
}

.cat-button.selected {
    background-color: #fff;
    color: #000;
}

.cat-button {
    width: 50%;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
}
.popin-cat.selected {
    display: block;
}
.table-title {
    width: calc(100% - 20px);
    max-width: 540px;
    margin: 14px auto;
}

.popin-result.selected {
    display: block;
}
.cat-switch {
    display: flex;
    width: 70%;
    max-width: 320px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    margin: 20px auto;
    box-sizing: border-box;
    color: #9a9a9a;
}


#popin-taille {
    background-color: #fff;
    width: 100%;
    font-size: 12px;
    padding-bottom: 50px;
    max-width: 720px;
    position: absolute;
    z-index: 1045;
    top: 50%;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, -50%);
}

@media (max-width: 500px) {
    #popin-taille {
        padding-bottom: 2px;
    }
}

#popin-taille .popin-header {
    height: 50px;
    display: flex;
    position: relative;
    align-items: center;
    text-align: center;
}

.gender-button {
    height: 100%;
    width: calc((100% - 50px) / 2);
    background-color: #f5f5f5;
    cursor: pointer;
    line-height: 50px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #9a9a9a;
}

#size-taille .gender-button.selected,
#popin-taille .gender-button.selected {
    background-color: #fff;
    border-bottom: none;
    color: #000;
}

@media (max-width: 767px) {
    .b-footer__top-section {
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        justify-content: center;
        padding-bottom: 20px;
    }

    .b-footer__top-section .b-logo {
        margin-bottom: 15px;
    }

    .b-footer__top {
        border-top: none;
    }

    .b-footer__top .b-social {
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .b-social {
        justify-content: space-between;
    }
    .mod-fixed #js-popcart:after,
    .mod-fixed #js-popcart:before {
        color: black;
    }
    .btn-cart[data-counter]:after {
        line-height: 12px;
    }
}

.close-button {
    width: 50px;
    height: 100%;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}

.cat-switch {
    display: flex;
    width: 70%;
    max-width: 320px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    margin: 20px auto;
    box-sizing: border-box;
    color: #9a9a9a;
}

.cat-button {
    width: 50%;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
}

.cat-button.selected {
    background-color: #fff;
    color: #000;
}

.cat-button:first-child {
    border-right: 1px solid #eee;
}

.table {
    text-align: center;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    width: calc(100% - 20px);
    max-width: 540px;
    margin: 0 auto;
}

.col {
    display: flex;
}

.table-title {
    width: calc(100% - 20px);
    max-width: 540px;
    margin: 14px auto;
}

.col-name {
    color: #9a9a9a;
}

.cell {
    min-height: 24px;
    padding: 6px 0;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 11px;
    width: 13%;
    flex-grow: 1;
}

.cell:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    backgrond-color: red;
}

.cell span {
    vertical-align: middle;
    display: inline-block;
    width: 99%;
}

.cell:first-of-type {
    width: 35%;
    color: #9a9a9a;
    padding: 5px 5px;
}

.cell-no-bottom {
    border-bottom: none;
}

.popin-cat {
    display: none;
}

.popin-cat.selected {
    display: block;
}

.popin-result {
    display: none;
}
.popin-result.selected {
    display: block;
}

.popin-homme .cell {
    width: 14%;
}

#popin-taille .popin-homme .cell:first-of-type {
    width: 30%;
}
@media screen and (max-width: 320px) {
    #popin-taille {
        font-size: 11px;
    }
    .cell {
        font-size: 9px;
    }
}

#popin-taille .text-center {
    text-align: center;
}

.popin-close {
    width: 100%;
    max-width: 50px;
    height: 100%;
    max-height: 50px;
    font-size: 30px;
    border-bottom: 1px solid #eee;
}

#size-taille {
    background-color: #fff;
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding-bottom: 50px;
}

#size-taille .popin-header {
    height: 50px;
    display: flex;
    position: relative;
    align-items: center;
    text-align: center;
}

#size-taille .gender-button {
    height: 100%;
    width: calc(100% / 2);
    background-color: #f5f5f5;
    cursor: pointer;
    line-height: 50px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #9a9a9a;
}
.text-center {
    text-align: center;
}

.payment_link {
    color: blue;
}

.sale-paysystem-wrapper .sale-paysystem-button-container {
    text-align: center;
    display: flex;
    justify-content: center;
}

.payment_button {
    border: black solid 1px;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 40px;
    cursor: pointer;
}

.sale-paysystem-wrapper {
    padding: 0 10px;
}

a[href*="https://dadata.ru/suggestions/?utm_source=dadata"]
{
    display: none !important;
}

.section-text {
    font-family: Garamond;
    font-size: 12px;
}
.link-holder {
    font-size: 1.2vw;
    padding-top: 30px;
    line-height: 1.3;
}

#close-searchbox {
    display: none;
    font-size: 25px;
}

.b-searchbox .active-mobile-searchbox #close-searchbox {
    cursor: pointer;
    display: block;
    position: relative;
    top: 21px;
    left: -10px;
}

@media (max-width: 1180px) {
    .subscribe-inner {
        flex-direction: column;
    }
    .js-subscribe-main {
        background-color: #0b0b0b;
        margin-left: 0;
        padding: 30px 0;
    }
    .b-footer-start__wrapper nav {
        /*display: none;*/
    }
    .b-start__content {
        margin: 0;
    }
    .b-footer-start__wrapper {
        background-color: #0b0b0b;
        display: flex;
        flex-direction: column-reverse;
    }
    .subscribe-gender {
        margin: 0 auto;
        height: 30px;
    }
    .subscribe-container .subscribe-btn button {
        width: 50px;
        height: 47px;
        color: #000;
        margin-left: -4px;
        background: #fff;
        line-height: 47px;
        vertical-align: top;
        display: inline-block;
        position: relative;
        top: 1px;
        border-radius: 2px;
    }
    .subscribe-container .subscribe-input input {
        width: auto;
        height: 44px;
        line-height: 47px;
        border-color: #fff;
    }
    .link-holder {
        font-size: 2vw;
    }
    .b-start__content {
        padding: 0;
    }
    /*.mod-fixed .b-searchbox form,
    .b-searchbox form {
        width: 40px;
    }*/
}

.active-mobile-searchbox {
    margin: 0;
    width: 100vw !important;
    background-color: white;
    position: fixed;
    top: 0px;
    right: 0;
    height: 60px;
    margin-top: 0px;
    z-index: 999;
    bottom: 91vh;
    border-radius: 0;
}

@media (min-width: 1179px) {
    .b-start__item figure .b-start__bkg {
        background-size: cover;
    }
    .subscribe-btn button {
        border: 1px solid white;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .b-start__item figure .b-start__bkg {
        top: -135px;
    }
    .b-start__item {
        height: 50vh;
    }
}

.new_logo svg {
    max-width: 142px;
    max-height: 23px;
}

.logo_start {
    fill: white;
}
@media only screen and (min-width: 767px) {
    .mob_start {
        display: none;
    }

    .logo_start svg {
        width: 144px;
        height: 30px;
        max-height: unset;
        max-width: unset;
    }
}





@media (max-width: 1024px) {
    .service__page-content {
        margin-left: 30px;
        width: calc(100% - 200px);
    }

    .service__page ul.left-menu li {
        padding: 7px 22px!important;
        background: none!important;
    }

    .service__page ul.left-menu li a {
        font-size: 13px!important;
        color: #000!important;
        font-weight: 400!important;
        text-decoration: none!important;
    }

    .service__page-sidebar {
        width: 200px;
    }

    .service__page ul.left-menu li a.selected {
        font-weight: 600!important;
    }
}

@media (max-width: 660px) {

    .service__page .container {
        flex-direction: column;
    }

    .service__page-content {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
    }
}

.main-profile-block-shown .p-form__row:nth-last-child(1),
.main-profile-block-shown .p-form__row:nth-last-child(2),
.main-profile-block-shown .p-form__row:nth-last-child(3) {
    display: none;
}