:root {
    --orange-color: #CA3318;
    --yellow-color: #FDD100;
    --blue-color: #2891F2;
    --black-color: #151716;
    --gray-color: #4E4E4C;
    --gray-light-color: #898989;
    --bg-gray-color: #F3F3F3;
    --bg-gray-light-color: #F8F8F8;
    --max-width: 1272px;
    --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s linear;
}

@font-face {
    font-family: 'Days_one';
    src: url('../fonts/daysone/daysone-regular.eot');
    src: url('../fonts/daysone/daysone-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/daysone/daysone-regular.woff2') format('woff2'),
         url('../fonts/daysone/daysone-regular.woff') format('woff'),
         url('../fonts/daysone/daysone-regular.ttf') format('truetype'),
         url('../fonts/daysone/daysone-regular.svg#Days_one') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/helveticaneuecyr/helveticaneuecyr-bold.eot');
    src: url('../fonts/helveticaneuecyr/helveticaneuecyr-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-bold.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-bold.woff') format('woff'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-bold.ttf') format('truetype'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-bold.svg#HelveticaNeueCyr') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/helveticaneuecyr/helveticaneuecyr-medium.eot');
    src: url('../fonts/helveticaneuecyr/helveticaneuecyr-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-medium.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-medium.woff') format('woff'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-medium.ttf') format('truetype'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-medium.svg#HelveticaNeueCyr') format('svg');
    font-weight: 550;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/helveticaneuecyr/helveticaneuecyr-roman.eot');
    src: url('../fonts/helveticaneuecyr/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-roman.woff2') format('woff2'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-roman.woff') format('woff'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-roman.ttf') format('truetype'),
         url('../fonts/helveticaneuecyr/helveticaneuecyr-roman.svg#HelveticaNeueCyr') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'gear';
    src: url('../fonts/gear/gear.eot?a3clyc');
    src: url('../fonts/gear/gear.eot?a3clyc#iefix') format('embedded-opentype'),
        url('../fonts/gear/gear.ttf?a3clyc') format('truetype'),
        url('../fonts/gear/gear.woff?a3clyc') format('woff'),
        url('../fonts/gear/gear.svg?a3clyc#gear') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
  
@-webkit-keyframes cir {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes cir {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

html *, html *:before, html *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    position: relative;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: var(--gray-color);
    line-height: 1.5;
    overflow-x: hidden;
    margin: 0;
}

a {
    color: var(--black-color);
}

a:hover {
    color: var(--orange-color);
}

h1 {
    color: #000;
    font-size: 36px;
    font-family: "Days_one", Helvetica, Arial, sans-serif;
    margin: 80px 0 56px;
    font-weight: normal;
}

h2 {
    color: #000;
    font-size: 24px;
    font-family: "Days_one", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h3 {
    color: #000;
    font-size: 18px;
    font-family: "Days_one", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h4 {
    color: #000;
    font-size: 16px;
    font-family: "Days_one", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.btn {
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: var(--orange-color);
    font-size: 18px;
    font-weight: 550;
    line-height: 1;
    border-radius: 12px;
    cursor: pointer;
    padding: 16px 32px;
    white-space: nowrap;
    user-select: none;
    border: none;
    text-decoration: none;
}

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

.btn-empty {
    color: var(--black-color);
    background-color: transparent;
}

.btn-empty:hover {
    color: var(--black-color);
    background-color: var(--bg-gray-color);
}


.no_img {
    background-image: url(../images/logo-min-gray.svg);
}

.file_link {
    position: relative;
    display: inline-block;
    padding: 0 0 0 32px;
    margin: 0 0 8px 0;
    line-height: 1.5;
    text-decoration: none;
}

.file_link:before {
    content: 'text';
    position: absolute;
    z-index: 1;
    top: 2px;
    left: -8px;
    display: block;
    padding: 4px 2px;
    color: #fff;
    background-color: var(--black-color);
    line-height: 1;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 4px;
}

.file_link:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 0;
    display: block;
    width: 24px;
    height: 28px;
    background-color: var(--gray-light-color);
    border-radius: 6px;
}
.file_link.doc:before {
    content: 'doc';
    background-color: #103F91;
}
.file_link.doc:after {
    background-color: #2B7CD3;
}

.gr-form-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.gr-form__item {
    position: relative;
    display: flex;
    align-content: start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px 0;
}

.gr-form__item.half {
    width: calc(50% - 10px)
}

.gr-form__item > label {
    color: var(--gray-light-color);
    font-size: 14px;
    margin: 0 0 8px 0;
}

.gr-form__item > label .req {
    color: var(--orange-color);
    margin: 0 0 0 4px;
}

.gr-form__item > input,
.gr-form__item > textarea {
    width: 100%;
    font-size: 18px;
    padding: 16px;
    border:  1px solid #E2E2E2;
    border-radius: 8px;
}

.gr-form__item > input:hover,
.gr-form__item > textarea:hover {
    border-color: var(--gray-light-color);
}

.gr-form__item > input.error,
.gr-form__item input[type=checkbox].error + label:before,
.gr-form__item > textarea.error {
    border-color: var(--orange-color);
}

.gr-form__item > textarea {
    height: 100px;
    resize: none;
}

.gr-form__error p {
    position: relative;
    background-color: var(--bg-gray-color);
    padding: 24px 16px 24px 56px;
    border-radius: 20px;
    width: 100%;
    margin: 0 0 16px 0;
    line-height: 1.4;
}

.gr-form__error p:before {
    content: "\77";
    position: absolute;
    top: 24px;
    left: 24px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gear';
    color: var(--orange-color);
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
}

.gr-form .btn {
    width: 100%;
    margin: 20px 0 0;
}

.gr-modal-container .gr-form__item,
.gr-modal-container .gr-form__confirm {
    max-width: 420px;
}

.gr-form__item-checkbox {
    width: 100%;
    margin: 8px 0 0;
}

.gr-form__item input[type=checkbox] {
    display: block;
    height: 0;
    margin: 0;
}

.gr-form__item input[type=checkbox] + label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    line-height: 1.3;
}

.gr-form__item input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    border-radius: 4px;
}

.gr-form__item input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-weight: bold;
    color: var(--black-color);
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.gr-form__item > .choices {
    width: 100%;
}

.gr-form__item .choices__inner {
    line-height: 1;
    font-size: 18px;
    padding: 16px;
}

.gr-form__item .choices__list--dropdown .choices__list, 
.choices__list[aria-expanded] .choices__list {
    max-height: 200px;
}

.gr-form__item.confirm {
    margin: 0;
}

.gr-form__item.confirm input[type=checkbox]:checked + label:before {
    color: var(--orange-color);
}

.gr-form__confirm {
    color: var(--black-color);
    font-size: 14px;
    margin: 32px 0 16px 0;
}

.gr-form__confirm a {
    color: var(--blue-color);
    border-bottom: 1px dashed;
    text-decoration: none;
}

.container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}

.header {
    padding: 20px 0 24px 0;
}

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

.logo {
    position: relative;
    display: block;
    min-width: 184px;
    height: 40px;
    font-size: 0;
}

.logo:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 224px;
    height: 100%;
    right: 0;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-min {
    display: none;
    position: relative;
    min-width: 54px;
    height: 54px;
    font-size: 0;
    margin: 0 16px 0 0;
}

.logo-min:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 108px;
    height: 100%;
    right: 0;
    background-image: url(../images/logo-min.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-location {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 0 24px;
}

.header-location__region {
    position: relative;
    color: var(--black-color);
    font-weight: 550;
    cursor: pointer;
    padding: 0 22px 0 0;
}

.header-location__region:before {
    content: "\67";
    font-family: 'gear';
    display: inline-block;
    line-height: 1;
    color: var(--orange-color);
    vertical-align: -1px;
    margin: 0 6px 0 0;
}

.header-location__region:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    left: auto;
    bottom: auto;
    margin: -4px 0 0 0;
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid var(--gray-color);
    border-bottom: 1px solid var(--gray-color);
    transform: rotate(45deg);
}

.header-location__store {
    display: inline-block;
    color: var(--orange-color);
    margin: 0 0 0 24px;
    border-bottom: 1px dashed;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
}

.header-location__store:hover {
    color: #E83D1E;
}

.header-menu {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}

.header-menu a {
    display: inline-block;
    color: var(--gray-color);
    font-size: 14px;
    text-decoration: none;
    margin: 0 0 0 32px;
}

.header-menu a:first-child {
    margin: 0;
}

.header-menu a:hover {
    color: var(--black-color);
}

.header-navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 24px;
}

