/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .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;
    -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: baseline
}

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],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[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: 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
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: Lato;
    src: url(../media/latoregular.9a85e0fe.woff2) format("woff2"), url(../media/latoregular.038e5c27.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: url(../media/latomedium.c1416e45.woff2) format("woff2"), url(../media/latomedium.34cbaaf0.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: url(../media/latosemibold.3487b674.woff2) format("woff2"), url(../media/latosemibold.def60f1a.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: url(../media/latobold.0f10b115.woff2) format("woff2"), url(../media/latobold.fb44ed6e.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: url(../media/latoblack.ed7a900a.woff2) format("woff2"), url(../media/latoblack.57737204.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0
}

* {
    border: none
}

*,
:after,
:before {
    box-sizing: border-box
}

:active,
:focus {
    outline: none
}

img {
    vertical-align: top
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (max-width:36rem) {
    .wrapper {
        max-width: 31.875rem
    }
}

@media screen and (max-width:48rem) {
    .wrapper {
        max-width: 43.125rem
    }
}

@media screen and (max-width:62rem) {
    .wrapper {
        max-width: 58.125rem
    }
}

@media screen and (max-width:75rem) {
    .wrapper {
        max-width: 69.375rem
    }
}

body {
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #2c334a;
    overflow-x: hidden;
    font-size: 14px;
    display: flex;
    flex-direction: column
}

.container {
    max-width: 1372px
}

.container,
.container-small {
    padding: 0 16px;
    margin: 0 auto
}

.container-small {
    max-width: 932px
}

@media screen and (max-width:62rem) {
    .dn-lg {
        display: none
    }
}

@media screen and (max-width:48rem) {
    .dn-md {
        display: none
    }
}

.mb-40 {
    margin-bottom: 40px
}

@media screen and (max-width:48rem) {
    .mb-40 {
        margin-bottom: 32px
    }
}

.text-center {
    text-align: center
}

ol,
ul {
    list-style-type: square;
}

a {
    text-decoration: none;
    display: inline-block;
    font-style: inherit;
    font-weight: inherit;
    transition: all .3s ease
}

img {
    max-width: 100%
}

.hidden {
    display: none
}

@media screen and (max-width:36rem) {
    .hidden-sm {
        display: none !important
    }
}

.title,
.title-ls {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width:48rem) {

    .title,
    .title-ls {
        font-size: 20px;
        font-weight: 600
    }
}

.title {
    letter-spacing: .2em
}

.title-ls {
    letter-spacing: .1em
}

.f-column {
    flex-direction: column
}

.a-center {
    align-items: center
}

button,
input,
textarea {
    -webkit-appearance: none
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    text-align: center;
    font-size: 14px;
    padding: 0 12px;
    cursor: pointer;
    height: 40px;
    min-width: 200px
}

@media screen and (max-width:48rem) {
    .btn {
        font-size: 12px
    }
}

.btn__blue {
    color: #f2f3f8;
    background-color: #2c334a;
    text-transform: uppercase;
    font-weight: 700
}

.btn__blue:hover {
    background-color: #9092a3
}

.btn__blue:disabled {
    cursor: not-allowed;
    background: #f2f3f8;
    color: #9092a3
}

.btn__trans {
    color: #2c334a;
    border: 1px solid #9092a3
}

.btn__trans:hover {
    background-color: #2c334a;
    border: 1px solid #2c334a;
    color: #f8f9fb
}

.btn__neutral {
    color: #2c334a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 1px solid #9092a3;
    background-color: #f2f3f8;
    font-weight: 700
}

.btn__neutral span {
    margin-right: 16px;
    position: relative;
    top: 1px
}

.btn__neutral span svg {
    fill: #2c334a;
    transition: all .3s ease
}

.btn__neutral:hover {
    color: #f2f3f8;
    background-color: #2c334a
}

.btn__neutral:hover span svg {
    fill: #f2f3f8
}

.btn__neutral-2 {
    background-color: #f2f3f8;
    color: #9092a3;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.btn__neutral-2:hover {
    background-color: #eceef4
}

.btn__secondary {
    background-color: #ff4e66;
    color: #f2f3f8
}

@media(any-hover:hover) {
    .btn__secondary:hover {
        background-color: #ff7c8f
    }
}

.btn-classic {
    color: #2c334a;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    transition: all .3s ease;
    position: relative;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer
}

.btn-classic:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #2c334a
}

.btn-classic:hover {
    color: #f7004a
}

.btn-classic:hover:before {
    background-color: #f7004a
}

@media screen and (max-width:568px) {
    .title {
        font-size: 16px
    }
}

fieldset {
    padding: 0
}

.upper {
    text-transform: uppercase
}

.rait {
    position: relative;
    display: inline-block
}

.rait__group {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    position: relative
}

.rait__star {
    display: none
}

.rait__label {
    position: relative;
    display: inline-block;
    width: 22.4px;
    height: 15px;
    background: url(../media/star-small.7ccab3b1.svg) 0 0 no-repeat;
    background-size: contain;
    cursor: pointer
}

.rait--big .rait__label {
    width: 29px;
    height: 18px;
    background: url(../media/star.c7979f8b.svg) 0 0 no-repeat
}

.rait--big .rait__label .rait__label:hover~.rait__label,
.rait--big .rait__label:hover {
    background: url(../media/star-fill.e616210c.svg) 0 0 no-repeat
}

.rait__star:disabled .rait__star:disabled .rait__label {
    z-index: -1;
    position: relative
}

.rait__label.active,
.rait__label.active~.rait__label,
.rait__label.active~.rait__label:hover,
.rait__label:hover,
.rait__label:hover~.rait__label {
    background: url(../media/star-fill-small.4c4eb1c2.svg) 0 0 no-repeat
}

.rait--big .rait__label.active,
.rait--big .rait__label.active~.rait__label,
.rait--big .rait__label.active~.rait__label:hover,
.rait--big .rait__label:hover,
.rait--big .rait__label:hover~.rait__label {
    background: url(../media/star-fill.e616210c.svg) 0 0 no-repeat
}

.w-100 {
    width: 100%
}

@media screen and (max-width:36rem) {
    .w-100--sm {
        width: 100%
    }
}

.modal {
    position: fixed;
    display: flex;
    padding: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: none;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease
}

.modal .video {
    height: auto;
    max-width: 600px;
    width: 80%;
    margin: auto
}

.modal__overlay {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2c334a;
    opacity: .5
}

.modal.active {
    opacity: 1;
    pointer-events: auto
}

.modal__body {
    position: relative;
    margin: auto;
    width: 100%;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    display: none
}

.modal__body--form {
    max-width: 307px;
    text-align: center
}

.modal__body--thunks {
    max-width: 388px;
    text-align: center
}

.modal__body--thunks-2 {
    max-width: 307px
}

.modal__body--card {
    max-width: 340px;
    width: 100%;
    padding-bottom: 24px
}

.modal__body--basket {
    max-width: 596px;
    width: 100%
}

@media screen and (max-width:36rem) {
    .modal__body--basket {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-x: scroll;
        z-index: 111
    }
}

.modal__body--not-available {
    max-width: 344px;
    width: 100%;
    padding: 30px 24px 24px;
    text-align: center
}

.modal__body--hint {
    max-width: 596px;
    width: 100%;
    text-align: center
}

.modal__body--hint .form-modal__title {
    text-transform: uppercase;
    margin-bottom: 32px
}

@media screen and (max-width:48rem) {
    .modal__body--hint .form-modal__title {
        margin-bottom: 20px;
        text-transform: none
    }
}

.modal__body.active {
    display: block
}

.modal .modal .modal__body_clear {
    padding: 2.1875rem 1.25rem 1.875rem
}

.form-modal {
    padding: 2.3125rem 1.5rem 1.75rem
}

.form-modal__title {
    margin-bottom: 20px;
    color: #2c334a
}

.form-modal__title--upper {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}

.form-modal__input {
    margin-bottom: 15px
}

.form-modal__input--textarea {
    min-height: 108px;
    resize: none
}

.form-modal__add-file {
    margin-bottom: 15px
}

.form-modal__add-file-label {
    margin-bottom: 2px;
    text-align: left
}

.thunks-modal {
    padding: 2rem 1.5rem
}

.thunks-modal__title {
    margin-bottom: 6px;
    font-size: 16px
}

.thunks-modal__subtitle {
    font-size: 14px;
    margin-bottom: 28px
}

.thunks-modal__close {
    text-decoration: underline;
    margin-top: 16px;
    font-size: 14px;
    cursor: pointer
}

.thunks-modal--2 {
    padding: 37px 5px;
    text-align: center;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .15))
}

.j-between {
    justify-content: space-between
}

.scale {
    max-width: 313px;
    width: 100%
}

.scale__line {
    position: relative;
    background: #f2f3f8;
    height: 2px;
    width: 100%
}

.scale__line-fill {
    position: absolute;
    z-index: 1;
    height: 2px;
    background-color: #2c334a
}

.scale__handle {
    position: absolute;
    top: -6px;
    z-index: 2
}

.scale__handle--left {
    text-align: left
}

.scale__handle--left .scale__price {
    left: 0
}

.scale__handle--right {
    text-align: right
}

.scale__handle--right .scale__price {
    right: 0
}

.scale__handle-circle {
    width: 14px;
    height: 14px;
    border: 2px solid #2c334a;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all .3s ease
}

.scale__handle-circle:hover {
    transform: scale(1.2)
}

.scale__price {
    white-space: nowrap;
    display: block;
    font-size: 14px;
    color: #2c334a;
    position: absolute;
    background-color: #fff
}

.mb-22 {
    margin-bottom: 22px
}

.mb-20 {
    margin-bottom: 20px
}

.attentional {
    color: #f7004a;
    transition: all .3s ease;
    cursor: pointer
}

.attentional:hover {
    text-decoration: underline
}

.text-dark {
    color: #2c334a
}

.text-red {
    color: #f7004a
}

.rc-slider-tooltip {
    display: block;
    white-space: nowrap;
    visibility: visible
}

.rc-slider-tooltip .rc-slider-tooltip-inner {
    padding: 6px 4px;
    min-width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 1;
    color: #2c334a;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: none
}

.dropdown {
    transform: scaleY(0);
    transition-duration: .3s;
    opacity: 0;
    height: 0;
    transform-origin: 100% 0
}

.dropdown.active {
    transform: scaleY(1);
    height: auto;
    opacity: 1
}

.articel {
    color: #2c334a;
    font-weight: 500
}

.SpinnerLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 8px solid transparent;
    border-top-color: #ccc
}

.lds-ring div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.header {
    background-color: #fff;
    /* position: -webkit-sticky;
    position: sticky; */
    top: 0;
    z-index: 20
}

.header__body {
    display: flex;
    height: 80px;
    align-items: center;
    position: relative;
    justify-content: space-between
}

@media screen and (max-width:36rem) {
    .header__body {
        height: 60px
    }
}

.header__logo {
    position: absolute;
    right: 50%;
    transform: translateX(50%)
}

.header__right {
    display: flex;
    align-items: center
}

.header__right a {
    width: 24px;
    height: 24px
}

.header__buttons,
.header__left {
    display: flex;
    align-items: center
}

.header__buttons a {
    margin-left: 50px
}

.header__buttons a:hover {
    transform: scale(1.1)
}

@media screen and (max-width:36rem) {
    .header__buttons a {
        margin-left: 22px
    }
}

.header__buttons a img {
    height: 24px
}

.nav {
    display: flex
}

.nav li {
    margin-right: 50px
}

.nav li:last-child {
    margin-right: 0
}

.nav__link {
    font-size: 16px;
    transition: all .3s ease;
    color: #2c334a
}

.nav__link.active,
.nav__link:hover {
    color: #f7004a
}

.logo {
    display: inline-block
}

.logo img {
    max-height: 80px
}

.search {
    transition: all .3s ease;
    display: flex
}

.search__link {
    cursor: pointer
}

.search__link:hover {
    transform: scale(1.1)
}

.search__input {
    margin-left: 0;
    height: 25px;
    border-bottom: 1px solid #f2f3f8;
    color: #2c334a;
    width: 0;
    opacity: 0;
    transition: all .3s ease
}

.search__input::-moz-placeholder {
    color: #9092a3
}

.search__input:-ms-input-placeholder {
    color: #9092a3
}

.search__input::placeholder {
    color: #9092a3
}

.search.active .search__input {
    margin-left: 12px;
    width: 200px;
    opacity: 1
}

@media screen and (max-width:48rem) {
    .search.active .search__input {
        width: 160px
    }
}

@media screen and (max-width:36rem) {
    .search.active {
        position: absolute;
        left: 0;
        top: 16px;
        background-color: #fff
    }
}

.like {
    position: relative
}

.like__count {
    bottom: -3px;
    right: -7px
}

.busket {
    position: relative;
    cursor: pointer
}

.busket__count {
    bottom: -3px;
    right: -7px
}

.busket--md {
    display: none
}

@media screen and (max-width:48rem) {
    .busket--md {
        display: block
    }
}

.call,
.count {
    cursor: pointer
}

.count {
    position: absolute;
    width: 16px;
    height: 16px;
    /* background-color: #f7004a; */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 50%; */
    font-weight: 700;
    font-size: 12px
}

.burger {
    display: none;
    cursor: pointer;
    margin-right: 18px
}

.burger.active .burger__bar:nth-child(2) {
    opacity: 0
}

.burger.active .burger__bar:first-child {
    transform: translateY(8px) rotate(45deg)
}

.burger.active .burger__bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
}

.burger .burger__bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all .3s ease-in-out;
    background: #000;
    display: block
}

