@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap);

:root {
    --violet: #6F2C91;
    --orange: #F58220;
    --dark-orange: #E87B1F;
    --pink: #EC008C;
    --dark-pink: #CB057A;
    --green: #A6CE39;
    --dark-green: #8FB131;
    --grey: #333;
    --grey-2: #4f4f4f;
    --blue: #00AEEF
}

body {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: var(--grey);
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box
}

h1, h2, h3, h4, h5, h6 {
    color: var(--violet)
}

.fa {
    font-size: 14px
}

h1 {
    font-size: 16px
}

h2 {
    font-size: 15px
}

h3 {
    font-size: 14px
}

h4 {
    font-size: 13px
}

.input-group .dropdown-menu, .input-group .popover, .input-group input, .input-group select, h5, h6, input[type=color].form-control, input[type=date].form-control, input[type=datetime-local].form-control, input[type=datetime].form-control, input[type=email].form-control, input[type=month].form-control, input[type=number].form-control, input[type=password].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=text].form-control, input[type=time].form-control, input[type=url].form-control, input[type=week].form-control, select.form-control, textarea.form-control {
    font-size: 12px
}

a {
    color: #23a1d1
}

a:hover {
    text-decoration: none
}

legend {
    font-size: 18px;
    padding: 7px 0
}

label {
    font-size: 12px;
    font-weight: 400
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px
}

span.hidden-lg, span.hidden-md, span.hidden-sm, span.hidden-xs {
    display: inline
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700
}

* {
    outline: 0
}

.page__title {
    width: 290px;
    margin: 0 auto 12px
}

.page__title_center {
    text-align: center
}

.caret {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 4px;
    width: 4px;
    display: inline-block;
    margin: -3px 0 0;
    border: 1px solid var(--grey);
    border-top: none;
    border-left: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.open .caret {
    border: 1px solid var(--blue);
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.tooltip {
    z-index: 0 !important
}

.body_hidden-overflow {
    overflow: hidden
}

.header-notice {
    /*display: none;*/
}

.header-notice {
    padding: 4px 0;
    background: var(--violet);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    /*text-transform: uppercase*/
}

header {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    max-height: 165px;
    background: #fff;
    z-index: 15
}

.header__inner {
    display: grid
}

header .dropdown-menu {
    margin: 0
}

.header__row:first-child {
    border-bottom: 1px solid var(--grey)
}

.header__row-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 290px;
    height: 100%;
    margin: 0 auto;
    padding: 5px 0
}

.header__row-inner_positioned {
    position: relative
}

.header__row-inner_catalog {
    position: relative;
    padding: 0
}

.header__menu {
    width: max-content
}

.menu__toggle-btn {
    position: relative;
    width: 23px;
    height: 21px;
    margin: 0 38px 0 0;
    display: flex;
    align-content: center;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    border: none;
    color: var(--grey)
}

.menu__toggle-line, .menu__toggle-line:after, .menu__toggle-line:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 23px;
    background-color: var(--grey);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .4s
}

.menu__toggle-line:before {
    top: -16px
}

.menu__toggle-line:after {
    top: 16px
}

.menu__toggle-btn:hover .menu__toggle-line, .menu__toggle-btn:hover .menu__toggle-line:after, .menu__toggle-btn:hover .menu__toggle-line:before {
    background: var(--blue)
}

.menu__toggle-btn_active {
    z-index: 15
}

.menu__toggle-btn_active .menu__toggle-line {
    background: 0 0 !important
}

.menu__toggle-btn_active .menu__toggle-line:before {
    top: 0;
    bottom: 0;
    transform: rotate(45deg)
}

.menu__toggle-btn_active .menu__toggle-line:after {
    top: 0;
    bottom: 0;
    transform: rotate(-45deg)
}

.menu__btn-text {
    display: none
}

.menu__label {
    color: attr(data-color color);
    background-color: attr(data-color color)
}

.menu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 12
}

.menu__inner {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100vh - 55px);
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translate(-100%, 0);
    transition: transform 350ms ease-in-out
}

.menu__inner_triggered {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    height: calc(100% - 55px);
    padding: 45px 0;
    transform: translate(-100%, 0);
    transition: transform .4s ease-in-out;
    z-index: 13
}

