@font-face {
    font-family: 'AvenirNextCyr';
    src: url(../fonts/AvenirNextCyr-Medium.eot);
    src: url(../fonts/AvenirNextCyr-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/AvenirNextCyr-Medium.woff) format("woff"), url(../fonts/AvenirNextCyr-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

input, a, button, input:focus, a:focus, button:focus {
    outline: none
}

html {
    height: 100%
}

body {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    min-height: 100%
}

header {
    position: relative;
    z-index: 3
}

.catalog .catalog__el-image img {
    max-width: 100%;
    padding: 0 5px;
}

.main__bg {
    position: absolute !important;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2 !important;
    pointer-events: none
}

.main__active .main__bg {
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: all
}

.main > * {
    position: relative;
    z-index: 1
}

.header {
    padding-bottom: 60px
}

.menu__nav--wrap {
    /* max-height:174px; */
    position: absolute;
    /* left:0; */
    /* right:15px; */
    /* top:17px; */
    overflow: hidden;
    position: relative;
}

.menu__nav--sel {
    /* height:205px; */
    position: relative;
    padding-right: 15px;
    position: relative;
    width: 25%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

/*.menu__nav--sel:nth-child(4n+1) {
    flex: 0 0 29%
}

.menu__nav--sel:nth-child(4n+2) {
    flex: 0 0 27%
}

.menu__nav--sel:nth-child(4n+3) {
    flex: 0 0 23%
}

.menu__nav--sel:nth-child(4n+4) {
    flex: 0 0 21%
}*/

.menu__nav--sel:not(:nth-child(-n+4)) {
    margin-top: 20px;
}

.menu__nav--sel:after {
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 45px;
    z-index: 2;
    pointer-events: none;
}

.no__shadow.menu__nav--sel:after {
    display: none;
}

.menu__nav--sub {
    position: absolute;
    left: 173px;
    right: 0;
    min-height: 100%;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.22);
    z-index: 3;
    display: block;
    flex-wrap: wrap;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    bottom: 0;
    padding: 26px 15px 25px 75px;
    align-items: flex-start;
    font-size: 0;
}

.fixed .menu__nav--sub {
    margin-bottom: 30px
}

.sub__title {
    font-size: 14px;
    font-family: "Montserrat";
    color: #181818;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}

.menu__nav--wrap.active {
    max-height: none;
    overflow: visible;
    z-index: 3
}

.menu__nav--wrap.active:before {
    content: "";
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.22);
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    position: absolute;
    background: #fff;
    z-index: 1;
}

.active .sub__title {
    z-index: 5;
}

.sub__nav--list a {
    font-size: 12px;
    font-family: "Open Sans";
    color: #181818;
    line-height: 1;
    display: block
}

.sub__nav--list {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 14px;
    position: relative
}

.sub__nav--list li:nth-child(-n+5) {
    /* display: none; */
    position: relative;
    opacity: 1;
    height: auto;
}

.sub__nav--list li {
    position: absolute;
    opacity: 0;
    /* pointer-events: none; */
    height: 0;
}

.active .sub__nav--list {
    z-index: 2
}

.active > .sub__nav--list li {
    position: relative;
    opacity: 1;
    pointer-events: all;
    height: auto;
}

.menu__nav--button {
    font-size: 11px;
    font-family: "AvenirNextCyr";
    color: #007ACC;
    font-weight: 500;
    line-height: 1;
    border: none;
    background: none;
    padding: 2px 5px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    text-align: left
}

.menu__nav--button.hide {
    opacity: 0;
    pointer-events: none
}

.sub__nav--list.active {
    overflow: visible;
    background-color: #fff;
    z-index: 2;
    max-height: 100%
}

.menu__nav {
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.22);
    background-color: #fff;
    position: relative;
    pointer-events: none;
}

.menu__nav--list {
    padding: 0;
    margin: 0;
    border: none;
    list-style: none;
    padding-top: 10px;
    width: 190px
}

.sub__nav--list li:not(:first-child) {
    margin-top: 12px
}

.menu__nav--list > li:not(:last-child) {
    border-bottom: 1px solid #eee
}

.menu__nav--list > li:hover .menu__nav--sub {
    opacity: 1;
    pointer-events: all;
    bottom: auto;
    top: 0
}

.menu__nav--list > li > a {
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    font-family: "AvenirNextCyr";
    font-weight: 500;
    color: #000;
    line-height: 1.15;
    display: block;
    height: 37px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    background: #fff
}

.menu__nav--second.menu__nav--list > li > a {
    font-size: 12px;
}

.menu__nav--list > li > a:hover {
    text-decoration: none
}

.menu__nav--list > li:hover > a {
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.22);
    position: relative;
    z-index: 3
}

.menu__nav--second > li > a {
    color: #fff;
    text-transform: uppercase;
    background: #302483;
    height: 54px
}

.menu__nav--second > li > a:before, .menu__nav--second > li > a:after {
    display: none
}

.menu__nav--list > li > a:before {
    content: "";
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    transition: all .3s;
    z-index: -2
}

.menu__nav--list > li > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: -1
}

.menu__nav--list > li > a:hover:before {
    background-color: #a70b59;
    left: -7px;
    z-index: 0
}

.header--bottom {
    background-color: #eee;
    position: absolute;
    left: 0;
    width: 100%;
    transition: all .3s;
    bottom: 0
}

.header--bottom.fixed {
    position: fixed;
    top: 0;
    bottom: auto
}

.header__nav--link {
    font-size: 13px;
    font-family: "Montserrat";
    color: #383838;
    line-height: 1.2;
    white-space: nowrap;
    padding: 0 5px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.header__nav--link:hover {
    background: #a70b59;
    color: #fff;
    text-decoration: none
}

.header__nav--field {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header__nav--field:not(:first-child) {
    border-left: 1px solid #dee2e6
}

.header__nav {
    justify-content: space-between;
    height: 60px;
    flex: 1;
    z-index: 2;
    background: #eee;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
}

.menu--top {
    display: flex;
    /* flex-wrap: wrap; */
    position: relative;
}

.menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: -700px;
    opacity: 0;
    transition: all .3s;
    z-index: -1;
    pointer-events: none;
}

.menu.active {
    opacity: 1;
    top: 100%;
    pointer-events: all;
}

.menu.active .menu__nav {
    pointer-events: all;
}

.fixed .menu.active {
    position: fixed;
    top: 60px;
    bottom: 0;
    overflow-x: scroll;
    padding-left: calc((100% - 1220px) / 2);
    padding-right: calc((100% - 1220px) / 2);
    pointer-events: none
}

.menu::-webkit-scrollbar {
    width: 0
}

.burger {
    width: 190px;
    margin: 0;
    border: 0;
    background: #302483;
    padding: 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 500;
    display: flex;
    align-items: center;
    outline: none;
    z-index: 2;
    transition: all .3s
}

.burger:hover, .button-special:hover {
    background-color: #a70b59;
    border-color: #a70b59;
}

.burger span {
    position: relative;
    width: 24px;
    height: 2px;
    display: block;
    background: #fff;
    margin-left: 17px;
    margin-right: 15px;
    transition: all .3s
}

.burger.active span {
    background: transparent
}

.burger span:before, .burger span:after {
    content: '';
    width: 24px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    transition: all .3s
}

.burger span:before {
    top: -5px
}

.burger span:after {
    bottom: -5px
}

.burger.active span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0
}

.burger.active span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0
}

.logo {
    font-size: 10px;
    font-family: "Open Sans";
    color: #2d2d2d;
    text-transform: uppercase;
    line-height: 1.2
}

.logo--header {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.information {
    font-size: 11px;
    font-family: "Open Sans";
    color: #535353;
    line-height: 1.2;
    text-transform: uppercase;
    /*margin-top: 12px;*/
    margin-left: 38px
}

.phone__link {
    font-size: 18px;
    font-family: "Montserrat";
    color: #535353;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.3px
}

.information li:last-child {
    text-transform: lowercase;
    color: rgba(83, 83, 83, 0.631);
    margin-top: 5px;
    letter-spacing: .5px
}

.information ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.top__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.search__wrap {
    font-size: 12px;
    font-family: "Open Sans";
    color: #adadad;
    line-height: 1.2;
    width: 418px;
    margin-top: 17px
}

.placeholder span {
    color: #535353
}

.header__basket {
    font-size: 11px;
    font-family: "Open Sans";
    color: #535353;
    line-height: 1.2;
    display: flex;
    width: 267px;
    margin-top: 19px
}

.basket__counter {
    color: #007acc;
    display: flex
}

.basket--info {
    font-weight: 600;
    display: flex;
    margin-top: 8px;
    letter-spacing: .4px;
    padding-right: 35px;
    position: relative
}

.header--top {
    padding-top: 3px;
    padding-bottom: 18px;
    z-index: 3;
    position: relative;
    background: #fff;
}

.header--top .phone__link {
    margin-top: 3px;
    display: block
}

.logo--header span {
    margin-top: 5px
}

.search__wrap--form {
    letter-spacing: 0;
    display: flex;
    position: relative
}

.basket {
    margin-left: 11px;
    margin-top: 3px
}

.search__mobile > * {
    height: 40px;
    border: none;
    background: none;
    padding: 0;
    width: 100%
}

.placeholder {
    width: 100%;
    border-radius: 50px;
    padding: 13px 15px 11px !important;
    border: 1px solid #cfcfcf !important;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    height: auto !important
}

.placeholder.active {
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.placeholder.toggle, .placeholder.toggle span {
    color: transparent
}

.search__wrap--form > * {
    height: 40px;
    border: none;
    background: none;
    padding: 0;
    width: 100%
}

.search__wrap--form .input__styled {
    width: 100%;
    padding: 13px 15px 11px !important;
}

.end--text .input__styled {
    font-size: 12px;
    font-family: "Open Sans";
    color: rgb(110, 110, 110);
    line-height: 1;
    padding: 0px 15px 1px !important;
    height: 32px;
    margin: 0 !important;
    width: 100% !important;
    padding: 9px 15px 10px !important;
}

.search__button {
    width: 55px;
}

.banner--link {
    font-size: 13px;
    font-family: "Montserrat";
    color: #3d3b3b;
    line-height: 1;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.22);
    max-width: 186px;
    display: block;
    border: none;
    width: 100%;
    text-align: center;
    padding: 21px 0;
    margin-top: 43px;
    transition: all .3s
}

.banner--link:hover {
    background-color: #a70b59;
    color: #fff;
    text-decoration: none
}

.banner__wrap {
    /* padding: 35px 0 */
}

.slick-slide:hover, .slick-slide:focus {
    outline: none
}

.slide__content {
    margin-top: 44px
}

.slide__content--text {
    margin-top: 16px
}

.banner {
    background-image: url(/images/banner--layer.png);
    font-size: 14px;
    font-family: "Open Sans";
    color: #fff;
    line-height: 1.2;
    background-position: center;
    background-size: cover
}

.slide__content--title {
    font-size: 36px;
    font-family: "Montserrat";
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0
}

.slide__content--title span {
    font-size: 30px
}

.banner__slider--img {
    width: 100%
}

.section {
    margin-top: 65px
}

.catalog__el--name {
    color: #302483;
    margin-top: 5px;
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;
    line-break: auto;
    hyphens: manual;
    text-align: center;
    padding: 0 5px;
}

.catalog__wrap {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    margin: 0;
    margin-top: 39px
}

.catalog__el {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    font-size: 14px;
    font-family: "Montserrat";
    color: #302483;
    line-height: 1.2;
    font-weight: 500;
    width: 20%;
    transition: all .3s;
    padding-bottom: 18px
}

.catalog__el:hover {
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.22)
}