@media screen and (max-width:1200px) {
    .header__nav {
        display: none
    }

    .header__logo {
        position: relative;
        right: 0;
        transform: translate(0)
    }

    .burger {
        display: block
    }
}

@media screen and (max-width:768px) {
    .call {
        display: none
    }

    .logo img {
        max-height: 60px
    }
}

.footer {
    padding-top: 70px
}

@media screen and (max-width:48rem) {
    .footer {
        padding-top: 90px
    }
}

.footer__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media screen and (max-width:36rem) {
    .footer__column:nth-child(2) {
        margin-bottom: 32px
    }
}

.footer-top {
    padding-bottom: 40px
}

.footer-bottom,
.footer-top {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:36rem) {

    .footer-bottom,
    .footer-top {
        flex-direction: column;
        text-align: center
    }

    .footer-menu {
        margin-bottom: 32px
    }
}

.footer-menu__link {
    color: #2c334a
}

.footer-menu__link:hover {
    color: #f7004a
}

.footer-menu li {
    margin-bottom: 10px
}

.footer-menu li:last-child {
    margin-bottom: 0
}

.footer-contacts__link {
    font-size: 18px;
    color: #2c334a
}

.footer-contacts__link:hover {
    color: #f7004a
}

.footer-contacts li {
    font-size: 18px;
    margin-bottom: 12px
}

@media screen and (max-width:48rem) {
    .footer-contacts li {
        font-size: 14px
    }
}

.footer-contacts li:last-child {
    margin-bottom: 0
}

.footer-contacts__phone {
    position: relative
}

.footer-contacts__phone:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 29px;
    background: url(../media/tell.775bd438.svg) 0 0 no-repeat;
    left: -38px;
    top: -4px
}

.footer-contacts__btn {
    display: none;
    min-width: 167px
}

.footer-socials {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
    max-width: 120px
}

@media screen and (max-width:48rem) {
    .footer-socials {
        margin: 0 auto;
        max-width: 100%
    }
}

.footer-socials li {
    padding: 0 7px;
    margin-bottom: 10px
}

.footer-socials a {
    display: flex;
    width: 22px;
    justify-content: center;
    align-items: center
}

.footer-socials a:hover {
    transform: scale(1.1)
}

.footer-bottom {
    padding: 32px 0;
    border-top: 1px solid #dedfe4
}

.footer-bottom__copyright {
    margin-right: 37px;
    margin-bottom: 0;
}

@media screen and (max-width:41.5rem) {
    .footer-bottom__copyright {
        margin-right: 0;
        margin-top: 16px
    }
}

.footer-bottom__banks {
    filter: grayscale(100%)
}

.footer-bottom__right {
    display: flex;
    align-items: center
}

@media screen and (max-width:41.5rem) {
    .footer-bottom__right {
        flex-direction: column;
        margin-bottom: 16px
    }
}

.footer-bottom__inner {
    width: 100%
}

.footer-bottom__body {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:41.5rem) {
    .footer-bottom__body {
        flex-direction: column;
        text-align: center
    }
}

.link-terms {
    position: relative
}

@media screen and (max-width:41.5rem) {
    .link-terms {
        order: -1
    }

    .link-terms:before {
        content: "";
        display: none
    }
}

.link-terms:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 6px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #2c334a;
    border-radius: 50%
}

.footer-container {
    max-width: 940px;
    width: 100%;
    margin: 0 auto
}

.footer-text {
    margin-bottom: 107px
}

@media screen and (max-width:48rem) {
    .footer-text {
        margin-bottom: 90px
    }
}

@media screen and (max-width:768px) {
    .footer-contacts__phone:before {
        display: none
    }
}

@media screen and (max-width:576px) {
    .footer-contacts {
        margin-bottom: 16px
    }

    .footer-contacts__btn {
        display: inline-flex
    }

    .footer-socials {
        justify-content: center
    }

    .footer-bottom__copyright {
        margin-bottom: 24px
    }
}

@media screen and (max-width:48rem) {
    .banner .container {
        padding: 0
    }
}

.banner-slider {
    position: relative;
    display: flex;
    overflow: hidden;
    min-width: 0
}

.banner-slider__slide {
    position: relative;
    overflow: hidden;
    padding: 0 0 43.25%;
    display: block
}

@media screen and (max-width:479.98px) {
    .banner-slider__slide {
        padding: 0 0 100%
    }
}

.banner-slider__slide img,
.banner-slider__slide picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: contain;
    object-position: contain;
    display: flex
}

.banner-slider__button.swiper-button-next,
.banner-slider__button.swiper-button-prev {
    opacity: 0
}

.banner-slider__button.swiper-button-prev {
    left: -10px
}

.banner-slider__button.swiper-button-next {
    right: -10px
}

@media screen and (max-width:48rem) {
    .banner-slider__button {
        display: none !important
    }
}

.banner-slider:hover .banner-slider__button.swiper-button-next,
.banner-slider:hover .banner-slider__button.swiper-button-prev {
    opacity: 1
}