.menu__inner_active {
    transform: translate(0, 0)
}

.menu__navigation-group {
    display: none
}

.menu__navigation-group_active {
    display: block;
    max-width: 290px;
    padding: 45px 0 0;
    margin: 0 auto
}

.menu__navigation-item {
    padding: 0 0 18px
}

.menu__navigation-item_hidden {
    padding: 0 !important
}

.menu__navigation-btn-main {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--violet);
    cursor: pointer
}

.menu__navigation-btn-main:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid var(--violet);
    border-right: none;
    border-bottom: none;
    transform: rotate(-45deg)
}

.current-menu-selected, .current-menu-selected:hover {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: var(--violet)
}

.current-menu-selected:hover, .menu__navigation-btn-main:hover {
    color: var(--blue)
}

.submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0;
    background: #fff;
    opacity: 0;
    overflow: hidden;
    z-index: -1
}

.submenu__inner + .submenu__inner_default {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--grey)
}

.submenu_active {
    min-height: max-content;
    height: 100%;
    opacity: 1;
    z-index: 1;
    overflow: initial
}

.submenu__title {
    padding: 0 0 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: var(--orange)
}

.submenu_active .submenu__level-one {
    height: max-content;
    opacity: 1;
    z-index: 1;
    overflow: initial
}

.menu__list {
    position: relative;
    max-width: 290px;
    margin: 0 auto
}

.menu__list_catalog {
    padding: 45px 0
}

.menu__li, .submenu__li {
    padding: 0 0 18px
}

.menu__li:nth-last-of-type(1), .submenu__li:nth-last-of-type(1) {
    padding: 0
}

.menu__link, .submenu__link {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 0;
    font-style: normal;
    font-size: 14px;
    line-height: 120%;
    color: var(--grey)
}

.menu__link {
    font-weight: 700;
    color: var(--violet)
}

.link_has-children {
    position: relative;
    width: 100% !important
}

.submenu__link_second {
    font-weight: 700;
    color: var(--violet)
}

.submenu__link_has-children {
    padding: 0 0 18px
}

.link_has-children:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2px;
    width: 12px;
    height: 12px;
    border: 1px solid var(--violet);
    border-left: none;
    border-bottom: none;
    transform: translate(0, -50%) rotate(45deg)
}

.menu__li_catalog .menu__link {
    padding: 10px 14px;
    border: 1px solid var(--violet);
    border-radius: 5px;
    color: var(--violet);
    transition: .3s ease-in-out;
    background: #fff
}

.menu__li_catalog .menu__link:hover {
    background: var(--violet);
    color: #fff
}

.menu__li_catalog .menu__link:hover .menu__text {
    color: #fff
}

.menu__li_catalog .menu__link path {
    transition: .3s ease-in-out
}

.menu__li_catalog .menu__link:hover path {
    fill: #fff
}

.menu__link:hover, .submenu__link:hover {
    color: var(--blue)
}

