

/* Start:/local/templates/main/css/normolize.css?17439396786251*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
/* End */


/* Start:/local/templates/main/css/styles.css?17536287996900*/
@font-face {
    font-family: 'NT Somic Med';
    src: url('/local/templates/main/css/../fonts/NTSomic-Medium.woff2') format('woff2'),
    url('/local/templates/main/css/../fonts/NTSomic-Medium.woff') format('woff'),
    url('/local/templates/main/css/../fonts/NTSomic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NT Somic Bd';
    src: url('/local/templates/main/css/../fonts/NTSomic-Bold.woff2') format('woff2'),
    url('/local/templates/main/css/../fonts/NTSomic-Bold.woff') format('woff'),
    url('/local/templates/main/css/../fonts/NTSomic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NT Somic';
    src: url('/local/templates/main/css/../fonts/NTSomic-Regular.woff2') format('woff2'),
    url('/local/templates/main/css/../fonts/NTSomic-Regular.woff') format('woff'),
    url('/local/templates/main/css/../fonts/NTSomic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'NT Somic';
    color:#4E1231;
}

@keyframes moveBg {
    0% {
        background-position: 50% 50%;
    }
    50% {
        background-position: 70% 80%;
    }
    100% {
        background-position: 50% 50%;
    }
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-image: url("/local/templates/main/css/../img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation: moveBg 10s ease-in-out infinite;
    z-index: -1; /* фон под контентом */
}
.content {
    position: relative;
    z-index: 1;
    overflow-y: auto;
    box-sizing: border-box;
    min-height: 100%;      /* тянем блок по высоте экрана */
    display: flex;
    flex-direction: column;

}


.content .t, .content .d{
    color: #FFF;
}


.content .container {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
.content .container .container-main{
    background: #FFF;
    border-radius: 41px;
}

.content #logo{
    display: flex;
    flex: content;
    padding-top: 40px;
    padding-bottom: 20px;
}
.content #logo img{
    max-width: 100%;
    width: 80%;
    margin: 0px auto;
}

/*.menu{
    width: 80%;
    max-width: 80%;
    margin: 0px auto;
    list-style-type: none;
    padding: 0;
}*/
.content .menu{
    width: 80%;
    max-width: 80%;
    margin: 0px auto;
    list-style-type: none;
    padding: 0;
    font-size: 28px;
}

.content .menu li{
    display: block;
    text-align: center;
    max-width: 100%;
    margin-top: 10px;
}
.content .menu li a{
    background-color: #F8F1F1;
    display: block;
    text-align: center;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
    border-radius: 50px;
}

.content .menu .btn-yc a{
    background-color: #EC008C ;
    color: #FFF;
    transition: 0.3s ease;
}
.content .menu .btn-yc a:hover,
.content .menu .btn-yc a:focus{
    opacity: 0.7;
}
/*.menu .btn-wa{
    background-color: #25D366;
    color: #FFF;
}
.menu .btn-tg{
    background-color: #0088CC;
    color: #FFF;
}*/

.content .menu .d{
    font-size: 14px;
    margin-top: 5px;
    opacity: 0.6;
}

.content .menu-social{
    width: 60%;
}


.content .contacts-phone{
    width: 80%;
    max-width: 80%;
    margin: 0px auto;

}
.content .contacts-address{
    width: 80%;
    max-width: 80%;
    margin: 0px auto;
    padding-top:50px;
    padding-bottom: 0px;
}
.content .contacts-social{
    width: 80%;
    max-width: 80%;
    margin: 0px auto;
    padding-top:50px;
    padding-bottom: 0px;
}

.content .menu-social-alt{

}
.content .address{

}
.content .map-marker{
    max-width: 25px;
    margin: 0px auto;
}
.content .emoji-marker{
    font-size: 25px;
    margin: 0px auto;
    text-align: center;
}

.content a {
    color: #EC008C;               /* фирменный розовый */
    text-decoration: none;        /* убираем подчеркивание */
    transition: 0.3s ease;
    font-weight: bold;
    margin: 0px auto;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.content a:hover,
.content a:focus {
    opacity: 0.7;
}

.content .menu-social li{
    display: block;
    text-align: center;
    max-width: 100%;
    margin-top: 10px;
}
.content .menu-social li a{
    background-color: #F8F1F1;
    display: block;
    text-align: center;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
    border-radius: 50px;
}
.content .menu-social li .t{
    color: #EC008C;
}





.content .menu-social{
    padding-bottom: 25px;
}
/*.btn-map{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #1A0DAB; !* фирменный синий Яндекса *!
    text-decoration: underline;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s ease;
}*/
/*.btn-map-button:hover {
    color: #0d0080;
    text-decoration: none;
}*/

.content .title{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    opacity: 0.6;
}
.content .info{
    font-weight: normal;
    font-size: 32px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 15px;
}

.content .row{
    width: 70%;
    max-width: 80%;
    margin: 0px auto;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}
.content .row img{
    display: block;
    max-width: 7px;
}


.content .tags{
    width: 80%;
    max-width: 80%;
    margin: 0px auto;
    list-style-type: none;
    padding: 0;
    font-size: 35px;
    display: flex;
    flex-flow: wrap;
}

.content .tags li{
    background-color: #F8F1F1;
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 50px;
}

.content hr{
    margin-top: 45px;
    margin-bottom: 35px;
    height: 1px;
    border: 0;
    border-top: 1px solid #e7e7e7;
}


@media (max-width: 1000px) {
    .content .container{
        max-width: none;
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        margin: 0px auto;
        padding-bottom: 30px;
    }
    .content .row{
        max-width: 90%;
        width: 75%;
        font-size: 14px;
        max-width: 90%;
    }
    .content .row img{
        max-width: 4px;
    }
    .content .menu{
        max-width: 90%;
        width: 90%;
        font-size: 20px;
    }
    .content #logo img{
        max-width: 90%;
        width: 85%;
    }
    .content .title{
        font-size: 14px;
    }
    .content .info{
        font-size: 20px;
    }
    .content .menu-social{
        max-width: 70%;
    }
    .content .contacts-address{
        padding-top: 25px;
    }
}
/* End */


/* Start:/local/templates/main/styles.css?17533683392742*/
.popup-preloader {
    margin: auto;
    width: 200px;
    height: 200px;
    background-image: url(/local/templates/main/./img/preloader.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.input.error {
    border-color: red;
}
#registrationError {
    color: red;
}
#passwordRetryError {
    text-align: center;
    color: red;
}
.registration-discount-text {
    font-size: 10px;
    line-height: 12px;
}
.tablebodytext {
    display: none;
}
#preloaderBlock {
    background: transparent;
}
.swiper-wrapper {
    height: auto;
}
.prod-order-link{
	display:none;
}
.modal .h2{
    /* margin-bottom: 16px;
    font-size: 38px;
    font-weight: 500;
    line-height: 38px; */
}
#prod-added-list {
    /* width: 484px; */
    /* padding-left: 60px;
    padding-right: 60px;
    padding-top: 24px;
    padding-bottom: 50px; */
}

.section_text {
    padding-top: 10px;
    font-size: 12px;
    line-height: 16px;
}
.section_text ul {
    padding-left: 14px;
    list-style: disc;
}

@media screen and (max-width: 1259px) {
    .header .burder-menu {
        padding: 20px;
        width: 64px;
        height: 64px;
        margin: -20px;
    }

    .header .burder-menu::before,
    .header .burder-menu span,
    .header .burder-menu::after {
        left: 20px;
        right: 20px;
    }

    .header .burder-menu::before {
        top: 23px;
    }

    .header .burder-menu::after {
        bottom: 23px;
    }

    .header.invis .burder-menu {
        width: 40px;
        height: 40px;
        left: 50px;
    }

    .header.invis .burder-menu::before,
    .header.invis .burder-menu span,
    .header.invis .burder-menu::after {
        left: 8px;
        right: 8px;
    }

    .header.invis .burder-menu::before,
    .header.invis .burder-menu::after {
        top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .header.invis .burder-menu {
        left: 30px;
    }
}

/*.header-cat__nav.opened .header-dropdown {*/
/*    padding-top: 127px;*/
/*}*/
/*.header-cat__nav.opened .header-dropdown .container {*/
/*    padding-top: 16px;*/
/*}*/
/*.header-cat__nav .header-overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.header-cat__nav .container {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/
/*@media screen and (max-width: 1259px) {*/
/*    .header-cat__nav .header-overlay {*/
/*        display: none;*/
/*    }*/
/*}*/


.section_text summary::marker{
    display: inline-block;
}

.section_text summary h3{
    display: inline-block;
}
.footer-dev svg{
    max-width: 120px;
    display: block;
}
.list.dlina-size .select-prop{
    font-size: 12px;
}

.cat-previews__inner-link + .cat-previews__inner-link{
    display: block;
}
/* End */
/* /local/templates/main/css/normolize.css?17439396786251 */
/* /local/templates/main/css/styles.css?17536287996900 */
/* /local/templates/main/styles.css?17533683392742 */