.banner-slider:hover .banner-slider__button.swiper-button-prev {
    left: 16px
}

.banner-slider:hover .banner-slider__button.swiper-button-next {
    right: 16px
}

.swiper-button-next,
.swiper-button-prev {
    display: block !important
}

/* .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0 !important
} */

.swiper-btn {
    position: absolute;
    border: 1px solid #9092a3;
    height: 40px !important;
    width: 40px !important;
    top: 50%;
    z-index: 5;
    justify-content: center;
    transition: all .3s ease
}

.swiper-btn--main {
    background-color: #fcfdfe
}

@media screen and (min-width:992px) {
    .swiper-btn--main:hover {
        background-color: #f2f3f8 !important
    }
}

.swiper-btn--gallery {
    background-color: #f2f3f8 !important
}

@media screen and (min-width:992px) {
    .swiper-btn--gallery:hover {
        opacity: .4 !important
    }
}

.swiper-btn:hover {
    cursor: pointer
}

.swiper-btn.disabled,
.swiper-btn.swiper-button-disabled {
    opacity: .4 !important;
    cursor: not-allowed !important
}

.swiper-btn__next:after,
.swiper-btn__prev:after {
    display: block;
    width: 9px;
    height: 14px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.swiper-btn__prev:after {
    content: url(../media/prev.81b07bc8.svg) !important
}

.swiper-btn__next:after {
    content: url(../media/next.4f30410b.svg) !important
}

.banner-slider__button.swiper-btn.swiper-btn--main.swiper-btn__next.swiper-button-next.swiper-button-disabled.swiper-button-lock,
.banner-slider__button.swiper-btn.swiper-btn--main.swiper-btn__prev.swiper-button-prev.swiper-button-disabled.swiper-button-lock {
    opacity: 0 !important
}

.category-wrap {
    padding: 70px 0
}

@media screen and (max-width:62rem) {
    .category {
        padding: 32px 0 40px
    }
}

.category__title {
    text-align: center
}

.category__body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px
}

@media screen and (max-width:62rem) {
    .category__body {
        grid-gap: 30px
    }
}

@media screen and (max-width:48rem) {
    .category__body {
        grid-template-columns: repeat(2, minmax(137.5px, 313px))
    }
}

@media screen and (max-width:36rem) {
    .category__body {
        grid-gap: 20px;
        grid-row-gap: 24px;
        row-gap: 24px
    }
}

@media screen and (max-width:22.875rem) {
    .category__body {
        grid-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }
}

