* {
    color: #2c2c2c;
    font-family: Open Sans, sans-serif;
    margin: 0;
    padding: 0
}

body {
    overflow-x: hidden
}

button {
    cursor: pointer
}

.textPage_h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px
}

.textPage_paragraph {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 27px;
    max-width: 735px
}

.textPage_paragraph__bottomSpace {
    margin-bottom: 110px
}

.textPage_list {
    padding-left: 20px
}

.textPage_list li {
    font-size: 20px;
    line-height: 27px
}

.textPage_list li:not(:last-child) {
    margin-bottom: 8px
}

.textPage_list__bottomSpace {
    margin-bottom: 110px
}

.textPage_img {
    margin-bottom: 40px
}

.textPage_img,
.textPage_img img {
    border-radius: 16px
}

.textPage_img:not(:last-child) {
    margin-right: 32px
}

.textPage_imgRow {
    display: flex
}

@media(max-width:500px) {
    .textPage_h3 {
        font-size: 20px
    }

    .textPage_paragraph {
        font-size: 16px;
        line-height: 23px
    }

    .textPage_paragraph__bottomSpace {
        margin-bottom: 70px
    }

    .textPage_img:not(:last-child) {
        margin-right: 0
    }

    .textPage_imgRow {
        flex-direction: column
    }
}

.detailedCatalogMob {
    margin-bottom: 15px !important;
    padding: 0 15px
}

.detailedCatalogMob_button {
    align-items: center;
    background: #fbfbfb;
    border: none;
    border-radius: 5px;
    display: flex;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    line-height: 16px;
    max-width: 300px;
    width: 100%
}

.detailedCatalogMob_button svg {
    margin-right: 10px
}

@media(min-width:861px) {
    .detailedCatalogMob {
        display: none !important
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: initial;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: initial
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.container {
    margin: 0 auto;
    max-width: 1120px;
    max-width: calc(1120px + 1.34rem);
    padding: 0 .67rem;
    width: 100%
}

.container .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.67rem
}

.container .row>* {
    padding: 0 .67rem
}

.container .row .col {
    flex: 1 0 8.3333333333%
}

.container .row .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.container .row .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.container .row .col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.container .row .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.container .row .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.container .row .col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.container .row .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.container .row .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.container .row .col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.container .row .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.container .row .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.container .row .col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media only screen and (min-width:576px) {
    .container .row .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .container .row .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .container .row .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .container .row .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .container .row .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .container .row .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .container .row .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .container .row .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .container .row .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .container .row .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .container .row .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .container .row .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:768px) {
    .container .row .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .container .row .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .container .row .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .container .row .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .container .row .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .container .row .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .container .row .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .container .row .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .container .row .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .container .row .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .container .row .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .container .row .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:992px) {
    .container .row .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .container .row .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .container .row .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .container .row .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .container .row .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .container .row .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .container .row .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .container .row .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .container .row .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .container .row .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .container .row .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .container .row .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:1200px) {
    .container .row .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .container .row .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .container .row .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .container .row .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .container .row .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .container .row .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .container .row .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .container .row .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .container .row .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .container .row .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .container .row .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .container .row .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

*,
:after,
:before {
    box-sizing: border-box;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 0
}

:root {
    font-size: 1em;
    font-size: clamp(.875em, 3vw, 1em);
    min-height: 100%;
    width: 100%
}

:root,
body #root {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

body #root {
    color: #2c2d2e;
    margin: 0 auto;
    max-width: 1920px;
    min-height: 100vh;
    min-width: 320px;
    width: inherit
}

body #root footer.footer {
    background-color: #fff;
    margin-top: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c2c2c;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0
}

img {
    height: auto;
    max-width: 100%
}

a {
    font-size: inherit
}

.main {
    margin-top: 120px
}

@media(max-width:900px) {
    .main {
        margin-top: 60px
    }
}

.contactsBlock {
    display: flex;
    flex-direction: row
}

.contactsBlock_text {
    margin-right: 50px
}

.contactsBlock_map {
    border: 1px solid #ececec;
    border-radius: 24px;
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 740px
}

.contactsBlock_map .ymaps-2-1-79-gototech {
    display: none
}

@media(max-width:798px) {
    .contactsBlock {
        flex-direction: column
    }

    .contactsBlock_map {
        height: 410px;
        width: 100%
    }
}

.blockHeader {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 40px
}

@media(max-width:798px) {
    .blockHeader {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 24px
    }
}

.locationBlock:not(:last-of-type) {
    margin-bottom: 60px
}

.locationBlock_name {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 16px
}

.locationBlock_address {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px
}

.locationBlock_phonesList {
    list-style: none
}

.locationBlock_phoneLink {
    color: #2c2c2c;
    text-decoration: none
}

@media(max-width:798px) {

    .locationBlock,
    .locationBlock:not(:last-of-type) {
        margin-bottom: 24px
    }

    .locationBlock_name {
        font-size: 18px;
        line-height: 18px
    }

    .locationBlock_address {
        font-size: 14px;
        line-height: 19px
    }

    .locationBlock_phoneLink {
        font-size: 14px
    }
}

.productsBlock {
    display: flex;
    flex-direction: row;
    margin-bottom: 100px
}

.productsBlock_product {
    width: 256px
}

.productsBlock_product:not(:last-child) {
    margin-right: 32px
}

.productsBlock_img {
    border-radius: 15px;
    margin-bottom: 16px;
    object-fit: cover;
    width: 100%
}

.productsBlock_text {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 100%
}

.productsBlock_textLink {
    color: #2c2c2c;
    text-decoration: none
}

@media(max-width:1000px) {
    .productsBlock_text {
        font-size: 16px;
        line-height: 20px
    }
}