.menu__li.constructor_item {
    color: #fff;
    display: block;
    background-color: var(--green);
    background-image: url(/image/edit_constructor.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 5px center;
    padding: 2px 6px 2px 27px !important;
    border-radius: 3px;
    margin-right: 14px;
    margin-bottom: 18px;
    max-width: fit-content;
}

.menu__li.constructor_item .menu__text {
    padding-right: 0;
}

.menu__li.constructor_item .menu__link,
.menu__li.constructor_item .menu__link:hover {
    color: #fff;
}

.menu__li.constructor_item:hover {
    background-color: var(--dark-green);
}

.menu__text {
    padding: 0 14px 0 0
}

.mini-contact {
    position: relative;
    width: max-content
}

.mini-contact__btn {
    position: relative;
    width: 29px;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 38px 0 0 !important;
    padding: 0;
    background: 0 0;
    border: none
}

.mini-contact__btn svg {
    width: 100%;
    height: 100%;
    margin: 0 5px 0 0
}

.mini-contact__btn:hover path, .open .mini-contact__btn path {
    fill: var(--blue)
}

.mini-contact__btn:hover .caret {
    border: 1px solid var(--blue);
    border-top: none;
    border-left: none
}

.mini-contact__text {
    display: none
}

.mini-contact .dropdown-menu {
    left: 50%;
    width: 190px;
    padding: 15px 10px;
    border-radius: 0;
    transform: translate(-50%, 0)
}

.other-contact {
    padding: 0 0 14px;
    font-size: 14px;
    line-height: 120%;
    color: var(--grey)
}

.other-contact:hover {
    color: var(--blue)
}

.other-contact:nth-last-of-type(1) {
    padding: 0
}

.mini-mail {
    position: relative;
    width: max-content
}

.mini-mail__btn {
    width: 25px;
    height: 19px;
    display: flex;
    margin: 0 38px 0 0;
    padding: 0;
    background: 0 0;
    border: none
}

.mini-mail__btn:hover path {
    fill: var(--blue)
}

.mini-mail__btn svg {
    width: 100%;
    height: 100%
}

.header__language {
    position: relative;
    width: max-content
}

.language__toggle-btn {
    position: relative;
    width: 30px;
    height: 17px;
    margin: 0 38px 0 0 !important;
    padding: 0;
    background: 0 0;
    color: var(--grey);
    border: none;
    box-shadow: none !important
}

.language__toggle-btn:hover, .open .language__toggle-btn {
    color: var(--blue)
}

.language__toggle-btn:hover .caret {
    border: 1px solid var(--blue);
    border-top: none;
    border-left: none
}

.language__btn-text {
    font-size: 14px;
    line-height: 120%;
    text-align: left;
    margin: 0 5px 0 0
}

.header__language .dropdown-menu {
    left: 30%;
    min-width: 80px;
    width: 100%;
    padding: 15px 10px;
    transform: translateX(-50%);
    border-radius: 0
}

.header__language .dropdown-menu li + li {
    padding: 10px 0 0
}

.header__language .language-select {
    padding: 0;
    color: var(--grey);
    font-size: 14px;
    line-height: 150%;
    background: 0 0;
    transition: background .3s
}

.header__language .language-select:hover {
    color: var(--blue);
    text-decoration: none
}

.affiliate-seller {
    display: none
}

.mini-account {
    position: relative;
    width: max-content
}

.mini-account__toggle-btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 19px
}

.mini-account__toggle-btn svg {
    width: 100%;
    height: 100%;
    margin: 0 5px 0 0
}

.mini-account__toggle-btn:hover g circle, .mini-account__toggle-btn:hover g path, .open .mini-account__toggle-btn g circle, .open .mini-account__toggle-btn g path {
    stroke: var(--blue)
}

.mini-account__toggle-btn:hover .caret {
    border: 1px solid var(--blue);
    border-top: none;
    border-left: none
}

.mini-account .dropdown-menu {
    right: 0;
    left: auto;
    padding: 15px 10px;
    border-radius: 0
}

.mini-account .dropdown-menu li + li {
    padding: 15px 0 0
}

.mini-account .dropdown-menu a {
    padding: 0;
    color: var(--grey) !important;
    font-size: 14px;
    line-height: 120%;
    background: 0 0 !important;
    transition: color .3s
}

.mini-account .dropdown-menu a:hover {
    color: var(--blue) !important
}

.header__logo {
    width: max-content
}

.logo__img {
    margin: 0 18px 0 0;
    object-fit: contain
}

.header__catalog {
    display: none
}

.mini-search {
    width: max-content
}

.mini-search__toggle-btn {
    position: relative;
    display: block;
    width: 19px;
    height: 19px;
    margin: 0 12px 0 0;
    padding: 0;
    background: 0 0;
    border: none;
    box-shadow: none
}

.mini-search__input-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    margin: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    overflow: hidden
}

.mini-search__input {
    width: 100%;
    height: 100%;
    padding: 5px 40px 5px 10px;
    color: var(--grey);
    font-style: italic;
    font-size: 12px !important;
    line-height: 125%;
    border-radius: 0 !important;
    border: 1px solid var(--grey);
    background: #fff
}

.mini-search__input::placeholder {
    color: var(--grey)
}

.mini-search__btn {
    position: absolute;
    top: 0;
    right: 10px;
    width: 19px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    background: 0 0;
    border: none !important;
    border-radius: initial !important;
    box-shadow: none !important
}