.category__item {
    height: 80px;
    cursor: pointer;
    height: 240px;
    background-size: cover;
    background-position: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media screen and (max-width:453px) {
    .category__item {
        height: 160px
    }
}

@media(any-hover:hover) {
    .category__item:hover .category__name {
        color: #2c334a;
        text-shadow: 0 0 10px transparent
    }

    .category__item:hover .category__name:before {
        background-color: #2c334a;
        width: 90%;
        box-shadow: 0 0 10px transparent
    }

    .category__item:hover .category__overlay {
        background: #f5f3f3
    }
}

.category__name {
    color: #f8f9fb;
    font-size: 22px;
    font-weight: 900;
    padding: 6px;
    position: relative;
    z-index: 2;
    line-height: 19.2px;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

@media screen and (max-width:36rem) {
    .category__name {
        font-size: 16px
    }
}

.category__name:before {
    content: "";
    height: 2px;
    background-color: #f8f9fb;
    width: 48px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.category__name:before,
.category__overlay {
    position: absolute;
    bottom: 0;
    transition: all .4s ease
}

.category__overlay {
    background: rgba(245, 243, 243, .2);
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.offer {
    padding: 70px 0
}

@media screen and (max-width:48rem) {
    .offer {
        padding: 32px 0 40px
    }
}

.offer__body {
    display: grid;
    grid-template-columns: repeat(4, minmax(137.5px, 313px));
    grid-gap: 40px
}

@media screen and (max-width:75rem) {
    .offer__body {
        grid-gap: 30px;
        grid-template-columns: repeat(2, minmax(137.5px, 313px));
        justify-content: center
    }
}

@media screen and (max-width:48rem) {
    .offer__body {
        grid-row-gap: 40px;
        row-gap: 40px
    }
}

@media screen and (max-width:36rem) {
    .offer__body {
        grid-gap: 20px;
        grid-row-gap: 24px;
        row-gap: 24px
    }
}

@media screen and (max-width:22.875rem) {
    .offer__body {
        grid-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }
}

.offer__btn {
    margin-top: 60px;
    text-align: center
}

@media screen and (max-width:48rem) {
    .offer__btn {
        margin-top: 40px
    }
}

.offer__btn>.btn {
    min-width: 210px
}

.card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    transition: all .3s ease
}

.card:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.card__image {
    height: 313px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover
}

.card__image img {
    width: 100%
}

.card__content {
    padding: 24px 16px 0;
    margin-bottom: 32px
}

@media screen and (max-width:48rem) {
    .card__content {
        margin-bottom: 12px
    }
}

.card__bottom {
    margin-top: auto;
    padding: 0 16px 24px
}

.card__name {
    text-transform: uppercase;
    margin-bottom: 13px;
    line-height: 15.6px;
    font-size: 14px;
    color: #2c334a;
    transition: all .3s ease;
    cursor: pointer
}

.card__name:hover {
    color: #f7004a
}

@media screen and (max-width:48rem) {
    .card__name {
        font-weight: 600;
        text-transform: none;
        margin-bottom: 8px
    }
}

.card__price {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card__btn {
    width: 100%
}

.card__like {
    position: absolute;
    z-index: 4;
    padding: 10px;
    right: 0
}

@media screen and (max-width:48rem) {
    .card__like {
        padding: 8px
    }
}

.swiper-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.swiper-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between
}

.swiper-overlay__item {
    flex-grow: 1
}

.like-icon {
    cursor: pointer;
    position: relative;
    z-index: 3
}

.like-icon img {
    width: 24px;
    height: 24px;
    display: inline-block
}

.card-price {
    font-size: 14px;
    font-weight: 700;
    min-height: 22px;
    position: relative;
}

@media screen and (max-width:48rem) {
    .card-price {
        font-size: 12px
    }
}

.card-price__block {
    display: flex
}

.card-price__new {
    color: #9092a3
}

.card-price__old {
    margin-left: 16px;
    color: #9092a3;
    opacity: .5;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.discount {
    padding: 2px 11px 3px 12px;
    border-radius: 4px;
    width: 56px;
    height: 22px;
    font-size: 14px;
    font-weight: 700;
    color: #f2f3f8;
    line-height: 17px;
    text-align: center
}

.discount__red {
    background-color: #f6004a
}

@media screen and (max-width:48rem) {
    .discount {
        font-size: 12px;
        width: 40px;
        height: 20px;
        padding: 2px;
    }
}

@media screen and (max-width:568px) {
    .card {
        box-shadow: 0 0 10px transparent
    }

    .card__image {
        height: 260px
    }

    .card__content {
        padding: 8px 8px 0
    }

    .card__bottom {
        padding: 0
    }

    .card__name {
        font-size: 12px;
        max-height: 32px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .card__discount {
        position: absolute;
        top: 0;
        right: -5px;
    }
}

@media screen and (max-width:480px) {
    .card__image {
        height: 220px
    }

    /* .card__discount {
        top: 185px
    } */

    .card__btn {
        min-width: auto
    }
}

@media screen and (max-width:400px) {
    .card__image {
        height: 160px
    }

    /* .card__discount {
        top: 125px
    } */
}

.feedback {
    padding: 70px 0
}

.feedback__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 90px;
    grid-row-gap: 40px
}

.feedback__title {
    text-align: center
}

.feedback--mobile {
    display: none;
    padding: 60px 0 20px
}

@media screen and (max-width:48rem) {
    .feedback--mobile {
        display: block
    }
}

.feedback-slider {
    max-width: 343px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px
}

.feedback-slider__link {
    width: 100%
}

.feedback-slider__img {
    width: 343px;
    width: 100%;
    height: 343px;
    margin-bottom: 16px;
    background-position: 50%
}

.feedback-slider .feedback-slider-pagination {
    display: flex;
    justify-content: center;
    align-items: center
}

.feedback-slider .feedback-slider-pagination>.swiper-pagination-bullet {
    margin: 0 5px
}

.feedback-slider .feedback-slider-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2c334a
}

@media screen and (max-width:1200px) {
    .feedback__body {
        grid-gap: 40px
    }
}

@media screen and (max-width:992px) {
    .feedback__body {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media screen and (max-width:768px) {
    .feedback {
        display: none
    }
}

.feedback-item {
    display: flex;
    align-items: center
}

.feedback-item__img {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.feedback-item__link {
    list-style: none;
    color: #2c334a
}

.feedback-item__link__flex {
    flex: 0 0 200px
}

.feedback-item__body {
    flex: 1 1 auto;
    padding-left: 24px
}

.feedback-item__name {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px
}

.feedback-item__text {
    font-size: 14px;
    color: #9092a3;
    margin-bottom: 16px;
    line-height: 17px
}

.feedback-item__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.feedback-item__date {
    color: #9092a3
}

.rating-area {
    overflow: hidden;
    width: 112px;
    transform: translateX(-15px)
}

.rating-area:not(:checked)>input {
    display: none
}

.rating-area:not(:checked)>label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    width: 20px;
    color: #9092a3;
    text-align: center
}

.rating-area:not(:checked)>label:before {
    content: "★"
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label,
.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
    color: #2c334a
}

.rate-area>label:active {
    position: relative
}

.breadcrumb-header {
    margin-bottom: 40px;
    padding: 0 80px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column
}

@media screen and (max-width:36rem) {
    .breadcrumb-header {
        padding: 0 20px
    }
}

.breadcrumb-header__title {
    margin: 0 0 16px;
    letter-spacing: .2em
}

.breadcrumb-header__title--bottom {
    margin: 16px 0 0;
    order: 1
}

.breadcrumb-back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    background-color: transparent;
    transition: color .3s ease;
    cursor: pointer
}

.breadcrumb-back__icon {
    margin-right: 12px
}

.breadcrumb-back__label {
    font-size: 14px
}

@media screen and (max-width:36rem) {
    .breadcrumb-back__label {
        display: none
    }
}

@media(any-hover:hover) {
    .breadcrumb-back:hover .breadcrumb-back__label {
        color: #f7004a
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.breadcrumb--jobs {
    margin-bottom: 40px
}

@media screen and (max-width:48rem) {
    .breadcrumb--jobs {
        margin-bottom: 32px
    }
}

.breadcrumb-item a {
    color: #2c334a;
    font-size: 14px
}

.breadcrumb-item.active {
    color: #f7004a
}

.breadcrumb>li:not(:last-child):after {
    padding: 0 5px;
    color: #2c334a;
    content: "-"
}

.catalog {
    padding-top: 30px;
    padding-bottom: 70px
}

@media screen and (max-width:48rem) {
    .catalog {
        padding-bottom: 0
    }
}

.catalog__header {
    text-align: center
}

.catalog__title {
    margin-bottom: 16px;
    letter-spacing: .2em
}

@media screen and (max-width:48rem) {
    .catalog__title {
        letter-spacing: .2em
    }
}

.filter {
    margin-bottom: 40px
}

.filter__header {
    display: flex;
    justify-content: space-between
}

.filter__body {
    padding: 20px 0 0
}

.filter__sort {
    display: flex;
    align-items: center
}

.filter-sort {
    position: relative;
    transition: all .3s ease
}

.filter-sort__label {
    font-size: 14px;
    color: #9092a3;
    margin-right: 16px
}

.filter-body__top {
    display: flex;
    min-height: 212px;
    margin-bottom: 40px
}

.filter-top__column--first {
    flex: 0 0 218px;
    border-right: 1px solid #d4e0dd;
    margin-right: 100px
}

@media screen and (max-width:48rem) {
    .filter-top__column--first {
        margin-right: 0;
        border-right: 0;
        flex: auto;
        margin-bottom: 24px
    }
}

.filter-top__column--second {
    flex: 0 1 100%
}

@media screen and (max-width:48rem) {
    .filter-top__column--second {
        width: 100%;
        text-align: center
    }
}

.filter-top__name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 20px
}

.filter-top__list li {
    margin-bottom: 10px
}

.filter-bottom {
    display: flex;
    align-items: center
}

.filter-bottom a:first-child {
    margin-right: 20px
}

.custom-checkbox {
    cursor: pointer
}

.custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-checkbox>span {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-checkbox>span:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #9092a3;
    border-radius: .25em;
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox>input:not(:disabled):not(:checked)+span:hover:before {
    border-color: #b3d7ff
}

.custom-checkbox>input:not(:disabled):active+span:before {
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-checkbox>input:focus+span:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-checkbox>input:focus:not(:checked)+span:before {
    border-color: #80bdff
}

.custom-checkbox>input:checked+span:before {
    border-color: #2c334a;
    background-color: #2c334a;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox>input:disabled+span:before {
    background-color: #e9ecef
}

.select {
    width: 100%;
    font-size: 14px;
    color: #2c334a
}

.select-wrapper {
    min-width: 113px
}

.select__header {
    cursor: pointer;
    position: relative;
    padding: 5px 20px 5px 5px;
    border-bottom: 1px solid #9092a3
}

.select__header:before {
    content: "";
    position: absolute;
    background: url(../media/arrow-down.526c94b5.svg) 0 0 no-repeat;
    display: inline-block;
    width: 11px;
    height: 12px;
    right: 0;
    top: 10px
}

.select__body {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    text-align: right;
    transition: all .3s ease-out
}

.select__body--checkout {
    top: 43px
}

.select__item {
    padding: 8px;
    cursor: pointer;
    transition: all .3s ease
}

.select__item:hover {
    background-color: #f2f3f8
}

.select.active .select__body {
    opacity: 1;
    visibility: visible;
    z-index: 3
}

.select.active .select__header--catalog {
    border-bottom: 0
}

.select--checkout {
    position: relative
}

.select--checkout .select__header:before {
    right: 12px;
    top: 18px
}

.select--checkout .select__body {
    text-align: left
}

.select--checkout .select__item {
    padding-left: 16px
}

@media screen and (max-width:768px) {
    .filter__header {
        justify-content: center;
        margin-bottom: 23px
    }

    .filter__sort {
        display: none
    }

    .filter-body {
        padding-top: 0
    }

    .filter-body__top {
        min-height: auto;
        flex-direction: column;
        margin-bottom: 62px
    }

    .filter-body__top,
    .filter-bottom {
        justify-content: center;
        align-items: center
    }

    .filter-top__name {
        padding-top: 0;
        font-size: 14px
    }
}

@media screen and (max-width:768px)and (max-width:48rem) {
    .filter-top__scale {
        margin: 0 auto
    }
}

@media screen and (max-width:576px) {
    .filter__btn {
        width: 100%
    }

    .filter-bottom {
        flex-direction: column
    }

    .filter-bottom a:first-child {
        margin-right: 0;
        margin-bottom: 16px
    }
}

.detail {
    max-width: 1070px;
    margin: 0 auto;
    padding: 40px 0;
}

.html-code .detail .info p {
    color: #000;
}

@media screen and (max-width:36rem) {
    .detail {
        padding-top: 20px
    }
}

@media screen and (max-width:48rem) {
    .detail {
        padding-bottom: 20px
    }
}

.detail__body {
    display: flex
}

@media screen and (max-width:62rem) {
    .detail__body {
        flex-direction: column;
        justify-content: center
    }
}

.detail__column {
    width: 50%
}

@media screen and (max-width:62rem) {
    .detail__column {
        width: 100%;
        margin: 0 auto
    }

    .detail__column:last-child {
        margin-top: 20px;
        max-width: 600px
    }
}

.detail__name {
    margin-bottom: 8px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 24px
}

@media screen and (max-width:62rem) {
    .detail__name {
        margin-bottom: 24px
    }
}

@media screen and (max-width:48rem) {
    .detail__name {
        font-size: 20px
    }
}

.detail__articel {
    margin-bottom: 20px;
    font-size: 14px;
    color: #9092a3
}

@media screen and (max-width:62rem) {
    .detail__articel {
        margin-bottom: 20px
    }
}

.detail__text {
    color: #9092a3;
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 20px
}

@media screen and (max-width:62rem) {
    .detail__text {
        margin-bottom: 25px
    }
}

.detail__price {
    margin-bottom: 20px
}

@media screen and (max-width:62rem) {
    .detail__price {
        margin-bottom: 24px
    }
}

.detail__buttons,
.detail__colors {
    margin-bottom: 40px
}

@media screen and (max-width:62rem) {
    .detail__buttons {
        order: 3
    }
}

.detail__form {
    margin-bottom: 60px
}

@media screen and (max-width:62rem) {
    .detail__form {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column
    }
}

@media screen and (max-width:36rem) {
    .detail__form {
        border-bottom: 1px solid #9092a3
    }
}

.detail__feedback {
    padding-top: 60px
}

@media screen and (max-width:62rem) {
    .detail__dropdown-inner {
        order: -1;
        margin-bottom: 32px
    }

    .detail__viewer-count {
        max-width: 100%
    }
}

.detail__viewer-count {
    height: 41px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: auto;
    background-color: #f2994a;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 4px;
    margin-bottom: 16px
}

.detail__viewer-count-img {
    width: 16px;
    height: 16px
}

.detail__viewer-count-text {
    display: block;
    font-size: 12px;
    color: #f8f9fb
}

.detail__viewer-count-group {
    margin-left: 16px
}

.detail__viewer-count-group-text__700 {
    font-weight: 700
}

.detail__viewer-count-group-text__500 {
    font-weight: 500
}

.detail-buttons {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "hint hint hint hint" "add like like call";
    align-items: center
}

@media screen and (max-width:36rem) {
    .detail-buttons {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column
    }

    .detail-buttons>a,
    .detail-buttons button {
        width: 100%;
        margin-bottom: 16px
    }
}

.detail-buttons__hint {
    grid-area: hint;
    min-width: 200px;
    margin-bottom: 16px
}

@media screen and (max-width:36rem) {
    .detail-buttons__hint {
        order: 2;
        width: 100%
    }
}

.detail-buttons__add {
    grid-area: add
}

.detail-buttons__like {
    grid-area: like;
    margin-left: 20px
}

.detail-buttons__like span {
    display: none
}

@media screen and (max-width:36rem) {
    .detail-buttons__like {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        order: 3;
        font-weight: 700;
        font-size: 12px
    }

    .detail-buttons__like span {
        display: block;
        margin-left: 12px
    }
}

.detail-buttons__call {
    grid-area: call;
    margin-left: auto
}

.price-detail {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    letter-spacing: .05em
}

.price-detail>div {
    margin-left: 17px
}

.price-detail>div:first-child {
    margin-left: 0
}

.price-detail__new {
    color: #9092a3
}

.price-detail__old {
    color: #c8c9d1;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

@media screen and (max-width:48rem) {
    .price-detail {
        font-size: 20px
    }
}

.detail-colors {
    color: #9092a3
}

.detail-colors__title {
    margin-bottom: 10px
}

.detail-colors__title.error {
    color: #f7004a
}

.detail-colors__body {
    display: flex;
    flex-wrap: wrap
}

.detail-colors__body .label-color {
    margin-right: 24px;
    margin-bottom: 3px
}

.detail-colors__body .label-color:last-child {
    margin-right: 0
}

.detail-table {
    font-size: 14px
}

.detail-table__name {
    color: #9092a3;
    padding: 8px 40px 8px 0
}

@media screen and (max-width:36rem) {
    .detail-table__name {
        padding-right: 30px
    }
}

.detail-table__value {
    color: #2c334a
}

@media screen and (max-width:62rem) {
    .detail-table {
        max-width: 400px
    }
}

.reviews-images {
    margin-bottom: 60px;
    overflow: hidden
}

.reviews-images__wrapper {
    position: relative
}

.reviews-images__list {
    width: 100%;
    display: flex;
    position: relative;
    overflow-x: auto;
    max-width: 542px
}

@media screen and (max-width:48rem) {
    .reviews-images__list {
        max-width: 450px
    }
}

@media screen and (max-width:36rem) {
    .reviews-images__list {
        max-width: 343px
    }
}

.reviews-images__list li:not(:last-child) {
    margin-right: 23px
}

.reviews-images__list li img {
    width: 90px;
    max-width: 90px
}

@media screen and (max-width:48rem) {
    .reviews-images__list li:not(:last-child) {
        margin-right: 16px
    }
}

.reviews-images__slider {
    max-width: 542px
}

@media screen and (max-width:48rem) {
    .reviews-images__slider {
        max-width: 492px
    }
}

@media screen and (max-width:36rem) {
    .reviews-images__slider {
        max-width: 343px
    }
}

@media screen and (max-width:23.43rem) {
    .reviews-images__slider {
        max-width: 288px
    }
}

.reviews-img-slider {
    overflow: hidden;
    position: relative
}

@media screen and (max-width:48rem) {
    .reviews-img-slider:after {
        content: "";
        position: absolute;
        width: 41px;
        display: inline-block;
        right: 0;
        top: 0;
        height: 160px;
        z-index: 1;
        background: url(../media/shadow.6efc5974.png) 0 0 no-repeat
    }
}

.reviews-img-slider__slide {
    cursor: pointer
}

.swiper-slide {
    background-size: cover;
    background-position: 50%
}

.title-sm {
    color: #2c334a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .1em
}

.reviews-comment {
    margin-bottom: 40px
}

.reviews-comment__item {
    margin-bottom: 24px
}

.reviews {
    padding-bottom: 3px;
    padding-left: 8px;
    /* border-left: 3px solid #9092a3 */
}

.reviews--manager {
    border-color: #f5c3ca;
    margin: 24px 0 0 36px
}

@media screen and (max-width:48rem) {
    .reviews--manager {
        margin-top: 12px
    }
}

.reviews__name {
    font-size: 16px;
    font-weight: 700;
    color: #2c334a;
    margin-bottom: 10px;
    letter-spacing: .05em
}

.reviews__text {
    line-height: 16.8px;
    font-size: 14px;
    color: #9092a3;
    margin-bottom: 8px
}

.reviews__manager {
    font-size: 12px;
    color: #9092a3
}

.feedback-form__row {
    display: flex;
    margin: 0 -12px
}

@media screen and (max-width:36rem) {
    .feedback-form__row {
        display: block
    }
}

.feedback-form__column {
    padding: 0 12px;
    flex: 0 1 50%;
    margin-bottom: 24px
}

@media screen and (max-width:36rem) {
    .feedback-form__column {
        margin-bottom: 16px
    }
}

.feedback-form__input {
    margin-bottom: 18px
}

.feedback-form__input textarea {
    height: 120px;
    resize: none
}

@media screen and (max-width:36rem) {
    .feedback-form__input textarea {
        height: 73px
    }
}

.feedback-form__rate {
    margin-bottom: 21px;
    display: flex;
    align-items: center
}

@media screen and (max-width:36rem) {
    .feedback-form__rate {
        justify-content: space-between
    }
}

.feedback-form__rate_label {
    font-size: 16px;
    color: #2c334a;
    margin-right: 19px
}

.feedback-form__succsess {
    background-color: #d4e0dd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    height: 63px;
    text-align: center;
    max-width: 100%
}

@media screen and (max-width:36rem) {
    .feedback-form__succsess span {
        display: block
    }
}

.input {
    background-color: #f2f3f8;
    color: #2c334a;
    cursor: pointer;
    width: 100%;
    padding: 11px 16px 12px;
    font-size: 14px;
    border: 1px solid #f2f3f8;
    outline: none;
    box-shadow: none;
    resize: none
}

.input::-moz-placeholder {
    color: #9092a3
}

.input:-ms-input-placeholder {
    color: #9092a3
}

.input::placeholder {
    color: #9092a3
}

.input:focus {
    border: 1px solid #2c334a
}

.input.error {
    border: 1px solid #f7004a
}

.input--green {
    border: 1px solid #27ae60
}

input .input--basket {
    background: #f2f3f8
}

@media screen and (max-width:36rem) {
    input .input--basket {
        border: 1px solid #2c334a
    }
}

.feedback-form__rate.error .feedback-form__rate_label {
    color: #f7004a
}

.feedback-form__rate.error .rait--big .rait__label {
    background: url(../media/star-red.e473b95b.svg) 0 0 no-repeat
}

.detail__swiper {
    height: 508px;
    max-width: 404px;
    width: 100%;
    overflow: hidden
}

@media screen and (max-width:62rem) {
    .detail__swiper {
        margin: 0 auto
    }
}

@media screen and (max-width:48rem) {
    .detail__swiper {
        height: 432px
    }
}

.swiper-thumbs,
.swiper-top {
    width: 100%
}

.swiper-thumbs__slide,
.swiper-top__slide {
    background-size: cover;
    background-position: 50%;
    cursor: pointer
}

.swiper-thumbs__slide {
    overflow: hidden
}

.swiper-top {
    height: calc(80% - 12px)
}

.swiper-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0 0
}

.modal-basket {
    position: absolute;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .15));
    top: 50%;
    right: 50%;
    z-index: 99;
    background-color: #fff;
    padding: 24px 12px 24px 34px;
    top: 90%;
    right: 0;
    display: none
}

.modal-basket.active {
    display: block
}

.basket-body {
    border-bottom: 1px solid #9092a3;
    padding-bottom: 24px
}

.basket-body--header {
    max-height: 550px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    position: relative;
    border-bottom: 0
}

.basket-body--header:before {
    content: "";
    height: 1px;
    width: 95%;
    background-color: #9092a3;
    position: absolute;
    bottom: 0
}

.basket-item {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%
}

.basket-item,
.basket-item:last-child {
    margin-bottom: 24px
}

@media screen and (max-width:48rem) {
    .basket-item {
        margin-bottom: 16px
    }
}

.basket-item__img {
    background-size: cover;
    background-position: 50%;
    background-color: #f2f3f8
}

.basket-item__body {
    padding-left: 16px;
    padding-right: 10px
}

.basket-item__name {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #2c334a
}

.basket-item__name:hover {
    color: #f7004a
}

@media screen and (max-width:36rem) {
    .basket-item__name {
        font-size: 14px
    }
}

.basket-item__articel {
    margin-bottom: 8px;
    color: #9092a3
}

.basket-item__articel span {
    margin-left: 4px
}

.basket-item__count {
    color: #9092a3
}

.basket-item__count span {
    margin-left: 4px
}

.basket-item__info {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    text-align: right;
    align-self: baseline
}

@media screen and (max-width:36rem) {
    .basket-item__info {
        position: absolute;
        bottom: 10px;
        right: 0
    }
}

.basket-item__price {
    white-space: nowrap;
    margin-bottom: 25px;
    color: #9092a3;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .05em
}

.basket-item__delete {
    cursor: pointer
}

.basket-item--header {
    padding-right: 20px
}

.basket-item--header .basket-item__img {
    flex: 0 0 80px;
    height: 80px
}

.basket-item--header .basket-item__body {
    padding-left: 16px
}

.basket-item--header .basket-item__name {
    font-size: 14px
}

.basket-item--header .basket-item__price {
    margin-top: 10px
}

.basket-item--checkout .basket-item__img {
    flex: 0 0 100px;
    height: 100px
}

.basket-item--checkout .basket-item__price {
    margin-top: 20px
}

@media screen and (max-width:36rem) {
    .basket-item--checkout .basket-item__price {
        margin-bottom: 7px
    }
}

.modal-basket {
    max-width: 596px;
    width: 100%
}

.modal-basket:before {
    content: "";
    position: absolute;
    display: inline-block;
    right: 0;
    top: -18px;
    border: 10px solid transparent;
    border-bottom-color: #fff
}

.modal-basket__bottom {
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px
}

.modal-basket__btn {
    min-width: 259px
}

.modal-basket__price {
    color: #2c334a;
    font-size: 16px;
    font-weight: 700
}

.modal-basket__price span {
    margin-left: 8px
}

.modal-card__card {
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #f2f3f8;
    padding: 8px;
    margin-bottom: 24px
}

.modal-card__body {
    padding-left: 16px
}

.modal-card__img {
    flex: 0 0 80px;
    height: 80px;
    background-size: cover
}

.modal-card__name {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 12px;
    color: #2c334a;
    text-transform: uppercase
}

.modal-card__price {
    color: #9092a3;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em
}

.modal-card__btn {
    display: block;
    margin: 0 auto 16px
}

.modal-card__btn-close {
    color: #2c334a;
    font-size: 14px;
    line-height: 17px;
    transition: all .3s ease;
    position: relative;
    cursor: pointer
}

.modal-card__btn-close:before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #2c334a;
    transition: all .3s ease
}

.modal-card__btn-close:hover {
    color: #f7004a
}

.modal-card__btn-close:hover:before {
    background-color: #f7004a
}

.modal-colors-card__title {
    font-weight: 600;
    font-size: 14px;
    color: #2c334a;
    text-transform: uppercase
}

.modal-colors-card__title.error {
    color: #f7004a
}

.modal-colors-card__body {
    justify-content: center;
    padding: 16px 0 32px
}

.container--checkout {
    overflow: hidden
}

.checkout {
    max-width: 1070px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 70px
}

@media screen and (max-width:48rem) {
    .checkout {
        padding-bottom: 20px
    }
}

.checkout__body {
    display: flex;
    flex-wrap: nowrap;
    margin: 0
}

@media screen and (max-width:62rem) {
    .checkout__body {
        flex-direction: column
    }
}

.checkout__column:first-child {
    flex: 0 1 434px
}

.checkout__column:last-child {
    padding-left: 32px;
    flex: 1 1 auto
}

@media screen and (max-width:62rem) {
    .checkout__column:first-child {
        flex: 1 1 auto
    }

    .checkout__column:last-child {
        padding-left: 0;
        order: -1;
        margin-bottom: 60px
    }
}

@media screen and (max-width:36rem) {
    .checkout__column:last-child {
        position: relative
    }

    .checkout__column:last-child:before {
        content: "";
        position: absolute;
        top: -4%;
        left: -10%;
        background-color: #f2f3f8;
        width: 120%;
        height: 105%
    }
}

.checkout .title-sm {
    margin-bottom: 29px
}

@media screen and (max-width:36rem) {
    .checkout .title-sm {
        margin-bottom: 24px
    }
}

.checkout__title {
    text-align: center;
    margin-bottom: 80px
}

@media screen and (max-width:62rem) {
    .checkout__title {
        margin-bottom: 45px;
        display: none
    }
}

.checkout-form__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px;
    display: none;
    text-align: center;
    letter-spacing: .2em
}

@media screen and (max-width:62rem) {
    .checkout-form__title {
        display: block
    }

    .checkout-form .title-sm {
        text-align: center;
        font-size: 16px
    }
}

.checkout-form__block {
    margin-bottom: 32px
}

.checkout-form__block:last-child {
    margin-bottom: 40px
}

@media screen and (max-width:48rem) {
    .checkout-form__block:last-child {
        margin-bottom: 32px
    }
}

.checkout-form__block--contact input {
    margin-bottom: 24px
}

.checkout-form__block--contact input:last-child {
    margin-bottom: 0
}

@media screen and (max-width:36rem) {
    .checkout-form__block--contact input {
        margin-bottom: 16px
    }
}

.checkout-form__input-city,
.checkout-form__input-delivery {
    margin-bottom: 24px
}

.checkout-form__radios {
    margin-bottom: 24px;
    flex-direction: column
}

.checkout-form__radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer
}

.checkout-form__radio--inner {
    margin-bottom: 16px
}

.checkout-form__radio--inner:last-child {
    margin-bottom: 0
}

.checkout-form__radio>div {
    display: inline-block;
    padding-left: 15px
}

.checkout-form__radio input[type=radio] {
    position: relative;
    height: 22px;
    width: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding-right: 17px
}

.checkout-form__radio input[type=radio]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #2c334a
}

.checkout-form__radio input[type=radio]:checked:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #2c334a;
    transform: translate(-50%, -50%);
    visibility: visible
}