.catalog__el--link {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #464647
}

.catalog__el--link:hover {
    text-decoration: none
}

.catalog__el-image {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center
}

.catalog__page .section__name {
    margin-top: 12px
}

.section__name {
    font-size: 14px;
    font-family: "Montserrat";
    color: #302483;
    line-height: 1.2;
    font-weight: 500;
    display: flex;
    align-items: center
}

.section__name--title {
    font-size: 25px;
    color: #000;
    margin: 0
}

.section__name--all {
    margin-left: 35px;
    color: #302483;
    text-decoration: none;
    transition: all .3s
}

.section__name--all:hover {
    color: #a70b59;
    text-decoration: none
}

.catalog__el-image img {
    max-height: 100%
}

.faq__el {
    width: 100% !important;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.22);
    border: none;
    padding-bottom: 19px;
    line-height: 1.2;
    /* height: 100%; */
    margin-bottom: 15px;
    /* flex: 0 1; */
    flex: 1;
}

.faq {
    margin-top: 47px
}

.faq__wrap {
    margin-top: 37px
}

.faq__wrap > * {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.faq__el-image img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.faq__el-image {
    height: auto;
    width: 100%;
    padding-bottom: 70%;
    position: relative;
}

.faq__el--name {
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #464647;
    margin-top: 10px;
    width: 100%;
    padding: 0 15px
}

.faq__el--text {
    font-size: 12px;
    font-family: "Open Sans";
    color: #464647;
    margin-top: 12px;
    padding: 0 15px
}

.faq__el .catalog__el--link {
    align-items: flex-start
}

.end--title {
    font-size: 24px;
    font-family: "Montserrat";
    color: #373737;
    font-weight: 700;
    line-height: 1.2
}

.end .section__name {
    margin-top: 7px
}

.end__content p {
    margin-bottom: 17px
}

.end__content {
    margin-top: 17px;
    max-height: 165px;
    overflow: hidden;
    transition: all .3s;
    padding-bottom: 10px;
    box-sizing: content-box;
    position: relative;
    line-height: 1.3rem;
}

.end__content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff)
}

.end__content.active {
    max-height: 100%
}

.end {
    font-size: 14px;
    font-family: "Open Sans";
    color: #373737;
    line-height: 1.2;
    margin-top: 83px
}

.link {
    font-size: 14px;
    font-family: "Open Sans";
    color: #302483;
    line-height: 1.2;
    border-bottom: 1px dotted
}

.link:hover {
    text-decoration: none
}

.end--wrap {
    padding: 0 30px
}

.end img {
    width: 100%
}

.end__image {
    position: relative
}

.end__image--wrap {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.end__image a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}

.end__image a:hover {
    background-color: rgba(167, 11, 89, .55)
}

.end__image a img {
    pointer-events: none;
    width: auto
}

.footer {
    border-top: 1px solid #cbcbcb;
    margin-top: 54px;
    margin-bottom: 20px
}

.footer__wrap {
    padding: 0 35px;
    margin-top: 25px
}

.footer__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 16px;
    line-height: 2;
    line-height: 2;
    display: block
}

.footer__nav--title {
    font-size: 15px;
    font-family: "Open Sans";
    color: #666;
    font-weight: 700;
    line-height: 1.2;
    min-height: 36px;
}

.footer__nav--column {
    column-count: 2
}

.footer__link {
    font-size: 12px;
    font-family: "Open Sans";
    color: #666;
    line-height: 2;
    display: block
}

.footer__info {
    font-size: 14px;
    font-family: "Open Sans";
    color: #666;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
    margin-top: 15px
}

.phone__link {
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: 600
}

.column {
    font-size: 10px;
    font-family: "Open Sans";
    color: #302483;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px
}

.column a, .email__link {
    color: #302483
}

.column a:nth-child(2) {
    margin-top: 5px;
    display: block
}

.footer__info li {
    display: flex;
    align-items: center
}

.footer__info li:not(:first-child) {
    margin-top: 11px
}

.footer__info--image {
    width: 30px;
    font-size: 1.5rem;
}

.footer__info--image--viber {
    color: #3010bc !important;
}

.footer__info--image--whatsapp {
    color: #25d366 !important;
}

.footer--logo {
    width: 125px;
    margin-top: 21px
}

.footer--logo img {
    width: 100%
}

.item--price img {
    margin-top: -2px
}

.item {
    border: 1px solid #cbcbcb;
    padding: 10px 10px 12px;
    margin: 0 4px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.item--name {
    font-size: 14px;
    font-family: "Montserrat";
    color: #302483;
    line-height: 1.2;
    font-weight: 500;
    margin-top: -1px;
    display: block;
    width: 100%;

    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;
    line-break: auto;
    hyphens: manual;
    /* width: 300px; */
}

.item--code {
    font-size: 11px;
    font-family: "Open Sans";
    color: #878787;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    flex: 1;
}

.item--code span {
    color: #302483;
    font-weight: 600
}

.item--code li:not(:nth-child(-n+2)) {
    display: none;
    transition: all .3s
}

.item--price {
    font-size: 24px;
    font-family: "Montserrat";
    color: #302483;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
}

.item--button {
    font-size: 14px;
    font-family: "Montserrat";
    color: #302483;
    line-height: 1.2;
    font-weight: 700;
    border-style: solid;
    border-width: 2px;
    border-color: #302483;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 7px 0 9px;
    margin: 0;
    transition: all .3s;
    margin-top: 23px;
    text-align: center;
}

.item--button:hover {
    background-color: #a70b59 !important;
    border-color: #a70b59 !important;
}

.item--button:hover {
    background: #302483;
    color: #fff
}

.active__link > a {
    background: #a70b59;
    color: #ffffff;
}

.map__open {
    cursor: pointer;
}

.item--image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 90%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.banner__slider {
    opacity: 0;
    position: absolute;
    transition: all .3s;
}

.banner__slider.slick-initialized {
    opacity: 1;
    position: relative;
}

.item__nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 15px;
    top: 15px
}

.detail__page--nav {
    padding: 30px 10px;
}

.detail__page--nav .item__nav {
    position: relative;
    flex-direction: row;
    top: 0;
    left: 0
}

.detail__page--nav .item__nav--item {
    width: auto;
    border: none !important;
    color: #97a1ab;
    font-size: 13px;
}

.detail__page--nav .item__nav--item:hover {
    color: #ae2f68;
}

.detail__page--nav .item__nav--item:not(:first-child) {
    margin-left: 10px
}

.detail__page--nav .item__nav--item svg {
    margin-right: 10px;
    fill: #97a1ab;
    width: 20px;
    height: 20px;
}

.item--image img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    /* position: relative; */
}

.item__nav--item svg {
    width: 22px;
    height: 22px;
    fill: #302483;
    transition: all .3s;
}

.item__nav--item {
    width: 26px;
    height: 26px;
    background-color: transparent;
    /* background-image: url(/images/button-layer.jpg); */
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
    background-position-x: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.item__nav--item:hover svg, .item__nav--item.active svg {
    fill: #a70b59;
}


.item__nav--item:nth-child(2) {
    background-position-y: -25px
}

.item__nav--item:nth-child(3) {
    background-position-y: -51px
}

.item__nav--item:not(:first-child) {
    border-top: 1px solid #cbcbcb
}

.offers__slider {
    padding: 0 34px;
    margin-top: 49px
}

.nav__arrow {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none
}

.nav__arrow--button {
    padding: 5px;
    margin: 0;
    border: none;
    background: transparent;
    pointer-events: all
}

.offers--wrap {
    position: relative
}

.offers__nav--prev {
    margin-left: -5px
}

.offers__nav--button {
    font-size: 14px;
    font-family: "Montserrat";
    color: #302483;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
    background: transparent;
    border: none;
    padding: 10px 30px
}

.offers__nav {
    display: flex
}

.offers__nav--button:not(:first-child) {
    margin-left: 5px
}

.active.offers__nav--button {
    background: #302483;
    color: #fff
}

.offers__nav--next {
    margin-right: -5px;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.offers__slider__slide {
    height: auto !important;
}

.offers__slider.slick-slider .slick-track {
    display: flex
}

.offers__slider__slide.active {
    display: block !important
}

.basket--info:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #000;
    right: 15px;
    position: absolute;
    top: 50%;
    margin-top: -2px
}

.group__tab {
    position: absolute;
    display: none;
    min-width: 248px;
    right: 0;
    top: 100%;
    padding: 12px;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.22);
    background-color: #fff;
    margin-top: 11px
}