.search_open .mini-search__overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10
}

.search_open .mini-search__input-group {
    width: 100%;
    opacity: 1;
    z-index: 12;
    overflow: initial
}

.mini-search .twitter-typeahead {
    display: block !important;
    height: 100%
}

.mini-search .tt-menu {
    width: 100%;
    max-height: 200px;
    padding: 10px 10px 5px;
    margin: 5px 0 0;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-bottom: 5px solid #fff;
    overflow: auto
}

.search-result {
    border-bottom: 1px solid var(--grey)
}

.search-result__link {
    display: flex
}

.search-result__link img {
    max-height: 47px;
    max-width: 47px
}

.search-result__caption {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px
}

.search-result__name, .search-result__price {
    color: var(--grey)
}

.search-result__price-old {
    margin: 0 20px 0 0;
    color: var(--grey);
    text-decoration: line-through
}

.search-result__price-new {
    color: var(--pink)
}

.search-result__view-more {
    display: flex;
    justify-content: center;
    padding: 5px 0 0
}

.search-result__link_view-more {
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    background: var(--violet);
    border: none;
    transition: .3s ease-in-out
}

.search-result__link_view-more:hover {
    background: var(--blue);
    color: #fff
}

.header__wishlist {
    position: relative;
    width: max-content
}

.wishlist__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 26px;
    margin: 0 12px 0 0
}

.wishlist__btn:hover path {
    transition: .3s ease-in-out
}

.wishlist__btn:hover path:nth-of-type(1) {
    fill: var(--dark-pink)
}

.wishlist__btn-text {
    display: none
}

.wishlist__btn #wishlist-total {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3px;
    background: var(--blue);
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 6px;
    line-height: 10px;
    text-align: center;
    border-radius: 10px
}

.header__compare {
    position: relative;
    width: max-content
}

.compare__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 26px;
    margin: 0 12px 0 0
}

.compare__btn:hover path {
    transition: .3s ease-in-out
}

.compare__btn:hover path:nth-of-type(1) {
    fill: var(--dark-orange)
}

.compare__btn-text {
    display: none
}

.compare__btn #compare-total {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3px;
    background: var(--blue);
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 6px;
    line-height: 10px;
    text-align: center;
    border-radius: 10px
}

.mini-cart {
    position: relative;
    width: max-content
}

.mini-cart__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 26px;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none
}

.mini-cart__btn:hover path {
    transition: .3s ease-in-out
}

.mini-cart__btn:hover path:nth-of-type(1) {
    fill: var(--dark-green)
}

.mini-cart__btn-text {
    display: none
}

.mini-cart__btn #cart-total {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3px;
    background: var(--blue);
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 6px;
    line-height: 10px;
    text-align: center;
    border-radius: 10px
}

.breadcrumbs {
    width: 290px;
    margin: 0 auto;
    padding: 0;
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    overflow: auto
}

.breadcrumbs__inner {
    display: flex;
    width: max-content;
    margin: 10px 0 18px;
    overflow-x: auto;
    overflow-y: hidden
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: 0 0
}

.breadcrumb a {
    color: var(--grey)
}

.breadcrumb + .breadcrumb:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.footer__inner_black {
    padding: 35px 0;
    background: #000
}

.footer__inner_orange {
    padding: 15px;
    background: var(--orange)
}

.footer__row-inner {
    width: 290px;
    margin: 0 auto
}

.footer__logo {
    display: flex;
    justify-content: center;
    margin: 0 0 35px
}

.footer__menu {
    padding: 0 0 20px
}

.footer__menu .menu__title {
    position: relative;
    width: max-content;
    margin: 0 auto;
    padding: 0 14px 10px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--orange)
}

.footer__menu .menu__title:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    height: 4px;
    width: 4px;
    display: inline-block;
    margin: -6px 0 0;
    border: 1px solid var(--orange);
    border-top: none;
    border-left: none;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: .15s ease-in-out
}

.footer__menu .menu__title_pressed:before {
    transform: rotate(-135deg)
}

.footer__menu .menu__list {
    height: 100%;
    overflow: hidden;
    padding: 0 30px;
    max-height: 0;
    transition: max-height .2s ease-out
}