.checkout-form__placeholder {
    height: 57px;
    resize: none
}

.checkout-form__row {
    display: flex;
    margin: 0 -12px
}

@media screen and (max-width:36rem) {
    .checkout-form__row {
        flex-wrap: wrap
    }
}

.checkout-form__col {
    padding: 0 12px;
    flex: 0 1 50%
}

@media screen and (max-width:36rem) {
    .checkout-form__col {
        flex: 100% 1
    }

    .checkout-form__col:first-child {
        margin-bottom: 24px
    }
}

.checkout-form__row-inner {
    display: flex;
    margin: 0 -12px
}

.checkout-form__col-inner {
    padding: 0 12px;
    flex: 0 1 50%
}

.checkout-total {
    border: 1px solid #9092a3;
    padding: 24px 24px 0;
    position: relative;
    z-index: 2
}

@media screen and (max-width:36rem) {
    .checkout-total {
        padding: 0;
        border: 0
    }
}

.checkout-total__row {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid #9092a3
}

.checkout-total__row:last-child {
    border: 0
}

.checkout-total__row--first {
    align-items: center
}

@media screen and (max-width:36rem) {
    .checkout-total__row--first {
        flex-direction: column;
        align-items: stretch
    }
}

.checkout-total__label {
    color: #9092a3;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em
}

