@charset "UTF-8";

/*@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap);*/
@font-face {
    font-weight: 500;
    font-family: "Fedra Serif A Pro";
    font-style: normal;
    /* src: url(FedraSerifAPro-Medium.eot); */
    src: /*url(../fonts/FedraSerifAPro/FedraSerifAPro-Medium.eot?#iefix) format("embedded-opentype"),*/ url(../fonts/FedraSerifAPro/FedraSerifAPro-Medium.woff2) format("woff2"), url(../fonts/FedraSerifAPro/FedraSerifAPro-Medium.woff) format("woff"), url(../fonts/FedraSerifAPro/FedraSerifAPro-Medium.ttf) format("truetype"), url(../fonts/FedraSerifAPro/FedraSerifAPro-Medium.svg#FedraSerifAPro-Medium) format("svg");
    font-display: swap;
}

textarea {
    max-width: 1080px;
}

.field-inner textarea {
    max-width: 835px;
}

.app {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.app__header {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.app__content {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow: hidden;
}

/*.app__content ul:not([class]) {
	margin-bottom: 40px;

	font-family: "Open Sans", sans-serif;

	list-style-type: none;
}

.app__content ul:not([class]) li {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
	padding-left: 24px;
}

.app__content ul:not([class]) li:last-child {
	margin-bottom: 0;
}

.app__content ul:not([class]) li::before {
	position: relative;
	top: 10px;
	left: -20px;

	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 4px;
	height: 4px;

	background-color: #000;
	border-radius: 100%;

	content: "";
}*/
.app__footer {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.modal__done {
    color: green;
}

.flex-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: -5px -10px 15px -10px;
    /*margin-bottom: 20px;
    gap: 10px 20px;
     */
}

.flex-row > * {
    margin: 5px 10px;
}

.flex-row:last-child {
    margin-bottom: 0;
}

.bonus {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    /*
        -webkit-align-items: flex-start;
    align-items: flex-start;
     */
}

.bonus__img {
    top: 6px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
}

.bonus__left {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-right: 20px;
}

.bonus__count {
    margin-right: 5px;
    color: #000;
    font-weight: 500;
    font-size: 30px;
    font-family: "Fedra Serif A Pro";
    font-style: normal;
    line-height: 22px;
}

.bonus__right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.bonus__title {
    color: #666;
    font-weight: 700;
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    line-height: 22px;
    text-transform: uppercase;
}

.fancybox-navigation {
    height: 100vh;
}

.bonus__subtitle {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    font-family: "Fedra Serif A Pro";
    font-style: normal;
    line-height: 22px;
}

.btn {
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
}

.btn__content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: left;
    text-align: left;
}

.btn__icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    transition: all 0.5s linear;
}

.btn__text {
    color: #000;
    display: inline;
}

.btn__icon--message {
    width: 18px;
    height: 18px;
}

.btn__icon--border-marker {
    width: 14px;
    height: 17px;
}

.btn__icon--plus {
    width: 14px;
    height: 14px;
}

.btn__icon--magnifier {
    width: 14px;
    height: 14px;
    color: #25282b;
}

.btn__icon--account-doors {
    width: 14px;
    height: 17px;
    color: #25282b;
}

.btn__icon--right-green-icon {
    position: relative;
}

.btn__icon--right-green-icon:after {
    position: absolute;
    bottom: -4px;
    right: -4px;
    content: "";
    height: 12px;
    width: 12px;
    background: #3FCA77;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
}

.btn__icon--close {
    width: 10px;
    height: 10px;
    color: #d5d5d5;
}

.btn__icon--info {
    width: 20px;
    height: 20px;
}

.btn__icon--share {
    width: 16px;
    height: 20px;
}

.btn__icon--copy {
    width: 20px;
    height: 20px;
}

.btn__icon--edit {
    width: 17px;
    height: 17px;
}

.btn__icon--shopping-cart {
    width: 18px;
    height: 17px;
    color: #25282b;
}

.btn__icon--back {
    width: 14px;
    height: 14px;
}

.btn__icon--horizontal-more {
    width: 4px;
    height: 18px;
    color: #c4c4c4;
}

.btn__icon--trashcan {
    width: 17px;
    height: 19px;
    color: #c4c4c4;
}

.btn__icon--what {
    width: 19px;
    height: 19px;
    color: #000;
}

.btn__icon--callback-phone {
    width: 16px;
    height: 16px;
    color: #000;
}

.btn__icon--hamburger {
    width: 15px;
    height: 12px;
}

.btn__icon--hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #555;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: all 0.3s ease;
}

.btn__icon--hamburger span:nth-child(1) {
    top: 0;
}

.btn__icon--hamburger span:nth-child(2) {
    top: 5px;
    transition: all 0s ease;
}

.btn__icon--hamburger span:nth-child(3) {
    top: 10px;
}

.btn__icon--hamburger.btn__icon--open span:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.btn__icon--hamburger.btn__icon--open span:nth-child(2) {
    opacity: 0;
}

.btn__icon--hamburger.btn__icon--open span:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.btn--orange {
    padding: 10px 30px;
    color: #000;
    font-size: 1.2rem;
    font-family: "Fedra Serif A Pro";
    line-height: 2rem;
    background-color: #f0bd00;
    border-radius: 2px;
}