.cart__list--product {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    font-size: 12px;
    font-family: "Open Sans";
    color: #353535;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-top: 15px
}

.cart__list--detail {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    margin-left: 1px;
    margin-top: 7px
}

.cart__list--remove:hover {
    background: #a70b59;
}

.cart__list--remove {
    background: rgba(0, 0, 0, .25);
    border: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: relative;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 13px;
    transition: all .3s;
}

.cart__list--remove:before, .cart__list--remove:after {
    content: '';
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%
}

.cart__list--remove:before {
    width: 2px;
    height: 8px;
    margin-top: -4px;
    margin-left: -1px
}

.cart__list--remove:after {
    width: 8px;
    height: 2px;
    margin-left: -4px;
    margin-top: -1px
}

.group__tab .item--button {
    font-size: 12px;
    font-family: "Open Sans";
    color: #fff;
    line-height: 1.2;
    margin-top: 8px;
    text-align: center
}

.button--purple {
    background: #bc3173;
    border-color: #bc3173
}

.button--purple:hover {
    color: #ffffff !important;
}

.button--blue {
    background: #302483
}

.button--blue:hover {
    color: #ffffff !important;
}

.group__tab .item--button:hover {
    background: transparent;
    text-decoration: none
}

.group__tab:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    right: 10px
}

.cart__list--name {
    letter-spacing: -.3px
}

.cart__list--left {
    padding-left: 4px;
    flex: 1
}

.cart__list {
    padding-top: 8px;
    overflow-y: scroll;
    max-height: 210px
}

.cart__list::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.cart__list::-webkit-scrollbar-button {
    background-color: #dee2e6
}

.cart__list::-webkit-scrollbar-track {
    background-color: #dee2e6
}

.cart__list::-webkit-scrollbar-track-piece {
    background-color: #dee2e6
}

.cart__list::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    border-radius: 3px
}

.cart__list::-webkit-scrollbar-corner {
    background-color: #dee2e6
}

.cart__list::-webkit-resizer {
    background-color: #dee2e6
}

.basket_click {
    display: flex;
    position: relative;
    cursor: pointer
}

.header__basket--wrap {
    display: flex;
    position: relative;
    cursor: pointer
}

.a--content {
    color: #646464;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
    margin-top: 11px;
    transition: all .3s
}

.a--image {
    fill: #646464;
    margin-right: 10px;
    transition: all .3s
}

.a-item {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.a--image svg {
    width: 65px;
    height: 65px
}

.advantages {
    margin-top: 14px;
    padding-bottom: 20px
}

.a-item:hover .a--image {
    fill: #0072d5
}

.a-item:hover .a--content {
    color: #0072d5
}

.search__wrap .search__wrap {
    margin-top: 0;
    width: auto
}

.header__burger {
    display: none;
    width: 190px;
    margin: 0;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 500;
    display: flex;
    align-items: center;
    outline: none;
    z-index: 2;
    display: none
}

.header__burger span {
    position: relative;
    width: 24px;
    height: 2px;
    display: block;
    background: #363636;
    margin-left: 15px;
    margin-right: 15px;
    transition: all .3s
}

.header__burger.active span {
    background: transparent
}

.header__burger span:before, .header__burger span:after {
    content: '';
    width: 24px;
    height: 2px;
    background: #363636;
    display: block;
    position: absolute;
    transition: all .3s
}

.header__burger span:before {
    top: -5px
}

.header__burger span:after {
    bottom: -5px
}

.header__burger.active span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0
}

.header__burger.active span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0
}

.count__mobile {
    display: none;
    font-size: 12px;
    font-family: "Open Sans";
    color: #fff;
    line-height: 1;
    position: absolute;
    background: #a70b59;
    text-align: center;
    width: 20px;
    padding: 4px 0;
    border-radius: 50%;
    bottom: -3px;
    right: 12px
}

.header__burger {
    width: 190px;
    margin: 0;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 500;
    display: flex;
    align-items: center;
    outline: none;
    z-index: 2;
    display: none
}

.header__burger span {
    position: relative;
    width: 24px;
    height: 2px;
    display: block;
    background: #363636;
    margin-left: 15px;
    margin-right: 15px;
    transition: all .3s
}

.menu__close span {
    background: transparent;
    width: 24px;
    height: 2px;
    display: block;
    position: relative
}

.menu__close span:before, .menu__close span:after {
    content: '';
    width: 24px;
    height: 2px;
    background: #363636;
    display: block;
    position: absolute;
    transition: all .3s
}

.menu__close span:before {
    top: -5px
}

.menu__close span:after {
    bottom: -5px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0
}

.menu__close span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0
}

.menu__close {
    padding: 0;
    margin: 0;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 100%;
    top: -30px;
    position: absolute;
    transition: all .3s
}

.menu__close.active {
    top: 0;
    pointer-events: all;
}

.basket-total {
    white-space: pre
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .header__nav--field {
        flex: auto
    }
}

.m_b_add--auth .form__field {
    border-color: #cccccb;
    border-width: 1px;
    padding: 11px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #909090;
}

.fancybox-container .m_b_add {
    text-align: center;
    max-width: 410px;
    padding: 30px 15px 35px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.35)
}

.modal__title {
    font-size: 16px;
    font-family: "Montserrat";
    color: #242424;
    text-transform: uppercase;
    line-height: 1.2
}

.modal__title span {
    font-size: 14px;
    text-transform: initial;
}

.btn {
    font-size: 14px;
    font-family: "Montserrat";
    color: #302483;
    line-height: 1.2;
    font-weight: 700;
    border-style: solid;
    border-width: 2px;
    border-color: #302483;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 7px 0 9px;
    margin: 0;
    transition: all .3s;
    margin-top: 23px;
    outline: none !important;
}

.btn:hover {
    background-color: #302483;
    color: #fff
}

.btn:hover, .btn:focus {
    outline: none !important;
    box-shadow: none;
}

.btn--purpur {
    background-color: #a70b59;
    border-color: #a70b59;
    color: #fff
}

.btn--purpur:hover {
    background-color: #302483;
    border-color: #302483
}

.btn--blue {
    background-color: #302483;
    color: #fff
}

.btn--blue:hover {
    background-color: #a70b59;
    border-color: #a70b59
}

.m_b_add .btn {
    max-width: 185px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px
}

.m_b_image {
    height: 56px;
    width: 56px;
    background: #efeef5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 18px
}

.offers__content--chess > * {
    flex: 20% 0;
    margin-top: 10px;
    width: 20%;
}

.breadcrumb a, .breadcrumb span {
    font-size: 13px;
    font-family: "Open Sans";
    color: #2e2f2f;
    line-height: 1.2
}

.breadcrumb span, .breadcrumb a:hover {
    color: #302483;
    text-decoration: none
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap
}

.breadcrumb li:not(:first-child) > :before {
    content: "/";
    padding: 0 3px;
    font-size: 13px;
    font-family: "Open Sans";
    color: #2e2f2f;
    line-height: 1.2
}

.breadcrumb {
    padding: 0;
    background: 0;
    margin: 0
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.catalog__page .section__name--title {
    font-size: 24px;
    color: #454545;
    /*font-weight: 700;*/
    line-height: 1.2
}

.catalog__page {
    margin-top: 17px
}

.content__view svg {
    width: 16px;
    height: 16px
}

.content__view:nth-child(2) svg, .content__view:nth-child(3) svg {
    width: 19px;
    height: 19px
}

.content__view.active {
    background: #302483
}

.content__view.active svg {
    fill: #fff
}

.content__view {
    background: #f6f6f6;
    padding: 0;
    margin: 0;
    border: 0;
    width: 40px;
    height: 40px
}

.catalog__nav_right {
    display: flex
}

.catalog__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px
}

.offers__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.catalog__nav_sort {
    font-size: 12px;
    font-family: "Open Sans";
    color: #302483;
    line-height: 1.2;
    padding-right: 15px;
    position: relative
}

.catalog__nav_sort:not(:first-child) {
    margin-left: 23px
}

.catalog__nav_sort.active {
    color: #282828
}

.catalog__nav_sort label:after {
    content: '\203A';
    font-size: 20px;
    line-height: 0;
    -moz-transform: scale(1, 1) rotate(90deg);
    -ms-transform: scale(1, 1) rotate(90deg);
    -webkit-transform: scale(1, 1) rotate(90deg);
    -o-transform: scale(1, 1) rotate(90deg);
    transform: scale(1, 1) rotate(90deg);
    display: block;
    height: 15px;
    margin-bottom: -2px
}

.catalog__nav_sort label {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    pointer-events: none;
    white-space: nowrap;
    transition: all .3s;
}

.catalog__nav_sort input:checked + label:after {
    transform: scale(1, -1) rotate(90deg);
    -moz-transform: scale(1, -1) rotate(90deg);
    -ms-transform: scale(1, -1) rotate(90deg);
    -webkit-transform: scale(1, -1) rotate(90deg);
    -o-transform: scale(1, -1) rotate(90deg);
    transform: scale(1, -1) rotate(90deg)
}

.catalog__nav_sort input:checked + label {
    color: #282828
}

.catalog__nav_sort.active label:after {
    transform: scale(1, -1) rotate(90deg);
    -moz-transform: scale(1, -1) rotate(90deg);
    -ms-transform: scale(1, -1) rotate(90deg);
    -webkit-transform: scale(1, -1) rotate(90deg);
    -o-transform: scale(1, -1) rotate(90deg);
    transform: scale(1, -1) rotate(90deg)
}

.catalog__nav_left .catalog__sort {
    display: flex
}

.catalog__nav_sort input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.catalog__nav_sort input:hover + label {
    color: #a70b59;
}

.offers__content--chess .price--old {
    display: none;
    font-size: 16px;
    font-family: "Montserrat";
    color: #979797;
    text-decoration: line-through;
    line-height: 1.2
}