.header-middle.fixed {
    top: 0;
    z-index: 999;
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
}

.header-cat__btn {
    position: relative;
    display: inline-block;
    color: var(--black-color);
    background-color: var(--yellow-color);
    font-size: 18px;
    font-weight: 550;
    line-height: 1;
    border-radius: 12px;
    cursor: pointer;
    padding: 15px 37px;
    white-space: nowrap;
    user-select: none;
    width: 184px;
}

.header-cat__btn:hover {
    background-color: #FFDA29;
}

.header-cat__btn:before {
    content: "\68";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gear';
    font-size: 24px;
    font-weight: normal;
    vertical-align: -4px;
    margin: 0 16px 0 0;
    line-height: 1;
}

.header-search {
    position: relative;
    flex-basis: 100%;
    margin: 0 0 0 24px;
}

.search-page {
    display: none;
}

.header-search form,
.search-page form {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    margin: 0;
}

.header-search input[type='text'],
.search-page input[type='text'] {
    width: calc(100% - 55px);
    height: 54px;
    border: none;
    line-height: 1;
    padding: 20px;
    font-size: 14px;
    background-color: transparent;
}

.header-search button,
.search-page input[type='submit'] {
    position: absolute;
    z-index: 10;
    display: block;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    border: none;
    background-color: transparent;
    text-indent: -10000px;
    cursor: pointer;
    border-radius: 12px;
}