.btn--orange .btn__content {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.btn--orange .btn__icon {
    top: 4px;
    margin-right: 15px;
}

.btn--border-text {
    color: #000;
    font-size: 1.2rem;
    font-family: "Fedra Serif A Pro";
    background-color: transparent;
}

.btn--border-text .btn__icon {
    margin-right: 20px;
    color: #c4c4c4;
}

.btn--border-text .btn__text {
    padding-bottom: 2px;
    border-bottom: 1px solid #ddd;
}

.btn--dashed-text {
    color: #000;
    font-size: 1.2rem;
    font-family: "Fedra Serif A Pro";
    background-color: transparent;
}

.btn--dashed-text .btn__icon {
    margin-right: 20px;
    color: #c4c4c4;
}

.btn--dashed-text .btn__text {
    padding-bottom: 2px;
    border-bottom: 1px dashed #ddd;
}

.btn--yellow-icon .btn__icon {
    color: #f0bd00;
}

.btn--green-border {
    padding: 14px 43px;
    color: #000;
    font-size: 1.5rem;
    font-family: "Fedra Serif A Pro";
    text-decoration: none;
    border-radius: 12px;
    background-color:#B7D58F ;
}

.btn--green-border:hover{
    background-color: #154339;
    color: #fff;
}

.btn--border-bottom {
    color: #000;
    font-size: 1.4rem;
    font-family: "Fedra Serif A Pro";
    background-color: transparent;
}

.btn--border-bottom .btn__text {
    border-bottom: 1px solid #ddd;
}

.btn--border-bottom:hover .btn__text {
    border-bottom-color: transparent;
}

.btn--dashed-bottom {
    color: #000;
    font-size: 1.4rem;
    font-family: "Fedra Serif A Pro";
    background-color: transparent;
    border-bottom: 1px dashed #ddd;
}

.btn--text {
    color: #000;
    font-size: 1.2rem;
    font-family: "Fedra Serif A Pro";
    line-height: 2.2rem;
}

.btn--text .btn__icon {
    margin-right: 15px;
    color: #c4c4c4;
}

.btn--gray {
    padding: 10px 20px;
    font-size: 1.2rem;
    font-family: "Open Sans", sans-serif;
    background-color: #f4f4f4;
    border-radius: 3px;
}

.btn--gray .btn__text {
    color: #555;
}

.btn--gray .btn__content {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.btn--gray .btn__content > * {
    margin-right: 20px;
}

.btn--gray .btn__content > :last-child {
    margin-right: 0;
}

.btn--gray .btn__text--color {
    color: #999;
}

.btn__text--uppercase {
    font-weight: 700;
    text-transform: uppercase;
}

.btn--hamburger .btn__icon--hamburger {
    margin-right: 10px;
}

.vertical-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.vertical-menu__item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.vertical-menu__item--active {
    background-color: #f0bd00;
}

.vertical-menu__item--active .vertical-menu__link {
    color: #000;
}

.vertical-menu__link {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 10px 30px;
    color: #999;
    text-decoration: none;
}

.vertical-menu__item--col {
    padding: 10px 30px;
    color: #c4c4c4;
}

.vertical-menu__item--col .vertical-menu__link {
    padding: 0;
    color: #666;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
}

.vertical-menu__icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 25px;
}

.vertical-menu__icon--exit {
    width: 16px;
    height: 16px;
}

.input {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.input__label {
    color: #000;
    font-size: 1.2rem;
}

.input__label span {
    top: -3px;
    color: red;
}

.input__field {
    width: 100%;
    padding: 14px 20px;
    color: #666;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    margin-bottom: 0;
}

.input__field:disabled {
    background-color: #f4f4f4;
    border-color: #eee;
}

.input__field--focus,
.input__field:focus {
    border-color: #f0bd00;
}

.input__field--text {
    border-color: #000;
}

.input__placeholder {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 14px 20px;
    color: #666;
    font-family: "Open Sans", sans-serif;
    transition: opacity 0.5s linear;
    pointer-events: none;
}

.input__placeholder--opacity {
    opacity: 0.3;
}

.input__placeholder--hidden {
    opacity: 0;
}

.input__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.input__icon--left {
    left: 10px;
}

.input__icon--right {
    right: 20px;
}

.input__icon--magnifier {
    width: 14px;
    height: 14px;
    color: #25282b;
}

.input__icon--calendar {
    width: 16px;
    height: 18px;
    color: #c4c4c4;
}

.textarea {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.textarea__label {
    color: #000;
    font-size: 1.2rem;
}

.textarea__label span {
    top: -3px;
    color: red;
}

.textarea__field {
    width: 100%;
    min-height: 186px;
    padding: 14px 20px;
    color: #666;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    resize: vertical;
}

.textarea__field:disabled {
    background-color: #f4f4f4;
    border-color: #eee;
}

.textarea__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.textarea__icon--left {
    left: 10px;
}

.textarea__icon--right {
    right: 20px;
}

.textarea__icon--magnifier {
    width: 14px;
    height: 14px;
    color: #25282b;
}

.textarea__icon--calendar {
    width: 16px;
    height: 18px;
    color: #c4c4c4;
}

.radio {
    display: -webkit-flex;
    display: flex;
}

.radio__input {
    display: none;
    visibility: collapse;
    opacity: 0;
}

.radio__input:checked + .radio__label .radio__decoration::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.radio__label {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-right: 30px;
    cursor: pointer;
}

.radio__decoration {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.radio__decoration::after {
    width: 8px;
    height: 8px;
    background-color: #777;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease;
    content: "";
}

.radio__text {
    max-width: 532px;
    color: #666;
    font-family: "Open Sans", sans-serif;
}

.radio__actions {
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    -webkit-align-items: center;
    align-items: center;
}

.radio__btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #c4c4c4;
    cursor: pointer;
    transition: all 0.5s ease;
}

.radio__btn:hover {
    color: #000;
}

.radio__icon--edit {
    width: 17px;
    height: 17px;
}

.radio__icon--remove {
    width: 12px;
    height: 12px;
}

.checkbox-new {
    display: -webkit-flex;
    display: flex;
}

.checkbox__input {
    display: none;
    visibility: collapse;
    opacity: 0;
}

.checkbox__input:checked + .checkbox__label .checkbox__decoration::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.checkbox__label {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-right: 30px;
    cursor: pointer;
}

.checkbox__decoration {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #ccc;
}

.checkbox__decoration::after {
    width: 9px;
    height: 13px;
    background-image: url(../img/icons/vector/checkbox-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease;
    content: "";
}

.checkbox__text {
    color: #666;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
}

.personal-data {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.personal-data__inputs {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(237px, 1fr));*/
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    gap: 20px 24px;
    margin-bottom: 60px;
}

.personal-data__inputs .bx-flag-16 {
    left: 10px;
    position: absolute;
    top: calc(50% - 8px);
    z-index: 10;
}

.personal-data__flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.personal-data__flex:last-child {
    margin-bottom: 0;
}

.personal-data__radio {
    margin-bottom: 16px;
}

.personal-data__radio:last-child {
    margin-bottom: 0;
}

.personal-data__list-old-adrresses {
    margin-bottom: 40px;
}

.personal-data__list-new-addresses {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 20px 0px;
}

.personal-data__list-new-addresses .btn__content {
    margin-bottom: 5px;
}

/*
.personal-data__new-address {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 0 24px;
}

.personal-data__addresses {
	margin-bottom: 60px;
}*/
.personal-data__new-address {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    align-items: flex-end;
    margin: -5px -12px;
}

.personal-data__new-address > * {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    margin: 5px 12px;
}

.personal-data__new-address > :first-child {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    min-width: 200px;
}

.personal-data__new-address > :last-child {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 70px;
}

.personal-data__addresses {
    margin-bottom: 60px;
}

.personal-data__approval {
    margin-bottom: 20px;
}

.personal-data__save {
    margin-right: 87px;
}

.personal-data__new-password {
    margin-right: auto;
}

.sidebar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.sidebar__top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 30px;
    background-color: #f4f4f4;
}

.sidebar__user-name {
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.sidebar__bonus {
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 30px;
}

.dropdown-select {
    font-family: "Open Sans", sans-serif;
}

.dropdown-select__top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.dropdown-select__title {
    margin-right: 5px;
}

.dropdown-select__arrow {
    width: 0;
    height: 0;
    border-color: #aaa transparent transparent transparent;
    border-style: solid;
    border-width: 4px 3px 0 3px;
}

.dropdown-select__modal {
    position: absolute;
    top: 30px;
    z-index: 5;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: -webkit-max-content;
    width: max-content;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    visibility: collapse;
    opacity: 0;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 101;
}

.dropdown-select__modal--show {
    top: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select__modal-top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding-left: 25px;
    border-bottom: 1px solid #eee;
}

.dropdown-select__info-title {
    margin-right: auto;
    color: #555;
    font-size: 0.95rem;
    text-transform: uppercase;
}

.dropdown-select__close {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    cursor: pointer;
}

.dropdown-select__icon--close {
    width: 15px;
    height: 15px;
}

.dropdown-select__list-items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: auto;
}

.dropdown-select__col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.dropdown-select__item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    max-height: 39px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.dropdown-select__link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-width: 100%;
    padding: 10px 20px;
    color: #555;
    text-decoration: none;
}

.dropdown-select__link:hover {
    background-color: #fbfbfb;
}

.dropdown-select__left-text {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 150px;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: initial;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dropdown-select__right-text {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
}

.top-search {
    width: 45px;
    height: 45px;
}

.top-search__show-search {
    width: 45px;
    height: 45px;
}

.top-search__form {
    position: absolute;
    top: 0;
    right: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: all 0.5s linear;
    pointer-events: none;
}

.top-search__form--show {
    width: 300px;
    opacity: 1;
    pointer-events: auto;
}

.top-search__form--show .top-search__input .input__field {
    opacity: 1;
}

.top-search__input {
    width: 100%;
    height: 30px;
    transition: all 0.5s linear;
}

.top-search__input .input__field {
    padding: 5px 14px 5px 34px;
    opacity: 0;
}

.info-work {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    font-family: "Open Sans", sans-serif;
}

.info-work__col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-right: 16px;
}

.info-work__dropdown-select {
    margin-bottom: 2px;
}

.info-work__dropdown-select .dropdown-select__modal--show {
    top: -10px;
}

.info-work__time {
    color: #555;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 0.8px;
}

.info-work__delivery {
    color: #999;
    font-size: 1rem;
    line-height: 1.3rem;
}

.info-basket {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #666;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1rem;
    text-transform: uppercase;
}

.info-basket__icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 18px;
    height: 17px;
    margin-right: 13px;
    cursor: pointer;
    color: #25282b;
}

.info-basket__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.info-basket__count {
    margin-bottom: 3px;
}

.info-basket__count span {
    font-weight: 700;
}

.info-basket__price {
    font-weight: 700;
}

.header-top-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: auto;
    font-weight: 600;
    font-size: 0.9rem;
    font-family: "Open Sans", sans-serif;
    line-height: 4rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-top-menu__item {
    margin-right: 10px;
}

.header-top-menu__item:last-child {
    margin-right: 0;
}

.header-top-menu__link {
    color: #555;
    text-decoration: none;
}

.header-top-menu__link:hover {
    color: #F0BD00;
}

.logo {
    display: -webkit-flex;
    display: flex;
}

.logo__link {
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
}

.logo__img {
    max-width: 100%;
    height: 125px;
    width: 125px;
}

.header-middle-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.header-middle-menu__item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-color: transparent;
    border-bottom: 5px solid;
}

