

/* Start:/local/templates/okinail_flat/css/delay/swiper-bundle.css?1715096381767*/
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-button-disabled {
    opacity: 0.5;
}
/* End */


/* Start:/local/templates/okinail_flat/css/font.css?17150963723034*/
@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/okinail_flat/font/OpenSans-Bold.woff2') format('woff2'),
    url('/local/templates/okinail_flat/font/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/okinail_flat/font/OpenSans-BoldItalic.woff2') format('woff2'),
    url('/local/templates/okinail_flat/font/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/okinail_flat/font/OpenSans-Italic.woff2') format('woff2'),
    url('/local/templates/okinail_flat/font/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/okinail_flat/font/OpenSans-Light.woff2') format('woff2'),
    url('/local/templates/okinail_flat/font/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/okinail_flat/font/OpenSans-LightItalic.woff2') format('woff2'),
    url('/local/templates/okinail_flat/font/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/okinail_flat/font/OpenSans-Medium.woff2') format('woff2'),
    url('/local/templates/okinail_flat/font/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/okinail_flat/font/OpenSans-MediumItalic.woff2') format('woff2'),
    url('/local/templates/okinail_flat/font/OpenSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/okinail_flat/font/OpenSans-Regular.woff2') format('woff2'),
    url('/local/templates/okinail_flat/font/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/okinail_flat/font/OpenSans-SemiBold.woff2') format('woff2'),
    url('/local/templates/okinail_flat/font/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/okinail_flat/font/OpenSans-SemiBoldItalic.woff2') format('woff2'),
    url('/local/templates/okinail_flat/font/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


/* End */


/* Start:/local/templates/okinail_flat/css/common.css?17381518429603*/
* {
    box-sizing: border-box;
    outline: none;
}

:root {
    --black: #000;
    --white: #fff;
    --grey_x_light: #f9f9f9;
    --grey_light: #e8e8e8;
    --grey: #b7b7b7;
    --grey_dark: #838483;
    --grey_x_dark: #4e504f;
    --secondary_dark: #83bdff;
    --secondary: #a6e1ff;
    --secondary_light: #d7f2ff;
    --primary: #c3189b;
    --primary_light: #FFD2F2;
    --neon: #befb00;
    --error: #c8000e;
    --open_sans: "Open Sans", sans-serif;
}

html, body {
    font-family: var(--open_sans);
    margin: 0;
    padding: 0;
    color: var(--black);
    line-height: 1.6;
    min-width: 340px;
}

a {
    color: var(--black);
    text-decoration: none;
    text-underline-offset: 4px;
    text-decoration-color: var(--grey_x_light);
    cursor: pointer;
}

ul.reset, ul.reset li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box {
    width: 100%;
    max-width: 1690px;
    margin: auto;
    padding: 0 25px;
    position: relative;
}

.no-box {
    margin: 0 -25px;
}

.flex {
    display: flex;
    align-items: center;
}

.grid {
    display: grid;
    align-items: center;
}

main {
    flex: 1;
}

.wrapper {
    min-height: 100vh;
    flex-direction: column;
    align-items: normal;
}

.close {
    display: block;
    width: 24px;
    height: 24px;
    background: url("/local/templates/okinail_flat/images/icons/close.svg") center no-repeat;
    cursor: pointer;
    z-index: 1;
}

.close:hover {
    background-image: url("/local/templates/okinail_flat/images/icons/close-hover.svg");
}

.btn {
    border: 1px solid transparent;
    padding: 15px;
    display: block;
    width: 100%;
    background-color: transparent;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--open_sans);
    cursor: pointer;
    text-decoration: none !important;
    transition: 0.3s;
}

.btn[disabled] {
    opacity: 0.3;
    cursor: default;
}

.btn-black {
    background-color: var(--black);
    color: var(--white);
    border-color: var(--black);
}

.btn-black:not(disabled) hover {
    background-color: transparent;
    color: var(--black);
}

.btn-white {
    border-color: var(--black);
}

.btn-white:hover {
    background-color: var(--black);
    color: var(--white);
}

.btn-white-more {
    background-color: var(--white);
    color: var(--black);
}

.btn-white-more span {
    display: inline-block;
    background: url("/local/templates/okinail_flat/images/icons/arrow.svg") center right no-repeat;
    padding-right: 35px;
}