.header-search button:after,
.search-page form:after {
    content: "\73";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gear';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-indent: 0;
}

.search-page form:after {
    width: 54px;
}

.header-search button:hover {
	color: var(--orange-color);
}

.header-nav {
    display: flex;
    align-items: center;
    margin: 0 0 0 24px;
}

.header-nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: var(--bg-gray-light-color);
    border: 1px solid #efefef;
    border-radius: 12px;
    font-size: 16px;
    color: var(--black-color);
    line-height: 0.8;
    padding: 0 20px;
    margin: 0 24px 0 0;
    height: 54px;
    white-space: nowrap;
}

.header-nav__item:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gear';
    font-size: 24px;
    font-weight: normal;
    color: var(--orange-color);
    vertical-align: -5px;
    margin: 0 8px 0 0;
}

.header-nav__item.service:before {
    content: "\65";
}
.header-nav__item.topdetal:before {
    content: "\74";
}

.header-nav__item:hover {
    background-color: transparent;
}

.header-cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    font-size: 0;
    text-decoration: none;
}

.header-cart:before {
    content: "\63";
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gear';
    color: var(--black-color);
    font-size: 26px;
}

.header-cart > .count {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: var(--orange-color);
    border-radius: 20px;
    padding: 3px 6px;
    outline: 2px solid #fff;
}

.header-bottom {
    
}

.header-quick a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: var(--black-color);
    font-weight: 550;
    margin: 0 40px 0 0;
}

.header-quick a:hover {
    color: var(--orange-color);
}

.header-quick a.sale:before {
    content: "\61";
    font-family: 'gear';
    display: inline-block;
    line-height: 1;
    color: #F44336;
    vertical-align: -1px;
    margin: 0 8px 0 0;
}

.left-nav a {
    position: relative;
    display: inline-block;
    color: var(--black-color);
    font-size: 16px;
    line-height: 1;
    padding: 16px 24px;
    background-color: #F3F3F3;
    border-radius: 12px;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    margin: 16px 16px 0 0;
}

.left-nav a:hover {
    background-color: #EAEAEA;
}

.left-nav a.discount:before {
    content: "\61";
    font-family: 'gear';
    display: inline-block;
    line-height: 1;
    color: #F44336;
    vertical-align: -1px;
    margin: 0 8px 0 0;
}

.main {
    min-height: 100vh;
}




.footer {
    color: #fff;
    font-size: 15px;
    margin: 120px 0 0 0;
    background-color: var(--gray-color);
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 48px;
    padding-bottom: 48px;
}

.footer-nav > a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0 0 16px 0;
}

.footer-nav > a:hover {
    color: var(--yellow-color);
}

.footer-nav > h4 {
    color: #fff;
    font-family: "Days_one", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.footer-soclist {
    display: flex;
    margin: 40px 0 0;
}

.footer-soclist__item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 44px;
    height: 44px;
    font-size: 0;
    color: #fff;
    background-color: #5B5B5B;
    border-radius: 50%;
    margin: 0 16px 16px 0;
    text-decoration: none;
}

.footer-soclist__item:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gear';
    font-size: 20px;
}

.footer-soclist__item.vk:before {
    content: "\432";
}
.footer-soclist__item.ok:before {
    content: "\43e";
}

.footer-soclist__item:hover {
    color: inherit;
    background-color: var(--gray-light-color);
}

.footer-bottom {
    color: #A6A6A6;
    font-size: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #A6A6A6;
}

.footer-copy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.hero {
    margin: 50px 0 0;
}

.hero-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hero-block > picture,
.hero-info {
    width: calc(50% - 30px);
}

.hero-block > picture > img {
    display: block;
    border-radius: 16px;
    max-width: 100%;
}

.hero-info h1 {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.hero-info > ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
}

.hero-info > ul > li {
    position: relative;
    font-size: 18px;
    line-height: 1.4;
    margin: 24px 0 0;
    padding: 0 0 0 32px;
}