.in_shop:before {
    content: '\203A';
    font-size: 20px;
    line-height: 0;
    -moz-transform: scale(1, 1) rotate(90deg);
    -ms-transform: scale(1, 1) rotate(90deg);
    -webkit-transform: scale(1, 1) rotate(90deg);
    -o-transform: scale(1, 1) rotate(90deg);
    transform: scale(1, 1) rotate(90deg);
    display: block;
    height: 14px;
    margin-bottom: -2px;
    line-height: 1;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -7px;
    display: none
}

.in_shop {
    display: none;
    align-items: center;
    color: #6fb500;
    line-height: 1;
    position: relative;
    font-size: 11px
}

.search-item-desc {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.search-item-price {
    font-size: 16px;
    font-family: "Montserrat";
    color: #302483;
    font-weight: 700;
    line-height: 1;
}

.search-item-availability {
    align-items: center;
    color: #6fb500;
    line-height: 1;
    position: relative;
    font-size: 11px
}

.offers__content--top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.offers__content--wrapper {
    flex: 1;
    display: flex;
    flex-direction: column
}

.offers__content--header {
    flex: 1;
    display: flex;
    flex-direction: column
}

.offers__content--left {
    flex: 1
}

.offers__count--cub {
    font-size: 14px;
    font-weight: 700;
    font-family: "Open Sans"
}

.offers__count--cub > * {
    height: 25px;
    width: 30px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: none;
    border: none
}

.offers__count {
    display: flex;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 2px
}

.toggle__specifications {
    font-size: 12px;
    font-family: "Montserrat";
    color: #302483;
    line-height: 1.2;
    font-weight: 600;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    position: relative;
    padding-right: 20px;
    display: none;
    margin-top: 18px;
    letter-spacing: -.2px
}

.toggle__specifications:before {
    content: '\203A';
    font-size: 20px;
    line-height: 0;
    -moz-transform: scale(1, 1) rotate(90deg);
    -ms-transform: scale(1, 1) rotate(90deg);
    -webkit-transform: scale(1, 1) rotate(90deg);
    -o-transform: scale(1, 1) rotate(90deg);
    transform: scale(1, 1) rotate(90deg);
    display: block;
    height: 14px;
    margin-bottom: -2px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px
}

.item--code li:not(:first-child) {
    margin-top: 0
}

.offers__content--bottom {
    display: none
}

.offers__content--footer .item__nav {
    display: none
}

.catalog__nav_right__sort {
    display: flex
}

.offers__content_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.offers__content_nav {
    margin-top: 20px
}

.offers__content_nav li > * {
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    font-size: 12px;
    font-family: "Montserrat";
    color: #767676;
    line-height: 1.2;
    background-color: #dfdfdf;
    text-decoration: none;
    transition: all .3s
}

.offers__content_nav li > .breadcrumbs__link_next, .offers__content_nav li > .breadcrumbs__link_prev {
    width: auto;
    padding: 0 5px
}

.offers__content_nav li > :hover {
    background: #a70b59;
    color: #fff
}

.offers__content_nav li .button__bg {
    background: #a70b59;
    color: #fff
}

.offers__content_nav li .button__bg:hover {
    background: #a70b59;
    color: #fff
}

.offers__content_nav li:not(:first-child) {
    margin-left: 4px
}

.offers__content_nav .active > * {
    border-radius: 3px;
    background-color: #302483;
    color: #fff
}

.form__field {
    font-size: 14px;
    font-family: "Montserrat";
    color: #302483;
    line-height: 1.2;
    font-weight: 700;
    border-style: solid;
    border-width: 2px;
    border-color: #302483;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 7px 10px 9px;
    margin: 0;
    transition: all .3s;
    margin-top: 15px
}

.form__field.error {
    border-color: #a70b59;
    box-shadow: 0 0 0 0px rgba(167, 11, 89, 0.5);
    animation: border-color 1s infinite alternate;
}

@keyframes border-color {
    25% {
        border-color: #302483;
        box-shadow: 0 0 5px 3px rgba(48, 36, 131, .5);
    }
}

.none {
    display: none !important
}

.basket__inner {
    display: flex;
    align-items: center;
    padding-left: 15px
}

.basket__content--name {
    font-size: 13px;
    font-family: "Open Sans";
    color: #454545;
    line-height: 1.2;
    font-weight: 600
}

.basket__content--wrap {
    display: table;
    width: 100%
}

.basket__content--top, .basket__content--bottom {
    display: table-row;
    display: flex;
    align-items: flex-start;
}

.basket__content--column {
    display: table-cell;
    vertical-align: middle;
    height: auto;
}

.basket__content--bottom .basket__content--column:not(:first-child) {
    padding-top: 20px
}

.detail__page_slider--min {
    margin: 0 -7px
}

.detail__page_slider--min .slick-list {
    padding: 0 !important
}

.detail__page_slider--min .detail__page_slider--slide {
    border: 1px solid #d6d6d6;
    margin: 0 7px;
    position: relative;
    cursor: pointer
}

.detail__page_slider--min .detail__page_slider--slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(48, 36, 131, 0);
    transition: all .3s
}

.detail__page_slider--min .detail__page_slider--slide:hover:before {
    background: rgba(48, 36, 131, .5)
}

.detail__page_slider--slide img {
    width: 100%
}

.detail__page_slider--min .slick-track {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.detail__page_slider--max {
    margin-bottom: 15px
}

.detail__page--price {
    font-size: 36px;
    font-family: "Montserrat";
    color: #ae2f68;
    font-weight: 700;
    line-height: 1.2
}

.detail__page--quantity {
    color: #6fb500;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 11px
}

.detail__page--specifications .item--code {
    font-size: 13px;
    color: #454545;
    line-height: 2.308
}

.detail__page--specifications .item--code span {
    width: 60%
}

.detail__page--specifications li {
    display: flex !important;
    align-items: center;
    justify-content: space-between
}

.detail__page--specifications {
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    word-wrap: break-word;
}

.detail__page--column .fast__buy {
    margin-top: 10px;
}

.detail__page--column_right {
    font-size: 13px;
    font-family: "Montserrat";
    color: #353535;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: right;
    font-weight: 600;
}

.detail__page--column_right span {
    font-size: 24px;
    font-weight: 700;
    color: #a70b59;
    display: block;
}

.detail__page--column {
    display: flex;
    flex-direction: column;
    flex: 0 0 40%;
}

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

.detail__page--wrap {
    display: flex;
    align-items: center;
}

.detail__page--wrap .item--button {
    margin: 0;
    background: #302483;
    color: #ffffff;
    margin-left: 10px;
}

.detail__page--wrap .item--button:hover {
    background: #ffffff !important;
    color: #302483;
    border-color: #302483 !important;
}

.basket__content--panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -4px;
}

.basket__content--text {
    display: flex;
    align-items: center;
}

.basket__content--price {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(69, 69, 69);
    font-weight: bold;
    line-height: 1.2;
}

.basket__content--text span {
    display: block;
    white-space: pre;
}

.basket__content--flex--1 {
    flex: 1;
}

.basket__content--flex--2 {
    flex: 2;
}

.basket__content--flex--3 {
    flex: 3;
}

.basket__content--image img {
    width: 100%;
    border: 1px solid #d9d9d9;
}

.basket__content--image {
    padding-right: 15px;
}

.basket__content--bottom {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(69, 69, 69);
    line-height: 1.2;
    padding-bottom: 16px;
    border-bottom: 1px solid #ababab;
    margin-top: 30px;
}

.basket__content--end {
    font-size: 11px;
    font-family: "Open Sans";
    color: rgb(69, 69, 69);
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
}

.basket__content--total {
    font-weight: 700;
    text-transform: initial;
    font-size: 24px;
}

.basket__content--top {
    padding-bottom: 15px;
}

.basket__content {
    margin-top: 45px;
}

.search__help {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    text-align: left;
    background-color: #eeeeee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    top: 100%;
    height: auto;
}

.search__help-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 7px;
}

.search__help-list > * {
    padding: 0px 7px 7px;
}

.search__help-item {
    color: #383838;
}

.buyer {
    display: block;
}

.buyer__data {
    display: inline-block;
}

.buyer__entity {
    display: inline-block;
    float: right;
}

.tabs {
    margin-top: 30px;
}

.tabs__control-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 24px 30px;
    font-size: 12px;
    font-family: "Open Sans";
    color: rgb(82, 82, 82);
    line-height: 1.2;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    background: #ededed;
}

.tabs__control-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* border-left: 1px solid #717171; */
    /* background: #ededed; */
    transition: all .3s;
    flex: 25% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