.footer__menu .menu__link {
    width: 100%;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 190%;
    color: #fff
}

.footer__menu .menu__link:hover {
    color: var(--blue)
}

.copyright {
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 190%;
    color: #fff
}

.social {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.social__title {
    width: 100%;
    margin: 0 0 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 190%;
    text-align: center;
    color: #fff
}

.social__items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px
}

.social__link:hover path {
    fill: var(--violet);
    transition: fill .2s ease-in-out
}

.modal {
    justify-content: center;
    align-items: center
}

.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 57, 95, .3);
    z-index: 1
}

.modal__inner {
    z-index: 2
}

.modal__content {
    position: relative;
    width: 100vw;
    max-width: 445px;
    height: max-content;
    max-height: 90vh;
    padding: 15px 15px 30px;
    background: #fff;
    overflow: auto;
    overflow-x: hidden
}

.modal__buttons {
    display: flex;
    justify-content: flex-end
}

.modal__form {
    width: 100%;
    height: 100%;
    padding: 20px 10px 0;
    overflow: auto
}

.form__title {
    padding: 0 0 5px;
    margin: 0 0 18px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: var(--violet);
    border-bottom: 1px solid #c4c4c4
}

.form__title_left {
    text-align: left
}

.form__field_inline {
    display: flex;
    justify-content: space-between
}

.field_required .form__label span, .form__field_required .form__label span {
    position: relative
}

.field_required .form__label span:before, .form__field_required .form__label span:before {
    content: "*";
    position: absolute;
    top: 3px;
    right: -10px;
    height: max-content;
    color: var(--grey)
}

.form__label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: var(--violet);
    padding: 0;
    margin: 0 0 8px
}

.form__label_inline {
    width: max-content;
    margin: initial
}

.form__control {
    position: relative;
    width: 100%;
    margin: 0 0 19px;
    max-height: 200px
}

.form__input {
    width: 100%;
    height: 36px;
    padding: 0 17px;
    border: 1px solid var(--grey)
}

.form__input[name=comment], .form__input[name=text] {
    height: 200px;
    resize: none;
    padding: 10px 17px
}

.form__submit-inner_right {
    display: flex;
    justify-content: flex-end
}

.form__submit-inner_left {
    display: flex;
    justify-content: flex-start
}

.form__submit-inner_center {
    display: flex;
    justify-content: center
}

.form__submit {
    width: max-content;
    height: 40px;
    padding: 0 20px;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: var(--violet);
    border: 1px solid var(--violet);
    box-sizing: border-box;
    border-radius: 3px
}

.form__submit_full {
    max-width: 100%
}

.form__submit:hover {
    background: var(--blue);
    border: 1px solid var(--blue)
}

.form__input_invalid {
    border: 1px solid red
}

.form__error {
    color: red
}

.form__result-action {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 80%;
    height: auto;
    padding: 15px;
    transform: translate(-50%, -50%);
    background: #fff;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: var(--grey);
    border-radius: 15px;
    border: 1px solid var(--violet);
    z-index: 2
}

.modal__catalog {
    justify-content: initial;
    align-items: initial
}

.modal__catalog .modal__inner {
    position: relative;
    top: 0;
    width: 100%;
    height: calc(100% - 23px);
    z-index: 2;
    background: #fff
}

.modal__top {
    border-bottom: 1px solid var(--grey)
}

.modal__top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 290px;
    height: 31px;
    margin: 0 auto
}

.modal__main {
    height: 80%;
    overflow-y: auto;
    overflow-x: hidden
}

.modal__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: var(--grey)
}

.modal__close-btn {
    position: relative;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    background: 0 0
}

.modal__close-btn-line:after, .modal__close-btn-line:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 23px;
    background-color: var(--grey);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .4s
}

.modal__close-btn-line:before {
    transform: rotate(45deg)
}

.modal__close-btn-line:after {
    transform: rotate(-45deg)
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
    right: auto !important
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
    left: auto !important
}

.swiper-button-next:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '' !important;
    border: 2px solid var(--grey);
    border-right: none;
    border-bottom: none;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    box-sizing: border-box
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    transform: rotate(135deg)
}

.swiper-pagination-bullet {
    background: 0 0 !important;
    border: 1px solid #fff;
    opacity: 1 !important
}