.hero-info > ul > li:before {
    content: "\43";
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gear';
    font-size: 12px;
    font-weight: normal;
    color: var(--orange-color);
    position: absolute;
    top: 6px;
    left: 0;
}

input.inpt {
    color: var(--black-color);
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
}
input.inpt:hover {
    border-color: #898989;
}
input.inpt:active {
    border-color: var(--yellow-color);
}
input.inpt:disabled {
    background-color: var(--bg-gray-color);
}
input.inpt.error {
    border-color: var(--orange-color);
}

.gr-pagination {
    display: flex;
    align-items: center;
}

.gr-pagination > * {
    padding: 8px 16px;
    border-radius: 8px;
    margin: 0 12px 0 0;
    text-decoration: none;
}

.gr-pagination b {
    color: #fff;
    font-weight: normal;
    background-color: var(--orange-color);
}

/*** MENU ***/
@keyframes headMenu {
    0% {
		opacity: 0;
		transform: translateY(50px);
    }
    100% {
		opacity: 1;
		transform: translateY(0);
    }
}

@keyframes headSubMenu {
    0% {
		opacity: 0;
		transform: translateY(-10px);
    }
    100% {
		opacity: 1;
		transform: translateY(0);
    }
}

.open > .header-cat__btn {
	z-index: 1001;
}

.open > .header-cat__btn:before {
	content: "\78";
}

.header-cat__menu {
    position: absolute;
    z-index: 1000;
    top: 100px;
    left: 50%;
    display: none;
    width: 100vw;
    max-height: calc(100vh - 300px);
    font-size: 15px;
    line-height: 1.3;
    margin-left: -50vw;
    background: #fff;
    box-shadow: 0 5px 10px -1px rgb(0 0 0 / 12%);
    cursor: auto;
    animation: headMenu .2s ease-out;
}

.header-cat__menu::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 0;
	width: 100vw;
	height: 300px;
}

.header-cat__menu::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100vw;
	height: 300px;
	background-color: rgb(0 0 0 / 50%);
}

.open > .header-cat__menu {
	display: block;
}


.header-catalog {
	display: flex;
}

.header-catalog__control {
    width: 185px;
    min-width: 185px;
    max-height: calc(100vh - 300px);
}

.header-catalog__list {
    position: relative;
    height: calc(100% - 70px);
    overflow-y: auto;
    scrollbar-color: rgb(196, 196, 196) rgb(245, 245, 245);
    scrollbar-width: thin;
}

.header-catalog__list > a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 16px 16px 16px 0;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header-catalog__list > a > span {
    
}

.header-catalog__list > a.active {
    color: var(--orange-color);
}

.header-catalog__list > a.parent.active:before {
    content: "";
    position: absolute;
    top: 0;
    right: 3px;
    display: block;
    width: 3px;
    height: 100%;
    background-color: var(--orange-color);
}

.header-catalog__list > a.parent.active:after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 6px;
    border-top-width: 6px;
    border-left: 4px solid var(--orange-color);
}

.header-catalog.search .header-catalog__list {
	opacity: 0.5;
	overflow: hidden;
}

.header-catalog.search .header-catalog__list:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    margin: 0;
    cursor: default;
}

.header-catalog__control .gr-form-item {
    min-width: 0;
    margin: 0 20px 15px 10px;
    width: auto;
}

.header-catalog__control .gr-form-item .lbl {
    font-size: 15px;
    padding: 10px 15px;
}

.header-catalog__control .gr-form-item.focus .lbl {
    font-size: 12px;
    padding: 0;
}

.header-catalog__control .gr-form-item input {
    font-size: 14px;
    padding: 15px 10px 5px 10px;
    line-height: 1;
}

.header-catalog__control .gr-form-item .clear {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gear';
    font-size: 18px;
    cursor: pointer;
}

.header-catalog__content {
    position: relative;
    display: flex;
    background-color: #fff;
    width: 100%;
    min-height: 100%;
    max-height: calc(100vh - 300px);
    padding: 16px 45px;
    overflow-y: auto;
    scrollbar-color: rgb(196, 196, 196) rgb(245, 245, 245);
    scrollbar-width: thin;
}

.header-catalog__content .ps__rail-y {
	opacity: 0.4;
}

.header-catalog__content .search_result {
	width: 100%;
}

.header-catalog__content .search_result h3 {
    font-size: 24px;
    font-weight: normal;
}

.header-catalog__content .search_items a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    margin: 0 0 15px;
}

.header-catalog__content .search_items a:first-letter {
	text-transform: uppercase;
}

.header-catalog__list::-webkit-scrollbar,
.header-catalog__content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgb(245, 245, 245);
}

.header-catalog__list::-webkit-scrollbar-thumb,
.header-catalog__content::-webkit-scrollbar-thumb {
    background-color: rgb(196, 196, 196);
    border-radius: 4px;
}