.tabs__control-item:hover {background:#a70b59;}
.tabs__control-item:hover a {color:#ffffff;}
*/
.tabs__control-item:first-child {
    border-left: none;
}

.tabs__control-item_active {
    background: #302483;
    border-radius: 5px;
}

.tabs__control-item_active .tabs__control-link {
    color: #fff;
    position: relative;
}

.tabs__control-item_active .tabs__control-link:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    border-color: transparent transparent transparent red;
    right: 7px;
    top: 50%;
    margin-top: -6px;
    display: none;
}

.tabs__control-item_active .tabs__control-link:hover {
    color: #ffffff;
}

.tabs__control-link:hover {
    color: inherit;
}

.tabs__control-link {
    display: flex;
    text-decoration: none;
    color: #717171;
    line-height: 29px;
    line-height: 1.8125rem;
    padding: 0;
    font-size: 14px;
    font-size: .75rem;
    cursor: default;
    text-decoration: none !important;
    transition: all .3s;
    height: 45px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tabs__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tabs__form-left, .tabs__form-right {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.tabs__form-bottom {
    /* text-align: right; */
    /* margin-top: 65px; */
    /* margin-left: 20px; */
    margin-top: 15px;
    width: 100%;
}

#requisites:disabled + .file label {
    background-color: #717171;
}

.file__input:disabled + label, .tabs__form-bottom-next:disabled {
    background-color: #717171;
    border-color: #717171;
}

.tabs__form-bottom-text {
    font-size: 12px;
    font-size: .75rem;
    color: #818181;
    margin-bottom: 12px;
    font-size: 11px;
    font-family: "Open Sans";
    color: rgb(30, 30, 30);
    line-height: 1.2;
    font-weight: 600;
}

.tabs__form-bottom-text > span {
    color: red;
}

.tabs__form-bottom-next, .tabs__form-bottom-prev, .button-special {
    cursor: pointer;
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    height: 45px;
    display: flex;
    align-items: center;
    width: 145px;
    justify-content: center;
    border-radius: 5px;
    background: #302483;
    margin-bottom: 0;
    border: 2px solid #302483;
    transition: all .3s;
}

.tabs__form-bottom-next:hover, .tabs__form-bottom-prev:hover {
    background: #a70b59;
    border-color: #a70b59;
}

.tabs__form-bottom-prev {
    position: absolute;
    bottom: 0;
    left: 0;
}

.tabs__form-bottom-prev {
    background: #ffffff;
    color: #302483;
}

.tabs__form-bottom-prev:hover {
    color: #ffffff;
}

.tabs__form-subtitle, .tabs__form-title {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    font-size: 1rem;
}

.tabs__form-title {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Open Sans";
    color: rgb(20, 20, 20);
    font-weight: bold;
    line-height: 1.2;
    margin-top: 30px;
    margin-left: 20px;
}

.tabs__item_second .tabs__form-left .tabs__form-title {
    margin-left: 0;
}

.tabs__form-subtitle {
    margin-top: 16px;
    font-weight: bold;
    font-size: 16px;
}

.tabs__item {
    display: none;
    position: relative;
}

.tabs__item_active {
    display: block;
}

.tabs__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 19px; */
}

.tabs__field:not(.tabs__field_face) {
    margin-left: 20px;
}

.tabs__field:not(.tabs__field_face):not(:first-child) {
    margin-top: 28px;
    margin-top: 20px;
}

.tabs__item_second .tabs__form-right .tabs__field {
    margin-top: 15px;
}

.tabs__field_face, .tabs__field_face .tabs__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tabs__field_face {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-bottom: 30px; */
    height: 18px;
}

.tabs__field_face-custom {
    height: 25px;
}

.tabs__field_face .tabs__field {
    margin: 0;
}

.tabs__field_face .tabs__input {
    width: auto;
    position: absolute;
    left: -9999px;
}

.tabs__field_delivery .tabs__input:checked + .tabs__label:before, .tabs__field_face .tabs__input:checked + .tabs__label:before, .tabs__field_file .tabs__input:checked + .tabs__label:before, .tabs__field_payment .tabs__input:checked + .tabs__label:before {
    background-repeat: no-repeat;
    background-position: center;
    border-color: #302483;
}

.tabs__field_face .tabs__label {
    position: relative;
    font-size: 13px;
    font-family: "Open Sans";
    color: #9f9f9f;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    padding-left: 35px;
    display: block;
}

.tabs__field_delivery .tabs__label:before, .tabs__field_face .tabs__label:before, .tabs__field_file .tabs__label:before, .tabs__field_payment .tabs__label:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #9f9f9f;
    background-repeat: no-repeat;
    background-position: center;
    left: 7px;
}

.tabs__field_face .tabs__label:after, .tabs__field_file .tabs__label:after {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background: #9f9f9f;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 12px;
}

.tabs__field_face .tabs__input:checked + .tabs__label:after, .tabs__field_file .tabs__input:checked + .tabs__label:after {
    background: #302483;
}

.tabs__field_file .tabs__input {
    width: auto;
    position: absolute;
    left: -9999px;
}

.tabs__field_file .tabs__label {
    /* width: 58.33333%; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-right: 60px; */
    position: relative;
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb(159, 159, 159);
    line-height: 1.2;
    font-weight: 600;
    padding-left: 35px;
    margin-bottom: 0;
    margin-right: 15px;
}

.tabs__field_delivery {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}

.tabs__field_delivery .tabs__input {
    width: auto;
    position: absolute;
    left: -9999px;
}

.buyer__entity-input:checked + .label:after, .delivery__input:checked + .label:after, .tabs__field_delivery .tabs__input:checked ~ .tabs__popup, .tabs__field_payment .tabs__input:checked ~ .tabs__popup {
    display: block;
}

.tabs__field_delivery .tabs__label {
    width: 77%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-right: 60px; */
    position: relative;
    font-weight: 600;
}

.tabs__field_delivery .tabs__label {
    font-size: 13px;
    font-family: "Open Sans";
    color: #505050;
    line-height: 1.2;
    font-weight: 600;
    padding-left: 35px;
}

.tabs__field_delivery .tabs__label:before {
}

.tabs__field_delivery .tabs__label:after {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background: transparent;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 12px;
}

.tabs__field_delivery .tabs__input:checked + .tabs__label:after {
    background: #302483;
}

.tabs__field_delivery .tabs__select {
    width: 100%;
    margin-top: 10px;
    /* margin-bottom: 5px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #898989;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    line-height: 29px;
    line-height: 1.8125rem;
    height: 38px;
    font-size: 16px;
    font-size: 1rem;
    padding: 0 16px;
    color: #8a8a8a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background-image: url(/img/arrow-select.png); */
    background-repeat: no-repeat;
    background-position: right 9px center;
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb(80, 80, 80);
    line-height: 1.2;
}

.tabs__field_delivery .tabs__popup {
    left: 0;
    width: 77%;
    top: 48%;
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb(80, 80, 80);
    line-height: 1.2;
}

.tabs__field_payment {
    position: relative;
    margin-top: 40px;
}

.tabs__field_payment .tabs__input {
    position: absolute;
    left: -9999px;
}

.tabs__field_payment .tabs__label {
    width: 34%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 60px;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    font-family: "Open Sans";
    color: #505050;
    line-height: 1.2;
    font-weight: 600;
    padding-left: 35px;
}

.tabs__field_payment .tabs__label:after {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background: transparent;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 12px;
}

.tabs__field_payment .tabs__input:checked + .tabs__label:after {
    background: #302483;
}

.tabs__field_address {
    margin-top: 12px;
}

.tabs__field_address .tabs__label {
    font-weight: 600;
}

.tabs__field_index {
    margin-top: 15px;
}

.tabs__input, .tabs__label, .tabs__textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.tabs__label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 15px;
    line-height: .9375rem;
    cursor: pointer;
    padding-right: 10px;
    /* width: 30% */
}

.tabs__label span {
    color: red;
    display: none;
}

.tabs__input, .tabs__textarea {
    border: 1px solid #a2a2a2;
    outline: none;
    font-weight: 600;
    padding: 3px 15px;
    width: 70%;
    resize: none;
    border-radius: 3px;
    width: 100%;
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb(81, 81, 81);
    line-height: 1.2;
    padding: 0 16px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* margin-left: 20px; */
}


.tabs__input_file {
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    top: 0;
}

.tabs__tooltip {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 12px;
    font-size: .75rem;
    color: #818181;
    text-align: center;
}

.tabs__btn {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#ababab));
    background: -webkit-linear-gradient(top, #dedede 0%, #ababab 100%);
    background: linear-gradient(to bottom, #dedede 0%, #ababab 100%);
    border: none;
    outline: none;
    cursor: pointer;
    line-height: 30px;
    line-height: 1.875rem;
    padding: 0 58px;
    color: #000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: auto;
    text-transform: uppercase;
}

.tabs__btn:hover {
    background: red;
    color: #fff;
}

.tabs__data {
    margin-top: 25px;
}

.tabs__data:first-child, .tabs_faq .tabs__control-item:first-child {
    margin-top: 0;
}

.tabs__data-title {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
}

.tabs__table {
    width: 100%;
    font-size: 13px;
    font-family: "Open Sans";
    color: #616161;
    line-height: 2.308;
}

.tabs__item_third .tabs__data-title {
    font-size: 18px;
    font-family: "Open Sans";
    color: rgb(20, 20, 20);
    font-weight: bold;
    line-height: 1.2;
    margin: 30px 0;
}

.bucket-summ {
    font-size: 30px;
    font-family: "Open Sans";
    color: rgb(48, 36, 131) !important;
    font-weight: bold;
    line-height: 1.2;
    white-space: nowrap;
}

.conditions__input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.conditions__input:checked + .conditions__label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #878787;
    position: absolute;
    left: 3px;
    top: 6px;
}

.conditions__label {
    font-size: 12px;
    font-family: "Open Sans";
    color: rgb(80, 80, 80);
    line-height: 1.2;
    padding-left: 20px;
    position: relative;
}

.conditions__label:before {
    content: '';
    position: absolute;
    border: 1px solid #878787;
    height: 16px;
    width: 16px;
    top: 3px;
    left: 0;
}

.conditions__link {
    color: #302483;
    text-decoration: underline;
}

.conditions {
    display: flex;
    align-items: flex-start;
}

.tabs__td {
    font-weight: 700;
}

.tabs__td:first-child {
    font-weight: 400;
}

.tabs__total {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(41, 41, 41);
    line-height: 1.2;
    text-transform: uppercase
}

.tabs__total > span, .tabs_faq .tabs__control-item_active .tabs__control-link {
    color: red;
}

.tabs__popup {
    /* position: absolute; */
    right: 0;
    top: 0;
    width: 64%;
    font-size: 12px;
    font-size: .85rem;
    line-height: 1;
    display: none;
}

.tabs_faq {
    width: 76.40351%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tabs_faq .tabs__control-wrapper {
    width: 22.38806%
}

.tabs_faq .tabs__control-item {
    border: 1px solid #898989;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 6px;
    overflow: hidden;
}

.tabs_faq .tabs__control-item:hover, .tabs_faq .tabs__control-item_active {
    border-color: red;
}

.tabs_faq .tabs__control-link {
    display: block;
    text-decoration: none;
    color: #000;
    line-height: 28px;
    line-height: 1.75rem;
    text-align: center;
    background-color: #fff;
    padding: 0;
}

.tabs_faq .tabs__control-link:before {
    display: none;
}

.tabs_faq .tabs__control-link:hover {
    color: red;
}

.tabs_faq .tabs__item {
    width: 100%
}

.tabs_faq .tabs__list-wrapper {
    width: 72.10103%
}

.tabs_faq .tabs__title {
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #000;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 11px;
}

.file, .items__title p {
    position: relative;
}

.file__input {
    position: absolute;
    left: -9999px;
}

.file__label {
    cursor: pointer;
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    height: 45px;
    display: flex;
    align-items: center;
    width: 145px;
    justify-content: center;
    border-radius: 5px;
    background: #302483;
    margin-bottom: 0;
}

.file__span {
    display: block;
    color: red;
    font-size: 12px;
    font-size: .85rem;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 110%;
    display: none;
}

.tabs {
    padding-bottom: 15px;
}

.form_valid {
    background-color: #717171 !important;
    border-color: #717171 !important;
}

.tabs__form-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 35px;
    margin-bottom: 35px;
}

.tabs__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.invalid {
    border-color: #a70b59;
    box-shadow: 0 0 0 0px rgba(167, 11, 89, 0.5);
    animation: border-color 1s infinite alternate;
}

.tabs__item_second .tabs__form-left .tabs__field {
    margin-left: 0;
    margin-top: 20px;
}

.tabs__item_third .tabs__form-bottom-next {
    margin-left: auto;
}

.tabs__item_fourth .tabs__form-title {
    margin-left: 0;
}

.tabs__item_fourth .tabs__field {
    margin-left: 0;
}

.tabs__item_fourth .tabs__form-bottom-next {
    margin-left: auto;
}

.basket__content--column .cart__list--remove {
    margin: 0;
}

.tabs__item_second .tabs__form-bottom, .tabs__item_first .tabs__form-bottom {
    margin-left: 20px;
}

.m_b_add .conditions {
    margin-top: 15px;
}

.m_b_add .conditions__label {
    text-align: left;
    margin: 0;
}

.m_b_add .pretitle-span {
    font-size: 13px;
    margin-top: 15px;
}

.add__basket--icon svg {
    width: 48px;
    height: 48px;
    transition: all .3s;
    position: absolute;
}

.offers__slider__slide .add__basket:hover svg {
    fill: #a70b59;
}

.add__basket--icon {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.add__basket--icon svg:nth-child(2) {
    fill: #302483;
    display: none;
}

.add__basket--icon:hover svg:nth-child(2) {
    fill: #a70b59;
}

.add__basket--icon.active svg:nth-child(1) {
    display: none;
}

.add__basket--icon.active svg:nth-child(2) {
    display: block;
}

.styled__table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, .14);
}