.checkout-total__right {
    min-width: 259px
}

@media screen and (max-width:36rem) {
    .checkout-total__right {
        margin-top: 16px;
        width: 100%
    }
}

.checkout-total__subrow {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
    gap: 10px
}

.checkout-total__subrow:not(:last-child) {
    margin-bottom: 16px
}

.checkout-total__cost {
    color: #9092a3;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em
}

.checkout-total__label--dark {
    color: #2c334a
}

.checkout-total__cost--dark {
    color: #2c334a;
    font-size: 18px
}

.label-color__input {
    display: none
}

.label-color__fake {
    display: inline-block;
    width: 60px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #f2f3f8, 0 0 0 1px #f2f3f8;
    background-size: contain
}

.label-color__input:checked+.label-color__fake {
    border: 1.4px solid #f2f3f8;
    box-shadow: 0 0 0 1px #2c334a, 0 0 0 1px #2c334a
}

.page-success {
    padding: 46px 16px
}

.page-success__img {
    margin-bottom: 10px
}

.page-success__description,
.page-success__title {
    font-weight: 700;
    letter-spacing: .1em
}

.page-success__title {
    margin-bottom: 16px;
    font-size: 16px
}

.page-success__description {
    margin-bottom: 24px;
    line-height: 1.2
}

.page-success__description a {
    color: #2c334a
}

.page-success__description a:hover {
    color: #f7004a
}

.not-available-modal__img {
    margin-bottom: 16px
}

.not-available-modal__text {
    margin-bottom: 32px
}

.checkout-empty {
    padding-top: 144px;
    padding-bottom: 200px;
    text-align: center
}

@media screen and (max-width:36rem) {
    .checkout-empty {
        padding-top: 100px;
        padding-bottom: 58px
    }
}

.checkout-empty__title {
    margin-bottom: 80px
}

.checkout-empty__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: .1em
}

.page-error {
    padding-top: 144px;
    padding-bottom: 200px
}

@media screen and (max-width:48rem) {
    .page-error {
        padding-top: 160px;
        padding-bottom: 140px
    }
}

@media screen and (max-width:36rem) {
    .page-error {
        padding-top: 100px;
        padding-bottom: 58px
    }
}

.page-error__title {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 16px
}

.page-error__subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px
}

@media screen and (max-width:48rem) {
    .page-error__subtitle {
        font-size: 14px
    }
}

.page-error__btns {
    display: flex;
    flex-direction: column;
    max-width: 281px;
    justify-content: center;
    margin: 0 auto
}

.page-error__btns a:first-child {
    margin-bottom: 16px
}

@media screen and (max-width:36rem) {
    .info {
        padding-top: 20px
    }
}

.info__body {
    max-width: 542px;
    width: 100%;
    margin: 0 auto;
    color: #9092a3;
    line-height: 16.8px;
    font-size: 14px;
    font-weight: 400
}

@media screen and (max-width:36rem) {
    .info__body--contacts {
        text-align: left
    }
}

.info__body--terms {
    color: #9092a3
}

.info__body--terms p {
    margin-bottom: 15px
}

.info__body--terms a {
    color: #9092a3
}

.info__body--terms a:hover {
    text-decoration: underline
}

.info__body--terms .info__title {
    font-size: 16px;
    font-weight: 700
}

.info__body--terms .info__title--sm {
    font-weight: 700
}

.mobile-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding-top: 80px;
    overflow: auto;
    left: -140%;
    z-index: 3;
    transition: all .3s ease
}