.header-middle-menu__item:nth-child(1) {
    border-bottom-color: #f6da73;
}

.header-middle-menu__item:nth-child(1):hover {
    background-color: rgba(246, 218, 115, 0.2);
}

.header-middle-menu__item:nth-child(2) {
    border-bottom-color: #bfb9cf;
}

.header-middle-menu__item:nth-child(2):hover {
    background-color: rgba(191, 185, 207, 0.2);
}

.header-middle-menu__item:nth-child(3) {
    border-bottom-color: #b7c06f;
}

.header-middle-menu__item:nth-child(3):hover {
    background-color: rgba(183, 192, 111, 0.2);
}

.header-middle-menu__item:nth-child(4) {
    border-bottom-color: #ffa100;
}

.header-middle-menu__item:nth-child(4):hover {
    background-color: rgba(255, 161, 0, 0.2);
}

.header-middle-menu__item--active {
    border-bottom: 10px solid;
}

.header-middle-menu__link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 53px;
    height: auto;
    text-decoration: none;
}

.header-middle-menu__item--active .header-middle-menu__link {
    padding: 11px 0 0;
}

.header-middle-menu__link span {
    padding: 8px;
    color: #333;
    font-size: 1.2rem;
    font-family: "Fedra Serif A Pro";
    line-height: 1.5rem;
}

.header-middle-menu__img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0 10px;
}

.header-middle-menu ~ .header-bottom-menu {
    width: 100%;
}

.dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    width: 220px;
    height: auto;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 12px 40px 10px rgba(0, 0, 0, 0.05);
    visibility: collapse;
    opacity: 0;
    transition: all 0.5s linear;
}

.dropdown::before {
    width: 100%;
    height: 3px;
    margin-bottom: 7px;
    background-color: #F0BD00;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    content: "";
}

.dropdown__item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 7px;
}

.dropdown__item:last-child {
    margin-bottom: 0;
}

.dropdown__link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 5px 10px;
    color: #555;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.4rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.dropdown__link--active {
    font-weight: bold;
    color: #333;
}

.dropdown__link:hover {
    color: #000;
}

.header-bottom-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

.header-bottom-menu__dropdown {
    top: 100%;
    margin-top: -3px;
}

.header-bottom-menu__item:last-child .header-bottom-menu__dropdown {
    right: 0;
    left: unset;
}

.header-bottom-menu__item:nth-last-child(2) .header-bottom-menu__dropdown {
    right: 0;
    left: unset;
}

.header-bottom-menu__item:hover .header-bottom-menu__dropdown {
    /*top: calc(100% + 40px);*/
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.header-bottom-menu__dropdown {
    top: 100%;
    margin-top: -3px;
}

.header-bottom-menu__link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #555;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1.4rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 8px 16px;
}

.header-bottom-menu__link:hover {
    color: #F0BD00;
}

.header-bottom-menu__link span {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 1px;
}

.header-bottom-menu__link--active::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    content: "";
}

.header-bottom-menu__link:hover::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #F0BD00;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    content: "";
}

.header {
    border-bottom: 1px solid #eee;
}

.header__top {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    position: fixed;
    width: 100%;
    z-index: 500;
    background: #fff;
}

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

.header__hamburger {
    display: none;
    padding: 0;
}

.header__info-work {
    margin-right: auto;
}

.header__phones {
    display: -webkit-flex;
    display: flex;
    margin-right: 10px;
    font-size: 1.1rem;
}