.header-catalog__sec {
    width: 100%;
    column-count: 3;
    column-gap: 32px;
}

.header-catalog__sec-item {
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 26px;
    width: 100%;	
}

.header-catalog__sec-item .title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.header-catalog__sec-item .children {
	display: flex;
	flex-direction: column;

}

.header-catalog__sec-item .children > a {
    display: block;
    font-size: 16px;
    margin: 16px 0 0;
    text-decoration: none;
}

.header-catalog__sec-item .children > a.hide {
	display: none;
}

.header-catalog__sec-item .title:hover,
.header-catalog__sec-item .children a:hover {
	color: var(--orange-color);
}

.header-catalog__sec-item .children .more {
	position: relative;
    display: inline-block;
    color: #777;
    font-size: 13px;
    margin: 10px 0 0;
    cursor: pointer;
}

.header-catalog__sec-item .children .more:after {
    content: "\3c";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gear';
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    transform: rotate(-90deg);
}

.header-catalog__sec-item .children.all {
    background-color: #f9f9f9;
    padding: 0 10px 10px 10px;
    margin: 5px -5px 0 -10px;
    border-radius: 4px;
}

.header-catalog__sec-item .children.all > a.hide {
	display: block;
}

.header-catalog__sec-item .children.all .more:after {
	transform: rotate(90deg);
}

.gr-header__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.gr-header__title > h2 {
    color: #000;
    font-family: "Days_one", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}

.gr-header__title > a {
    color: var(--black-color);
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
}

.gr-header__title > a:after {
    content: "\3c";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gear';
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-left: 8px;
    transform: rotate(180deg);
}

.content h3,
.content h4,
.content strong,
.content b {
    color: var(--black-color);
}

.content > p {
    margin: 32px 0;
}

.content ul {
    padding: 0;
    margin: 32px 0;
    list-style: none;
}

.content ul > li {
    position: relative;
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
}

.content ul > li:last-child {
    margin: 0;
}

.content ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--orange-color);
    border-radius: 50%;
}

.content > table {
    width: 100%;
    border-collapse: collapse;
}

.content > table td {
    padding: 8px 16px;
}

.content > table th,
.content > table tr:nth-child(2n) {
    background-color: var(--bg-gray-color);
}

/*** MODAL ***/
.gr-show-popup,
.gr-show-form {
	cursor: pointer;
	position: relative;
}

.gr-show-popup.blocked:before,
.gr-show-form.blocked:before {
	content: "";
    z-index: 1000;
    display: block;
    width: 1px;
    height: 1px;
    border: 10px solid #fff;
    border-radius: 50%;
    border-top: 10px solid #777;
    -webkit-animation: cir 1s linear infinite;
    animation: cir 1s linear infinite;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    top: 50%;
    cursor: not-allowed;
}

.gr-show-popup.blocked:after,
.gr-show-form.blocked:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    margin: 0;
    background-color: rgb(255 255 255 / 70%);
    cursor: not-allowed;
}

.gr-modal-container.blocked:before {
    content: "";
    z-index: 1000;
    border: 10px solid #ddd;
    border-radius: 50%;
    border-top: 10px solid #777;
    width: 40px;
    height: 40px;
    -webkit-animation: cir 1s linear infinite;
    animation: cir 1s linear infinite;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: -40px;
    top: 50%;
}

.gr-modal-container.blocked:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    margin: 0;
    background-color: rgb(255 255 255 / 70%);
    cursor: not-allowed;
}

.gr-popup-overlay {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}

.gr-popup-modal {
    position: relative;
    min-width: 360px;
    max-width: 640px;
    min-height: 220px;
    background-color: #fff;
    padding: 40px 30px 40px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0 ,0.2);
}

.gr-modal-close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 0;
    cursor: pointer;
    transition: .2s;
}

.gr-modal-close:before {
    content: "\78";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gear';
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: left;
    height: 100%;
    color: var(--black-color);
    font-size: 24px;
}


.gr-modal-title {
    color: var(--black-color);
    font-family: "Days_one", Helvetica, Arial, sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 20px 32px 0;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
}

.gr-modal__subtitle {
	display: block;
	font-size: 13px;
	color: #333;
	line-height: 1.3;
}

.gr-modal-title .gr-button {
	margin-left: auto;
	margin-top: 10px;
	padding: 8px 16px 8px 44px;
}

.gr-modal-container {
    min-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-right: 10px;
    scrollbar-color: rgb(196, 196, 196) rgb(245, 245, 245);
    scrollbar-width: thin;
}

.gr-modal-container::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgb(245, 245, 245);
}