@media(max-width:680px) {
    .productsBlock {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .productsBlock_product {
        margin-bottom: 24px;
        width: calc(50% - 7px)
    }

    .productsBlock_product:not(:last-child) {
        margin-right: 0
    }

    .productsBlock_img {
        border-radius: 15px;
        margin-bottom: 8px;
        object-fit: cover;
        width: 100%
    }

    .productsBlock_text {
        font-size: 20px;
        line-height: 24px
    }
}

@media(max-width:460px) {
    .productsBlock_text {
        font-size: 14px;
        line-height: 19px
    }
}

.top__banner {
    background: url(/src/retails/pkht/media/mainBanner.e6253ebd12b8394044e5.jpg) no-repeat 50%/cover;
    height: 36.8229vw;
    max-height: 707px;
    min-height: 320px;
    padding: 2rem 0
}

.top__banner-container {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

@media(max-width:672px) {
    .top__banner-container {
        justify-content: flex-start
    }
}

.top__banner-col>* {
    margin-bottom: 1rem
}

.top__banner-col h1 {
    font-size: 3.5rem;
    font-size: clamp(1.7rem, 3vw, 3.5rem)
}

.top__banner-col h2 {
    font-size: 2rem;
    font-size: clamp(1rem, 3vw, 2rem);
    font-weight: 600
}

@media(max-width:672px) {
    .top__banner-col {
        position: relative;
        z-index: 0
    }

    .top__banner-col h1 {
        margin-top: 1rem
    }

    .top__banner-col:before {
        background-color: #fff;
        border-radius: 50%;
        content: "";
        display: block;
        -webkit-filter: blur(30px);
        filter: blur(30px);
        height: 120%;
        left: -20px;
        opacity: .7;
        position: absolute;
        top: -10px;
        width: 100%;
        z-index: -1
    }

    .top__banner {
        background-position-x: 100%
    }
}

.pageWrapper {
    padding: 0 calc(50% - 560px)
}

@media(max-width:1180px) {
    .pageWrapper {
        padding: 0 30px
    }
}

@media(max-width:798px) {
    .pageWrapper {
        padding: 0 15px
    }
}

.pageWrapper__main {
    padding-bottom: 200px;
    padding-top: 90px
}

@media(max-width:798px) {
    .pageWrapper__main {
        padding-bottom: 24px;
        padding-top: 32px
    }
}

.advantages {
    margin-bottom: 100px
}

.advantages_header {
    align-items: center;
    margin-bottom: 40px
}

.advantages_header,
.advantages_list {
    display: flex;
    justify-content: space-between
}

.advantages_list {
    flex-wrap: wrap
}

.advantages_item {
    width: calc(50% - 16px)
}

@media(max-width:680px) {
    .advantages_item {
        width: 100%
    }
}

.advantageBlock {
    background: #f9f9f9;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    height: 260px;
    justify-content: space-between;
    margin-bottom: 32px;
    padding: 32px
}

.advantageBlock_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 27px
}

.advantageBlock_text {
    color: #646464;
    font-size: 16px;
    line-height: 19px;
    width: 323px
}

@media(max-width:1000px) {
    .advantageBlock {
        height: 220px;
        margin-bottom: 24px;
        padding: 24px
    }

    .advantageBlock_title {
        font-size: 22px;
        line-height: 25px
    }

    .advantageBlock_text {
        font-size: 14px;
        line-height: 19px;
        width: 100%
    }
}

@media(max-width:680px) {
    .advantageBlock {
        height: auto;
        padding: 14px
    }

    .advantageBlock_title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 24px
    }
}

.certificates {
    margin-bottom: 100px
}

.certificates__body {
    display: flex;
    margin: 0 -1rem;
    width: auto
}

.certificates__body-block {
    padding: 0 1rem
}

@media(max-width:680px) {
    .certificates__body {
        flex-wrap: wrap;
        margin: 0 -6px
    }

    .certificates__body-block {
        margin-bottom: 1rem;
        padding: 0 6px;
        width: 50%
    }
}

.certificatesBlock_block__\+yt6H {
    display: block
}

.certificatesBlock_block__\+yt6H .certificatesBlock_img__9fbFG {
    height: auto;
    max-width: 100%
}