.btn-white-more:hover {
    filter: invert(100%);
}

.btn-white2-more {
    background-color: var(--white);
    border-color: var(--black);
    color: var(--black);
}

.btn-white2-more span {
    display: inline-block;
    background: url("/local/templates/okinail_flat/images/icons/arrow.svg") center right no-repeat;
    padding-right: 35px;
}

.btn-white2-more:hover {
    filter: invert(100%);
}

.btn-black-more {
    background-color: var(--white);
    color: var(--black);
    filter: invert(100%);
}

.btn-black-more:hover {
    filter: invert(0%);
}

.btn-black-more span {
    display: inline-block;
    background: url("/local/templates/okinail_flat/images/icons/arrow.svg") center right no-repeat;
    padding-right: 35px;
}

.btn-green {
    background-color: var(--neon) !important;
    color: var(--black) !important;
}

.counter {
    border: 1px solid var(--grey_dark);
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    min-width: 120px;
}

.counter-action {
    width: 40px;
    height: 48px;
    overflow: hidden;
    text-align: center;
    line-height: 48px;
    background: url("/local/templates/okinail_flat/images/icons/counter-minus.svg") center no-repeat;
    background-size: 16px;
    cursor: pointer;
    border: none;
    z-index: 1;
}

.counter-action[disable] {
    opacity: 0.5;
}

.counter-action-plus {
    background-image: url("/local/templates/okinail_flat/images/icons/counter-plus.svg");
}

.counter input {
    text-align: center;
    font-size: 18px;
    width: 100%;
    border: none;
    background: transparent;
    position: absolute;
}

.animation {
    opacity: 0;
}

.field {
    margin: 20px 0;
    position: relative;
    display: block;
}

.field input:not([type=checkbox]) {
    display: block;
    width: 100%;
    padding: 16px 20px;
    border: 1px solid var(--grey);
    font-family: var(--open_sans);
    font-size: 16px;
}

.field textarea {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid var(--grey);
    font-family: var(--open_sans);
    font-size: 16px;
    min-height: 80px;
}

.field input[type=checkbox] {
    position: absolute;
    margin: 0;
    z-index: -1;
    opacity: 0;
}

.checkbox-helper {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--grey);
    position: absolute;
    left: 0;
    top: 2px;
}

.checkbox-helper:after {
    content: '';
    position: absolute;
    display: none;
}

.field input:checked ~ .checkbox-helper:after {
    display: block;
}

.field .checkbox-helper:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid var(--black);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.field-eye input {
    padding-right: 60px;
}

.field-error input {
    border-color: var(--error) !important;
}

.error {
    color: var(--error);
    margin-top: 5px;
    display: none;
}

.done {
    color: #219653;
    margin-top: 5px;
    display: none;
}

.field-error .error {
    display: block;
    font-size: 14px;
}

.field-done .done {
    display: block;
}

.field-agreement {
    color: var(--grey_x_dark);
    padding-bottom: 20px;
    padding-left: 35px;
    position: relative;
    font-size: 16px;
}

.field-agreement input {
    position: absolute;
    left: 0;
}

.field-password-eye {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 18px;
    right: 20px;
    background: url("/local/templates/okinail_flat/images/icons/eye.svg") center no-repeat;
    cursor: pointer;
}

.field.open .field-password-eye {
    background-image: url("/local/templates/okinail_flat/images/icons/eye-open.svg");
}

.hide {
    display: none;
}

.no-scroll {
    overflow: hidden;
    padding-right: 17px;
}

.mobile, .mobile-900 {
    display: none !important;
}

.breadcrumb {
    margin: 20px 0;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb a {
    color: var(--grey_x_dark);
}

.breadcrumb a::after {
    content: ' / ';
    display: inline-block;
    margin: 0 8px;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 20px;
    line-height: 1.2;
}

h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    font-size: 18px;
    font-weight: normal;
    color: var(--grey_dark);
    text-transform: uppercase;
    line-height: 1.2;
}

.old-price {
    color: var(--grey);
    text-decoration: line-through;
}

a:hover {
    text-decoration: underline;
}

.under {
    text-decoration: underline;
}

.under:hover {
    text-decoration: none;
}

.photo-empty img {
    background-color: #fdfdfd;
    padding: 60px;
}