.header__phone {
    margin-right: 30px;
    color: #555;
    font-weight: 700;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

.header__phone-multi {
    font-size: 10px;
}

.header__icon-phone {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
}

.header__wrap-phones {
    display: grid;
    grid-template-columns: auto auto;
    margin-left: 7px;
}

.icon--what {
    width: 19px;
    height: 19px;
    color: #000;
}

.icon--what:hover {
    color: #F0BD00;
}

.global-container-spacing {
    margin-top: 28px;
}

.header__callback {
    margin-right: auto;
    padding-bottom: 3px;
    color: #555;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
    line-height: normal;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
    border-left: none;
    outline: 0;
}

.header__callback:hover {
    color: #F0BD00;
    border-bottom: 1px solid #F0BD00;
}

.header__search {
    margin-right: auto;
}

.header__search.header__search--mobile {
    display: none;
}

.header__mobile-logo {
    display: none;
}

.header__basket {
    margin-right: auto;
}

.header__logo {
    margin-right: 21px;
}

.header__middle {
    margin-bottom: 26px;
}

.header__bottom {
    padding-top: 56px;
}

.header__bottom-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*gap: 0 25px;*/
    -webkit-align-items: center;
    align-items: center;
}

.header-bottom-menu {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.discounts-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 30px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.discounts-block__title {
    margin-bottom: 18px;
    color: #000;
    font-size: 1.2rem;
    line-height: 2.2rem;
}

.discounts-block__percent {
    margin-bottom: 27px;
    color: #000;
    font-size: 6rem;
    line-height: 4rem;
}

.discounts-block__percent span {
    font-size: 3rem;
}

.discounts-block__info {
    margin-bottom: 43px;
    color: #666;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
    line-height: 2.2rem;
}

.main__title {
    margin-bottom: 40px;
    font-size: 2.4rem;
    line-height: 2rem;
}

.main__subtitle {
    margin-right: auto;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.content__container {
    display: grid;
    grid-template-columns: 23.24fr 74.41fr;
    gap: 40px 24px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.content__sidebar {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 237px;
}

.content__main {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 3.2;
    flex-grow: 3.2;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    min-width: 400px;
}

.global-container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.global-container .global-container {
    padding: 0;
}

.breadcrumbs-new {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 16px auto 8px;
    padding-right: 30px;
    font-size: 1.4rem;
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.breadcrumbs__item:not(:last-child) {
    margin-right: 10px;
    padding-right: 17px;
}

.breadcrumbs__item:not(:last-child)::after {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 7px;
    height: 8px;
    margin-left: 10px;
    background: url(../img/icons/vector/breadcrumbs-arrow.svg) no-repeat no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
}

.breadcrumbs__item:last-child .breadcrumbs__link {
    margin-right: 0;
    pointer-events: none;
}

.breadcrumbs__link {
    margin-right: 10px;
    color: #000;
    text-decoration: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 20px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.6);
    visibility: collapse;
    opacity: 0;
    pointer-events: none;
}

.modal--show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 672px;
    margin: auto;
    padding: 60px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.modal__close {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    z-index: 1;
}

.modal__title {
    margin-bottom: 20px;
    color: #000;
    font-size: 2.4rem;
    line-height: 2rem;
}

.modal__description {
    display: block;
    margin-bottom: 40px;
    color: #666;
    font-family: "Open Sans", sans-serif;
}

.modal-form__input {
    margin-bottom: 20px;
}

.modal__error {
    margin-bottom: 10px;
    display: block;
    color: #ff0404;
    font-family: "Open Sans", sans-serif;
}

.modal__reg_error {
    border: 1px solid red;
}

#socServPopupMailRuOpenID {
    margin-left: 16px;
}

.modal__info {
    margin-bottom: 10px;
    color: #000;
    font-size: 1.2rem;
}

.modal__link {
    color: #000;
    font-size: 1.6rem;
    line-height: 2.1rem;
    text-decoration: none;
}

.modal-form__subsection {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}

.modal-form__subsection-title {
    font-size: 1.2rem;
}

.modal-form__select {
    width: 100%;
    margin-bottom: 20px;
}

.modal-form__select:last-child {
    margin-bottom: 0;
}

.modal__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.modal__grid > * {
    margin-bottom: 0;
}

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

.modal_row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.modal__inner-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.4rem;
}

.modal-auth__registration {
    margin-left: 5px;
}

.modal-auth__forgot-password {
    margin-right: auto;
}

.modal-form__checkbox {
    margin-bottom: 20px;
}

.discounts {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: -12px;
}

.discounts__col {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    margin: 12px;
}

.discounts__col:first-child {
    -webkit-flex-grow: 2.1;
    flex-grow: 2.1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    min-width: 237px;
}

.discounts__col:last-child {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 237px;
}

.discounts__box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.discounts__box:last-child {
    margin-bottom: 0;
}

.discounts__box > * {
    margin: 5px 10px;
}

.discounts__input {
    width: 100%;
    margin-bottom: 10px;
}

.discounts__add-cart {
    margin-right: auto;
}

.discounts__subtitle {
    margin-bottom: 20px;
}

.discounts__copy-promo {
    margin-right: auto;
}

.rating {
    width: 90px;
    height: 13px;
}

.rating::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icons/vector/gray-star.svg);
    background-repeat: repeat-x;
    content: "";
}

.rating span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-image: url(../img/icons/vector/gold-star.svg);
    background-repeat: repeat-x;
}