@media screen and (max-width:36rem) {
    .mobile-menu {
        padding-top: 100px
    }
}

.mobile-menu.active {
    left: 0
}

.mobile-menu.active .mobile-menu__overlay {
    visibility: visible;
    opacity: 1
}

.mobile-menu__overlay {
    transition: all .3s ease;
    display: block;
    opacity: 0;
    z-index: 1;
    right: 0;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 51, 74, .2)
}

.mobile-menu__body {
    position: relative;
    z-index: 3;
    background-color: #fff;
    width: 60%;
    overflow: auto;
    position: fixed;
    height: 100%;
    padding: 16px 16px 100px
}

@media screen and (max-width:48rem) {
    .mobile-menu__body {
        width: 80%
    }
}

.mobile-menu__top {
    margin-bottom: 40px
}

.mobile-menu__list:first-child {
    margin-bottom: 30px
}

.mobile-menu__item {
    margin-bottom: 10px
}

.mobile-menu__item:last-child {
    margin-bottom: 0
}

.mobile-menu__item--contact {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mobile-menu__item--contact:last-child {
    margin-bottom: 0
}

.mobile-menu__item--contact a {
    color: #2c334a;
    transition: all .3s ease;
    cursor: pointer
}

.mobile-menu__item--contact a:hover {
    color: #f7004a
}

.mobile-menu__link {
    padding: 12px 24px;
    color: #2c334a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #f2f3f8;
    display: block;
    transition: all .3s ease;
    cursor: pointer
}

@media(any-hover:hover) {
    .mobile-menu__link:hover {
        background-color: #2c334a;
        color: #f8f9fb
    }
}

.mobile-menu__contact {
    margin-bottom: 24px
}

.mobile-menu__icon img {
    width: 18px;
    height: 18px;
    display: inline-block
}

.mobile-menu__social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px
}

.mobile-menu__social li {
    margin: 0 12px
}

.mobile-menu__social li a {
    transition: all .3s ease;
    cursor: pointer
}

.mobile-menu__social li a:hover {
    translate: scale(1.1)
}

body.active {
    overflow: hidden !important
}

.video {
    position: relative
}

.video,
.video:before,
.video video {
    height: 100%;
    width: 100%
}

.video:before {
    content: "";
    position: absolute;
    background: #2c334a;
    opacity: .4;
    top: 0;
    left: 0;
    z-index: 2
}

.video__play {
    position: absolute;
    background: url(../media/play.a2e13b0f.svg) 0 0 no-repeat;
    display: inline-block;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3
}

.video__play--md {
    width: 57px;
    height: 65px
}

.video__play--sm {
    width: 21px;
    height: 24px;
    z-index: 3
}

.video--sm {
    height: 92px
}

.video--sm:before {
    z-index: 3
}

.video.active .video__play,
.video.active:before {
    display: none
}

.video video {
    max-width: 100%
}

.basket-m__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    align-items: center
}

.basket-m__header__bg-gift {
    background-color: #f2f3f8
}

.basket-m__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.basket-m__close {
    display: inline-block;
    width: 22px;
    height: 22px
}

.basket-m__close svg {
    fill: #2c334a;
    transition: all .3s ease;
    cursor: pointer
}

.basket-m__close:hover svg {
    fill: #f7004a
}

.basket-m__top {
    background-color: #f9f9fc;
    padding: 22px 24px 21px 20px;
    width: 100%
}

.basket-m-top {
    position: relative;
    z-index: 1
}

.basket-m-top .checkout-total__label {
    font-size: 14px
}

.basket-m-top .checkout-total__label--error {
    display: grid
}

@media screen and (max-width:36rem) {
    .basket-m-top .checkout-total__label--error {
        grid-template-columns: -webkit-max-content -webkit-max-content;
        grid-template-columns: max-content max-content;
        justify-content: space-between;
        align-items: center;
        font-size: 12px
    }
}

.basket-m-top .checkout-total__label--error .checkout-total__label-error {
    color: #f7004a;
    font-size: 12px;
    padding-right: 0
}

@media screen and (max-width:375px) {
    .basket-m-top .checkout-total__label--error .checkout-total__label-error {
        font-size: 10px
    }
}

.basket-m-top__row {
    padding: 16px 0;
    border-bottom: 1px solid #9092a3;
    width: 100%
}

.basket-m-top__row:last-child {
    border-bottom: 0
}

.basket-m-top__row--promo {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:36rem) {
    .basket-m-top__row--promo {
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (min-width:36rem) {
    .basket-m-top__row--sale {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .basket-m-top__row--sale .checkout-total__subrow:first-child {
        margin-bottom: 0
    }
}

.basket-m-top__row--total {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    position: relative
}

.item--checkout {
    padding-right: 78px
}

@media screen and (max-width:36rem) {
    .item--checkout {
        padding-right: 0
    }
}

.item:last-child {
    margin-bottom: 0
}

.item__img {
    flex: 0 0 100px;
    height: 100px;
    cursor: pointer;
    background-size: cover
}

.item__body {
    padding-left: 16px;
    padding-right: 83px
}

@media screen and (max-width:36rem) {
    .item__body {
        padding-right: 0
    }
}

.item__title {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    cursor: pointer;
    color: #2c334a;
    transition: all .3s ease;
    margin-bottom: 8px
}

.item__title:hover {
    color: #f7004a
}

.item__cost {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .05em;
    color: #9092a3;
    font-weight: 700
}

.item__cost,
.item__delete {
    position: absolute
}

.item__cost {
    right: 10px;
    bottom: 30px
}

@media screen and (min-width:36rem) {
    .item__cost {
        top: 15%;
        right: 15px
    }
}

.item__delete {
    right: 10px;
    bottom: 5px;
    cursor: pointer
}

@media screen and (min-width:36rem) {
    .item__delete {
        right: 15px;
        bottom: 15%
    }

    .item--modal .item__img {
        flex: 0 0 80px;
        height: 80px;
        background-size: cover
    }

    .item--modal .item__body {
        padding-left: 36px
    }
}

.product-quantity__title {
    font-size: 14px;
    line-height: 17px;
    color: #9092a3;
    margin-bottom: 6px
}

.product-quantity__title--red {
    color: #f7004a
}

.input-counter {
    display: flex;
    align-items: center
}

.input-counter__val {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2c334a;
    max-width: 38px;
    padding: 0 4px;
    text-align: center;
    background: transparent
}

.input-counter__btn {
    cursor: pointer;
    transition: all .4s ease
}

.input-counter__btn:hover {
    transform: scale(1.2)
}

.basket-m-top-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    gap: 16px;
    max-width: 98%;
    margin: 16px auto 0
}

@media screen and (max-width:23.75rem) {
    .basket-m-top-btns {
        grid-template-columns: 1fr
    }
}

.basket-m-top__btn {
    min-width: auto;
    font-weight: 700
}

@media screen and (min-width:36rem) {
    .body-scroll {
        overflow-x: hidden;
        position: relative;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .body-scroll::-webkit-scrollbar {
        width: 3px
    }

    .body-scroll::-webkit-scrollbar-thumb {
        width: 3px;
        height: 35px;
        background-color: #2c334a
    }

    .body-scroll--basket {
        height: 90px
    }

    .body-scroll--recomm {
        height: 109px
    }
}

.basket-m-bottom {
    padding: 27px 20px 20px
}

.basket-m-bottom__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #2c334a;
    margin-bottom: 24px
}

@media screen and (max-width:36rem) {
    .basket-m-bottom__title {
        margin-bottom: 16px
    }
}

.recomm-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px
}

.recomm-item:last-child {
    margin-bottom: 0
}

.recomm-item__img {
    flex: 0 0 109px;
    height: 109px;
    background-size: cover
}

.recomm-item__body {
    padding-left: 24px;
    flex-grow: 1
}

.recomm-item__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.recomm-item__title {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #2c334a;
    transition: all .3s ease;
    padding-right: 20px
}

.recomm-item__title:hover {
    color: #f7004a
}

.recomm-item__colors-body .label-color {
    margin-right: 16px
}

.recomm-item__colors-body .label-color:last-child {
    margin-right: 0
}

.recomm-item__col-first {
    flex: 1 1;
    padding-right: 15px
}

.recomm-item__col-second {
    flex: 0 0 auto
}

.recomm-item__price {
    display: flex;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .05em;
    color: #9092a3;
    white-space: nowrap;
    padding-right: 10px
}

.recomm-item__btn {
    width: 135px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    align-self: flex-end;
    margin-right: 10px
}

.recomm-item-price-old {
    opacity: .5;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    padding-left: 16px
}

.recomm-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(137.5px, 313px));
    grid-gap: 23px;
    display: none
}

@media screen and (max-width:36rem) {
    .recomm-body {
        display: grid
    }
}

.scrollbar-thumb.scrollbar-thumb-y {
    width: 3px;
    background-color: #2c334a
}

.scrollbar-track.scrollbar-track-y {
    opacity: 1;
    background-color: transparent
}

.about__body {
    display: flex;
    width: 100%
}

@media screen and (max-width:62rem) {
    .about__body {
        flex-direction: column;
        justify-content: center
    }
}

.about__slider {
    margin-right: 40px
}

@media screen and (max-width:62rem) {
    .about__slider {
        margin: 0 auto 40px
    }
}

.blog--page {
    padding-top: 40px;
    padding-bottom: 80px
}