.styled__table td:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, .14);
}

.styled__table {
    background: #f6f6f6;
    font-size: 12px;
    font-family: "Open Sans";
    color: rgb(24, 24, 24);
    line-height: 1;
    text-align: left;
    font-weight: 600;
    width: 100%;
    min-width: 690px;
}

.styled__table thead {
    background: #e0e4e7;
}

.styled__table thead td {
    padding: 0 25px;
    height: 58px;
}

.styled__table tbody td {
    padding: 10px;
}

.styled__table--wrap {
    overflow: auto;
}

.text-1 {
    font-size: 24px;
    color: rgb(167, 11, 89);
    text-transform: uppercase;
    line-height: 1.25;
    font-weight: 500;
    margin-left: -5%;
}

.center--text {
    display: flex;
    margin-top: 15px;
}

.text-3 {
    font-size: 10px;
    color: rgb(48, 36, 131);
    text-transform: uppercase;
    line-height: 1.2;
    margin-left: -20px;
    font-weight: 600;
    font-family: "Open Sans";
    margin-top: 15px;
}

.text-2 {
    font-size: 300px;
    font-family: "Open Sans";
    color: #a70b59;
    text-transform: uppercase;
    line-height: 0.7;
    font-weight: 300;
    margin-left: -5%;
}

.text-6 {
    font-size: 32px;
    color: rgb(78, 78, 78);
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
}

.end--text .placeholder {
    font-size: 12px;
    font-family: "Open Sans";
    color: rgb(110, 110, 110);
    line-height: 1;
    padding: 9px 15px !important;
    border-radius: 5px;
    margin: 0 !important;
}

.end--text .placeholder.active {
    color: transparent;
}

.image-404 {
    width: 90%;
    margin-top: -150px;
}

.section--404 .end--search {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 50px;
}

.end--text .search__button {
    height: 32px;
    background: none;
}

.end--text .search__button:hover svg {

    fill: #a70b59;
}

.end--text .search__button svg {
    width: 18px;
    height: 18px;
    fill: #6e6e6e;
}

.go__home a {
    font-size: 12px;
    font-family: "Open Sans";
    color: red;
    line-height: 1;
    text-decoration: underline;
}

.basket__content--panel.blocked {
    /* opacity: 0.3; */
    pointer-events: none;
}

.basket__content--panel.blocked .cart__list--remove {
    opacity: 0.3;
}

.basket__content--panel.blocked .offers__count--minus {
    opacity: 0.3;
}

.basket__content--panel.blocked .offers__count--plus {
    opacity: 0.3;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.header__auth--position {
    font-size: 11px;
    font-family: "Open Sans";
    text-transform: uppercase;
    /* line-height: 1.2; */
    text-align: center;
    display: inline-block;
}

.header__auth--position > * {
    display: block;
    color: rgb(84, 84, 84);
    text-decoration: none !important;
    border-bottom: 1px dotted;
}

.header__auth--position > *:hover {
    color: #a70b59;
}

.header__auth {
    width: 100%;
    text-align: right;
    line-height: 1.2;
}

.custom__form .modal__title {
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(18, 17, 59);
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
}

.m_b_add.m_b_add--auth {
    max-width: 500px;
    padding: 30px 30px 35px;
}

.m_b_add--auth .btn {
    max-width: 100%;
    padding: 15px 0;
    margin-top: 15px;
}

.m_b_add--auth .conditions__label:before {
    top: 50%;
    margin-top: -8px;
}

.m_b_add--auth .conditions__input:checked + .conditions__label:after {
    top: 50%;
    margin-top: -5px;
}

.m_b_add--auth .conditions__label {
    line-height: 1.4;
}

.m_b_add--auth .conditions__link {
    font-size: 11px;
    font-family: "Open Sans";
    color: rgb(0, 82, 174);
    text-decoration: underline;
    line-height: 1.2;
    text-align: left;
    display: block;
    margin-top: 10px;
}

.custom__form--social {
    font-size: 11px;
    font-family: "Open Sans";
    color: rgb(18, 17, 59);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    margin-top: 20px
}

.custom__form--social p {
    margin: 0;
    margin-bottom: 15px;
}

.form__error {
    font-size: 10px;
    color: red;
    margin-top: 10px;
}

.fly__bar svg {
    width: 50px;
    height: 22px;
    fill: #767676;
    transition: all .3s;
}

.fly__bar--nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fly__bar--nav a {
    display: flex;
    background: #eee;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    position: relative;
}

.fly__bar--nav a:hover {
    background: #302483;
}

.fly__bar--nav a:hover svg {
    fill: #ffffff;
}

.fly__bar {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -75px;
    border-top-left-radius: 5px;
    overflow: hidden;
    border-bottom-left-radius: 5px;
}

.fly__bar span {
    color: #ffffff;
    background: #a70b59;
    font-size: 10px;
    line-height: 1.2;
    width: 14px;
    padding: 1px 0;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
}

.tabs.group {
    list-style: none;
}

.tabs.group li {
    display: inline-block;
    vertical-align: middle;
}

.tabs.group li:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tabs.group li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tabs.group li a {
    position: relative;
    text-decoration: none;
    font-size: 12px;
    font-family: "Montserrat";
    color: #6d6d6d;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    display: block;
    padding: 12px 0px;
    width: 180px;
    text-align: center;
}

.tabs.group li a:hover {
    background: #ccc;
}

.tabs.group li a.active {
    background: #302483;
    color: #ffffff;
}

.box-wrap {
    position: relative; /* min-height: 250px; */
}

.tabs.group {
    padding: 0;
    margin: 0;
    font-size: 0;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}

.fly__bar--nav li:not(:last-child):before {
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .14);
    position: absolute;
    z-index: 1;
}

.fly__bar--nav li {
    position: relative;
}

.box__wrap.active {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

.box__wrap {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
}

.end__content h2 {
    font-size: 20px;
    font-family: "Montserrat";
}

.type-1 .add_favorites > *:nth-child(2) {
    display: none;
}

.type-1 .add_favorites.active > *:nth-child(1) {
    display: none;
}

.type-1 .add_favorites.active > *:nth-child(2) {
    display: block;
}

.type-1 .add_favorites > * {
    width: 18px;
    height: 18px;
}

.type-2 .add_favorites > *:nth-child(2) {
    display: none;
}

.type-2 .add_favorites.active > *:nth-child(1) {
    display: none;
}

.type-2 .add_favorites.active > *:nth-child(2) {
    display: block;
}

.type-2 .add_favorites > * {
    width: 18px;
    height: 18px;
}

.type-3 .add_favorites > *:nth-child(2) {
    display: none;
}

.type-3 .add_favorites.active > *:nth-child(1) {
    display: none;
}

.type-3 .add_favorites.active > *:nth-child(2) {
    display: block;
}

.type-3 .add_favorites > * {
    width: 18px;
    height: 18px;
}

.banner__column {

    margin-left: -15px;

    margin-right: -15px;

    position: relative;

    flex: 1;

    min-height: 315px;
}

.banner__column > * {
    position: relative;
    z-index: 2;
}

.banner__column::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    z-index: 1;
    background-position: center;
}

.banner__column--left::before {
    left: 100%;
    background-image: url(/images/banner/for-left.png);
}

.banner__column--right::before {
    right: 100%;
    background-image: url(/images/banner/for-right.png);
}

.banner__column--left {
    background-color: #dd2724;
    text-align: right;
    padding-right: 40px;
}

.banner__column--right {
    background-color: #302483;
    text-align: left;
    padding-left: 40px;
}