.gr-modal-container::-webkit-scrollbar-thumb {
    background-color: rgb(196, 196, 196);
    border-radius: 4px;
}

.gr_product_info {
    position: relative;
}

.gr_product_info > .product-info__popup {
    position: absolute;
    z-index: 1001;
    right: -14px;
    bottom: calc(100% + 4px);
    background-color: #fff;
    padding: 24px;
    width: 270px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    cursor: default;
}

.gr_product_info > .product-info__popup a {
    color: var(--blue-color);
}

.gr_product_info > .product-info__popup::after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -5px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: rotate(45deg);
}

@media only screen and (max-height: 800px) {

	.header-cat__menu,
	.header-catalog__list,
	.header-catalog__content {
		max-height: calc(100vh - 120px);
	}
}

/*** MEDIA ***/
@media screen and (max-width: 1280px) {
   
    .header-location {
        font-size: 13px;
    }

    .header-location .store {
        margin: 0 0 0 16px;
    }

    .header-menu a {
        font-size: 13px;
        margin: 0 0 0 16px;
    }
    
    .header-quick a {
        font-size: 14px;
        margin: 0 24px 0 0;
    }

    /*.header-navbar {
        padding-top: 16px;
        padding-bottom: 20px;
    }*/

}

@media screen and (max-width: 1080px) {

    .header-location {
        margin-right: auto;
    }

    .header-menu {
        display: none;
    }

}

@media screen and (max-width: 1024px) {

    .logo {
        display: none;
    }

    .logo-min {
        display: block;
    }

    .header-location {
        font-size: 15px;
        margin-left: 0;
    }

    .header-search,
    .header-nav {
        margin: 0 0 0 16px;
    }

    .header-navbar {
        padding-bottom: 16px;
    }

    .header-nav__item {
        padding: 0 16px;
        margin: 0 16px 0 0;
    }

    .header-nav__item {
        font-size: 0;
    }

    .header-nav__item:before {
        margin: 0;
    }

    .hero-info > ul > li {
        font-size: 16px;
        margin: 12px 0 0;
    }

}

@media screen and (max-width: 768px) {

    .header-cat__btn {
        font-size: 0;
        width: auto;
        padding: 15px 20px;
    }

    .header-cat__btn:before {
        margin: 0;
    }

    .footer-nav {
        min-width: 33.33%;
    }

    .footer-nav:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 36px 0 0 0;
    }

    .footer-soclist {
        margin: 16px 0 0;
    }

    .hero {
        margin: 0;
    }

    .hero-block > picture > img {
        width: 100%;
    }

    .hero-block > picture,
    .hero-info {
        width: 100%;
    }

    .hero-info {
        margin: 32px 0 0;
    }

    .hero-info > ul {
        margin: 24px 0 0;
    }

}