.photo-real {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
}

.block {
    margin: 95px 0;
    position: relative;
}

.block-title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.block-more {
    position: absolute;
    right: 25px;
    top: 30px;
    color: var(--grey_x_dark);
    font-size: 24px;
}

.owl-nav .disabled {
    opacity: 0.5;
}

.done-message {
    color: #219653;
    font-size: 18px;
    margin-bottom: 20px;
}

@media (max-width: 1500px) {
    .block-more {
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
    .block {
        margin: 75px 0;
    }
}

@media (max-width: 900px) {
    .box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobile-900 {
        display: block !important;
    }
}

@media (max-width: 700px) {
    .btn {
        padding: 12px;
        font-size: 14px;
    }

    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .breadcrumb {
        margin: 20px 0;
        font-size: 14px;
    }

    .box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .no-box {
        margin-left: -20px;
        margin-right: -20px;
    }

    .field {
        font-size: 14px;
    }

    .field input:not([type=checkbox]), .field textarea {
        font-size: 14px;
        padding: 12px 15px;
        resize: vertical;
    }

    .field-password-eye {
        right: 12px;
        top: 11px;
    }

    .block {
        margin: 30px 0;
    }

    .block-more {
        right: unset;
        top: unset;
        font-size: 14px;
        bottom: -40px;
        left: 15px;
    }

    .block-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .photo-empty img {
        padding: 30px;
    }
}
/* End */


/* Start:/local/templates/okinail_flat/css/header.css?17150963733157*/
.top {
    background: var(--primary_light);
    font-size: 16px;
    z-index: 100;
}

.top-box {
    height: 40px;
    grid-template-columns: 1fr 2fr 1fr;
}

.city-icon {
    background: url("/local/templates/okinail_flat/css/../images/icons/location.svg") left center no-repeat;
    padding-left: 24px;
}

.top-text {
    text-align: center;
}

header {
    height: 60px;
    position: relative;
    z-index: 100;
}

.header, .header-mobile {
    position: absolute;
    width: 100%;
    background-color: var(--white);
}

body.scroll .header, body.scroll .header-mobile {
    top: 0;
    position: fixed;
    box-shadow: 0 0 0 1px #ececec;
}

.header-menu ul {
    gap: 20px;
}

.header-menu a {
    text-transform: uppercase;
    font-size: 18px;
}

.header-box {
    height: 60px;
    grid-template-columns: 1fr auto 1fr;
}

.header-logo {
    justify-content: center;
}

.header-action {
    justify-content: end;
    gap: 15px;
}

.logo {
    background: url("/local/templates/okinail_flat/css/../images/logo.svg") center no-repeat;
    width: 170px;
    height: 40px;
    display: block;
    text-decoration: none;
}

.action {
    display: block;
    width: 24px;
    height: 24px;
    background: url("/local/templates/okinail_flat/css/../images/icons/user.svg") center no-repeat;
}

.common-favorite {
    background-image: url("/local/templates/okinail_flat/css/../images/icons/favorite.svg");
}

.common-favorite.active {
    background-image: url("/local/templates/okinail_flat/css/../images/icons/favorite-active.svg");
}

.common-cart {
    background-image: url("/local/templates/okinail_flat/css/../images/icons/cart.svg");
    position: relative;
}

.common-cart span {
    display: none;
}

.common-cart.active span {
    display: inline-flex;
    position: absolute;
    background-color: var(--black);
    border-radius: 50%;
    color: var(--white);
    font-size: 13px;
    width: 18px;
    height: 18px;
    justify-content: center;
    top: -5px;
    right: -4px;
    line-height: 18px;
}

.common-search {
    background-image: url("/local/templates/okinail_flat/css/../images/icons/search.svg");
}

.action-mobile-menu {
    background-image: url("/local/templates/okinail_flat/css/../images/icons/menu.svg");
}

.header-mobile {
    display: none;
}

.header-mobile-box {
    grid-template-columns: 1fr 2fr 1fr;
    padding: 13px 20px;
}

.header-mobile-left, .header-mobile-right {
    gap: 10px;
}

.header-mobile-center {
    justify-content: center;
}

.header-mobile-right {
    justify-content: end;
}

.header-mobile .action {
    background-size: 20px;
}

.header-mobile .logo {
    width: 131px;
    height: 24px;
    background-size: 70%;
}

.header-layer-box {
    position: relative;
}

@media (max-width: 1550px) {
    .header-box {
        grid-template-columns: 1fr 2fr 1fr;
    }

    /*.header .logo {
        width: 131px;
        height: 24px;
        background-size: 70%;
    }*/
}

@media (max-width: 1100px) {
    .top-box {
        height: 32px;
        grid-template-columns: 1fr;
        font-size: 12px;
        padding: 0;
    }

    .top-city, .header {
        display: none !important;
    }

    header {
        height: 44px;
    }

    .header-mobile {
        display: block;
    }
}
/* End */


/* Start:/local/templates/okinail_flat/css/footer.css?17150963721742*/
footer {
    padding: 20px 0 0;
}

.footer-box {
    grid-template-columns: 20% 32% 28% 20%;
    align-items: start;
}

.footer-title {
    text-transform: uppercase;
    padding-bottom: 5px;
}

ul.footer-menu li {
    text-transform: uppercase;
    padding: 5px 0;
}

.footer-menu a {
    color: var(--grey_x_dark);
}

.footer-contacts {
    text-align: right;
}

.footer-contacts a, .footer-contacts .footer-title {
    text-transform: none;
}

.footer-copy {
    padding: 60px 20px 20px 0;
    color: var(--grey_x_dark);
}

footer .logo {
    width: 131px;
    height: 24px;
    background-size: 131px;
}

.footer-whatsapp {
    background: url("/local/templates/okinail_flat/css/../images/icons/whatsapp.svg") left center no-repeat;
    padding-left: 30px;
}

@media (max-width: 900px) {
    footer {
        background-color: var(--black);
        font-size: 16px;
        padding: 10px 0;
    }

    .footer-box {
        display: block;
    }

    .footer-title {
        color: var(--white);
    }

    ul.footer-menu li {
        text-transform: none;
    }

    .footer-title {
        text-transform: uppercase !important;
    }

    ul.footer-menu a {
        color: var(--white);
    }

    .footer-col {
        padding: 15px 0;
    }

    .footer-contacts {
        text-align: left;
    }

    .footer-copy {
        text-align: left;
        padding: 10px 0 0;
        color: var(--white);
    }

    footer .logo {
        background-image: url("/local/templates/okinail_flat/css/../images/icons/logo-white.svg");
        width: 100px;
        height: 24px;
        background-size: 100%;
    }

    .footer-whatsapp {
        background-image: url("/local/templates/okinail_flat/css/../images/icons/whatsapp-white.svg")
    }
}
/* End */


/* Start:/local/templates/okinail_flat/components/bitrix/search.title/pc/style.css?17150963261045*/
.search-layer {
    background-color: var(--white);
    padding: 25px;
    justify-content: center;
}

.search-layer-box {
    position: relative;
    width: 500px;
    margin: auto;
}

.search-layer-input {
    border: 1px solid var(--grey);
    display: block;
    font-size: 16px;
    font-family: var(--open_sans);
    line-height: 44px;
    padding: 0 45px 0 25px;
    width: 500px;
}

.search-layer-button {
    position: absolute;
    right: 1px;
    top: 1px;
    border: none;
    display: block;
    width: 44px;
    height: 44px;
    background: url("/local/templates/okinail_flat/images/icons/search.svg") 5px no-repeat;
    background-size: 16px;
    cursor: pointer;
}

.search-layer-pop {
    position: absolute;
    border: 1px solid var(--grey);
    background-color: var(--white);
    padding: 15px 25px;
    width: 500px;
    margin-top: -3px;
}

.search-layer-result-item {
    margin-top: 10px;
}

.search-layer-result .search-layer-result-item:first-child {
    margin-top: 0;
}

.title-search-result {
    z-index: 1000;
}
/* End */
/* /local/templates/okinail_flat/css/delay/swiper-bundle.css?1715096381767 */
/* /local/templates/okinail_flat/css/font.css?17150963723034 */
/* /local/templates/okinail_flat/css/common.css?17381518429603 */
/* /local/templates/okinail_flat/css/header.css?17150963733157 */
/* /local/templates/okinail_flat/css/footer.css?17150963721742 */
/* /local/templates/okinail_flat/components/bitrix/search.title/pc/style.css?17150963261045 */