.slider__strong--title {
    font-size: 80px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    padding-top: 30px;
    text-transform: uppercase;
}

.slider__strong--title span {
    display: block;
    font-size: 28px;
    font-family: 'Roboto Condensed';
    font-weight: 400;
}

.banner__column--left .banner--link {
    margin-left: auto;
}

.slider__strong--image {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
}

.banner__column--left .slider__strong--image {
    right: 310px;
}

.banner__column--right .slider__strong--image {
    left: 320px;
}

.banner .slick-track {
    display: flex;
}

.banner .banner__slider--slide {
    height: auto;
    display: flex;
    overflow: hidden;
}

.height__fix {
    height: 100%;
}

.height__fix--support {
    display: flex;
}

.banner__border {
    padding-top: 35px;
    padding-bottom: 35px;
}

.offers {
    overflow: hidden;
}

.banner__slider--other {

}


.add--address--wrapper {
    display: none;
}

.bg-success {
    color: #fff;
    padding: 5px 10px;
}

.noselect {
    user-select: none;
}

.toggle-userfile {
    display: none;
    cursor: pointer;
}

.offers__nav--button:empty {
    padding: 0;
}

.header__basket--image {
    width: 45px;
    height: 40px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1250px
    }
}

@media only screen and (min-width: 768px) {
    .type-3 .offers__slider__slide {
        flex: 100% 0
    }

    .type-3 .item__nav {
        display: none;
    }

    .type-3 .offers__content--footer .item__nav {
        display: flex;
        font-size: 0;
        flex-direction: row;
        top: 21px;
        right: 239px;
    }

    .type-3 .offers__content--footer .item__nav > :nth-child(1) {
        display: none
    }

    .type-3 .item__nav--item:not(:last-child) {
        margin-right: 10px;
        border: none !important
    }

    .type-3 .item__nav--item {
        border: none !important
    }

    .type-3 .offers__content--top {
        position: relative
    }

    .type-3 .price--wrap {
        /* width: 180px; */
    }

    .type-3 .add__basket--icon {
        display: none;
    }

    .type-3 .item {
        flex-direction: row;
        padding-top: 10px;
    }

    .type-3 .offers__content--footer {
        display: flex;
        justify-content: right;
    }

    .type-3 .item--image img {
        position: relative;
        height: auto;
        max-height: initial;
        min-height: inherit;
    }

    .type-3 .item--image {
        width: 95px;
        padding-right: 15px;
        padding-bottom: initial;
    }

    .type-3 .item--name {
        width: 250px;
    }

    .type-3 .offers__content--header {
        display: flex;
        padding-top: 10px;
        flex-direction: row;
    }

    .type-3 .offers__content--bottom {
        display: flex;
        align-items: center;
        padding-left: 90px
    }

    .type-3 .offers__content--left {
        flex: 1
    }

    .type-3 .offers__content--right {
        /* flex: 1 */
    }

    .type-3 .item--price {
        margin: 0
    }

    .type-3 .price--wrap.price--old {
        display: block;
        margin-left: 20px
    }

    .type-3 .item--price img {
        display: none
    }

    .type-3 .item--button {
        font-size: 12px;
        font-weight: 500;
        background: #302483;
        color: #fff;
        line-height: 1;
        padding: 7px 0 9px;
        width: 115px;
        margin: 0;
        margin-left: 9px
    }

    .type-3 .in_shop {
        display: block;
        position: absolute;
        bottom: -15px
    }

    .type-2 .item--price img {
        display: none
    }

    .type-2 .item {
        display: flex;
        align-items: flex-start;
        flex-direction: row
    }

    .type-2 .item--image img {
        height: auto;
        max-height: initial;
        min-height: inherit;
        position: relative;
    }

    .type-2 .item--image {
        width: 180px;
        padding-right: 48px;
        box-sizing: content-box;
        padding-top: 10px;
        padding-bottom: initial;
    }

    .type-2 .offers__content--right .item--price {
        flex-direction: column;
        align-items: flex-end;
        margin-top: -4px
    }

    .type-2 .item__nav {
        display: none
    }

    .offers__content--chess.type-2 > * {
        flex: 100% 0;
        margin-top: 30px;
        width: 100%;
    }

    .type-2 .price--old {
        display: block;
        margin-top: 9px;
        font-weight: 500
    }

    .type-2 .in_shop {
        display: block;
        margin-top: 7px
    }

    .type-2 .offers__content--bottom {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-top: 11px
    }

    .type-2 .offers__content--bottom .item--button {
        margin: 0;
        width: 115px;
        background: #302483;
        color: #fff;
        padding: 7px 0 6px;
        font-weight: 400;
        font-size: 12px
    }

    .type-2 .offers__content--right {
        width: 220px
    }

    .type-2 .add__basket--icon {
        display: none;
    }

    .type-2 .offers__content--top {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 50px
    }

    .type-2 .offers__content--footer .item__nav {
        display: flex;
        position: relative;
        right: auto;
        top: auto;
        flex-direction: row
    }

    .type-2 .offers__content--footer .item__nav--item {
        width: auto;
        background-repeat: no-repeat;
        background-position-x: left;
        /* padding-left: 35px; */
        border: none;
        font-size: 12px;
        font-family: "Open Sans";
        color: #302483;
        line-height: 1.2;
    }

    .type-2 .item__nav--item svg {
        margin-right: 5px;
    }

    .type-2 .offers__content--footer .item__nav--item:nth-child(1) {
        display: none
    }

    .type-2 .offers__content--footer .item__nav--item:not(:last-child) {
        margin-right: 43px
    }

    .type-2 .offers__content--wrapper {
        margin-top: 27px
    }

    .type-2 .offers__content--header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row
    }

    .type-2 .offers__content--footer .item--button {
        width: 220px;
        margin: 0;
        padding: 10px 0 9px;
        font-weight: 500;
        font-size: 15px
    }

    .type-2 .offers__content--footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px
    }

    .type-2 .toggle__specifications {
        display: block
    }

    .type-2 .item--code.active li {
        display: block
    }

    .offers__content.type-2 {
        flex-direction: column;
        margin-top: 0
    }
}

@media only screen and (max-width: 1400px) {
    .header__nav--link {
        /* padding:0 13px */
    }

    .fixed .menu.active {
        padding-left: calc((100% - 1110px) / 2);
        padding-right: calc((100% - 1110px) / 2)
    }
}

@media only screen and (max-width: 1199px) {
    .footer__wrap .row > * {
        margin-top: 15px;
    }

    .offers__count {
        flex-direction: column;
    }

    .basket__content--bottom .basket__content--column:last-child {
        padding: 0;
    }

    .item--price {
        font-size: 20px;
    }

    .catalog__el {
        width: 25%
    }

    .burger {
        width: 150px
    }

    .menu__nav--list {
        width: 150px
    }

    .menu__nav--sub {
        left: 135px
    }

    .header__nav--link {
        padding: 0 5px;
        font-size: 12px;
        letter-spacing: -0.7px;
    }

    .fixed .menu.active {
        padding-left: calc((100% - 930px) / 2);
        padding-right: calc((100% - 930px) / 2)
    }

    .logo--header {
        width: 150px !important
    }

    .logo--header img {
        width: 100%
    }

    .top__wrap > * {
        width: auto
    }

    .information + .search__wrap {
        width: 330px
    }

    .information {
        margin-left: 0
    }

    .offers__content--chess > * {
        flex: 25% 0;
    }
}

@media only screen and (max-width: 1140px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .type-3 .offers__content--top {
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        text-align: right;
    }

    .type-2 .item--name {
        width: 250px;
    }
}