.orders-slider {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.orders-slider__content {
    margin-right: -12px;
    margin-left: -12px;
}

.orders-slider__item {
    padding-right: 12px;
    padding-left: 12px;
}

.orders-slider__nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.orders-slider__prev {
    margin-right: 40px;
    cursor: pointer;
}

.orders-slider__next {
    cursor: pointer;
}

.orders-slider__arrow {
    width: 6px;
    height: 12px;
    color: #25282b;
}

.orders-slider__arrow--left {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.product-card__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.product-card__top {
    margin-bottom: 20px;
}

.product-card__wrapper-img {
    max-width: 100%;
    /*padding-bottom: 100%;*/
    overflow: hidden;
    text-align: center;
}

.product-card__img {
    /*	position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    width: 236px;
    height: 236px;
    object-fit: contain;
}

.product-card__tag {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1.3rem;
    border-radius: 5px;
}

.product-card__tag--purple {
    background-color: #8767dc;
}

.product-card__tag--green {
    background-color: #77dc67;
}

.product-card__middle {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 19px;
}

.product-card__rating {
    margin-bottom: 20px;
}

.product-card__title {
    color: #000;
    text-decoration: none;
}

.product-card__subtitle {
    margin-bottom: 20px;
    color: #999;
    font-size: 1.2rem;
}

.product-card__description {
    color: #666;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
}

.product-card__bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.product-card__price {
    margin-right: auto;
}

.product-card__add-favourites {
    width: 20px;
    height: 17px;
    cursor: pointer;
}

.product-card__add-favourites::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icons/vector/border-heart.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease;
    content: "";
    pointer-events: none;
}

.product-card__add-favourites::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icons/vector/purple-heart.svg);
    background-repeat: no-repeat;
    background-size: cover;
    visibility: collapse;
    opacity: 0;
    transition: all 0.5s ease;
    content: "";
    pointer-events: none;
}

.product-card__add-favourites--active::before {
    visibility: collapse;
    opacity: 0;
}

.product-card__add-favourites--active::after {
    visibility: visible;
    opacity: 1;
}

.product-card__wt {
    width: 100%;
    color: #999;
    font-size: 1.2rem;
}

.product-card--no::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    content: "";
}

.product-card--no .product-card__top::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: -webkit-max-content;
    width: max-content;
    padding: 24px 37px;
    color: #000;
    font-size: 1.5rem;
    font-family: "Fedra Serif A Pro";
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "Нет в наличии";
}

.list {
    display: grid;
    grid-auto-flow: row;
    gap: 15px 0;
    margin-bottom: 60px;
}

.list:last-child {
    margin-bottom: 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(234px, 1fr));
    gap: 24px;
    margin-bottom: 60px;
}

.grid:last-child {
    margin-bottom: 0;
}

.big-informer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 60px;
    overflow: hidden;
    border-radius: 3px;
}

.big-informer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    content: "";
}

.big-informer--warning {
    background-color: #fef6e3;
}

.big-informer--warning::before {
    background-color: #f6da73;
}

.big-informer__title {
    margin-bottom: 20px;
    color: #000;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: center;
}

.big-informer__description {
    margin-bottom: 40px;
    color: #666;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
    line-height: 2.2rem;
    text-align: center;
}

.orders-item {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 30% 15% 20% 35%;
    gap: 30px;
    padding: 30px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.orders-item__col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.orders-item__col > :first-child {
    margin-bottom: 30px;
}

.orders-item__number {
    color: #666;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

.orders-item__price {
    font-size: 1.8rem;
}

.orders-item__address {
    color: #666;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
}

.orders-item__date {
    color: #666;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
}

.orders-status {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.orders-status__icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.orders-status__icon--car {
    width: 18px;
    height: 15px;
    color: #b7c06f;
}

.orders-status__icon--bag {
    width: 13px;
    height: 15px;
    color: #f0bd00;
}

.orders-status__icon--check {
    width: 13px;
    height: 9px;
    color: #c4c4c4;
}

.orders-status__text {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    color: #666;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
}

.inner-order {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.inner-order__status {
    margin-bottom: 40px;
}

.inner-order__sum {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 42px;
    margin-left: auto;
    color: #000;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.inner-order__sum::before {
    width: -webkit-max-content;
    width: max-content;
    margin-right: 38px;
    color: #666;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
    line-height: 2.2rem;
    content: "итого";
}

.inner-order__repeat {
    margin-left: auto;
}

.table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}

.table th {
    color: #666;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.table tbody {
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.table tbody tr {
    border-bottom: 1px solid #eee;
}

.table tbody tr:last-child {
    border-bottom-color: transparent;
}

.table tbody span {
    color: #666;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
}

.table a,
.table span {
    display: -webkit-flex;
    display: flex;
    padding: 30px 15px;
}

.table__name {
    color: #000;
    text-decoration: none;
}

.gray-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-align-self: stretch;
    align-self: stretch;
    min-width: 270px;
    margin-right: auto;
    padding: 30px 40px;
    background: #f4f4f4;
    border: 1px solid #eee;
    border-radius: 3px;
}

.gray-block:last-child {
    margin-right: 0;
}

.gray-block__title {
    margin-right: auto;
    margin-bottom: 8px;
}

.gray-block__price {
    margin-bottom: 8px;
}

.gray-block__top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gray-block__description {
    margin-bottom: 28px;
    color: #666;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
}

.gray-block__description:last-child {
    margin-bottom: 0;
}

.gray-block__info {
    color: #666;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1.3rem;
}

.certificate {
    overflow: hidden;
    text-decoration: none;
    border-radius: 5px;
}

.certificate__decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.certificate__circle {
    position: absolute;
    border: 50px solid #fff;
    border-radius: 100%;
    opacity: 0.4;
}

.certificate__circle::after {
    display: block;
    padding-bottom: 100%;
    content: "";
}

.certificate__circle--1 {
    top: -38.44%;
    right: -51.9%;
    width: 103.8%;
}

.certificate__circle--2 {
    bottom: -22.19%;
    left: -29.96%;
    width: 59.9%;
}

.certificate__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px;
}

.certificate__title {
    margin-bottom: 20px;
    color: #000;
    font-size: 1.6rem;
    line-height: 2.1rem;
}

.certificate__description {
    margin-bottom: 69px;
    color: #666;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
}

.certificate__number {
    margin-bottom: 10px;
    color: #000;
    font-size: 1.8rem;
}

.certificate__validity-period {
    color: #666;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
}

.info-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 20px;
    background-color: #fef6e3;
    border-radius: 3px;
}

.info-box > * {
    margin: 10px;
}

.info-box__title {
    max-width: 377px;
    color: #000;
    font-family: "Open Sans", sans-serif;
}

.action-tooltip {
    z-index: 5;
}

.action-tooltip__modal {
    position: absolute;
    top: 0;
    right: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 20px;
    background: #f4f4f4;
    border: 1px solid #eee;
    border-radius: 3px;
    visibility: collapse;
    opacity: 0;
    transition: all 0.5s linear;
    pointer-events: none;
}

.action-tooltip__modal > * {
    margin-bottom: 10px;
}

.action-tooltip__modal > :last-child {
    margin-bottom: 0;
}

.action-tooltip__modal--show {
    right: 20px;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.action-tooltip__show {
    padding-left: 20px;
}

.action-tooltip__show:hover .btn__icon {
    color: #000;
}

.notes-item {
    display: -webkit-flex;
    display: flex;
    padding: 30px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.notes-item__tooltip {
    position: absolute;
    top: 20px;
    right: 20px;
}

.notes-item__col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    min-width: 224px;
}

.notes-item__col:last-child {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: calc(100% - 275px);
}

.notes-item__wrapper-img {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 91px;
    height: 91px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 100%;
}

.notes-item__title-product {
    max-width: 210px;
}

.notes-item__subtitle-product {
    max-width: 210px;
    color: #999;
    font-size: 1.2rem;
}

.notes-item__date-create {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-bottom: 10px;
    color: #666;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1.3rem;
}

.notes-item__title {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.notes-item__wrapper-description {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow: hidden;
}

.notes-item__wrapper-description::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 101px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 67.49%);
    content: "";
}

.notes-item__description {
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
}

.notes-item:not(.notes-item--small) {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
}

.notes-item:not(.notes-item--small) > * {
    margin: 25px;
}

.notes-item:not(.notes-item--small) .notes-item__wrapper-description {
    height: 152px;
    max-height: 152px;
}

.notes-item:not(.notes-item--small) .notes-item__description {
    max-width: 438px;
}

.notes-item--small {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.notes-item--small .notes-item__wrapper-description {
    height: 117px;
    max-height: 87px;
}

.select2 {
    font-family: "Open Sans", sans-serif;
}

.select2-container {
    margin-bottom: 20px;
}

.select2-selection.select2-selection--single {
    height: auto;
    padding: 11px 20px;
    border-color: #ccc;
    border-radius: 3px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 0;
}

.slide-tabs {
    overflow: hidden;
}

.slide-tabs__top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.slide-tabs__nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 20px;
    color: #cbcbcb;
    font-size: 2.4rem;
    line-height: 2rem;
    cursor: pointer;
    transition: all 0.5s linear;
}

.slide-tabs__nav:last-child {
    margin-right: 0;
}

.slide-tabs__nav::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f0bd00;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    transition: all 0.5s linear;
    content: "";
}

.slide-tabs__nav--active {
    color: #000;
    cursor: default;
    pointer-events: none;
}

.slide-tabs__nav--active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.slide-tabs__bottom {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s linear;
}

.slide-tabs__content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 0;
    opacity: 0;
    transition: all 0.5s linear;
}

.slide-tabs__content--active {
    height: auto;
    opacity: 1;
}

.mobile-top-search {
    display: none;
}

.mobile-top-search__input .input__field,
.mobile-top-search__input .input__placeholder {
    padding-left: 55px;
}

.mobile-top-search__btn {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-inner-header {
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    padding-bottom: 0;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.mobile-inner-header__content {
    display: grid;
    gap: 20px;
    padding-bottom: 20px;
}

.mobile-inner-header__row {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 5px 10px;
}

.mobile-inner-header-menu {
    display: grid;
    gap: 20px 0;
    font-family: "Open Sans", sans-serif;
    list-style-type: none;
}

.mobile-inner-header-menu__item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.mobile-inner-header-menu__link {
    color: #555;
    text-transform: uppercase;
    text-decoration: none;
}

.mobile-inner-header-menu__link span {
    font-weight: 700;
}

.mobile-inner-header-menu__arrow {
    width: 0;
    height: 0;
    margin-right: 10px;
    border-color: #aaa transparent transparent transparent;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    transition: all 0.5s linear;
}

.mobile-inner-header-menu__dropdown {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 10px;
    background-color: transparent;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
}

.mobile-inner-header-menu__dropdown::before {
    display: none;
}

.mobile-inner-header-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 8px;
    background-color: #f4f4f4;
    border: 1px solid #eee;
}

.mobile-inner-header-nav__item {
    margin: 4px 8px;
}

.mobile-inner-header-nav__link {
    color: #555;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

.mobile-inner-header__info-work {
    display: none;
}

* {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
}

body {
    font-size: 1.5rem;
    font-family: "Fedra Serif A Pro";
    line-height: 2.2rem;
}

#filter-window .price-filter {
    gap: 26px;
    margin-bottom: 46px;
}

#filter-window .price-filter .inputs {
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #c7d0d2;
    margin-top: 10px;
    grid-column: 1 / span 3;
}

#filter-window .price-filter .price-input {
    width: 82px;
    appearance: none;
    height: 25px;
    border: 1px solid currentColor;
    text-align: center;
    color: inherit;
    margin: 0;
}

div.rangeSlider {
    grid-column: 1 / span 3;
    width: 65%;
    height: 2px;
    background-color: #f0f0f0;
    border: none;
}

div.rangeSlider .noUi-connect {
    height: 3px;
    top: -0.5px;
    background-color: #999;
}

div.rangeSlider .noUi-handle {
    width: 10px;
    height: 10px;
    right: -5px;
    top: -4px;
    border: none;
    box-shadow: none;
    border-radius: 50%;
    background-color: #666;
}

div.rangeSlider .noUi-handle::before,
div.rangeSlider .noUi-handle::after {
    display: none;
}

div.rangeSlider .noUi-tooltip {
    transform: translate(-50%, 100%);
    bottom: 0;
    background: none;
    border: none;
    font-size: 12px;
    line-height: 16px;
    color: #c7d0d2;
}

.catalog-item-buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalog-item-buy .qty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.catalog-item-buy .qty-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-item-buy .qty-num .qty-cyf {
    max-width: 100%;
    width: 70px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
}

.catalog-item-buy .qty-num .qty-cyf:focus {
    outline: none;
}

@media (max-width: 1024px) {
    .header__content {
        gap: 30px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .header-bottom-menu,
    .header-top-menu,
    .header__callback,
    .header__icon-phone,
    .mobile-top-search {
        display: none;
    }

    .header__bottom {
        padding-bottom: 0;
    }

    .header__hamburger {
        display: inline-block;
    }

    .header__hamburger .btn__wrapper-text {
        width: 53px;
    }

    .header__basket {
        margin-right: 0;
    }

    .header__middle {
        margin-bottom: 0;
    }

    .header__logo {
        margin-right: 0;
    }

    .header-middle-menu__link span {
        padding-right: 0;
        padding-left: 0;
    }

    .header-middle-menu__img {
        margin-right: 0;
    }

    .dropdown-select__modal {
        width: 100vw;
    }

    .dropdown-select__list-items {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .dropdown-select__info-title {
        top: 3px;
    }

    .mobile-inner-header {
        top: 100%;
        max-width: 332px;
    }

    .mobile-inner-header__content {
        padding-top: 20px;
    }

    .mobile-inner-header__phone {
        grid-column: 1/span 2;
    }

    .header__info-work,
    .header__phone,
    .header__phones,
    .header__search {
        margin-right: 0;
    }

    .header__info-work,
    .header__logo,
    .header__phones,
    .header__basket,
    .header__account-doors,
    .header__search {
        display: none !important;
    }

    .header__search--mobile {
        order: 2;
        display: inline-block !important;
        margin-right: 0 !important;
        z-index: 10;
        background: #fff;
        position: relative;
    }

    .mobile-top-search {
        order: 4;
    }

    .top-search__form--show {
        width: 180px;
    }

    .header__content {
        gap: 0 15px;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .header__search.header__search--mobile {
        margin-right: auto;
        display: inline-block;
    }

    .header__mobile-logo {
        display: flex;
        align-items: center;
        margin-left: -15px;
        margin-right: auto;
    }

    .mobile-inner-header__info-work {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .mobile-inner-header__info-work > * {
        margin-bottom: 10px;
    }

    .mobile-inner-header__info-work > :last-child {
        margin-bottom: 0;
    }

    /*.header-middle-menu {
        gap: 13px;
    }*/
    .header-middle-menu__item:not(:first-child) {
        padding-left: 10px;
    }

    .header-middle-menu__img {
        display: none;
    }

    .header-middle-menu__link span {
        font-size: 1.1rem;
        padding: 0;
    }

    .header-middle-menu__link {
        min-height: 20px;
    }

    .mobile-top-search {
        /*display: block;*/
        width: 100%;
    }

    .modal__inner-row {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px 20px;
    }

    .modal-auth__registration {
        margin-left: 0;
    }

    .mobile-inner-header {
        top: 56px;
        height: calc(100% - 106px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .mobile-inner-header-newyear {
        top: 138px;
        height: calc(100vh - 188px);
    }

    .mobile-inner-header__row {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr 1fr;
    }

    .dropdown-select__list-items {
        overflow-y: auto;
    }

    .mobile-inner-header__info-work {
        grid-row: 1/span 2;
        grid-column: 1;
        gap: 10px;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding: 10px;
        background-color: #f4f4f4;
        border: 1px solid #eee;
        border-radius: 3px;
    }

    .dropdown-select__item {
        max-height: unset;
    }

    .info-work__col {
        margin-right: 0;
    }

    .dropdown-select__right-text {
        -webkit-flex-shrink: 1;
        flex-shrink: 1;
    }

    .btn--gray {
        padding: 10px;
    }

    .btn--gray .btn__content > * {
        margin-right: 10px;
    }

    .btn--gray .btn__content > :last-child {
        margin-right: 0;
    }

    .btn--gray .btn__text {
        color: #555;
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .modal__content {
        padding: 30px;
    }

    .modal__title {
        padding-right: 30px;
    }

    .header__bottom {
        padding-top: 27px;
    }
}

@media (max-width: 1050px) {
    .orders-item {
        grid-template-rows: auto auto;
        grid-template-columns: auto -webkit-max-content;
        grid-template-columns: auto max-content;
    }

    .orders-item__col {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .orders-item__col > :first-child {
        margin-bottom: 15px;
    }
}

@media (max-width: 1000px) {
    .table thead {
        display: none;
    }

    .table tbody {
        border-radius: 0;
        box-shadow: none;
    }

    .table tbody tr {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
        border-bottom: none;
        border-radius: 3px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    }

    .table tbody tr td {
        display: -webkit-flex;
        display: flex;
        gap: 5px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        border-bottom: 1px solid #eee;
    }

    .table tbody tr td:last-child {
        border-bottom: none;
    }

    .table tbody tr td::before {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        width: 120px;
        padding: 10px;
        font-size: 1rem;
        text-transform: uppercase;
        background-color: #eee;
        content: attr(data-label);
    }

    .table tbody tr td a,
    .table tbody tr td span {
        align-items: center;
        padding: 0 10px 0 0;
        font-size: 1.2rem;
        width: calc(100% - 120px);
    }

    .table tbody tr:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 765px) {
    .mobile-inner-header__row {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
    }

    .content__container {
        grid-template-columns: 1fr;
    }

    .mobile-inner-header__info-work {
        grid-row: unset;
        grid-column: unset;
    }

    .mobile-inner-header__phone {
        grid-column: unset;
    }

    .btn--gray .btn__text,
    .info-work__delivery {
        font-size: 1.2rem;
    }
}

@media (max-width: 570px) {
    .personal-data__save {
        margin-right: auto;
        margin-left: auto;
    }

    .personal-data__new-password {
        margin-right: auto;
        margin-left: auto;
    }

    .modal__close {
        right: 10px;
        top: 10px;
    }

    .modal__content {
        padding-top: 40px;
    }

    .product-card__add-favourites {
        margin: 10px 0 0;
    }
}

@media (max-width: 500px) {
    .content.app__content {
            top: 30px;
        }
    .global-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .content__main,
    .content__sidebar {
        min-width: 260px;
    }

    .notes-item {
        padding: 15px;
    }

    .btn--black-border {
        padding: 15px 35px;
    }

    .info-box {
        padding: 15px;
    }

    .info-box__btn {
        margin-right: auto;
        margin-left: auto;
    }

    .radio__actions {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .big-informer {
        padding: 15px;
    }

    .orders-item {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px;
    }

    .orders-item__col > :first-child {
        margin-bottom: 5px;
    }

    .gray-block {
        padding: 15px;
    }

    .inner-order__repeat,
    .inner-order__sum {
        margin-right: auto;
    }

    .modal__content {
        padding: 56px 15px 56px;
    }
    
    .modal-form{
        padding-bottom: 50px;
    }

    .modal-auth .modal-auth__forgot-password + .modal__inner-row {
        padding-top: 10px;
        width: 100%;
    }

    .slide-tabs__nav,
    .modal__title {
        font-size: 2.1rem;
    }

    .modal .slide-tabs__top {
        gap: 15px 0;
    }

    .modal .slide-tabs__nav {
        width: 100%;
    }
}

/* END 500px */
@media only screen and (min-width: 1140px) {
    .wrapper {
        width: 1100px;
    }
}

.header--no-margin {
    margin-bottom: 0;
}

.personal-data input[type=radio] + label {
    margin: 0;
    padding: 0;
}

.personal-data h2 {
    margin-bottom: 0;
}

@media only screen and (min-width: 1140px) {
    .wrapper {
        width: 1100px;
    }

    #product-top-cont .wrapper {
        width: 1280px;
    }

    #product-top-cont.fixed .wrapper,
    .wrapper {
        padding: 0 0;
    }
}

.modal-form__input {
    position: relative;
}

.modal-form__input .phone-input-flag {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 40px;
}

.modal-form__input .phone-input-flag_form {
    position: absolute;
    top: 34px;
    left: 8px;
    z-index: 9;
}

.popup-quickorder .phone-input-flag_form {
    position: absolute;
    top: 4px;
    left: 8px;
    z-index: 9;
}

@media only screen and (max-width: 780px) {
    #footer-info-content-right .pull-right {
        float: none;
    }

    #footer-info-content-right .social-icons {
        text-align: center;
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .about-items {
        list-style-type: disc;
    }

    .about-item {
        margin-left: 20px;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .about-item::before {
        width: 4px;
        height: 4px;
        background-color: #000;
        border-radius: 100%;
        display: inline-block;
        position: absolute;
        content: "";
        top: 11px;
        left: -15px;
    }
}

@media only screen and (max-width: 510px) {
    .bx_profile .main__subtitle {
        margin: 5px -10px;
    }
}

/* END 510px */
.owl-theme .owl-dots .owl-dot span {
    height: 100% !important;
}

.module_scroll_top {
    position: fixed;
    box-sizing: border-box;
    top: auto;
    right: auto;
    left: 10px;
    bottom: 20px;
    background: #EDEDED url(/local/templates/.default/img/top-icon.png) 10px 5px no-repeat;
    color: #000;
    background-size: 30px;
    padding: 10px 10px 10px 50px;
    font: normal 14px Tahoma, sans-serif;
    cursor: pointer;
    z-index: 100;
    display: none;
    width: 127px;
    height: 38px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

@media only screen and (max-width: 780px) {
    .module_scroll_top {
        position: fixed;
        box-sizing: border-box;
        top: auto;
        right: auto;
        left: 10px;
        bottom: 65px;
        background: #EDEDED url(/local/templates/.default/img/top-icon.png) 50% 5px no-repeat;
        color: #fff;
        background-size: 30px;
        padding: 10px;
        font: normal 14px Tahoma, sans-serif;
        cursor: pointer;
        z-index: 50;
        display: none;
        width: 40px;
        height: 38px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }
}

.cart-remove,
.close,
.filter-remove {
    background-repeat: no-repeat
}

.close {
    background-image: url(/local/templates/.default/img/cart-close.png)
}

.filter-remove {
    background-image: url(/local/templates/.default/img/remove-small.png)
}

.cart-remove {
    background-image: url(/local/templates/.default/img/cart-trash.png)
}

.caption-bold {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #777e81;
    margin-top: 10px;
    font-size: 14px;
}

.header-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    background: #00000057;
    display: none;
}

.header-menu-overlay.header-menu-overlay--show {
    display: block;
}

body.body--hidden {
    overflow: hidden;
}

.mobile-footer {
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ccc;
    z-index: 99999;
    text-align: center;
    display: none;
}

.header__mobile-title {
    display: none;
    font-size: 18px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 150px);
}

@media (max-width: 1024px) {
    .mobile-footer {
        display: flex;
    }

    .header__bottom-content {
        display: none;
    }

    .header__mobile-title {
        display: block;
    }

    .logo__img {
        max-width: 100%;
        height: 45px;
        width: 45px;
    }
}

@media only screen and (max-width: 480px) {
    .header__mobile-title {
        font-size: 13px;
    }
}

@media only screen and (max-width: 360px) {
    .header__mobile-title {
        font-size: 12px;
    }
}

@media only screen and (max-width: 360px) {
    .header__mobile-title {
        font-size: 11px;
    }
}

.mobile-footer__item {
    width: 20%;
    padding-top: 4px;
    display: block;
    color: #333;
}

.mobile-footer__item svg {
    display: inline-block;
    fill: currentColor;
}

.mobile-footer__item span {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 8px;
    font-size: 10px;
    line-height: 1;
}

.mobile-footer__basket-full {
    color: #B7D58F;
}

.mobile-footer__item .mobile-footer__basket-price {
    background: #B7D58F;
    display: inline-block;
    color: #fff;
    border-radius: 8px;
    padding: 1px 4px 1px;
}

.mobile-footer__button-back {
    line-height: 43px;
    display: none;
}

.mobile-footer__button-back--view {
    display: block;
}

.breadcrumbs-new {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}

.breadcrumbs-new::-webkit-scrollbar {
    display: none;
}

@media (max-width: 1000px) {
    #slideshow0 {
        margin-top: 0;
    }
}

body #carrotquest-messenger-collapsed-container {
    margin-bottom: 50px !important;
}

body {
    min-width: 320px;
}

.header-filter {
    display: none;
}

@media only screen and (max-width: 768px) {
    .information-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .information-bottom .two-col, .information-bottom .second-col {
        width: 100%;
    }

    .header__search--mobile .btn__content {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    #filter-open {
        display: none;
    }

    .header-filter {
        display: block;
    }
}

.mobile-footer__item .mobile-footer__basket-full, .mobile-footer__item .mobile-footer__basket-price {
    display: none;
}

.mobile-footer__item.mobile-footer__item--full .mobile-footer__basket-full, .mobile-footer__item.mobile-footer__item--full .mobile-footer__basket-price {
    display: inline-block;
}

.mobile-footer__item.mobile-footer__item--full .mobile-footer__basket-empty, .mobile-footer__item.mobile-footer__item--full .mobile-footer__basket-title {
    display: none;
}

.mobile-top-search__input .input__field {
    font-size: 18px;
}

/** TABS */

ul.nav-tabs {
    position: relative;
    margin: 28px 0px 0px 0px;
    border: none;
    overflow: auto hidden;
}

ul.nav-tabs.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul.nav-tabs::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #F0F0F0;
}

ul.nav-tabs .nav-item {
    margin: 0px 0px 8px 0px;
}

ul.nav-tabs .nav-item + .nav-item {
    margin: 0px 0px 0px 29px;
}

ul.nav-tabs .nav-link {
    position: relative;
    padding: 23px 0px 23px 0px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-decoration: none;
    white-space: nowrap;
    color: var(--font-light);
    opacity: 0.6;
}

ul.nav-tabs .nav-link.active, ul.nav-tabs .nav-item.show .nav-link, ul.nav-tabs .nav-link:focus, ul.nav-tabs .nav-link:hover {
    text-decoration: none;
    color: var(--font-primary);
    border: none;
}

ul.nav-tabs .nav-link.active {
    opacity: 1;
}

ul.nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #263238;
    -webkit-transition: width 250ms ease;
    -moz-transition: width 250ms ease;
    -o-transition: width 250ms ease;
    transition: width 250ms ease;
}

ul.nav-tabs .nav-link:hover:after, ul.nav-tabs .nav-link.active:after {
    width: 100%;
}

div.tab-content {
    margin: 16px 0 32px;
}

div.tab-content .tab-pane {
    display: none;
}

div.tab-content .tab-pane.show {
    display: block;
}

#product-top-cont-anchor {
    display: none;
}