/*** MOBYLE HEADER ***/
@media screen and (max-width: 640px) {

    .header {
        padding: 20px 0 0;
    }

    .header-bottom {
        margin-top: 70px;
    }

    .header-middle {
        display: none;
    }

    .footer {
        margin-top: 48px;
        margin-bottom: 50px;
    }

	#mgr a,
	#mgr a:focus,
	#mgr a:hover {
		color: #333;
		text-decoration: none;
	}

	#mgr > .mgr-header {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		background-color: #fff;
	}

    .mgr-header__location {
        font-size: 14px;
        padding: 12px 15px 6px 15px;
    }

	.mgr-header__top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 15px 0 15px;
	}

	.mgr-header__logo {
        display: flex;
        align-items: center;
        font-size: 0;
        line-height: 1;
        height: 40px;
        width: 200px;
        background-image: url(../images/logo.svg);
        background-repeat: no-repeat;
        background-size: contain;
        padding: 0 0 0 50px;
	}

	.mgr-header__links {
		display: flex;
		align-items: center;
	}

	.mgr-header__mess,
	.mgr-header__phone {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0;
		width: 40px;
		height: 40px;
		margin: 0 0 0 15px;
		cursor: pointer;
	}

	.mgr-header__mess:before {
		content: "\53";
		font-family: 'gear';
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-size: 20px;
		line-height: 1;
	}

	.mgr-header__phone:before {
		content: "\70";
		font-family: 'gear';
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-size: 20px;
		color: var(--blue-color);
		line-height: 1;
	}

	.mgr-header__bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 15px;
		background-color: #fff;
		width: 100%;
	}

	#mgr.search__open .mgr-header__bottom {
		position: fixed;
		display: block;
		z-index: 1001;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		animation: none;
	}

	#mgr.search__open .mgr_menu {
		display: none;
	}

	#mgr.search__open .mgr-search__back {
		display: block;
	}

	#mgr.search__open .mgr-search {
		width: 100%;
	}

	.mgr-header__bottom.fixed {
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;
		box-shadow: 0 10px 16px rgb(0 0 0 / 5%);
	}

	#mgr.menu__open .mgr-header__bottom.fixed,
	#mgr.search__open .mgr-header__bottom.fixed {
		box-shadow: none;
	}

	.mgr-header__bottom.show-top {
		animation: showTop 300ms forwards;
	}

	.mgr-header__bottom.hide-top {
		animation: hideTop 500ms forwards;
	}

	.mgr-search > form {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background-color: #eee;
		border-radius: 4px;
		width: 100%;
        margin: 0;
	}

	.mgr-search {
		display: flex;
		align-items: center;
		width: calc(100% - 50px);
	}

	.mgr-search__back {
		position: relative;
		display: none;
		font-family: 'gear';
		-webkit-font-smoothing: antialiased;
		width: 40px;
		height: 40px;
		font-size: 24px;
		transform: rotate(180deg);
		text-align: right;
		line-height: 40px;
		cursor: pointer;
	}

	.mgr-search input {
		font-size: 16px;
		border: none;
		background-color: transparent;
		width: 100%;
		height: 40px;
		padding: 0 40px 0 16px;
		cursor: pointer;
	}

	.mgr-search > form:after {
		content: "\73";
		position: absolute;
		top: 0;
		right: 0;
		font-family: 'gear';
		-webkit-font-smoothing: antialiased;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}

    .mgr-search button {
        text-indent: -10000px;
        z-index: 10;
        width: 40px;
        height: 40px;
        border: none;
        background: transparent;
        cursor: pointer;
    }

	.mgr_menu {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0;
		width: 40px;
		height: 40px;
		margin-left: 15px;
		background-color: #eee;
		border-radius: 4px;
		cursor: pointer;
	}

	.mgr_menu:before {
		content: "\68";
		font-family: 'gear';
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-size: 20px;
	}

	.mgr-menu__wrap {
		position: fixed;
		z-index: 1000;
		display: none;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 60px 0;
		background-color: #fff;
		animation: none;
	}

	.mgr-menu__head {
		display: flex;
		align-items: center;
		min-height: 40px;
		margin: 10px 15px 10px 15px;
	}

	.mgr-menu__head.user {
		flex-direction: column;
		align-items: start;
	}

	.mgr-menu__head h4 {
		display: inline-block;
		font-size: 18px;
		margin: 0;
	}

	.mgr-menu__head-info {
		display: block;
		font-size: 14px;
		color: var(--color-red-light);
		margin: 4px 0 0;
	}

	.mgr-menu__back {
		display: inline-block;
		font-family: 'gear';
		-webkit-font-smoothing: antialiased;
		min-width: 40px;
		height: 40px;
		font-size: 24px;
		transform: rotate(180deg);
		text-align: right;
		line-height: 40px;
		cursor: pointer;
	}

	.mgr-menu__list {
		overflow-y: auto;
		max-height: calc(100% - 60px);
	}

	.mgr-menu__item {
		position: relative;
		display: block;
		font-size: 16px;
		padding: 12px 15px;
		border-bottom: 1px solid #eee;
		vertical-align: middle;
	}

	.mgr-menu__item:last-child,
	.mgr-menu__cat-item:last-child,
	.mgr-menu__acc-item:last-child {
		border: none;
	}

	/*.mgr-menu__item:before {
		content: "";
		display: inline-block;
		width: 40px;
		height: 36px;
		background-size: 80px;
		background-color: #ccc;
		border-radius: 8px;
		vertical-align: middle;
		margin: 0 15px 0 0;
	}*/

	.mgr-menu__item.about:before {
		background-position: 0 0;
	}

	.mgr-menu__item.catalog:before {
		background-position: 0 -36px;
	}

	.mgr-menu__item.client:before {
		background-position: 0 -72px;
	}

	.mgr-menu__item.news:before {
		background-position: 0 -109px;
	}

	.mgr-menu__item.supplier:before {
		background-position: 0 -145px;
	}

	.mgr-menu__item.automag:before {
		background-position: 0 -182px;
	}

	.mgr-menu__item:active,
	.mgr-menu__cat-item:active,
	.mgr-menu__acc-item:active {
		background-color: #f7f7f7;
	}

	.mgr-menu__cat-item,
	.mgr-menu__acc-item {
		position: relative;
		display: block;
		font-size: 16px;
		padding: 18px 34px;
		border-bottom: 1px solid #ddd;
		vertical-align: middle;
		padding-left: 60px;
	}

	.mgr-menu__cat-item:before,
	.mgr-menu__acc-item:before {
		content: "\46";
		position: absolute;
		left: 15px;
		top: 0;
		font-family: 'gear';
		-webkit-font-smoothing: antialiased;
		display: flex;
		align-items: center;
		justify-content: start;
		width: 30px;
		height: 100%;
		font-size: 30px;
		text-align: center;
	}

	.mgr-menu__cat-item.parent:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 8px;
		margin-top: -4px;
		display: block;
		width: 8px;
		height: 8px;
		border-right: 1px solid;
		border-top: 1px solid;
		border-color: var(--color-red-light);
		transform: rotate(45deg);
		transition: .2s;
	}

	.mgr-menu__acc-item.cpanel:before {
		content: "\75";
	}
	.mgr-menu__acc-item.orders:before {
		content: "\43b";
	}
	.mgr-menu__acc-item.fav:before {
		content: "\438";
	}
	.mgr-menu__acc-item.wl:before {
		content: "\447";
	}
	.mgr-menu__acc-item.finance:before {
		content: "\20bd";
	}
	.mgr-menu__acc-item.return:before {
		content: "\432";
	}
	.mgr-menu__acc-item.support:before {
		content: "\3f";
	}
	.mgr-menu__acc-item.register:before {
		content: "\41f";
	}
	.mgr-menu__acc-item.clients:before {
		content: "\67";
	}
	.mgr-menu__acc-item.learning:before {
		content: "\72";
	}
	.mgr-menu__acc-item.lk:before {
		content: "\4c";
		color: #28958a;
	}
	.mgr-menu__acc-item.kopilka:before,
	.mgr-menu__acc-item.bonus:before {
		content: "\431";
	}

	#mgr.menu__open .mgr-menu__wrap {
		display: block;
	}

	#mgr.menu__open .mgr_menu {
		color: #fff;
		background-color: var(--orange-color);
	}

	#mgr.menu__open .mgr_menu:before {
		content: "\78";
	}




	#mgr > .mgr-footer {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: 50px;
		background-color: #fff;
		box-shadow: 0 -2px 8px rgb(0 0 0 / 15%);
	}

	.mgr-footer__list {
		display: flex;
		align-items: center;
		justify-content: space-around;
		height: 100%;
	}

	.mgr-footer__item {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-width: 50px;
		height: 40px;
		font-size: 12px;
		white-space: nowrap;
		text-decoration: none;
		color: #333;
	}

	#mgr .mgr-footer__item:hover {
		color: #000;
	}

	.mgr-footer__item:before {
		content: "";
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: 'gear';
		font-size: 22px;
		min-height: 24px;
		font-weight: normal;
		line-height: 24px;
	}

	.mgr-footer__item.home:before {
		content: "\48";
	}
	.mgr-footer__item.catalog:before {
		content: "\41";
        font-size: 26px;
	}
	.mgr-footer__item.cart:before {
		content: "\63";
	}
	.mgr-footer__item.service:before {
		content: "\65";
        font-size: 18px;
	}
	.mgr-footer__item.orders:before {
		content: "\43b";
	}
	.mgr-footer__item.topdetal:before {
		content: "\74";
        font-size: 18px;
	}

	#mgr .mgr-footer__item.active {
		color: var(--orange-color);
	}

	.mgr-footer__item > .cart_number {
		position: absolute;
		z-index: -1;
		top: 0px;
		left: 0;
		display: block;
		width: 50%;
		height: 22px;
		background: linear-gradient(90deg, rgba(170,170,170,1) 0%, rgba(255,255,255,1) 100%);
		font-size: 18px;
		line-height: 1;
		font-weight: bold;
		color: #fff;
		border-radius: 4px;
		padding: 2px 4px;
	}

	.mgr-footer__item > .cart_cnt {
		position: absolute;
		top: 0;
		right: -5px;
		display: block;
		line-height: 1;
		color: #fff;
		font-size: 11px;
		background-color: var(--orange-color);
		padding: 2px 4px;
		border-radius: 6px;
	}

    .gr-pagination > * {
        padding: 4px 12px;
        margin: 0 6px 0 0;
    }

    .container {
        padding: 16px;
    }

    h1 {
        font-size: 24px;
    }

}

@media screen and (max-width: 480px) {

    h1 {
        margin: 32px 0 16px;
    }

    .footer-nav {
        min-width: auto;
        width: 100%;
    }

    .footer-nav > a {
        font-size: 4vw;
    }

    .gr-form__item.half {
        width: 100%;
    }

    .gr-modal-container .gr-form__item {
        max-width: none;
    }

    .gr-popup-modal {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        margin: 0;
        max-width: none;
        padding: 6vw;
        border-radius: 0;
    }

    .gr-header__title > h2 {
        font-size: 22px;
    }

    .gr-header__title > a {
        margin: 16px 0 0;
    }
}