@media only screen and (max-width: 991px) {
    .image-404 {
        margin-top: -50px;
        width: 100%;
    }

    .basket__content--top {
        display: none;
    }

    .offers__count {
        flex-direction: row;
    }

    .basket__content--column {
        flex: auto !important;
    }

    .basket__content--image {
        padding: 0;
    }

    .basket__content--bottom .basket__content--column:nth-child(1) {
        position: absolute;
        width: 70px;
        left: 0;
    }

    .basket__content--bottom .basket__content--column:nth-child(2) {
        width: 50%;
    }

    .basket__content--bottom .basket__content--column:nth-child(3) {
        order: 1;
        padding: 0;
        width: 100%;
        font-weight: 600;
    }

    .basket__content--bottom .basket__content--column:nth-child(4) {
        order: 2;
        padding: 0;
    }

    .basket__content--bottom .basket__content--column:nth-child(5) {
        width: 10%;
    }

    .basket__content--bottom .basket__content--column:nth-child(6) {
        width: 20%;
    }

    .basket__content--bottom .basket__content--column:nth-child(7) {
        width: 20%;
        padding-top: 20px;
    }

    .basket__content {
        margin: 0;
    }

    .basket__content--bottom {
        flex-wrap: wrap;
        padding-left: 85px;
        position: relative;
    }

    .type-3 .item--price {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .type-3 .in_shop {
        position: relative;
        bottom: 0;
        margin: 10px 0;
    }

    .fixed .menu.active {
        padding-left: calc((100% - 630px) / 2);
        padding-right: calc((100% - 690px) / 2);
        /* padding: 0; */
        left: 0;
    }

    .offers__content--chess > * {
        flex: 33% 0
    }

    .header__burger {
        display: block;
        height: 54px;
        margin-left: -15px
    }

    .logo--header span {
        display: none
    }

    .information {
        display: none
    }

    .placeholder {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        white-space: nowrap;
        overflow: hidden;
    }

    .end--search .search__mobile {

        position: relative;

        right: auto;

        opacity: 1;

        width: 100%;

        pointer-events: all;

    }

    .search__mobile {
        position: absolute;
        width: 0;
        right: 100%;
        z-index: 1;
        transition: all .3s;
        pointer-events: none;
        opacity: 0;
        transition: width .3s, opacity 1s
    }

    .search__wrap--form.active .search__help {
        width: 300px;
        pointer-events: all;
        opacity: 1;
        left: auto;
        right: 100%;
    }

    .search__wrap--form .search__help {
        opacity: 0;
        pointer-events: none;
    }

    .active .search__mobile {
        width: 300px;
        pointer-events: all;
        opacity: 1
    }

    .information + .search__wrap {
        width: 40px;
        margin-top: 0
    }

    .logo--header {
        width: 100% !important
    }

    .basket, .basket__inner {
        display: none !important
    }

    .header__basket {
        margin-top: 0
    }

    .top__wrap {
        align-items: center
    }

    .logo--header img {
        width: 120px
    }

    .header--top {
        padding: 2px 0;
        position: fixed;
        width: 100%
    }

    .count__mobile {
        display: block
    }

    .burger {
        display: none
    }

    .menu {
        opacity: 1;
        position: absolute;
        top: 0;
        z-index: 2;
        left: 50px;
        right: 0;
        width: auto
    }

    .header--bottom {
        position: fixed;
        bottom: 100%;
        background-color: transparent
    }

    .header--bottom.fixed {
        bottom: 100%;
        top: auto
    }

    .header--bottom.active {
        bottom: 0;
        top: 77px;
        overflow-x: scroll;
        pointer-events: none
    }

    .header--bottom::-webkit-scrollbar {
        width: 0
    }

    .header__nav--link {
        padding: 0 5px;
        position: relative;
        padding-left: 14px;
        font-size: 14px;
        font-family: "AvenirNextCyr";
        font-weight: 500;
        color: #000;
        line-height: 0.75;
        display: block;
        height: 37px;
        width: 100%;
        display: flex;
        align-items: center;
        z-index: 2;
        background: #fff;
        white-space: initial;
        text-align: left;
        justify-content: flex-start;
    }

    .header__nav--field {
        border-bottom: 1px solid #eee;
        border-left: none;
        width: 150px;
        flex: auto
    }

    .header__nav.nav {
        display: block;
        flex: auto;
        height: auto;
        background: #fff
    }

    .menu--top {
        flex-direction: column;
        pointer-events: all
    }

    .menu__nav--list {
        padding-top: 0;
        display: none;
        pointer-events: all;
    }

    .menu__nav--sub {
        display: none;
        padding: 15px 0 15px 15px
    }

    .menu__nav--second .menu__nav--sub {
        display: block;
        opacity: 1;
        left: 0;
        pointer-events: all;
        bottom: auto;
        top: 0;
    }

    .menu__nav--list > li:hover .menu__nav--sub {
        display: block;
    }

    .menu__nav--sel {
        /* flex: 0 0 50%!important; */
        display: inline-block;
        width: 50%;
    }

    .menu__nav--sel:not(:nth-child(-n+2)) {
        margin-top: 10px;
    }

    .end__image {
        display: none
    }

    .slide__content--title {
        font-size: 16px
    }

    .slide__content--title span {
        font-size: 15px;
        display: block
    }

    .slider__strong--title {
        font-size: 32px;
    }

    .slider__strong--title span {
        font-size: 28px;
    }

    .banner__column--left .slider__strong--image {
        right: 205px;
    }

    .banner__column--right .slider__strong--image {
        left: 220px;
    }

    .slider__strong--image {
        width: 55%;
    }

    .banner--link {
        margin-top: 20px
    }

    .banner__slider--order {
        display: flex;
        align-items: center
    }

    .slide__content {
        margin-top: 0
    }

    .mobile--jump {
        margin-top: 20px
    }

    .footer__nav--column > * {
        width: 50%;
        padding: 0 15px
    }

    .footer__nav--column {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .end--wrap, .footer__wrap {
        padding: 0
    }

    .faq__wrap > :nth-child(3), .faq__wrap > :nth-child(4) {
        margin-top: 20px
    }

    .header__basket--image {
        width: 50px;
        height: 50px;
        margin-right: 12px;
        margin-bottom: -2px;
    }

    .information + .search__wrap {
        margin-right: 26px
    }
}

@media only screen and (max-width: 767px) {
    .tabs li a {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .center--text {
        /* flex-direction: column; */
    }

    .text-2 {
        margin: 0;
        font-size: 100px;
    }

    .text-1 {
        margin: 0;
    }

    .image-404 {
        display: none;
    }

    .text-3 {
        margin-left: 0;
    }

    .tabs__item_second .tabs__form-bottom .tabs__form-bottom-text {
        width: 100%;
    }

    .tabs__item_second .tabs__form-bottom .tabs__form-bottom-prev {

        display: block !important;

        position: relative;
    }

    .tabs__item_second .tabs__form-left .tabs__form-bottom-prev {
        display: none;
    }

    .tabs__item_second .tabs__form-bottom, .tabs__item_first .tabs__form-bottom {
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tabs__item_second .tabs__form-title {
        margin-left: 0;
    }

    .tabs__item_second .tabs__form-right .tabs__field {
        margin-left: 0;
    }

    .tabs__control-link span {
        display: none;
    }

    .tabs__form-left, .tabs__form-right {
        width: 100%;
    }

    .tabs__form-right {
        margin-top: 20px;
    }

    .basket__content--price {
        justify-content: flex-end;
    }

    .basket__content--bottom .basket__content--column:nth-child(3) {
        order: 2;
        width: 50%;
    }

    .basket__content--bottom .basket__content--column:nth-child(4) {
        order: 4;
    }

    .offers__count {
        margin-right: 10px;
    }

    .basket__content--panel {
        justify-content: flex-end;
    }

    .basket__content--bottom .basket__content--column:nth-child(7) {
        width: 50%;
        padding-top: 0;
        order: 2;
    }

    .menu__nav--sel:not(:first-child) {
        margin-top: 10px;
    }

    .catalog__nav_left {
        width: 100%
    }

    .catalog__nav_sort:not(:first-child) {
        margin-left: 5px
    }

    .catalog__nav_sort {
        padding-right: 10px
    }

    .catalog__nav_right {
        display: none
    }

    .offers__content--chess > * {
        flex: 100% 0
    }

    .active .search__mobile {
        width: 210px
    }

    .menu__nav--sel {
        /* flex: 0 0 100%!important; */
        width: 100%;
    }

    .a-item {
        justify-content: center;
        flex-direction: column
    }

    .section__name {
        flex-direction: column;
        align-items: flex-start
    }

    .section__name--all {
        margin-left: 0
    }

    .catalog__el {
        flex: 0 0 50%
    }

    .faq__wrap > * {
        margin-top: 20px
    }

    .offers__slider {
        padding: 0
    }

    .offers__slider__slide:not(:first-child) {
        margin-top: 15px
    }

    .offers__nav--button {
        font-size: 10px;
        padding: 10px
    }

    .offers__nav {
        justify-content: space-between
    }

    .tabs__item_first .tabs__form-bottom-text {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .tabs__field_payment .tabs__popup {
        width: 100%;
        padding-left: 35px;
    }

    .tabs__item_fourth .tabs__field {
        flex-wrap: wrap;
    }

    .tabs__field_payment .tabs__label {
        width: 100%
    }

    .basket__content--bottom .basket__content--column:nth-child(2) {
        margin-bottom: 10px;
    }

    .basket__content--bottom {
        padding-left: 0;
        margin: 0;
    }

    .basket__content--bottom .basket__content--column:nth-child(1) {
        display: none;
    }

    .catalog__nav_left .catalog__sort {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .catalog__nav_sort {
        padding: 0;
        margin: 0 !important;
        margin-top: 10px !important;
    }

    .active .search__mobile {
        left: 0;
        right: 0;
        width: auto;
        top: 100%;
        background: #fff;
        padding-bottom: 10px;
        height: 50px
    }

    .search__wrap--form.active .search__help {
        left: 0;
        right: 0;
        width: auto;
        top: 100%;
        margin-top: 50px;
        /* padding-bottom: 10px; */
        /* height: 50px */
    }

    .search__wrap--form {
        position: unset
    }

    .search__wrap--form .placeholder {
        border-radius: 50px !important;
        margin-left: 15px;
        margin-right: 15px;
        width: auto;
        left: 0;
        right: 0;
        transition: all 0.5s linear;
    }

    .search__wrap--form .input__styled {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 30px);
        left: 0;
        right: 0;
        position: absolute;
        max-width: 100%
    }

    .height__fix {
        height: auto;
    }

    .slider__strong--image {
        position: relative;
        transform: none !important;
        top: 0;
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        max-width: 200px;
        margin: 15px auto 0;
    }

    .banner__column {
        margin: 0;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .banner__column .banner--link {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 500px) {
    .menu {
        left: 0
    }

    .menu__close.active {
        left: -21px;
        z-index: 99999;
        top: 0;
        pointer-events: all;
    }

    .menu__nav--sub {
        max-height: calc(100vh - 125px);
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 375px) {
    .banner__slider--order {
        display: none
    }
}

.offers__count--symbol {
    transition: all 0.2s linear;
}

.offers__count--symbol:hover {
    background: #a70b59;
    color: #fff;
}

.basket__content--text a, .search__help-link {
    color: #302483;
}

.basket__content--text a:hover, .search__help-link:hover {
    color: #a70b59;
}

.search__wrap .search__button svg {
    width: 20px;
    height: 20px;
    fill: #302483;
}

.header__basket--image {
    fill: #302483;
}

.basket_click:hover .header__basket--image {
    fill: #a70b59;
}

.offers__nav--button:not(.active):hover {
    color: #a70b59;
}

.faq__el:hover {
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.42);
}

.faq__el:hover .faq__el--name {
    color: #a70b59;
}

.catalog__el:hover {
    color: #a70b59;
    text-decoration: none;
}

.catalog__el:hover .catalog__el--name {
    color: #a70b59;
}

.search__wrap--form:hover .placeholder {
    border: 1px solid #302483 !important;
}

.search__styled:focus + label.placeholder {
    border: 1px solid #a70b59 !important;
}

.search__button:hover svg {
    fill: #a70b59;
}

.item--button--inline {
    display: inline-block;
    padding: 10px 15px;
    width: auto;
    text-decoration: none !important;
}

.pretitle-span span {
    color: #a70b59;
}

.copyMe {
    cursor: pointer;
}