.swiper-pagination-bullet-active {
    background: var(--pink) !important
}

.modal__compare .target, .modal__wishlist .target {
    padding: 20px 0;
    color: var(--violet);
    font-size: 18px;
    line-height: 120%;
    text-align: center
}

/* ================================================================================================================== */

.constructor-previews {
    position: relative;
    width: 100%;
}

.constructor-previews img {
    width: 100%;
}

.constructor-previews:hover img:nth-child(2) {
    z-index: 0;
}

.constructor-previews img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ================================================================================================================== */

@media (min-width: 330px) {
    .breadcrumbs, .header__row-inner, .page__title {
        width: 92%
    }
}

@media (min-width: 350px) {
    .menu__navigation-btn-main:before {
        position: absolute;
        top: 50%;
        left: -20px;
        transform: translate(0, -50%) rotate(-45deg)
    }
}

@media (min-width: 640px) {
    .page__title {
        width: 590px
    }

    .header-notice {
        padding: 5px 0;
        font-size: 14px
    }

    .header__row-inner {
        width: 590px
    }

    .menu__toggle-btn {
        width: 29px;
        height: 25px;
        margin: 0 90px 0 0
    }

    .menu__inner_triggered {
        top: 66px;
        width: 380px;
        height: calc(100% - 66px);
        padding: 25px 0
    }

    .menu__li_catalog {
        display: none
    }

    .mini-contact__btn {
        width: 156px;
        height: 17px;
        margin: 0 38px 0 0 !important
    }

    .mini-contact__text {
        display: initial;
        font-size: 14px;
        font-weight: 700
    }

    .mini-contact__btn svg {
        display: none
    }

    .mini-contact__btn:hover .mini-contact__text, .open .mini-contact__btn .mini-contact__text {
        color: var(--blue)
    }

    .mini-account__toggle-btn {
        width: 38px;
        height: 29px
    }

    .logo__img {
        width: 127px;
        height: 41px
    }

    .header__catalog {
        display: initial
    }

    .catalog__init {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 37px;
        padding: 0 14px;
        border: 1px solid var(--violet);
        border-radius: 5px;
        color: #fff;
        transition: .3s ease-in-out;
        background: var(--violet);
    }

    .catalog__init:hover {
        color: var(--violet);
        background: #fff;
    }

    .catalog__init path {
        transition: .3s ease-in-out;
        fill: #fff;
    }

    .catalog__init:hover path {
        fill: var(--violet);
    }

    .mini-search__toggle-btn {
        width: 27px;
        height: 27px
    }

    .compare__btn, .mini-cart__btn, .wishlist__btn {
        width: 35px;
        height: 40px
    }

    .compare__btn svg, .mini-cart__btn svg, .mini-search__toggle-btn svg, .wishlist__btn svg {
        width: 100%;
        height: 100%
    }

    .compare__btn #compare-total, .mini-cart__btn #cart-total, .wishlist__btn #wishlist-total {
        width: 15px;
        height: 15px
    }

    .modal__catalog .modal__inner {
        top: 26px;
        width: 380px;
        height: calc(100% - 26px)
    }

    .modal__top-inner {
        height: 39px
    }

    .menu__navigation-group_active {
        padding: 25px 0 0
    }

    .menu__list_catalog {
        padding: 25px 0;
        box-sizing: border-box
    }

    .breadcrumbs, .footer__row-inner {
        width: 590px
    }

    .footer__logo {
        justify-content: flex-start
    }

    .menu-wrap {
        display: grid;
        grid-template-columns:repeat(3, 1fr)
    }

    .footer__menu .menu__title {
        margin: 0;
        padding: 0 10px 10px 0;
        text-align: left
    }

    .menu__52 .menu__title {
        margin: 0 auto
    }

    .menu__53 .menu__title {
        margin: 0 0 0 auto
    }

    .footer__menu .menu__list {
        padding: 0
    }

    .footer__menu .menu__link {
        justify-content: flex-start
    }

    .menu__53 .menu__link {
        justify-content: flex-end
    }

    .social {
        justify-content: center;
        padding: 0 0 25px
    }

    .social__title {
        width: max-content;
        margin: 0 28px 0 0
    }

    .social__items {
        width: max-content;
        display: flex;
        justify-content: space-between;
        padding: 0
    }

    .social__item {
        padding: 0 26px 0 0
    }

    .social__item:nth-last-of-type(1) {
        padding: 0
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 18px
    }

    h2 {
        font-size: 17px
    }

    h3 {
        font-size: 16px
    }

    h4 {
        font-size: 15px
    }

    h5 {
        font-size: 14px
    }

    h6 {
        font-size: 13px
    }

    .header__row-inner, .page__title {
        width: 670px
    }

    .menu__toggle-btn {
        margin: 0 179px 0 0
    }

    .logo__img {
        margin: 0 40px 0 0
    }

    .breadcrumbs, .footer__row-inner {
        width: 670px
    }

    .footer__row-inner_flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .footer__menu .menu__title {
        font-size: 18px
    }

    .copyright {
        width: max-content
    }

    .social {
        width: max-content;
        padding: 0
    }

    .modal__content {
        max-height: 635px
    }

    .form__submit {
        font-size: 22px
    }

    .form__title {
        font-size: 18px
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 20px
    }

    h2 {
        font-size: 19px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 17px
    }

    h5 {
        font-size: 16px
    }

    h6 {
        font-size: 15px
    }

    .page__title {
        width: 905px
    }

    .header-notice {
        padding: 15px 0;
        font-size: 16px
    }

    .header__row-inner {
        width: 905px
    }

    .menu__toggle-btn {
        margin: 0 380px 0 0
    }

    .menu__inner_triggered {
        top: 89px;
        height: calc(100% - 89px)
    }

    .logo__img {
        width: 174px;
        height: 57px
    }

    .search_open .mini-search__input-group {
        padding: 15px 40px;
        background: #fff
    }

    .compare__btn, .mini-cart__btn, .wishlist__btn {
        width: 84px;
        height: 64px;
        flex-direction: column;
        align-items: flex-end
    }

    .compare__btn svg, .mini-cart__btn svg, .wishlist__btn svg {
        width: 42px;
        height: 47px
    }

    .compare__btn-text, .mini-cart__btn-text, .wishlist__btn-text {
        display: inline-block;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        color: var(--grey);
        transform: translateX(20%)
    }

    .compare__btn:hover .compare__btn-text, .mini-cart__btn:hover .mini-cart__btn-text, .wishlist__btn:hover .wishlist__btn-text {
        color: var(--blue)
    }

    .compare__btn #compare-total, .mini-cart__btn #cart-total, .wishlist__btn #wishlist-total {
        bottom: 15px
    }

    .breadcrumbs, .footer__row-inner {
        width: 905px
    }

    .footer__logo .logo__link svg {
        width: 174px;
        height: 57px
    }

    .menu-wrap {
        grid-template-columns:repeat(4, 1fr);
        grid-column-gap: 40px
    }

    .footer__menu {
        padding: 0
    }

    .footer__menu .menu__title {
        font-size: 20px
    }

    .footer__menu .menu__title:before {
        content: none
    }

    .menu__52 .menu__title, .menu__53 .menu__title {
        margin: initial
    }

    .menu__53 .menu__link {
        justify-content: flex-start
    }

    .footer__menu .menu__list {
        overflow: hidden;
        max-height: initial
    }

    .modal__catalog .modal__inner {
        top: 49px;
        height: calc(100% - 49px)
    }

    .form__title {
        font-size: 20px
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 22px
    }

    h2 {
        font-size: 21px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 19px
    }

    h5 {
        font-size: 18px
    }

    h6 {
        font-size: 17px
    }

    .header__row-inner, .page__title {
        width: 1080px
    }

    .menu__toggle-btn {
        margin: 0 500px 0 0
    }

    .catalog__init {
        width: 180px
    }

    .mini-search__toggle-btn {
        display: none !important
    }

    .mini-search__input-group {
        position: relative !important;
        top: initial !important;
        left: initial !important;
        width: 200px !important;
        opacity: 1 !important;
        overflow: initial !important
    }

    .mini-search__input {
        height: 37px !important;
        border-top: none;
        border-left: none;
        border-right: none
    }

    .mini-search__input-group .tt-menu {
        min-width: 300px
    }

    .breadcrumbs, .footer__row-inner {
        width: 1080px
    }

    .footer__inner_black .footer__row-inner {
        display: flex;
        justify-content: space-between
    }

    .footer__logo {
        margin: 0 100px 0 0
    }

    .footer__menu .menu__title, .form__title {
        font-size: 22px
    }
}