.header {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ececec;
    display: flex;
    height: 120px;
    left: 0;
    padding: 0 calc(50% - 560px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}

.header_logoImg {
    height: 92px;
    width: 74px
}

.header_logo__mob {
    display: none
}

.header_nav {
    margin-left: auto;
    margin-right: 10px
}

.header_navList {
    display: flex;
    list-style: none
}

.header_navItem:not(:last-child) {
    margin-right: 20px
}

.header_navLink {
    color: #2c2c2c;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none
}

.header .linkto__header-catalog {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.header_mobCatalogButton,
.header_mobEmptyBlock {
    display: none
}

@media(max-width:1200px) {
    .header {
        padding: 0 108px 0 30px
    }
}

@media(max-width:900px) {
    .header {
        height: 60px;
        justify-content: space-between
    }

    .header_mobCatalogButton {
        background: none;
        border: none;
        display: block
    }

    .header .linkto__header-catalog:not(.header_logo__mob, .header .linkto__header-catalog__mob, .header_nav__mob),
    .header_logo:not(.header_logo__mob, .header .linkto__header-catalog__mob, .header_nav__mob),
    .header_nav:not(.header_logo__mob, .header .linkto__header-catalog__mob, .header_nav__mob) {
        display: none
    }

    .header_logo {
        display: block
    }

    .header_logo__mob img {
        height: 40px;
        width: 122.76px
    }

    .header_mobEmptyBlock {
        display: block;
        width: 24px
    }
}

@media(max-width:768px) {
    .header {
        padding: 0 15px
    }
}

.mobileMenu {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 100%;
    z-index: 11
}

.mobileMenu__shown {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobileMenu_header {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 15px
}

.mobileMenu_content {
    display: flex;
    flex-direction: column;
    padding: 0 15px
}

.mobileMenu_item {
    align-items: center;
    background: hsla(0, 0%, 95%, .302);
    color: #2c2c2c;
    display: flex;
    font-size: 16px;
    height: 40px;
    line-height: 16px;
    padding: 0 10px;
    text-decoration: none;
    width: 100%
}

.mobileMenu_item:not(:last-child) {
    margin-bottom: 8px
}

.mobileMenu_search {
    border-top: 1px solid #f3f3f3;
    bottom: 0;
    left: 0;
    padding: 15px;
    position: fixed;
    width: 100%
}

.LinkToCatalog_link__bJYkh {
    align-items: center;
    border: 1px solid #2c2c2c;
    border-radius: 8px;
    color: #2c2c2c;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    height: 48px;
    padding: 0 1rem;
    text-decoration: none;
    width: 120px
}

.LinkToCatalog_link__bJYkh .LinkToCatalog_decor__zvy0L {
    height: 14px;
    position: relative;
    width: 18px
}

.LinkToCatalog_link__bJYkh .LinkToCatalog_decor__zvy0L span {
    background-color: #2c2c2c;
    border-radius: 4px;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: inherit
}

.LinkToCatalog_link__bJYkh .LinkToCatalog_decor__zvy0L:after,
.LinkToCatalog_link__bJYkh .LinkToCatalog_decor__zvy0L:before {
    background-color: #2c2c2c;
    border-radius: 4px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute
}

.LinkToCatalog_link__bJYkh .LinkToCatalog_decor__zvy0L:before {
    top: 0;
    width: inherit
}

.LinkToCatalog_link__bJYkh .LinkToCatalog_decor__zvy0L:after {
    bottom: 0;
    width: 12px
}

.LinkToCatalog_link__bJYkh .LinkToCatalog_text__zZKzC {
    margin-left: 8px
}

.searchBar {
    align-items: center;
    background: #f3f3f3;
    border-radius: 8px;
    display: flex;
    height: 48px;
    max-width: 384px;
    overflow: hidden;
    padding: 15px;
    transition: max-width .3s ease-in-out;
    width: 300px
}

.searchBar svg {
    min-width: 18px
}

.searchBar_input {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    font-size: 16px;
    margin-left: 10px;
    outline: none;
    width: 100%
}

.searchBar_input::-webkit-input-placeholder {
    color: #959595
}

.searchBar_input::placeholder {
    color: #959595
}

@media(max-width:1200px) {
    .searchBar:not(.searchBar__mob) {
        max-width: 48px;
        position: absolute;
        right: 30px
    }

    .searchBar:not(.searchBar__mob):hover {
        max-width: 384px;
        width: 100%
    }
}

@media(max-width:900px) {
    .searchBar:not(.searchBar__mob) {
        display: none
    }
}

.searchBar__mob {
    max-width: none;
    width: 100%
}

.footer {
    align-items: center;
    border-top: 1px solid #ececec;
    display: flex;
    height: 160px;
    padding: 24px calc(50% - 560px) 32px;
    width: 100%
}

.footer_logo {
    margin-right: 32px
}

.footer_logoImg {
    height: 92px;
    width: 74px
}

.footer_nav {
    margin-right: auto;
    max-width: 500px
}

.footer_navList {
    list-style: none
}

.footer_navItem:not(:last-child) {
    margin-bottom: 1rem
}

.footer_navLink {
    color: #646464;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none
}

.footer_additionalLinks {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: space-between
}

.footer_copyright {
    color: #646464;
    font-size: 12px
}

@media(max-width:1180px) {
    .footer {
        padding: 24px 30px
    }
}

@media(max-width:768px) {
    .footer {
        flex-direction: column;
        height: auto;
        padding: 24px 15px
    }

    .footer_logo,
    .footer_nav {
        margin-bottom: 24px;
        margin-right: 0
    }

    .footer_additionalLinks {
        height: auto;
        margin-bottom: 24px
    }
}

.whereToBuy {
    display: flex;
    justify-content: space-between;
    margin: 0 -1rem 50px;
    width: auto
}

.whereToBuy_block {
    background: #f3e5e5;
    border-radius: 20px;
    height: 243px;
    margin: 0 1rem;
    overflow: hidden;
    position: relative;
    width: calc(50% - 16px)
}

.whereToBuy_block:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .8));
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.whereToBuy_img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.whereToBuy_text {
    bottom: 14px;
    left: 14px;
    position: absolute;
    width: calc(100% - 150px)
}

.whereToBuy_name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px
}

.whereToBuy_description {
    color: #fff
}

.whereToBuy_button {
    align-items: center;
    background: #fff;
    border-radius: 5px;
    bottom: 14px;
    display: flex;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 14px;
    text-decoration: none;
    width: 136px
}

@media(max-width:1130px) {
    .whereToBuy {
        flex-wrap: wrap
    }

    .whereToBuy_block {
        height: 270px;
        width: 100%
    }

    .whereToBuy_block:not(:last-child) {
        margin-bottom: 24px
    }
}

.ButtonToUp_btn__WnOSN {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    bottom: 50px;
    box-shadow: -1px 1px 10px -3px #838282;
    cursor: pointer;
    display: none;
    height: 50px;
    justify-content: center;
    position: fixed;
    right: 50px;
    width: 50px;
    z-index: 100
}

.ButtonToUp_btn__WnOSN.ButtonToUp_visible__haKY4 {
    display: flex
}

@media only screen and (max-width:700px) {
    .ButtonToUp_btn__WnOSN.ButtonToUp_visible__haKY4 {
        display: none !important
    }
}

.aboutPage_img {
    max-height: 1020px;
    object-fit: cover
}

.aboutPage_layout {
    display: flex
}

.aboutPage_content {
    margin-right: auto;
    max-width: 735px;
    width: 100%
}

.aboutPage_director {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
    width: 200px
}

.aboutPage_directorPhoto img {
    border-radius: 80px;
    height: 160px;
    margin-bottom: 18px;
    width: 160px
}

.aboutPage_directorName {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px
}

.aboutPage_directorRole {
    color: #7d7d7d;
    font-size: 16px;
    line-height: 16px
}

@media(max-width:768px) {
    .aboutPage_layout {
        flex-direction: column
    }

    .aboutPage_director {
        align-items: center;
        margin: 0 auto 100px;
        width: 100%
    }
}

.Input_input__594MY[type=email],
.Input_input__594MY[type=password],
.Input_input__594MY[type=tel],
.Input_input__594MY[type=text],
.Input_input__594MY[type=url] {
    background: #f8f8f8;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #2c2c2c;
    display: block;
    font-size: 14px;
    height: 56px;
    outline: none;
    padding-left: 1rem;
    width: 100%
}

.Input_input__594MY[type=email]::-webkit-input-placeholder,
.Input_input__594MY[type=password]::-webkit-input-placeholder,
.Input_input__594MY[type=tel]::-webkit-input-placeholder,
.Input_input__594MY[type=text]::-webkit-input-placeholder,
.Input_input__594MY[type=url]::-webkit-input-placeholder {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px
}

.Input_input__594MY[type=email]::placeholder,
.Input_input__594MY[type=password]::placeholder,
.Input_input__594MY[type=tel]::placeholder,
.Input_input__594MY[type=text]::placeholder,
.Input_input__594MY[type=url]::placeholder {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px
}

.Input_input__594MY[type=email]:focus,
.Input_input__594MY[type=password]:focus,
.Input_input__594MY[type=tel]:focus,
.Input_input__594MY[type=text]:focus,
.Input_input__594MY[type=url]:focus {
    border-color: #755fa0
}