.owl-item .catalog-item.one-col {
    width: 100%;
}

.product-about {
    margin-bottom: 24px;
}

.price-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 1.5em;
    gap: 16px;
    height: 40px;
    align-items: center;
    color: #888;
    font-family: FedraSerifAPro-BookItalic, "Open Sans", Arial, serif;
    margin-bottom: 16px;
}

.price-count .qty-cyf {
    font-family: FedraSerifAPro-BookItalic, 'Open Sans', Arial, serif !important;
}

.price-count__up {
    text-align: center;
    font-family: FedraSerifAPro-Normal, serif;
    cursor: pointer;
}

.price-count__down{
    text-align: center;
    font-family: FedraSerifAPro-Normal, serif;
    cursor: pointer;
}

.price-count__text {
    display: flex;
    gap: 8px;
}
.b-page_newyear .b-head-decor{
    background-color: #fff;
}
.b-page_newyear{
    position: fixed;
}
.form-control {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 14px;
    line-height: 0;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 0;
}
/* Telegram icon hover — как у WhatsApp */
.header__icon-telegram img {
    display: block;
    transition: filter 0.2s ease;
}

/* Жёлтое выделение при наведении */
.header__icon-phone:hover .header__icon-telegram img,
.header__icon-telegram:hover img {
    filter: brightness(0) saturate(100%)
            invert(77%)
            sepia(77%)
            saturate(600%)
            hue-rotate(350deg);
}

/* Отступ от WhatsApp */
.header__icon-telegram {
    margin-left: 10px;
}
/* 1) Одинаковое поведение для иконок в шапке */
.header__icon-phone{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* 2) Размер и выравнивание Telegram */
.header__icon-telegram img{
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
  top: 1px; /* если чуть высоко/низко — меняйте 1px на 0 или 2 */
}
/* Мобильная кнопка Telegram */
.mobile-telegram .btn__icon--telegram {
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 8px; /* чтобы не прилипало к тексту */
    transition: filter 0.2s ease;
}