/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    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: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.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;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
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"] {
    -webkit-appearance: textfield;
    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;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

a, :link, :visited {
    color: #3740ff;
    text-decoration: none;
}


img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


body {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}



p, h1, h2, h3 {
    text-align: left;
}
.hits {
    margin-left: 0;
    width: 100%;
}
.top_menu {
    width: 100%;
}

.mainblock_wrap > h1,
.advantages_wrap > h2,
.mainblockb_content > h2,
.mainblockb_content > h1 {
    text-align: left;
    background: none;
}
.advantages__text,
.mainblock__text {
    text-align: left;
}





.mainblockb {
    padding: 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 72rem;
    margin: 2rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
@media (min-width: 960px) {
    .mainblockb {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

/*.mainblockb_img {
    position: relative;
}
@media (min-width: 960px) {
    .mainblockb_img {
        padding-top: 8rem;
        width: 33.33%;
        right: 3rem;
    }
}

.mainblockb_img > img {
    max-width: 100%;
    margin-bottom: 6rem;
}
@media (min-width: 960px) {
    .mainblockb_img > img {
        margin-bottom: 0;
    }
}

@media (min-width: 960px) {
    .mainblockb_content {
        width: 66.66%;
    }
}*/

.mainblockb_content > h1 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
}

.mainblockb_content > h2 {
    font-size: 30px;
    color: #3f51b5;
    font-weight: 400;
    /*letter-spacing: 0.03em;*/
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 3.5rem;
}
.mainblockb_content > h2 > span {
    letter-spacing: 0.03em;
    font-weight: 600;
    color: #000000;
}

@media (min-width: 400px) {
    .mainblockb_content > h2,
    .mainblockb_content > h1 {
        font-size: 30px;
    }
}
@media (min-width: 760px) {
    .mainblockb_content > h2,
    .mainblockb_content > h1 {
        font-size: 35px;
    }
}
@media (min-width: 960px) {
    .mainblockb_content > h2,
    .mainblockb_content > h1 {
        font-size: 40px;
    }
}
@media (min-width: 1200px) {
    .mainblockb_content > h2,
    .mainblockb_content > h1 {
        font-size: 45px;
    }
}

.mainblockb_content > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.5rem;
}

@media (min-width: 960px) {
    .mainblockb__block {
        box-sizing: border-box;
        width: 50%;
        padding: 0px 20px;
    }
    .mainblock_info_a .mainblockb__block {
        width: 33.333%;
    }
}

.mainblockb__block_title {
    font-size: 18px;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.2;
}
@media (min-width: 400px) {
    .mainblockb__block_title {
        font-size: 18px;
    }
}
@media (min-width: 760px) {
    .mainblockb__block_title {
        font-size: 18px;
    }
}
@media (min-width: 960px) {
    .mainblockb__block_title {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .mainblockb__block_title {
        font-size: 20px;
    }
}

.mainblockb__block_text {
    font-weight: 400;
    line-height: 1.6;
    color: #202124;
    margin-bottom: 1rem;
    font-size: 1rem;
}
.mainblock_info_a .mainblockb__block_text::before {
    content: "–";
    margin-right: 5px;
    color: #3f51b5;
    font-weight: 700;
}


@media (min-width: 400px) {
    .mainblockb__block_text {
        font-size: 18px;
    }
}
@media (min-width: 760px) {
    .mainblockb__block_text {
        font-size: 1.25rem;
    }
}
@media (min-width: 960px) {
    .mainblockb__block_text {
        font-size: 1.375rem;
    }
}
@media (min-width: 1200px) {
    .mainblockb__block_text {
        font-size: 18px;
    }
}

.main_neispravnosti {
    display: flex;
    flex-wrap: wrap;
    /*margin: -10px;*/
}
.main_neispravnosti_item {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
.main_neispravnosti_text {
    font-weight: 600;
    font-size: 28px;
    color: #000;
    line-height: 1.4;
}
@media (min-width: 400px) {
    .main_neispravnosti_item { width: 50%; }
}
@media (min-width: 760px) {
    .main_neispravnosti_item { width: 33.333%; }
    .main_neispravnosti_text { font-size: 34px; }
    .main_neispravnosti { margin: -15px; }
    .main_neispravnosti_item { padding: 15px; }
}
@media (min-width: 960px) {
    .main_neispravnosti_item { width: 25%; }
}



.main_neispravnosti .mainblockb__block_title {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 3px 35px 0px rgba(0,0,0,0.15);
    height: 100%;
    /*border: 2px solid transparent;*/
}
.main_neispravnosti .mainblockb__block_title:hover {
    /*border-color: #3f51b5;*/
    box-shadow: 6px 8px 35px 0px rgba(0,0,0,0.25)
}


.mainblockb_link {
    font-weight: 700;
    line-height: 1.5;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    color: #000000;
}
@media (min-width: 960px) {
    .mainblockb_link {
        font-size: 20px;
    }
}

.mainblockb_link > span {
    vertical-align: middle;
    display: inline-block;
}

.mainblockb_link > svg {
    vertical-align: middle;
    display: inline-block;
    height: auto;
    width: 16px;
    fill: #000000;
    margin-left: 0.2rem;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    -o-transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}
.mainblockb_link:hover > svg {
    -webkit-transform: translateX(0.4rem);
    -ms-transform: translateX(0.4rem);
        transform: translateX(0.4rem);
}

.advantages {
    background-color: #efefef;
    -webkit-transform: skew(0, -2deg);
        -ms-transform: skew(0, -2deg);
            transform: skew(0, -2deg);

    /*background: linear-gradient(135deg, #1e2e84 20%, #3f51b5 70%) !important;*/

}

.advantages_wrap {
    padding: 2rem 1rem;
    width: 100%;
    max-width: 72rem;
    margin: 4rem auto;
    -webkit-transform: skew(0,2deg);
    -ms-transform: skew(0,2deg);
    transform: skew(0,2deg);
    position: relative;
}
@media (min-width: 960px) {
    .advantages_wrap {
        /*padding: 10rem 0;*/
    }
}

.advantages_wrap > h2 {
    font-weight: 300;
    line-height: 1.6;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.2;
    color: #202124;
    /*margin-bottom: 1.5rem;*/
    /*margin-left: 4.3125rem;*/
}
@media (min-width: 400px) {
    .advantages_wrap > h2 {
        font-size: 38px;
    }
}
@media (min-width: 760px) {
    .advantages_wrap > h2 {
        font-size: 45px;
    }
}
@media (min-width: 960px) {
    .advantages_wrap > h2 {
        font-size: 45px;
        /*margin-left: 5.25rem;*/
    }
}
@media (min-width: 1200px) {
    .advantages_wrap > h2 {
        font-size: 45px;
    }
}

.advantages_wrap > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
/*@media (min-width: 960px) {
    .advantages_wrap > ul {
        -webkit-column-count: 2;
                column-count: 2;
        width: 92%;
    }
}*/

.advantages_wrap > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin-bottom: 2rem;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 3px 35px 0px rgba(0,0,0,0.15);
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
@media (min-width: 400px) {
    .advantages_wrap > ul > li { width: 50%; }
}
@media (min-width: 760px) {
    .advantages_wrap > ul > li { width: 33.333%; }
}
@media (min-width: 960px) {
    .advantages_wrap > ul > li { width: 25%; }
}

.advantages__num {
    /*font-size: 1.125rem;*/
    background-color: #ffffff;
    border-radius: 50%;
    /*width: 2.8125rem;*/
    /*height: 2.8125rem;*/
    color: #3f51b5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*margin-right: 1.5rem;*/

    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    font-size: 1.25rem;
    font-weight: 700;
    width: 2.5rem;
    height: 2.5rem

}
/*@media (min-width: 960px) {
    .advantages__num {
        font-size: 1.5rem;
        width: 3.75rem;
        height: 3.75rem;
    }
}
@media (min-width: 760px) {
    .advantages__num {
        font-size: 1.25rem;
    }
}*/

.advantages__text {
    font-weight: 300;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #202124;
    /*padding-right: 3rem;*/
    margin: 0;

    font-size: 1rem;
}
/*@media (min-width: 400px) {
    .advantages__text {
        font-size: 18px;
    }
}
@media (min-width: 760px) {
    .advantages__text {
        font-size: 1.15rem;
    }
}
@media (min-width: 960px) {
    .advantages__text {
        font-size: 1.25rem;
    }
}
@media (min-width: 1200px) {
    .advantages__text {}
}*/

.mainblock {
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.mainblock_wrap {
    padding: 6rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.mainblock_wrap > h1 {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #3f51b5;
    margin-bottom: 1.5rem;
}
@media (min-width: 400px) {
    .mainblock_wrap > h1 {
        font-size: 2rem;
    }
}
@media (min-width: 760px) {
    .mainblock_wrap > h1 {
        font-size: 2.4rem;;
    }
}
@media (min-width: 960px) {
    .mainblock_wrap > h1 {
        font-size: 2.7rem;
    }
}
@media (min-width: 1200px) {
    .mainblock_wrap > h1 {
        font-size: 3rem;
    }
}

.mainblock__text {
    font-weight: 300;
    line-height: 1.6;
    color: #000;
    font-size: 1.2rem;
}
@media (min-width: 400px) {
    .mainblock__text {
        font-size: 1.2rem;
    }
}
@media (min-width: 760px) {
    .mainblock__text {
        font-size: 1.4rem;
    }
}
@media (min-width: 960px) {
    .mainblock__text {
        font-size: 1.5rem;
    }
}
@media (min-width: 1200px) {
    .mainblock__text {
        font-size: 1.6rem;
    }
}

.mainblock__button {
    /*margin-top: 3rem;*/
}

.mainblock__button {
    font-weight: 700;
    line-height: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 1rem;
    /*border-radius: 2px;*/
    font-size: 1rem;
    /*letter-spacing: 0;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition: background-color .2s ease,-webkit-box-shadow .2s ease,-webkit-transform .2s ease;
    transition: background-color .2s ease,-webkit-box-shadow .2s ease,-webkit-transform .2s ease;
    -o-transition: box-shadow .2s ease,background-color .2s ease,transform .2s ease;
    transition: box-shadow .2s ease,background-color .2s ease,transform .2s ease;
    transition: box-shadow .2s ease,background-color .2s ease,transform .2s ease,-webkit-box-shadow .2s ease,-webkit-transform .2s ease;*/
    color: white;
    background-color: #3f51b5;
    /*-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.12);
            box-shadow: 0 3px 9px rgba(0,0,0,.12);*/
    -ms-grid-row-align: start;
        align-self: start;
}
.mainblock__button:active {
    background-color: #000000;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.12);
            box-shadow: 0 3px 6px rgba(0,0,0,.12);
    -webkit-transform: translate3d(0,1px,0);
            transform: translate3d(0,1px,0);
}
.mainblock__button:hover, .mainblock__button:focus {
    -webkit-box-shadow: 0 9px 18px rgba(0,0,0,.18);
            box-shadow: 0 9px 18px rgba(0,0,0,.18);
    background-color: #000000;
    -webkit-transform: translate3d(0,-1px,0);
            transform: translate3d(0,-1px,0);
}
@media (min-width: 960px) {
    .mainblock__button {
        font-size: 20px;
    }
}


















































































.css-10izwvm {
    width: 100%;
    margin: 0 auto;
}

.css-rk6moy {
    max-width: 75rem;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    z-index: 2;
    padding: 0.6rem 0.6rem;
}
@media (min-width: 760px) {
    .css-rk6moy {
        padding: 1rem;
    }
}

.css-1xvir01 {
    display: none;
}
@media (min-width: 760px) {
    .css-1xvir01 {
        flex-grow: 1;
        display: inline-block;
    }
}
@media (min-width: 760px) {
    .css-1xvir01 {
        flex-grow: 1;
        display: inline-block;
    }
}
@media (min-width: 960px) {
    .css-1xvir01 {
        flex-grow: 0;
    }
}

.css-1rjgloz {
    display: inline-block;
    width: 200px;
    height: auto;
    vertical-align: middle;
}

.css-pp8k5f {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    background: #E6E6E6;
    /*color: #E91E63;*/
    /*position: absolute;*/
    /*left: 167px;*/
    left: 0;
    padding: 5px;
    -webkit-text-decoration: none;
    text-decoration: none;
    /*font-size: 12px;
    line-height: 16px;*/
    font-size: 20px;
    line-height: 30px;
    border-radius: 2px;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
    top: 0.7rem;
}
@media (min-width: 760px) {
    .css-pp8k5f {
        display: inline-block;
    }
}

.css-fcohl9 {
    flex-grow: 1;

    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 760px) {
    .css-fcohl9 {
        display: none;
    }
}
.css-fcohl9 .css-1rjgloz {
    width: 150px;
}


.css-5xa07n {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

.css-1w30q6i {
    position: relative;
    z-index: 2;
    /*background-color: #ffffff;*/
}
@media (min-width: 960px) {
    .css-1w30q6i {
        display: none;
    }
}

.css-16tdi1w {
    position: relative;
    display: block;
    z-index: 2;
    /*margin: .5rem;*/
    padding: .5rem;
}
.css-16tdi1w path {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 100;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    -webkit-transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
}

.css-1vzfu1c {
    background-color: #ffffff;
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 100vw;
    visibility: hidden;
    -webkit-transition: .2s linear all;
    transition: .2s linear all;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    opacity: 0;
    border-radius: 2px;
    box-shadow: 0px -6px 10px rgba(0,0,0,0.1), 0px 3px 4px rgba(0,0,0,0.1);
}
@media (min-width: 400px) {
    .css-1vzfu1c {
        width: auto;
        min-width: 340px;
    }
}

.css-2xoy5l {
    padding: 0.7rem;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    padding-bottom: 0;
}

.css-1ays0sq {
    font-weight: 300;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 600;
    -webkit-letter-spacing: 0.03em;
    -moz-letter-spacing: 0.03em;
    -ms-letter-spacing: 0.03em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0.6rem 0.7rem;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
    font-size: 24px !important;
}
@media (min-width: 400px) {
    .css-1ays0sq {
        font-size: 18px;
    }
}
@media (min-width: 760px) {
    .css-1ays0sq {
        font-size: 18px;
    }
}
@media (min-width: 960px) {
    .css-1ays0sq {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .css-1ays0sq {
        font-size: 18px;
    }
}

.css-r5j97r {
    padding: 0.7rem;
    border-radius: 0;
}

.css-bfp8qa {
    padding: 0.7rem;
    border-radius: 2px;
    margin: 0 auto;
    width: 100%;
    /*padding: 1.75rem 2.5rem;*/
    /*border-top: 2px solid #f5f4f4;*/
}
.css-bfp8qa a {
    color: #fff;
}

.css-n7priw {
    display: none;
}
@media (min-width: 960px) {
    .css-n7priw {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.css-16f4mmd {
    position: relative;
    display: inline-block;
}
.css-16f4mmd:hover > div {
    opacity: 1;
    visibility: visible;
}


.css-11ismyt {
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    border: 0;
    font-size: 1.1rem;
    height: 40px;
    line-height: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 2px;
    min-height: 40px;
    -webkit-transition: 0.05s linear all;
    transition: 0.05s linear all;
    outline: none;
    background: transparent;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-1h2opr7 {
    display: inline-block;
    margin-left: 0.4rem;
    -webkit-transform: translate3d(0,2px,0);
    -ms-transform: translate3d(0,2px,0);
    transform: translate3d(0,2px,0);
}

.css-1lf5qfn {
    position: absolute;
    padding: 0.5rem;
    z-index: 2;
    background: white;
    top: 100%;
    left: 50%;
    list-style: none;
    visibility: hidden;
    -webkit-transform: translate3d(-51%,0,0);
    -ms-transform: translate3d(-51%,0,0);
    transform: translate3d(-51%,0,0);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    cursor: auto;
    box-shadow: 0px -5px 10px rgba(0,0,0,0.1), 0px 3px 4px rgba(0,0,0,0.1);
    border-radius: 4px;
    min-width: 300px;
}

.css-49ft7v {
    position: absolute;
    top: -14px;
    left: calc(50% - 10px);
}

.css-sqsh66 {
    display: block;
    background: transparent;
    padding: 0.5rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: .1s background linear;
    transition: .1s background linear;
    border-radius: 2px;
}

.css-1lf5qfn a:first-of-type {
    margin-top: 0;
}

.css-17vt6k1 {
    display: none;
}
@media (min-width: 960px) {
    .css-17vt6k1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: baseline;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}


.css-1baulvz {
    display: inline-block;
}

.css-124e4c5 {
    font-weight: 700;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 1rem;
    border-radius: 2px;
    font-size: 1rem;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    -webkit-transition: box-shadow .2s ease,background-color .2s ease,-webkit-transform .2s ease;
    -webkit-transition: box-shadow .2s ease,background-color .2s ease,transform .2s ease;
    transition: box-shadow .2s ease,background-color .2s ease,transform .2s ease;
    position: relative;
    line-height: 24px;
    color: #000;
    background-color: transparent;
    padding: 0;
    margin: 0 8px 6px;
    border-radius: 0;
    box-shadow: none;
}
.css-124e4c5:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -2px;
    z-index: 5;
    background: #000;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.css-124e4c5:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4;
    bottom: -2px;
    background: #3f51b5;
    height: 3px;
}

.css-l1kbp3 {
    font-family: maison-neue,sans-serif;
    font-weight: 700;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 1rem;
    border-radius: 2px;
    font-size: 1rem;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    -webkit-transition: box-shadow .2s ease,background-color .2s ease,-webkit-transform .2s ease;
    -webkit-transition: box-shadow .2s ease,background-color .2s ease,transform .2s ease;
    transition: box-shadow .2s ease,background-color .2s ease,transform .2s ease;
    padding: 0.875rem 1rem;
    color: white;
    background-color: #C223CE;
    border: 2px solid #C223CE;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    width: auto;
    margin-left: 1rem;
}


.css-l1kbp3:hover, .css-l1kbp3:focus {
    color: #300D4F;
    background-color: white;
    box-shadow: inset 12em 0 0 0 white;
}

.css-124e4c5:hover, .css-124e4c5:focus {
    box-shadow: none;
    outline: none;
}
.css-124e4c5:hover:before, .css-124e4c5:focus:before {
    right: 0;
}

.css-1ypiwxu {
    font-weight: 300;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.5;
    font-size: 20px !important;
    display: inline-block;
    margin-bottom: 0;
    color: #3f51b5;
}
@media (min-width: 400px) {
    .css-1ypiwxu {
        font-size: 18px;
    }
}
@media (min-width: 760px) {
    .css-1ypiwxu {
        font-size: 18px;
    }
}
@media (min-width: 960px) {
    .css-1ypiwxu {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .css-1ypiwxu {
        font-size: 18px;
    }
}

.css-52srto {
    font-weight: 300;
    line-height: 1.6;
    font-size: 18px;
    color: #E91E63;
    margin-bottom: 1rem;
    white-space: nowrap;
    font-size: 16px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 0;
}
@media (min-width: 400px) {
    .css-52srto {
        font-size: 18px;
    }
}
@media (min-width: 760px) {
    .css-52srto {
        font-size: 18px;
    }
}
@media (min-width: 960px) {
    .css-52srto {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .css-52srto {
        font-size: 18px;
    }
}

.css-sqsh66:hover {
    background: #F6F6F6;
}
.css-sqsh66:hover > p {
    color: #000;
}



.css-jky6of {
    font-weight: 700;
    line-height: 1.5;
    display: block;
    padding: 0.6rem;
    color: #3f51b5;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 18px;
}



.css-1hyfx7x {
    display: none;
}

.css-m8r0g0 {
    font-weight: 700;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 1rem;
    border-radius: 2px;
    font-size: 1rem;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    -webkit-transition: box-shadow .2s ease,background-color .2s ease,-webkit-transform .2s ease;
    -webkit-transition: box-shadow .2s ease,background-color .2s ease,transform .2s ease;
    transition: box-shadow .2s ease,background-color .2s ease,transform .2s ease;
    padding: 0.875rem 1rem;
    color: white;
    background-color: #3f51b5;
    border: 2px solid #3f51b5;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    width: 100%;
    margin-left: 0;
}








.css-1rpmszh {
    position: relative;
    display: block;
    z-index: 2;
    margin: 0.5rem;
}
.css-1rpmszh path {
    transform-origin: 50% 50%;
    opacity: 100;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
.css-1rpmszh path:nth-of-type(1) {
    transform: translateY(16.75%) translateX(16.9%) rotate(135deg);
}
.css-1rpmszh path:nth-of-type(2) {
    transform: rotate(135deg);
    opacity: 0;
}
.css-1rpmszh path:nth-of-type(3) {
    transform: translateY(16.75%) translateX(-16.9%) rotate(45deg);
}

.css-ro4d61 {
    background-color: rgb(255, 255, 255);
    position: absolute;
    /*top: -1rem;*/
    top: -2rem;
    right: -1rem;
    width: 100vw;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -6px 10px, rgba(0, 0, 0, 0.1) 0px 3px 4px;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform-origin: right top;
    transition: all 0.2s linear 0s;
    border-radius: 2px;
}
@media (min-width: 400px) {
    .css-ro4d61 {
        width: auto;
        min-width: 340px;
    }
}



.css-16f4mmd {
    padding: 10px;
}

@media (max-width: 760px) {
    .css-16f4mmd {
        /*padding: 5px;*/
        padding: .5rem;
    }
    .css-17vt6k1 {
        /*margin-right: 5px;*/
    }
    .css-rk6moy {
        padding-left: 10px;
        padding-right: 10px;
    }
    .css-1vzfu1c, .css-ro4d61 {
        right: -10px;
    }
}





.css-1epejxa {
    display: none;
}
@media (min-width: 760px) {
    .css-1epejxa {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /*background-color: #000;*/
        /*box-shadow: 0px 3px 6px rgba(0,0,0,0.08);*/
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.75rem 0 0;
    }
}
@media (min-width: 960px) {
    .css-1epejxa {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.css-1t9s5uw {
    font-weight: 300;
    line-height: 1.6;
    font-weight: 700;
    line-height: 1.5;
    color: #f9f9ff;
    display: inline-block;
    font-size: 16px !important;
}

/*body {
    background-image: url(/images/Header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;

    position: relative;
    min-height: 1024px;
}*/

.css-10izwvm {
    background: url(images/header_bg.jpg) center no-repeat;
    background-color: #fff;
}

.css-1xvir01 > div {
    font-size: 15px;
    position: absolute;
    bottom: 17px;
    left: 15px;
}



.menu_block {
    display: flex;
}
.menu_icon {
    margin-right: 0.5rem;
}
.menu_icon svg {
    width: 64px;
    height: 64px;
}

.css-52srto {
    color: #9e9e9e;
}

.css-sqsh66:hover > div > div > p {
    color: #000;
}












/*
table,
th,
td {
    border: 1px solid #d1d1d1;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}

th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}*/




.product_responses_add_form {
    display: none !important;
}
.css-bfp8qa {
    display: none;
}




.css-bfp8qa,
.css-m8r0g0 {
    box-sizing: border-box;
}
.mainblock_wrap .gradient-all,
.advantages_wrap > h2,
.mainblockb_content > h2,
.mainblockb_content > h1 {
    overflow: hidden;
    word-wrap: break-word;
}
.mainblock_wrap,
.product_hit_wrp,
.product_hit_item,
.mainblockb,
.advantages_wrap {
    box-sizing: border-box;
}
.mainblockb_content,
.mainblock_wrap {
    width: 100%;
}

.css-1ypiwxu {
    margin: 0;
}

/*.filters {
    display: none;
}*/


input,
select,
textarea {
    background: #fff;
    border: 2px solid #9b9b9b;
    padding: 6px 8px;
    font-weight: 400;
}

.product_filter {
    margin: 20px 0 30px;
}
.sidebar .product_filter {
    background-color: #3f51b5;
    padding: 0 15px;
    padding-bottom: 10px;
    margin: 0;
}

.form_block {
    /*display: flex;
    flex-wrap: wrap;*/
    margin-bottom: 15px;
}
.form_block .form_label {
    /*flex: 1;*/
    font-size: 15px;
    margin-bottom: 5px;
}
.sidebar .form_block .form_label, .sidebar .form_block .info_price {
    color: #fff;
}

.form_block .form_content {
    flex: 1;
    display: flex;
}







.page__container {
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 960px;
    padding: 20px 10px;
}

.catalog__container {
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 960px;
    padding: 20px 10px;
}




.pcard {
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
    transition: box-shadow .2s;
    height: 100%;
    border: 1px solid transparent;
}
.pcard:hover {
    /*box-shadow: 0 0 10px rgba(63,81,181,.3);*/
    box-shadow: 0 0 3px rgba(63,81,181, 0.5);
    background-color: transparent;
    outline: none;
    text-decoration: none;
}
.pcard:hover.iscart {
    /*box-shadow: 0 0 10px rgba(76,175,80,.3);*/
    box-shadow: 0 0 3px rgba(76,175,80, 0.5);
}


.pcard__info {

}
.pcard__image {

}
.pcard__desc {

}
.pcard__desc-title {
    margin: 0 0 1rem;
}
.pcard__desc-title {
    font-size: 1rem;
    color: #202124;
}
.pcard__desc-other {
    color: #5f6368;
    font: inherit;
    margin: 16px 0;
}



.pcard__image {
    height: 150px;
    margin: 0 0 1.3rem;
}
.pcard__image-image {
    display: block;
    margin: 0 auto;
}


.pcard__order {
    display: flex;
    align-items: center;
    min-height: 54px;
}
.pcard__order-price,
.pcard__order-form {
    flex: 1 1 50%;
    max-width: 50%;
}
.pcard__order-form {
    text-align: center;
}
.pcard__order-price {
    font-size: 1.5rem;
    text-align: center;
}
.pcard__order-form .mainblock__button {
    display: block;
    margin: 0 auto;
}
.pcard__order-credit {
    margin-top: 10px;
    text-align: center;
}
.pcard__order-incart {
    font-weight: 700;
    line-height: 1;
    appearance: none;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 1rem;
    border-radius: 2px;
    font-size: 1rem;
    letter-spacing: 0;
    color: white;
    background-color: #4caf50;
    align-self: start;
}




.catalog {
    display: block;
    margin-top: 50px;
}
.a-card {
    width: 100%;
    margin-bottom: 20px;
}

.pcard__desc-title {
    max-width: 370px;
    text-align: center;
    margin: 0 auto;
}
.pcard__desc-other {
    margin: 0 auto;
    max-width: 370px;
    margin-top: 20px;
}






.brands_container-title {
    font-size:  2rem;
}
.brands__container {
    display: block;
}
.brands_container_item {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    /*height: 100%;*/
}
.brands_container_item-image {
    display: block;
    margin: 0 auto;
}
.brands_container_item-text {
    margin-top: 20px;
    text-align: center;
}
















@media (min-width: 865px) {
    .catalog {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .a-card {
        display: block;
        margin-bottom: 0;
        flex: 1 1 50%;
        max-width: 50%;
    }
}

@media (min-width: 1264px) {
    .a-card {
        flex: 1 1 33.33333%;
        max-width: 33.33333%;
    }
    .catalog__container {
        max-width: 1320px;
    }
}



.breadcrumbs {
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #212121;
    display: flex;
    /*height: 72px;*/
    overflow: hidden;
}
.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumbs__link {
    display: inline-block;
}
.breadcrumbs__crumb {
    font-size: 24px;
}
.breadcrumbs__crumb:not(:last-child)::after {
    content: '>';
    left: -2px;
    margin: 0 .5em;
    position: relative;
    vertical-align: middle;
}
.breadcrumbs__chapter::before {
    content: attr(data-current);
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.breadcrumbs__list a {
    color: #212121;
    font-size: 16px;
    text-decoration: none;
}



.product_in_stock,
.product_pre_order,
.product_pre_payment {
    display: inline-block;
    font-weight: 600;
    padding: .5rem 1rem;
    font-size: 0.9rem;
    line-height: 1;
    border-radius: .3rem;
    margin: 0 5px 10px 0;
}
.product_in_stock {
    text-transform: uppercase;
    background-color: #f44336;
    color: #fff;
}
.product_pre_order,
.product_pre_payment {
    text-transform: uppercase;
    background-color: #9C27B0;
    color: #fff;
}
.product_in_stock.in_stock {
    background-color: #4caf50;
}

.product_main {
    margin-top: 30px;
    margin-bottom: 20px;
}
.fp_card {
    display: block;
}
.fp_card .fp_card_left,
.fp_card .fp_card_right {
    width: 100%;
    box-sizing: border-box;
}

.fp_card_left {
    margin-right: 20px;
}
.fp_card .fp_card_left {
    margin-bottom: 60px;
}
.fp_p_image {
    padding: 5px;
}
.fp_p_image:hover {
}
.fp_p_image_link img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}
.fp_p_image_other {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fp_p_image_other a {
    flex: 1;
    box-sizing: border-box;
    padding: 5px;
    margin-right: 2px;
    max-width: 120px;
}
.fp_p_image_other a:last-child {
    margin-right: 0px;
}
.fp_p_image_other a:hover {
}
.fp_p_image_other a img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.fp_card_right {
    /*text-align: center;*/
}
.fp_order {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.fp_order-price {
    margin-right: 20px;
    font-size: 1.8rem;
    text-align: center;
}
.fp_order-form {
    text-align: center;
}
.fp_order-form .mainblock__button {
    display: block;
    margin: 0 auto;
}

@media (min-width: 760px) {
    .fp_card {
        display: flex;
    }
    .fp_card .fp_card_left,
    .fp_card .fp_card_right {
        width: 50%;
    }
    .fp_card .fp_card_left {
        margin-bottom: 0;
    }
}


[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.ToggleControl {
    position: relative;
    display: inline-block;
    padding-left: 2em;
    cursor: pointer;
}
.ToggleControl-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.ToggleControl-input[type=checkbox]~.ToggleControl-indicator {
    border-radius: 6px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 12l5.08 6L20 6'/%3E%3C/svg%3E");
}
.ToggleControl-input:active~.ToggleControl-indicator {
    border-color: hsl(199.99999999999994,26.3157894737%,73.8235294118%);
}
.ToggleControl-input:checked~.ToggleControl-indicator {
    border-color: transparent;
    background-color: #3f51b5;
}
.ToggleControl-indicator {
    position: absolute;
    top: -0.17em;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    border: 3px solid #dbe5ea;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.Grid-cell {
    font-size: 1.1em;
}
.ToggleControl {
    margin-bottom: 20px;
}

.hr_space {
    margin-top: 1.25rem;
}



.form_content select {
    max-width: 100%;
    box-sizing: border-box;
}
.form_content .info_price {
    display: block;
}
.form_content .info_price input {
    display: inline-block;
    box-sizing: border-box;

    /*width: 100px;*/
    max-width: 100%;
}
.form_content input, .form_content select, .form_content textarea {
    padding: 2px;
    border: 1px solid #9E9E9E;
    font-size: 14px;
}
.form_content .info_price:first-child{
    margin-right: 5px;
}
.form_content .info_price {
    font-size: 13px;
}

/*@media (max-width: 760px) {
    .form_content .info_price input {
        width: 100%;
    }
    .form_content .info_price:first-child{
        margin-right: 0;
    }
    .form_block .form_content {
        display: block;
    }
}*/

.product_filter .mainblock__button {
    margin-top: 1rem;
    padding: 0.5rem;
}
.sidebar .product_filter .mainblock__button {
    background-color: #ffffff;
    color: #000000;
}



.s-tag-table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    box-sizing: border-box;
}
.pfeature .s-tag-table {
    margin-top: 16px;
    margin-bottom: 40px;
    width: 100%;
}
.pfeature .s-tag-table tr:first-child {
    background-color: #fafafa;
    font-weight: 500;
}
.pfeature .s-tag-table tr td:first-child {
    border-left: 1px solid #e5e5e5;
}
.pfeature .s-tag-table tr:first-child td {
    border-top: 1px solid #e5e5e5;
}
.pfeature .s-tag-table td {
    border: 1px solid #eee;
    color: #000;
    padding: .75em;
    vertical-align: middle;
    width: 50%;
}
.pfeature .s-tag-table td p {
    color: #616161;
    font-size: 18px;
    margin: 0;
}
.pfeature .s-tag-table tr:first-child {
    background-color: #fafafa;
}
.pfeature .s-tag-table tr:first-child td p {
    color: #000;
    font-weight: 500;
}
.pfeature .s-tag-table td>:last-child {
    margin-bottom: 0;
}








table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    box-sizing: border-box;
    margin-top: 16px;
    margin-bottom: 40px;
    width: 100%;
}
table tr:first-child {
    background-color: #fafafa;
    font-weight: 500;
}
table tr td:first-child {
    border-left: 1px solid #e5e5e5;
}
table tr:first-child td {
    border-top: 1px solid #e5e5e5;
}
table td {
    border: 1px solid #eee;
    padding: .25em;
    vertical-align: middle;
    color: #616161;
    /*font-size: 18px;*/
    margin: 0;
}
table tr:first-child {
    background-color: #fafafa;
}
table tr:first-child td p {
    color: #000;
    font-weight: 500;
}
table td>:last-child {
    margin-bottom: 0;
}


.mainblock_wrap > h2 {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #3f51b5;
    margin-bottom: 1.5rem;
    font-size: 2rem;
}






/* */
.podcat {
    display: inline-block;
}






/* */
.paging {
    margin: 40px 0 10px 0;
}
.paging a {
    display: inline-block;
    background-color: #3f51b5;
    color: #fff;
    padding: 4px 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 24px;
}
.paging a:last-child {
    margin-right: 0;
}
.paging a.page_active {
    background-color: #000;
}

.cart_icon, .phone_icon, .email_icon, .vk_icon, .fb_icon {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    outline: none;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.cart_icon {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' height='19' width='19'><path d='M18 17.987V7H2v11l16-.013zM4.077 5A5.996 5.996 0 0110 0c2.973 0 5.562 2.162 6.038 5H20v14.986L0 20V5h4.077zm9.902-.005C13.531 3.275 11.86 2 10 2 8.153 2 6.604 3.294 6.144 4.995c.92 0 7.654.03 7.835 0z' fill='%23fff'/></svg>");
}
.phone_icon {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("/images/phone.svg");
}
.email_icon {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("/images/email.svg");
}
.vk_icon {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("/images/vk2.svg");
}
.fb_icon {
    width: 1.4rem;
    height: 1.4rem;
    background-image: url("/images/fb.svg");
}
.cart_icontext {
    color: #000;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
.cart_icontext {
    color: #fff;
}

@media (max-width: 960px) {
    .cart_icon {
        width: 1.5rem;
        height: 1.5rem;
    }
}


.css-1lf5qfn.cart {
    left: auto;
    right: 0px;
    min-width: 200px;
}
.css-1lf5qfn.cart,
.css-16f4mmd.cart:hover > div {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.css-49ft7v.cart {
    left: auto;
    right: 1rem;
}
.cart_text {
    display: block;
    padding: 2px 8px;
    text-align: center;
}
.cart_text2, .cart_text3 {
    font-weight: 300;
    padding: 2px 8px;
}
.cart_text3 {
    font-size: 16px !important;
}
.css-11ismyt > svg > path {
    fill: #fff;
}









.page__container {
    display: flex;
    max-width: 75rem;
    margin: 0 auto;
}
.page__container .sidebar {
    box-sizing: border-box;
    flex: 0 0 270px;
    width: 270px;
    order: 1;
    margin-right: 25px;
}
.page__container .content {
    box-sizing: border-box;
    flex: 0 1 100%;
    max-width: 100%;
    order: 2;
    /*padding-left: 10px;
    padding-right: 10px;*/
}
.sidebar_header {
    padding: 10px 0 20px 20px;
    font-size: 24px;
    /*border-bottom: 2px solid #0063d1;*/
    background-color: #3f51b5;
    color: #fff;
}

.sidebar .menu {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 20px;
    /*padding: 20px;*/
}
.sidebar ul,
.css-1lf5qfn ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar .menu > li > a {
    padding: 10px 0;
}
.sidebar .menu a {
    text-decoration: none;
    display: inline-block;
    color: #000;
}
.sidebar .menu-inner > li > a {
    padding: 6px 0;
    padding-left: 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
}
.sidebar .menu-inner > li {
}
.sidebar .menu-inner li {
    position: relative;
    /*border-bottom: 2px solid rgba(0, 0, 0, 0.2);*/
}
.sidebar .menu-inner li:hover {
    background: #F6F6F6;
}

@media (min-width: 960px) {
    .sidebar .menu .menu-inner {
        display: block;
    }
}

@media (max-width: 960px) {
    .page__container {
        flex-direction: column;
    }
    .page__container .sidebar {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .sidebar .menu {
        margin: 0 0 20px;
        /*border: 1px solid #3f51b5;*/
    }
}

.catalog-panel {
    padding: 10px 18px 30px 0px;
    display: none;
    overflow: hidden;
    color: #fff;
}
button.catalog-accordion,
a.catalog-accordion {
    background-color: #3f51b5;
    color: #fff;
    cursor: pointer;
    padding: 10px 40px 10px 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    pointer-events: all;
    font-size: 1.2rem;
}
a.catalog-accordion {
    color: #fff !important;
    padding: 10px 40px 10px 10px !important;
    box-sizing: border-box !important;
}
.catalog-accordion-item {
    position: relative;
    margin-bottom: 1.25rem;
}
.catalog-accordion-icon {
    display: block;
    position: absolute;
    font-size: 60px;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    height: 40px;
    font-size: 50px;
    line-height: 30px;
    top: 0px;
    right: 10px;
}
.catalog-accordion-icon-open {
    display: none;
    position: absolute;
    font-size: 60px;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    height: 40px;
    font-size: 40px;
    line-height: 30px;
    top: 0px;
    right: 10px;
}
.catalog-accordion-icon,
.catalog-accordion-icon-open {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.catalog-active .catalog-accordion-icon {
    display: none;
}
.catalog-active .catalog-accordion-icon-open {
    display: block;
}

.menu-inner .active {
    background: #F6F6F6;
    color: green !important;
    font-weight: bold;
}
.css-16f4mmd.catalogmenu {
    /*margin-right: 40px;*/
}
.css-16f4mmd.catalogmenu > a > svg {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.css-16f4mmd.catalogmenu > a {
    font-size: 1.2rem;
    font-size: 1.2rem;
    box-sizing: border-box;
}
.mainpage .css-16f4mmd.catalogmenu > a {
}
.css-16f4mmd.catalogmenu .css-11ismyt {
    /*padding-left: 0;*/
}
.css-1lf5qfn .catalog-accordion-item:last-child {
    margin-bottom: 0;
}
.css-16f4mmd.catalogmenu .css-1lf5qfn {
    min-width: 250px;
}
.css-1lf5qfn .menu-inner {
    padding: 0;
}
.css-1lf5qfn .menu-inner a {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.css-16f4mmd.catalog {
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
}
.css-16f4mmd.catalog .css-1lf5qfn {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    min-width: 450px;
    left: calc(100% + 9px);
    left: 100%;
    top: -8px;
}
.css-16f4mmd.catalog .css-49ft7v {
    display: none;
}
.css-1lf5qfn .menu-inner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.css-1lf5qfn .menu-inner > li {
    width: 50%;
    display: block;
}
.css-1lf5qfn .menu-inner > li:hover {
    background: #F6F6F6;
}
.css-1lf5qfn .catalog-accordion-icon,
.css-1lf5qfn .catalog-accordion-icon {
    display: none;
}

.podcat_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: 1rem;
}
.podcat_img {
    display: block;
    margin-bottom: 10px;
}
.podcat {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding: 10px;
    text-align: center;
}
.podcat a {
    color: #000000;
    font-size: 18px;
}
.podcat > br {
    display: none;
}
@media (max-width: 767px) {
    .podcat { width: 50%; }
}
@media (max-width: 374px) {
    .podcat { width: 100%; }
}

.similar_products {
    display: flex;
    flex-wrap: wrap;
}
.similar_product {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/

    box-sizing: border-box;
    width: 33.333%;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.similar_product > a {
    display: block;
}
.similar_product .image {
    display: block;
    margin-bottom: 10px;
}
.similar_product .image img {
    margin: 0 auto;
    display: block;
    max-height: 100px;
}
.similar_product .name {
    text-align: center;
    font-size: 18px;
    color: #000;
}
@media (max-width: 767px) {
    .similar_product { width: 50%; }
}
@media (max-width: 374px) {
    .similar_product { width: 100%; }
}


.footer_block {
    margin-top: 2rem;
}
.footer_wrp {
    max-width: 75rem;
    margin: 0 auto;
    position: relative;
    padding: 0.6rem 0.6rem;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .footer_wrp {
        display: block;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer_wrp_left {
        margin-bottom: 10px;
    }
}
.footer_wrp, .footer_wrp a {
    color: #fff;
}
@media (min-width: 760px) {
    .footer_wrp {
        padding: 1rem;
    }
}

.footer_wrp .copyr {
    font-size: 16px;
    margin-bottom: 10px;
}
.footer_wrp .policy {
    font-size: 12px;
}
.footer_wrp_right .phone_icon,
.footer_wrp_right .email_icon,
.footer_wrp_right .vk_icon {
    margin-right: 5px;
}

.subdirections {
    margin-top: 2rem;
}
.subdirections > br {
    display: none;
}
.subdirection {
    margin-bottom: 1rem;
}
.subdirection a {
    color: #000;
    font-size: 16px;
    border: 1px solid #3f51b5;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
}
.subdirection table, .subdirection table tr, .subdirection table td {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

iframe, table {
    max-width: 100%;
}
figure {
    margin: 0;
}
figure img {
    text-align: center;
}
.clear {
    display: none;
}

.image-style-align-left {
    text-align: left;
}
.image-style-align-center {
    text-align: center;
}
.image-style-align-right {
    text-align: right;
}

figure.image figcaption {
    display: none;
}