@media screen and (max-width:48rem) {
    .blog--page {
        padding-bottom: 20px
    }
}

@media screen and (max-width:36rem) {
    .blog--page {
        padding-bottom: 0
    }
}

.blog--section {
    padding-top: 30px;
    padding-bottom: 70px
}

@media screen and (max-width:48rem) {
    .blog--section {
        padding-top: 40px;
        padding-bottom: 10px
    }
}

.blog__header {
    text-align: center
}

.blog__title {
    display: none;
    margin-bottom: 16px;
    letter-spacing: .2em
}

@media screen and (max-width:62rem) {
    .blog__title {
        display: block
    }
}

.blog__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 50px
}

@media screen and (max-width:75rem) {
    .blog__body {
        grid-gap: 40px
    }
}

@media screen and (max-width:62rem) {
    .blog__body {
        grid-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

@media screen and (max-width:56.25rem) {
    .blog__body {
        grid-row-gap: 32px;
        row-gap: 32px;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:36rem) {
    .blog__body {
        grid-template-columns: 1fr
    }
}

.blog-card {
    cursor: pointer
}

@media screen and (max-width:36rem) {
    .blog-card {
        max-width: 400px;
        width: 100%;
        margin: 0 auto
    }
}

.blog-card__image {
    margin-bottom: 22px;
    padding-bottom: 77.5%;
    overflow: hidden;
    position: relative;
    min-height: 180px
}

.blog-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0
}

.blog-card__info {
    text-align: center
}

.blog-card__title {
    color: #2c334a;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 14px;
    line-height: 19px;
    transition: all .3s ease
}

@media screen and (max-width:62rem) {
    .blog-card__title {
        font-weight: 600
    }
}

.blog-card__statistics {
    justify-content: center
}

.blog-card__labels {
    position: absolute;
    bottom: 12px;
    right: 12px;
    text-align: center
}

.blog-card__labels--column li {
    margin-bottom: 5px
}

.blog-card__labels--column li:last-child {
    margin-bottom: 0
}

.blog-card__labels--row {
    display: flex
}

.blog-card__labels--row li {
    margin-right: 6px
}

.blog-card__labels--row li:last-child {
    margin-right: 0
}

.blog-card__labels--item-banner {
    display: none
}

@media screen and (max-width:36rem) {
    .blog-card__labels--item-banner {
        display: block
    }

    .blog-card__labels--item-header {
        display: none
    }
}

.blog-card__label {
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #f2f3f8;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(255, 255, 255, .25)
}

.blog-card__label--blue {
    background-color: #2c334a
}

@media(any-hover:hover) {
    .blog-card:hover .blog-card__title {
        color: #f7004a
    }
}

.statistics {
    line-height: 24px;
    color: #9092a3;
    font-size: 14px;
    display: flex;
    align-items: center
}

.statistics__view {
    padding: 0 16px 0 24px;
    position: relative;
    border-right: 1px solid #9092a3
}

.statistics__view:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../media/view.3b4722be.svg) 0 0 no-repeat;
    width: 16px;
    height: 14px;
    display: block
}

.statistics__date {
    padding-left: 16px
}

.show-more {
    text-align: center
}

.show-more--blog {
    margin-top: 60px
}

.blog-item__banner {
    margin-bottom: 40px;
    position: relative
}

@media screen and (max-width:36rem) {
    .blog-item__banner {
        margin-bottom: 24px
    }
}

.blog-item__banner img {
    width: 100%
}

.blog-item__info {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-item__title {
    margin-bottom: 16px
}

.blog-item__header {
    margin-bottom: 40px
}

@media screen and (max-width:48rem) {
    .blog-item__header {
        margin-bottom: 30px
    }
}

@media screen and (max-width:36rem) {
    .blog-item__header {
        margin-bottom: 17px
    }
}

.blog-item__text {
    padding: 0 95px
}

@media screen and (max-width:62rem) {
    .blog-item__text {
        padding: 0
    }
}

.swiper-btn--gallery.swiper-btn__prev {
    left: -56px;
    margin-top: -20px
}

@media screen and (max-width:36rem) {
    .swiper-btn--gallery.swiper-btn__prev {
        left: 8px
    }
}

.swiper-btn--gallery.swiper-btn__next {
    right: -56px;
    margin-top: -20px
}

@media screen and (max-width:36rem) {
    .swiper-btn--gallery.swiper-btn__next {
        right: 8px
    }
}

.modal-gallery {
    background: transparent
}

.modal-gallery__content {
    display: flex;
    margin: auto
}

.modal-gallery__img {
    position: relative;
    max-height: calc(100vh - 40px);
    max-width: calc(100vw - 150px)
}

@media screen and (max-width:36rem) {
    .modal-gallery__img {
        max-width: 100%
    }
}

.modal-gallery__inner {
    position: relative
}

@media screen and (max-width:36rem) {
    .modal-gallery__inner {
        position: static
    }
}

.test1 {
    position: relative
}

.html-code ol,
.html-code p,
.html-code ul {
    color: #9092a3;
    line-height: 16.8px;
    margin-bottom: 1.5em;
}

.html-code h2 {
    font-weight: 700;
    font-size: 16px;
    color: #2c334a
}

.html-code ul {
    margin-left: 12px;
}

.html-code ul li {
    position: relative;
    margin-bottom: 8px;
}

/* .html-code ul li:before {
    content: "—  ";
    font-size: 16px;
    color: #9092a3
} */

.html-code a {
    color: #f7004a;
    text-decoration: underline;
    cursor: pointer
}

.html-code ol {
    list-style-type: decimal;
    padding-left: 14px
}

.block-instagram {
    padding: 18px 22px;
    color: inherit;
    border: 1px dashed #9092a3;
    border-radius: 10px;
    max-width: 360px
}

.block-instagram__icon {
    margin-bottom: 8px
}

.block-instagram__nickname {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 14px
}

.jobs {
    padding: 40px 0 70px
}

@media screen and (max-width:48rem) {
    .jobs {
        padding: 24px 0 20px
    }
}

.jobs__list {
    display: grid;
    grid-template-columns: minmax(auto, 596px);
    grid-row-gap: 24px;
    row-gap: 24px;
    justify-content: center
}

.jobs-item {
    padding: 24px 16px;
    background-color: #f2f3f8
}

@media screen and (max-width:36rem) {
    .jobs-item {
        margin: 0 -16px
    }
}

.jobs-item__title {
    margin-bottom: 10px;
    color: #2c334a;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.jobs-item__description {
    margin-bottom: 24px;
    font-family: inherit;
    font-size: 14px;
    line-height: 17px;
    white-space: pre-wrap
}

.jobs-item__footer {
    display: grid;
    grid-template-columns: minmax(140px, 200px) auto;
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    justify-content: space-between;
    align-items: center
}

.jobs-item__footer-block-right {
    text-align: right;
    white-space: nowrap
}

.jobs-item__salary {
    color: #27ab8a;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

@media screen and (max-width:36rem) {
    .jobs-item__salary {
        font-size: 14px
    }
}

.jobs-item__date {
    color: #9092a3;
    font-size: 14px;
    line-height: 17px
}

.jobs-item__btn {
    min-width: auto
}

.gift__cost {
    position: static
}

.gift_label {
    margin-right: 30px;
    margin-left: 15px
}

.gift__body {
    display: flex;
    flex-direction: column
}

.page-wrap {
    position: relative;
    min-height: 30vh;
    margin-top: calc(3.5rem + 29px)
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

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

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

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

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-feature-settings: normal, ;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.sitemap__header {
    text-align: center;
    font-size: 26px
}

div.sitemap__section {
    overflow: hidden;
    width: 100%;
    -moz-column-count: 3;
    column-count: 3;
    padding-top: 50px
}

div.sitemap__section div {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 30%;
    min-width: 300px;
    max-width: 99%;
    margin: 16px 1%;
    padding: 12px;
    background: #fff;
    box-shadow: 0 3px 3px #666
}

div.sitemap__section div:before {
    display: block;
    content: "";
    position: relative;
    left: 50%;
    width: 1px;
    height: 32px;
    margin: -44px 0 12px 4px;
    background: #ccc
}

div.sitemap__section div:hover {
    box-shadow: 0 3px 3px 1px #666
}

div.sitemap__section p {
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: -50px
}

div.sitemap__section p:after {
    display: block;
    content: "";
    position: relative;
    width: 67.5%;
    max-width: 656px;
    height: 1px;
    box-sizing: border-box;
    margin: -14px auto 0;
    background: #ccc
}

div.sitemap__section p a {
    margin: 0 auto;
    float: none
}

div.sitemap__section p a:after {
    display: block;
    content: "";
    position: relative;
    left: 50%;
    width: 1px;
    height: 32px;
    background: #ccc
}

@media only screen and (max-width:900px) {
    div.sitemap__section div {
        min-width: 250px
    }
}

@media only screen and (max-width:800px) {
    div.sitemap__section div {
        width: 50%
    }

    div.sitemap__section {
        -moz-column-count: 2;
        column-count: 2
    }
}

@media only screen and (max-width:500px) {
    div.sitemap__section div {
        width: 100%
    }

    div.sitemap__section {
        -moz-column-count: 1;
        column-count: 1
    }

    div.section p:after,
    div.section p a:after {
        display: none
    }
}