.Input_input__594MY[type=email].Input_warning__gFhMH,
.Input_input__594MY[type=password].Input_warning__gFhMH,
.Input_input__594MY[type=tel].Input_warning__gFhMH,
.Input_input__594MY[type=text].Input_warning__gFhMH,
.Input_input__594MY[type=url].Input_warning__gFhMH {
    border-color: #ff5757
}

.Input_input__594MY[type=checkbox],
.Input_input__594MY[type=radio] {
    display: none !important
}

.Input_input__594MY[type=checkbox]+label,
.Input_input__594MY[type=radio]+label {
    cursor: pointer;
    padding-left: 20px;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.Input_input__594MY[type=radio]+.Input_label__wRXpx:before {
    border: 1px solid gray;
    border-radius: 50%;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px
}

.Input_input__594MY[type=radio]:checked+.Input_label__wRXpx:before {
    border-color: #755fa0;
    border-width: 2px
}

.Input_input__594MY[type=radio]:checked+.Input_label__wRXpx:after {
    background-color: #755fa0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px
}

.Input_input__594MY[type=checkbox]+.Input_label__wRXpx:before {
    border: 1px solid gray;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px
}

.Input_input__594MY[type=checkbox]:checked+.Input_label__wRXpx:before {
    border-color: #755fa0;
    border-width: 2px
}

.Input_input__594MY[type=checkbox]:checked+.Input_label__wRXpx:after {
    background-color: #755fa0;
    content: "";
    display: block;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px
}

.Input_textarea__TTIHN {
    background: #f8f8f8;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #2c2c2c;
    display: block;
    font-size: 14px;
    height: 80px;
    max-width: 544px;
    outline: none;
    padding: 1rem;
    width: 100%
}

.Input_textarea__TTIHN::-webkit-input-placeholder {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px
}

.Input_textarea__TTIHN::placeholder {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px
}

.Input_textarea__TTIHN:focus {
    border-color: #755fa0
}

.Input_textarea__TTIHN.Input_warning__gFhMH {
    border-color: #ff5757
}

.FilterSide_filterSide__mRjoV {
    padding-top: 1.5rem !important;
    width: calc(220px + 1.34rem)
}

.FilterSide_filterSide__mRjoV .FilterSide_title__amMgb {
    word-wrap: break-word;
    font-size: 1.5rem;
    font-weight: 600;
    word-break: break-word
}

.FilterSide_filterSide__mRjoV .FilterSide_filterSide__content__ikIse {
    margin-top: 2.9rem
}

.FilterSide_filterSide_mobHeader__2f8sA,
.FilterSide_filterSide_mobTitle__Vo4RG {
    display: none
}

@media only screen and (max-width:860px) {
    .FilterSide_filterSide__mRjoV {
        background: #fff;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        width: 100%;
        z-index: 10
    }

    .FilterSide_filterSide__mRjoV .FilterSide_title__amMgb {
        display: none
    }

    .FilterSide_filterSide_mobHeader__2f8sA {
        align-items: center;
        background: #fff;
        display: flex;
        height: 60px;
        left: 0;
        padding: 0 15px;
        position: fixed;
        top: 0;
        width: 100%
    }

    .FilterSide_filterSide_mobTitle__Vo4RG {
        display: block;
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: calc(15px - 2.9rem)
    }

    .FilterSide_filterSide__shown__N1iVj {
        padding-top: 75px !important;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.FilterSide_filterCloseBtn__27xEG {
    background: none;
    border: none
}

.DetailedCatalog_detaild__wrapper__d\+z9I {
    margin-bottom: 11.125rem !important
}

.DetailedCatalog_filter__list__1-cY\+ {
    list-style: none
}

.DetailedCatalog_filter__list__1-cY\+>li .DetailedCatalog_title__mHOW8 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: .5rem
}

.DetailedCatalog_filter__list__1-cY\+>li .DetailedCatalog_title__mHOW8 .DetailedCatalog_parent__SZ9Oj {
    font-weight: 700;
    text-decoration: none
}

.DetailedCatalog_filter__list__1-cY\+>li:not(:last-child) {
    margin-bottom: 1rem
}

.DetailedCatalog_filter__list__1-cY\+ ul {
    list-style: none;
    padding-left: 1rem
}

.DetailedCatalog_filter__list__1-cY\+ ul li .DetailedCatalog_label__PXldV {
    font-size: 14px
}

.DetailedCatalog_filter__list__1-cY\+ ul li a {
    font-size: 14px;
    text-decoration: none
}

.DetailedCatalog_filter__list__1-cY\+ ul li a.DetailedCatalog_current__7LeON {
    color: #725aa1;
    font-weight: 700
}

.DetailedCatalog_filter__list__1-cY\+ ul li:not(:last-child) {
    margin-bottom: .5rem
}

.ProductItem_card__pCJCL {
    color: #2c2c2c;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 256px;
    text-decoration: none;
    width: 100%
}

.ProductItem_card__pCJCL img {
    align-self: center;
    max-width: 256px;
    width: 100%
}

.ProductItem_card__pCJCL .ProductItem_price__MyaqT {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: .5rem
}

.ProductItem_card__pCJCL .ProductItem_title__-E4ae {
    font-size: 14px;
    margin-top: .875rem
}

.OpenedCatalog_category__col__Nt7Da {
    margin-bottom: 2rem
}

.OpenedCatalog_category__col__Nt7Da,
.OpenedCatalog_category__col__Nt7Da ul {
    list-style: none
}

.OpenedCatalog_category__col__Nt7Da li:not(:last-child) {
    margin-bottom: 1rem
}

.OpenedCatalog_category__col__Nt7Da li a {
    color: #9c9c9c;
    display: inline-block;
    font-size: 1rem;
    text-decoration: none
}

.OpenedCatalog_category__col__Nt7Da li a.OpenedCatalog_category__title__7iqrv {
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 1rem
}

.IndexCatalog_index__catalog__tNp3\+ {
    margin-top: 3.3rem !important
}

.Button_btn__sfoVi {
    align-items: center;
    background-color: #755fa0;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    height: 56px;
    justify-content: center;
    outline: none;
    width: 100%
}

.Button_btn__sfoVi:hover {
    background-color: #8873b3
}

.ProductFeature_item__text__SYuUO,
.ProductFeature_title__5gHcx {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem
}

.ProductFeature_item__text__SYuUO {
    font-weight: 400
}

.ProductFeature_name__1eqGv {
    color: #7d7d7d
}

.ProductGallery_product__gallery__FpZHw {
    display: flex
}

.ProductGallery_product__gallery-nav__NlrTE {
    align-self: flex-start;
    flex-shrink: 0;
    list-style: none;
    position: -webkit-sticky;
    position: sticky;
    top: 16rem;
    width: 64px
}

.ProductGallery_product__gallery-nav__NlrTE .ProductGallery_item__wXFFp {
    cursor: pointer;
    margin-bottom: 1.5rem
}

.ProductGallery_product__gallery-nav__NlrTE .ProductGallery_active__EKKGp {
    border: 1px solid #e0b481;
    border-radius: 4px;
    overflow: hidden
}

.ProductGallery_product__gallery-main__2jssC {
    margin-left: 2rem
}

.ProductGallery_product__gallery-main__2jssC img {
    height: auto;
    max-width: 640px;
    width: 100%
}

@media only screen and (max-width:510px) {
    .ProductGallery_product__gallery__FpZHw {
        flex-wrap: wrap
    }

    .ProductGallery_product__gallery-nav__NlrTE {
        display: flex;
        flex-grow: 1;
        flex-shrink: 1;
        flex-wrap: wrap;
        margin: 0 -.67rem;
        position: static;
        width: auto
    }

    .ProductGallery_product__gallery-nav__NlrTE li {
        flex-basis: calc(33.33333% - 1.34rem);
        flex-grow: 0;
        flex-shrink: 0;
        margin: 0 .67rem;
        max-width: calc(33.33333% - 1.34rem)
    }

    .ProductGallery_product__gallery-main__2jssC {
        margin-bottom: 1rem;
        margin-left: 0;
        order: -1
    }
}

.ProductsCard_products__card__Rw\+E5 {
    margin-bottom: 7rem;
    margin-top: 3.3rem
}

.ProductsCard_products__card__Rw\+E5 .ProductsCard_title__muNuW {
    font-size: 1.8rem
}

.ProductsCard_products__card-content__\+NcZF {
    margin-top: 3.3rem !important
}

.ProductsCard_products__card-content__\+NcZF .ProductsCard_feature__yXP7j {
    width: 366px
}

@media only screen and (max-width:800px) {
    .ProductsCard_products__card-content__\+NcZF .ProductsCard_feature__yXP7j {
        max-width: 100%;
        width: 100%
    }
}

.InfoBlock_infoBlock__MlCgQ {
    background: #fffef1;
    border-radius: 8px;
    color: #2d7c3a;
    font-weight: 600;
    padding: 2rem
}

.InfoBlock_infoBlock__MlCgQ.InfoBlock_warning__4IsjX {
    color: #ff5757
}

.FormOrder_form__wh-s5 {
    padding: 1em
}

.FormOrder_form__wh-s5 .FormOrder_subtitle__2ayXg {
    border: 1px dashed #ebe8e8;
    border-radius: 4px;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 10px;
    margin-bottom: .3em;
    padding: .4em
}

.FormOrder_form__wh-s5 .FormOrder_input_elem__a9v5d {
    margin-bottom: 2em
}

.FormOrder_form__wh-s5 .FormOrder_agreement__wrap__koboB {
    align-items: baseline;
    display: flex;
    margin-bottom: 1em
}

.FormOrder_form__wh-s5 .FormOrder_agreement__wrap__koboB .FormOrder_agreement__text__rVUpo {
    color: #7d7d7d;
    font-size: .875rem;
    line-height: 18px
}

.Accordion_accordion__1NGwF .Accordion_summary__P5-n0 {
    cursor: pointer;
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 29px;
    padding-right: 30px;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.Accordion_accordion__1NGwF .Accordion_summary__P5-n0:before {
    background: url(/src/retails/pkht/media/arrow.c78ddf74f0e426f284b1.svg) no-repeat 50%/contain;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotateX(0);
    transform: translateY(-50%) rotateX(0);
    transition: all .3s ease-in-out;
    width: 24px
}

.Accordion_accordion__1NGwF .Accordion_summary__P5-n0.Accordion_active__jeKeP:before {
    -webkit-transform: translateY(-50%) rotateX(-180deg);
    transform: translateY(-50%) rotateX(-180deg)
}

.AgreementText_accordionWrap__Jxp1k {
    display: block;
    margin-top: .5em
}

.AgreementText_accordionWrap__Jxp1k:hover {
    color: #755fa0
}

/*.form__feedback {
    border-bottom: 1px solid transparent;
    max-width: 448px;
    width: 100%
}

.form__feedback .form__offer-warning {
    margin-top: 1rem
}

.form__feedback .input__form {
    margin-top: 2rem
}

.form__feedback .textarea__form {
    background-color: #f8f8f8;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 2.5rem;
    min-height: 141px;
    padding: 1rem;
    resize: none;
    width: 100%
}

.form__feedback .textarea__form::-webkit-input-placeholder {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px
}

.form__feedback .textarea__form::placeholder {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px
}

.form__feedback .textarea__form:focus {
    outline: 1px solid #755fa0
}

.form__feedback .textarea__form.warning {
    outline: 1px solid #ff5757
}

.form__feedback .btn__submit {
    margin-top: 3.5rem;
    max-width: 165px
}
*/
.form__feedback .agreement__wrap {
    align-items: baseline;
    display: flex;
    margin-bottom: 1rem;
    margin-top: 2.5rem
}

.form__feedback .agreement__wrap .agreement__checkbox {
    margin-right: .3em
}

.form__feedback .agreement__wrap .agreement__text p {
    color: #7d7d7d;
    font-size: .875rem;
    line-height: 18px
}
/*
.form__offer {
    border-bottom: 1px solid transparent;
    max-width: 448px;
    width: 100%
}

.form__offer .form__offer-warning {
    margin-top: 1rem
}

.form__offer .input__form,
.form__offer .radio__wrap {
    margin-top: 2rem
}

.form__offer .radio__wrap:first-of-type {
    margin-top: 2.5rem
}

.form__offer .radio__wrap .radio__inputs {
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 1rem;
    width: auto
}

.form__offer .radio__wrap .radio__inputs>* {
    margin-left: 1rem;
    width: auto
}

.form__offer .conditions__title {
    margin-top: 2.5rem
}

.form__offer .conditions__textarea {
    background-color: #f8f8f8;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 1rem;
    min-height: 141px;
    padding: 1rem;
    resize: none;
    width: 100%
}

.form__offer .conditions__textarea:focus {
    outline: 1px solid #755fa0
}

.form__offer .conditions__textarea.warning {
    outline: 1px solid #ff5757
}

.form__offer .btn__submit {
    margin-top: 3.5rem;
    max-width: 165px
}

.form__offer .agreement__wrap {
    align-items: baseline;
    display: flex;
    margin-bottom: 1rem;
    margin-top: 2.5rem
}

.form__offer .agreement__wrap .agreement__checkbox {
    margin-right: .3em
}

.form__offer .agreement__wrap .agreement__text p {
    color: #7d7d7d;
    font-size: .875rem;
    line-height: 18px
}

.formOrder_radio__inputs__aFEoQ {
    grid-gap: .5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    margin: 2em 0
}
*/
.formOrder_radio__inputs__aFEoQ label {
    align-items: start;
    font-weight: 500;
    grid-row: 1
}

.formOrder_radio__inputs__aFEoQ label+.formOrder_subtitle__vDAfa {
    margin-top: 0
}

.formOrder_subtitle__vDAfa {
    color: #383737;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 1.5em;
    margin-top: -1em
}

.formOrder_subtitle__vDAfa a {
    color: blue
}

.formOrder_btn__submit__8Jnj2 {
    margin: 2em 0;
    max-width: 165px
}

.formOrder_agreement__wrap__t95e0 {
    align-items: baseline;
    display: flex
}

.formOrder_agreement__wrap__t95e0 label {
    margin-right: .3em
}

.formOrder_agreement__wrap__t95e0 .formOrder_agreement__text__iQBtw p {
    color: #7d7d7d;
    font-size: .875rem;
    line-height: 18px
}

.formOrder_input__form__aFDyx {
    margin-bottom: 1.5em
}

.feedback_title__61Yr8 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2.5rem
}

.feedback_accordion__0rqMI {
    margin-bottom: 1.5rem;
    max-width: 544px
}

.PopUp_overlay__tTcvO {
    background-color: rgba(0, 0, 0, .46);
    bottom: 0;
    height: auto;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    z-index: 100
}

.PopUp_overlay__tTcvO .PopUp_popup__58-aC {
    background-color: #fff;
    border-radius: 24px;
    border-radius: clamp(8px, 3vw, 24px);
    display: block;
    left: 50%;
    max-height: auto;
    max-width: 800px;
    overflow-y: auto;
    padding: .5rem;
    position: absolute;
    scrollbar-width: none;
    top: 0;
    top: 8.8vh;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

.PopUp_overlay__tTcvO .PopUp_popup__58-aC .PopUp_close_btn__HVLCi {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 10px -5px #919090;
    cursor: pointer;
    height: 2.5rem;
    left: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 2.5rem
}

.PopUp_overlay__tTcvO .PopUp_popup__58-aC .PopUp_close_btn__HVLCi:after,
.PopUp_overlay__tTcvO .PopUp_popup__58-aC .PopUp_close_btn__HVLCi:before {
    background-color: #8d8d8d;
    border-radius: 50px;
    content: "";
    display: block;
    height: 2px;
    left: .5rem;
    position: absolute;
    right: .5rem;
    top: 50%
}

.PopUp_overlay__tTcvO .PopUp_popup__58-aC .PopUp_close_btn__HVLCi:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.PopUp_overlay__tTcvO .PopUp_popup__58-aC .PopUp_close_btn__HVLCi:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

/*# sourceMappingURL=main.1af8c8a0.css.map*/
input[type="checkbox"].input_text {
    width: auto;
    min-height: auto
}

.popup_like-cookies-info--component {
    position: fixed;
    bottom: 5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 99999;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    padding: 1.5em 2em;
    border-radius: 16px;
    font-size: .3rem
}

.btn-write-cookie {
    background-color: #8873b3;
    color: #fff;
    padding: .5rem 2rem;
    border-radius: 8px;
    margin-top: 1rem
}

.margin-bottom-grid-row.row {
    margin-bottom: -.84211rem;
    margin-bottom: clamp(-1.68421rem, -2.8vw, -10px)
}

.button--component:not(.btn-ajax-loading):hover {
    background-color: #cf352e;
    color: #fff
}

.popup_like-cookies-info--component .button--component {
    width: 100%;
    height: 45px
}

.button--component {
    display: inline-block;
    padding: .73em 1.1em;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    background-color: #e7544d;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container .row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.84211rem;
    margin: 0 clamp(-.84211rem, -1.5vw, -5px);
    margin-bottom: 0
}

@media (min-width:992px) {
    .container .row .col-lg-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

@media (max-width:991.5px) {
    .container .row .col-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.col-12.col-md-3.col-lg-2.margin-bottom-grid {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width:992px) {
    .container .row .col-lg-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
}

.toggleable:not(.show) {
    display: none
}

.feedback-form input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    cursor: pointer
}

.feedback-form .checkbox-input+label {
    position: relative;
    display: block;
    cursor: pointer;
    transition: all .13s ease-out
}

.checkbox-input:not(.checkbox-input--large)+label {
    padding-left: 20px
}

.checkbox-input:not(:checked)+label::before {
    border: 1px solid #b4b4b4;
    transform: scale(1)
}

.checkbox-input:not(.checkbox-input--large)+label::before,
.checkbox-input:not(.checkbox-input--large)+label::after {
    width: 13px;
    height: 13px;
    border-radius: 2px
}

.checkbox-input+label::before,
.checkbox-input+label::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    transition: all .13s ease-out
}

.f12-grey {
    font-size: 12px;
    color: #858585
}

.checkbox-input:not(:checked)+label::after {
    transform: scale(0)
}

.checkbox-input:not(.checkbox-input--large)+label::after {
    background-size: 8.5px 6px
}

/*.checkbox-input+label::after {
    background-color: hsl(0, 66%, 47%);
    background-image: url(/src/assets/icons/checkbox.svg);
    background-position: 50% 50%;
    border: 1px solid hsl(0, 66%, 47%);
    background-repeat: no-repeat
}*/

.blue-link {
    color: #4478ff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.ml-1 {
    margin-left: 4px !important
}

.footer_additionalLinks {
    display: flex;
    height: 100px;
    align-items: end;
    flex-direction: unset
}
.overlay--component.above-all {
  z-index: 200;
  position: fixed;
  width: auto;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  bottom: 0;
  right: 0;
}
.overlay--component {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.46);
  z-index: 8;
}
.hiden_block--component {
  background-color: transparent !important;
  color: transparent !important;
  width: 0 !important;
  height: 0 !important;
  display: none !important;
  opacity: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  z-index: -1000 !important;
}
ul.textPage_paragraph {
  margin-left: 27px;
}
.textPage_paragraph li {
  font-size: 20px;
  line-height: 27px;
}
.article-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
    margin-bottom: 1rem
}

.article-block-info {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 2px 4px 24px rgba(168, 168, 168, .2);
    padding: 1rem;
    padding-bottom: 3rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.article-block-info>* {
    width: 100%
}

.article-block-info>:not(:last-child) {
    margin-bottom: 1rem
}

.article-block-info .article-block-img {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.article-block-info .article-block-header {
    margin-bottom: .5rem
}

.article-block-info .article-block-header a {
    font-weight: 600;
    display: inline-block;
    text-decoration: none
}

.article-block-info .article-block-text {
    font-size: .875rem !important;
    line-height: 1.5
}

.ditail__article * {
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 27px;
    max-width: 735px
}

@media (max-width:500px) {
    .ditail__article * {
        font-size: 16px;
        line-height: 23px
    }
}

.ditail__article img {
    width: auto !important;
    height: 100% !important;
    max-width: 100%
}

.ditail__article h1 {
    margin-top: 2rem;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px
}

@media (max-width:798px) {
    .ditail__article h1 {
        font-size: 24px;
        line-height: 24px
    }
}

.ditail__article h2 {
    margin-top: 2rem;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px
}

@media (max-width:798px) {
    .ditail__article h2 {
        font-size: 24px;
        line-height: 24px
    }
}

.ditail__article h3 {
    margin-top: 2rem;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px
}

@media (max-width:798px) {
    .ditail__article h3 {
        font-size: 24px;
        line-height: 24px
    }
}

.ditail__article h4 {
    margin-top: 2rem;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px
}

@media (max-width:798px) {
    .ditail__article h4 {
        font-size: 24px;
        line-height: 24px
    }
}

.ditail__article h5 {
    margin-top: 2rem;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px
}

@media (max-width:798px) {
    .ditail__article h5 {
        font-size: 24px;
        line-height: 24px
    }
}

.ditail__article h6 {
    margin-top: 2rem;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px
}

@media (max-width:798px) {
    .ditail__article h6 {
        font-size: 24px;
        line-height: 24px
    }
}
@media (min-width: 768px) {
  .catalog__products .catalog__products_filters-footer {
    display: none;
  }
}
.filter-block--component .filter-list .filter-item .filter-label .label__count-text {
  display: none;
}
.button--component span {
    color: #fff;
}
.catalog__products .catalog__products_footer {
  padding-bottom: clamp(3.16em,5vw,4.47em);
}
.vac-top h3{color:#26247b;font-weight:normal;}
.five-reasons-item ul{padding:0 !important;}
.five-reasons-item li{list-style:none;}
.five-reasons-item,
.five-reasons-item li,
.tab-vacansies,
.reasons__item{float:left;}

.five-reasons-item li:nth-last-of-type(1) {margin-right: 0 !important;}
@media (max-width: 599px) {
	.five-reasons-item li {
		width: 100%;
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
	.five-reasons-item li{width:30.33707865168539%;}
	.five-reasons-item li:nth-of-type(1),.five-reasons-item li:nth-of-type(2) {margin-right: 4.49438202247191%;}	
}
@media (min-width: 1025px) {
	.five-reasons-item li{width:30.33707865168539%;}
	.five-reasons-item li:nth-of-type(1),.five-reasons-item li:nth-of-type(2) {margin-right: 4.49438202247191%;}	
}


.five-reasons-item li span,
.five-reasons-item li a{display:block;}
.five-reasons-item li a{text-align:center;cursor:pointer;}
.five-reasons-item li span{font-weight:bold;color:#000;}
.five-reasons-item li a:hover span{color:#00aeef;}
.five-reasons-item,
.tab-vacansies,
.reasons__item{width:100%;  -webkit-transition: 0.3s; transition: 0.3s;}
.reasons__item p,
.reasons__item h3{overflow:hidden;}
.vac__img{float:left;}
.reasons__item{display:none;}
.reasons__item.current{display:inherit;}
.fr__link.current span{color:#00aeef !important;}
.warning__information {font-size: 14px;}
.warning__information b {color: #ff1b22;}
.vacancys__list {margin-top: 20px;} 
.vacancys__item h3 {color: #002859;}
.vacancys__item p > b {color: #002859;}
.vacancys__item h3,
.vacancys__item p > b {
	font-size: 16px;
	font-weight: bold;
}
.panel-default > .panel-heading {background: none;}
.panel-heading a:hover {
    text-decoration: none;
    color: #e37230;
}
.panel-heading a:focus {outline: none;}
.panel-title > a {
    font-size: 13px;
    text-decoration: none;
}
.otclick-vac {
    background: #f88a31;
    background: -moz-linear-gradient(top,  #f88a31 0%, #f08131 49%, #ed7d30 51%, #e47330 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f88a31 0%,#f08131 49%,#ed7d30 51%,#e47330 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f88a31 0%,#f08131 49%,#ed7d30 51%,#e47330 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88a31', endColorstr='#e47330',GradientType=0 ); /* IE6-9 */
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
}
[name="vacancyotklik-btn"] {
	height: 30px;
}
[name="vacancyotklik-btn"] {
	margin: 15px 0 0 0;
}
[name="vacancyotklik-btn"] {
	background-color: transparent;
	background-image: url('/img/bgelement/tile-btn-dark-blue.svg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
	color:#fff;
	padding:0 40px 0 10px;
	border:none;
	cursor:pointer;
	/*margin-left:20px;*/
	font-size:14px;
	height: 36px;
}
.panel-body {
    padding: 0;
}
.panel-body p {
    font-size: 13px;
}
.panel-body b {
    font-weight: bold;
    padding-right: 5px;
}
.panel-group span {
	font-size: 14px;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-heading {
    border-top: 1px solid #e0e0e0;
}
.panel-default {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    border-bottom: none;
}
.panel-title a[aria-expanded="true"] {
   color: #00aeef !important;
    font-weight: normal;
}
a.vacantion-title.active {
	color: #00aeef !important;
    /*font-weight: bold;*/
}
a.vacantion-title.active + div.panel-collapse.collapse {
	display: block;
}
.panel-title a[aria-expanded="false"] {
    color: #fff !important;
	font-weight: normal;
}
.vacantion-title.active.collapsed {
	color: #000 !important;
	font-weight: normal;
}
.vacansies .nav-tabs a.vacantion-title {
	color: #333;
}
.vacansies .nav-tabs .panel-title {
	font-weight: normal;
	font-size: 14px;
}
.vacansies #accord {
	padding: 10px;
    display: block;
}
.vacblock > div > ul > li {
	float: left;
	width: 33.3333%;
}
.vacblock > div > ul > li:nth-of-type(1),
.vacblock > div > ul > li:nth-of-type(2) {padding-right: 10px;}
.vacblock > div > ul > li > a > img {
	width: 100%;
	height: 113px;
}
.vacblock > div > ul {list-style: none;padding-left: 0;
}
.count_vacancies {
    color: #26247b;
    display: inline-block;
    margin-left: 5px;
}
.nav-tabs>li {
    width: 100%;
    font-size: 14px;
}
.nav-tabs > li.active > a {border: none;}
.panel-title > a:hover {
    /*color: #00aeef !important;*/
    color: #ffcb05 !important;
}
.nav-tabs > li:hover, .nav-tabs > li.active:hover  {
    border: none !important;
    background: none;
}
.nav-tabs > li.active a:hover, .nav-tabs > li a:hover, .nav-tabs > li.active a:active, .nav-tabs > li.active a:focus {
    border: none !important;
    background-color: transparent;
}
.nav-tabs>li>a {
    border: none;
    background-color: transparent;
}
 a.job-retail {
 	color: #26247b;
}
 .cities {
     font-size: 14px;
     font-weight: bold;
     padding: 10px 0;
     color: #000;
 }
 .vacansies h4  {
 	font-size: 18px;
 }
 .dnone {
     display: none;
 }
 a.job-retail {
    /* color: #656565;*/
     font-family: Tahoma, sans-serif;
     font-weight: bold;
     text-decoration: none;
     padding: 10px 0;
     display: block;
 }
  a.job-retail:hover {
  	 color: #26247b;
  }
 .panel-collapse p {
     margin: 0;
 }
.otclick-vac {
    margin: 10px 0;
}
.career li {
    display: inline-block;
    width: auto;
}
.career li, .career ol {
    margin: 0;
    padding: 0;
}
.career ol>li {
    width: 100%;
}
.career li>a {
    margin: 0;
    padding: 5px;
}
.career li>a>img {
    border: 1px solid #e0e0e0;
}
.tabstitle {
    color: #a32b25;
    font-size: 16px;
    font-weight: bold;
}
.career .tab-content {
    margin-top: 30px;
}
.vactabs ul > li a,
.vactabs ul > li a:hover {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}
.vacantion-title {
	display: block;
	padding: 10px 0;
}
/*accordion*/
.parent-list__accordion > .panel-heading {
	background-color: #002859;
}
.item-marker {
	background-color: #d7d7d7;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
}
.panel.item__accordion a {
	padding: 12px 0;
	text-decoration: none;
	font-size: 20px;
	color: #333;
}
.panel.item__accordion a:hover {
	color: #40a1dd;
}
.panel.item__accordion a:hover .item-marker {
	background-color: #40a1dd;	
} 
.panel.item__accordion .panel-body b {
	color: #002859;
}
.panel.item__accordion .panel-body {
	padding: 0 15px 15px 15px;
}
.panel a {
	display: block;
	overflow: hidden;
}
.parent-list__accordion .panel-heading h3 > a {
	color: #fff;
	font-family: Arial;
	font-size: 16px;
}
.parent-list__accordion .ofice-place {
	font-size: 16px;
}
.parent-list__accordion h3 {
	margin: 0;
}
h3.panel-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.panel a {
	padding: 0 0 0 10px;
}
.ofice-place {
	display: inline-block;
	line-height: 50px;
}
.toggle-state__button {
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	background-color: #d7d7d7;
	padding: 16px;
}
.toggle-state__button .state__button {
	border: 2px solid #333;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	display: inline-block;
}
a[data-toggle="collapse"] .toggle-state__button.collapsed .state__button {
	background-image: url('/images/icons/plus.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;	
}
a[data-toggle="collapse"] .toggle-state__button.expanded .state__button {
	background-image: url('/images/icons/minus.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;	
}
.panel-title > a[data-toggle="collapse"]:hover .state__button {
	border: 2px solid #002859;
}
.panel-title > a[data-toggle="collapse"]:hover .toggle-state__button.collapsed .state__button {
	background-image: url('/images/icons/plus-hover.svg');
}
.panel-title > a[data-toggle="collapse"]:hover .toggle-state__button.expanded .state__button {
	background-image: url('/images/icons/minus-hover.svg');
}
.parent-list__accordion .panel-collapse.collapse.in {
    display: block;
}
@media (max-width: 959px) {
	.left-sidebar {
		display: none;
	}
	.panel-collapse::after {
		 content:"";
    	 display:table;
    	 clear:both;
	}
	.breadcrumbs {padding: 0 0 15px 0; margin: 0 10px;}
}
@media (min-width: 960px) {
	.left-sidebar {
		display: block;
	}
}
/*Style Mobile Device smartphone and Tablet*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 600px)
and (orientation: portrait) {
	.vacblock > div > ul > li {
		width: auto;
		margin-bottom: 10px;	
	}
	.vacblock > div > ul > li:nth-of-type(1), 
	.vacblock > div > ul > li:nth-of-type(2),
	.vacblock > div > ul > li:nth-of-type(3) {
		padding: 0;
	}
	.vactabs ul > li a {
		display: inline-block !important;
	}
	.vactabs .nav-tabs li {
		margin: 0 0 10px !important;	
	}
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 600px)
and (orientation: landscape) {
	.vacblock > div > ul > li {
		width: auto;
		
	}
	.vactabs .nav-tabs li {
		margin: 0 0 10px !important;	
	}
	.vacblock > div > ul > li:nth-of-type(1), 
	.vacblock > div > ul > li:nth-of-type(2),
	.vacblock > div > ul > li:nth-of-type(3) {
		padding: 0;
	}
	.vactabs ul > li a {
		display: inline-block !important;
	}
	
}
@media only screen
and (min-device-width: 600px)
and (max-device-width: 1024px)
and (orientation: portrait) {
	.vacblock > div > ul > li {
		width: 33.3333%;	
	}
}
@media only screen
and (min-device-width: 600px)
and (max-device-width: 1024px)
and (orientation: portrait) {
	.vacblock > div > ul > li {
		width: 33.3333%;	
	}
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  height: 0;
  transition: height 0.5s ease-in-out;
  overflow-y: hidden;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.vacansys-namecity {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.parent-list__accordion .state-icon {padding: 0 !important;}
.collapse.show {
  height: auto;
}