@media (min-width: 1360px) {
    .page__title {
        width: 100%
    }

    .header__row-inner {
        width: 1200px
    }

    .menu__toggle-btn {
        display: none
    }

    .catalog__init {
        width: 220px
    }

    .menu__inner_triggered {
        position: relative;
        top: initial;
        left: initial;
        height: initial;
        width: initial;
        transform: initial;
        padding: 0;
        overflow: initial
    }

    .menu__inner_triggered .menu__list {
        width: max-content;
        max-width: initial;
        display: flex
    }

    .menu__inner_triggered .menu__li {
        padding: 2px 0
    }
    .menu__li.constructor_item {
        margin-bottom: 0;
    }
    .menu__list_catalog {
        padding: 40px 20px
    }

    .menu__inner_triggered .menu__link {
        font-weight: 500;
        color: var(--grey)
    }

    .menu__inner_triggered .menu__link:hover {
        color: var(--blue)
    }

    .menu__list {
        max-width: initial;
        width: 315px
    }

    .submenu__level-one.submenu_active {
        left: calc(100% - 10px);
        display: flex;
        width: calc(1260px - 100%);
        min-height: initial;
        height: 100%;
        padding: 40px 20px 20px;
        background: #fff;
        box-shadow: 10px 4px 10px rgba(0, 0, 0, .32);
        border-radius: 0 8px 8px 0
    }

    .submenu__inner {
        width: 25%
    }

    .submenu__inner_default {
        width: 75%;
        margin: initial;
        padding: initial
    }

    .submenu__title {
        max-width: 220px
    }

    .submenu__inner + .submenu__inner_default {
        border-top: none;
        padding: 0;
        margin: 0
    }

    .submenu__list_flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: max-content;
        height: 100%
    }

    .submenu__list_flex .submenu__li {
        /*width: 220px;*/
        padding: 0 20px 18px 0
    }

    .submenu__li {
        max-width: max-content;
        padding: 0 20px 18px 0
    }

    .mini-search__input-group {
        width: 300px !important
    }

    .modal__catalog {
        position: absolute;
        top: 0;
        left: -20px;
        height: max-content;
        width: max-content;
        background: #fff;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, .32);
        border-radius: 8px;
        overflow: visible
    }

    .modal__catalog .modal__overlay {
        position: fixed
    }

    .modal__catalog .modal__inner {
        top: 0;
        height: initial;
        width: max-content;
        border-radius: 8px
    }

    .modal__catalog .modal__top {
        display: none
    }

    .modal__catalog .modal__main {
        height: initial;
        overflow: visible;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, .32)
    }

    .breadcrumbs {
        width: 100%
    }

    .footer__row-inner {
        width: 1200px
    }

    .footer__logo {
        margin: 0 150px 0 0
    }

    .footer__menu .menu__list {
        width: initial
    }
}

@media (min-width: 1600px) {
    .header__row-inner, .page__title {
        width: 1440px
    }

    .catalog__init {
        width: 270px
    }

    .mini-search__input-group {
        width: 475px !important
    }

    .footer__row-inner {
        width: 1440px
    }

    .footer__logo {
        margin: 0 430px 0 0
    }
}

@media (min-width: 1920px) {
    h1 {
        font-size: 24px
    }

    h2 {
        font-size: 23px
    }

    h3 {
        font-size: 22px
    }

    h4 {
        font-size: 21px
    }

    h5 {
        font-size: 20px
    }

    h6 {
        font-size: 19px
    }

    .header__row-inner {
        width: 1720px
    }

    .submenu__level-one.submenu_active {
        width: calc(1720px - 100%)
    }

    .footer__row-inner {
        width: 1720px
    }
}

@media (max-width: 768px) {
    button#button-verify-login {
        width: 80px !important;
        height: 40px !important;;
        font-size: 14px;
        padding: 3px;
    }
}
