/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

p {
    margin: 0;
    padding: 0;
}

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

button {
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
}

hr {
    margin: 0;
    border: none;
}

[v-cloak] {
    display: none
}

img {
    max-width: 100%;
}

body {
    --red: #B12721;
    --green-lite: #DBE3E5;
    --green-dark: #00929E;
    color: var(--text);
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: normal;
    font-size: 18px;
    line-height: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	--text: #1A1A1A;
    --bg-dark: #42413E;
    --orange: #EF5A22;
    --grey-light: #f5f5f5;
    color: var(--text);
    font-size: 14px;
}

.slick-slide {
    outline: none !important;
}

.page.fixed {
    height: 100vh;
    overflow: hidden;
}

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

a:hover,
a:active,
a:focus {
    color: var(--text);
    text-decoration: none;
    outline: none;
}

.block, .inner, .grid, .grid-cascade, .grid-cover, .grid-row, .grid-col {
    display: block;
}

#form-notification {
    position: fixed;
    top: 100px;
    z-index: 10000;
    right: 0;
    width: 300px;
    padding: 30px;
    text-align: center;
    -webkit-transform: translateX(320px);
        -ms-transform: translateX(320px);
            transform: translateX(320px);
    font-size: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 10px;
}

#form-notification.active {
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
}

#form-notification[data-class="done"] {
    background: var(--red);
    color: #FFFFFF;
}

#form-notification[data-class="error"] {
    background: var(--red);
    color: #fff;
}

.page {
    /*padding-top: 125px;*/
}


.mbtn {
    padding: 9px 19px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background: rgb(0 0 0 / 90%);
    color: #fff;
    border-radius: 10px;
	cursor: pointer;
	transition: .2s;
}
		
.mbtn svg {
    margin-right: 15px;
}
		
.mbtn:hover,
.mbtn--active {
	background: rgb(0 0 0 / 60%);
}

.mbtn--size-xxl {
    font-size: 17px;
    padding: 18px 29px;
}
		
.mbtn--flat {
    background: transparent;
    border: 2px solid;
}		

.mbtn--flat:hover {
	color: var(--text);
	background: #fff;
	border-color: #fff;
}
		
.mbtn-ff {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(40, 40, 40, 0.15);
            box-shadow: 0px 4px 15px rgba(40, 40, 40, 0.15);
	color: var(--text);
    border-radius: 10px;
}

.mbtn-ff svg {
    fill: var(--text);
}

.mbtn-ff:hover {
    background: var(--red);
    color: #FFFFFF;
}

.mbtn-ff:hover svg {
    fill: #FFFFFF;
}
		
.mbtn--color-grey {
	background: #f4f5f5;
	color: var(--text);
}
	
.mbtn--color-grey:hover,
.mbtn--color-grey.mbtn--active {
	background: var(--text);
	color: #fff;
}
		
.mbtn--rounded {
	border-radius: 30px;
}

.mbtn--wicon-right svg {
    margin-left: 12px;
    margin-right: 0;
}
		
.mbtn:hover svg * {
	stroke: currentColor;
}
		
.mbtn a {
	display: flex;
}
		
.cont {
    max-width: 1245px;
    margin: auto;
    position: relative;
}

section,
header,
footer {
    padding: 0 15px;
    position: relative;
}

.section-title {
	font-weight: 700;
    font-size: 32px;
}

.section-subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
		
.section-header__link {
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
}
		
.mmenu-blocks,
.mheader {
    display: none;
}

header {
    padding-left: 15px;
    padding-left: 15px;
    padding-top: 22px;
    padding-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 4px 4px rgba(62, 15, 138, 0.15);
            box-shadow: 0px 4px 4px rgba(62, 15, 138, 0.15);
}


.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-logo svg {
    margin-right: 15px;
}

.header-logo__title {
    display: block;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: var(--red);
}

.header-logo__desc {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin-top: 4px;
}

.header-logo a {
	display: flex;
}
		
.header-logo img {
	width: 70px;
}

.header__item:last-child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px auto;
    grid-template-columns: 1fr auto;
    grid-row-gap: 10px;
    grid-column-gap: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__cart {
    -ms-grid-row-span: 2;
    grid-row: span 2;
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}


.header-menu li:not(:first-child) {
    margin-left: 5px;
}

.header-menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}

.header__menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header__menu-link--active {
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 4px 10px rgb(40 40 40 / 40%);
            box-shadow: 0px 4px 10px rgb(40 40 40 / 40%);
    border-radius: 10px;
}

.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.header-contacts__wrapper span {
    display: block;
    font-size: 10px;
    line-height: 12px;
    color: #6B6B6B;
    margin-bottom: 2px;
}

.header-contacts a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--red);
}

.header-contacts .header-contacts__link {
    margin-left: 15px;
}

.cart-trigger {
    -webkit-box-shadow: 0px 4px 10px rgba(40, 40, 40, 0.4);
            box-shadow: 0px 4px 10px rgba(40, 40, 40, 0.4);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 12px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    position: relative;
}

.cart-trigger svg {
    margin-right: 15px;
}

span.cart-trigger__count {
    position: absolute;
    min-width: 17px;
    height: 17px;
    border-radius: 20px;
    background: #777777;
    color: #fff;
    font-size: 13px;
    left: calc(100% - 10px);
    top: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 2px;
}

.header {
    border-bottom: 2px solid  #0000000D;
}

.header-top {
	background: rgb(0 0 0 / 5%);
}

.header-top__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 10px 0;
}

.header-top__block--blocks {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-location {
    display: flex;
    align-items: center;
    gap: 11px;
}

.header-location__title {
    display: flex;
    align-items: center;
    gap: 9px;
}

.header-location__city {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    /* line-height: 18.96px; */
    /* text-align: left; */
    text-decoration: underline;
}

.header-top-menu {
    display: flex;
	align-items: center;
    gap: 30px;
}

.header-top-menu__item {
	font-family: "Rubik", sans-serif;
}
		
.header-top-menu__item:hover,
.header-top-menu__item--active {
	opacity: .7;
}

.header-top-menu__item--accented {
	color: var(--orange);
	font-size: 16px;
	font-weight: 700;
}
		
.header-top-contacts {
    display: flex;
    gap: 8px;
    align-items: center;
}

.header-top-contact__link {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.96px;
    /* text-align: left; */
}
		
.header-top-contact__link:hover {
	opacity: .7;
}

/* header-main */
.header-main {
	background: #fff;
    transition: .2s;
}

.header.sticky .header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 997;
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 10%);
}

.header.sticky {
    padding-bottom: 60px;
}

.header-main__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 10px 0;
}


.header-main__block--left {
    display: flex;
    align-items: center;
    gap: 25px;
}



.header-main__block--mid {
	flex: auto;
}

.header-catalog-trigger {
    background: var(--bg-dark);
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: .2s;
    padding: 11px 13px;
    line-height: normal;
    border-radius: 20px;
}
		
.header-catalog-trigger:hover {
	background: var(--red);
	color: #fff;
}

.header-catalog-trigger__icon {
    display: flex;
}

.header-search {
	position: relative;
}

.header-search__input {
    width: 100%;
    background: #F5F5F5;
    border: none;
    padding: 11px;
    font-size: 16px;
    border-radius: 21px;
    height: 100%;
}

.header-search__button {
    background: transparent;
    border: none;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    cursor: pointer;
    transition: .2s;
}

.header-main-menu {
    display: flex;
    gap: 30px;
    align-items: center;
}

.header-main-menu__item {
    display: flex;
    align-items: center;
    gap: 3px;
    color: var(--text);
}

.header-main-menu__item:not(.header-main-menu__item--titled) .header-main-menu__item-text {
    display: none;
}

.header-main-menu__item-icon {
    display: flex;
	position: relative;
}

.header-main-menu__item-text {
    /* font-family: Helvetica Neue; */
    font-size: 16px;
    font-weight: 500;
    /* line-height: 24px; */
    /* text-align: left; */
}
		
.mpop {
    position: fixed;
    z-index: 10;
    bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
	background: rgba(0, 0, 0, 0.7);
}
		
.mpop--active {
	bottom: 0;
	opacity: 1;
	pointer-events: all;
}
		
.mpop__wrapper {
    padding: 10px 10px 70px;
    background: #f5f5f5;
	border-radius: 10px 10px 0 0;
	transition: .2s;
	transition-delay: .2s;
	transform: translateY(100%);
	opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
		
.mpop--active .mpop__wrapper {
	transform: translateY(0);
	opacity: 1;
}

.hcar .splide__track {
	overflow: visible;
}
		
.hcar .splide__slide img {
	width: 100%;
	height: auto;
}
		
.hero {
    background: url('/site/theme/images/kes_hero_bg.jpg') no-repeat center / cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

.hero-wrapper {
    max-width: 520px;
}
		
.hero__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
	align-items: center;
}

.hero-title {
    font-weight: bold;
    font-size: 50px;
    line-height: normal;
	font-weight: 700;
    color: #fff;
    text-shadow: 0px 4px 6px rgba(40, 40, 40, 0.45);
	margin: 0;
}
		
.hero__desc {
    font-size: 32px;
    line-height: normal;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 4px 6px rgba(40, 40, 40, 0.45);
    margin-top: 16px;
}

.hero-title span:nth-child(2) {
    color: var(--text);
}
		
.hero-form__title {
    font-size: 32px;
    font-weight: 700;
    color: #29313D;
    margin-bottom: 30px;
}
		
.hero-form {
    background: rgba(255, 255, 255, 0.8);
    padding: 24px 40px;
    border-radius: 20px;
	color: var(--text);
}
		
.hero-form .form-control:not([type="checkbox"]) {
    border: none;
    border-bottom: 1px solid #a7a7a7;
	border-radius: 0;
    background: transparent;
    color: #000;
    font-size: 16px;
    line-height: normal;
    outline: none !important;
    box-shadow: none !important;
}
		
.hero-form .form-group.type_checkbox,
.questions-item .form-group.type_checkbox {
    display: flex;
    align-items: center;
	gap: 5px;
}
		
.hero-form .form-control[type="checkbox"],
.questions-item .form-control[type="checkbox"] {
	width: auto;
    height: auto;
    margin: 0;
}

.hero-form .form-group.field_policy,
.questions-item .form-group.field_policy {
	margin-top: 30px;
}

.hero-form .form-group.type_checkbox label,
.questions-item .form-group.type_checkbox label {
	margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: normal
}
		
.hero-form .form-group.type_checkbox label a,
.questions-item .form-group.type_checkbox label a {
	text-decoration: underline;
}
		
.hero-form .file-upload-wrapper,
.questions-item .file-upload-wrapper {
	position: relative;
}
	
.hero-form .file-upload-wrapper .upload-link,
.questions-item .file-upload-wrapper .upload-link {
    position: absolute;
}
		
.hero-form .file-upload,
.questions-item .file-upload {
	background: transparent;
    color: #000;
    border: 2px solid #AFAFAF;
    border-radius: 10px;
    gap: 9px;
    padding: 0 9px 0 0;
    transition: .2s;
}
		
.questions-item .file-upload {
	color: #fff;
}
		
.hero-form .file-upload .btn__icon,
.questions-item .file-upload .btn__icon {
	display: flex;
    background: #1A1A1A;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 100%;
    padding: 6px 10px;
}
		
.hero-form .file-upload .btn__icon svg,
.questions-item .file-upload .btn__icon svg {
	margin: 0;
}
		
.hero-list {
    margin-top: 36px;
}

.hero-list li {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hero-list li svg {
    margin-right: 14px;
}

.hero-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
}

.hero-action svg {
    fill: var(--text);
}

.hero-action:hover {
    color: var(--red);
}

.hero-action:hover svg {
    fill: var(--red);
}

.hero-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 46px;
    font-size: 16px;
    line-height: 19px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #6B6B6B;
}

.hero-download svg {
    margin-right: 15px;
}


.partners {
    padding: 33px 15px;
    background-color: var(--red)
}

.partners-wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.partners-wrapper img {
    max-height: 62px;
    width: auto !important;
    margin: auto;
}

.partners-wrapper .slick-arrow {
    position: absolute;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 0;
    background: #CF534E;
    z-index: 10;
    cursor: pointer;
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(40, 40, 40, 0.25));
            filter: drop-shadow(0px 4px 4px rgba(40, 40, 40, 0.25));
}

.partners-wrapper .slick-prev {
    left: -70px;
}

.partners-wrapper .slick-next {
    right: -70px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}

.partners-wrapper .slick-arrow:after,
.partners-wrapper .slick-arrow:before {
    content: '';
    background-color: #FFFFFF;
    width: 16px;
    height: 2px;
    position: absolute;
}

.partners-wrapper .slick-arrow:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    top: 21px;
    left: 6px;
}

.partners-wrapper .slick-arrow:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    top: 10px;
    left: 6px;
}


.catalog-section {
    padding-top: 72px;
    padding-bottom: 120px;
}

.catalog-section__wrapper {
    margin-top: 53px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 33px 1fr 33px 1fr 33px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 33px;
}


.catalog-section .mbtn {
    margin: auto;
    margin-top: 42px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}


.work {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--green-lite);
    padding-top: 96px;
    padding-bottom: 115px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.work-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.work-item:last-child {
    background-image: url('/site/theme/images/work_bg.png');
}

.work-item__wrapper {
    max-width: 646px;
    width: 100%;
}

.work-item .section-title,
.work-item .section-subtitle {
    text-align: left;
}

.work-item__numbers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 47px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 96px;
    grid-column-gap: 47px;
    margin-top: 70px;
}

.work-number {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 20px 1fr;
    grid-template-columns: 80px 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 20px;
}

.work-number__numeral {
    -ms-grid-row-span: 2;
    grid-row: span 2;
}

.work-number__title {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}

.work-number__desc {
    font-size: 18px;
    line-height: 21px;
}

.work-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    max-width: 740px;
}


.questions {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--red);
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.questions-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    max-width: 777px;
    z-index: 3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.questions-bg--red {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 777px;
    z-index: 1;
}

.questions-item {
    padding-top: 67px;
    padding-bottom: 67px;
    height: 100%;
    z-index: 2;
}

.questions-item--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 130px;
}

.questions-item--left .questions-item__wrapper {
    display: none;
}

.questions-item--left .section-subtitle {
    margin-bottom: 45px;
}

.questions-item:nth-child(2) .section-subtitle {
    margin-bottom: 33px;
}


.questions-item__wrapper {
    max-width: 506px;
    width: 100%;
}


.questions .section-title,
.questions .section-subtitle {
    text-align: right;
    color: #FFFFFF;
}

.questions-item--left .section-title,
.questions-item--left .section-subtitle {
    text-align: left;
}

.questions-item:nth-child(2) {
    padding-left: 95px;
}


.questions .form-control {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #FFFFFF;
    padding: 5px 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
}

.questions-item--right .field_file {
    
}

.questions .form-control::-webkit-input-placeholder {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.questions .form-control::-moz-placeholder {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.questions .form-control:-ms-input-placeholder {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.questions .form-control::-ms-input-placeholder {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.questions .form-control::placeholder {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.questions textarea.form-control {
    resize: none;
}

.questions-item:nth-child(1) textarea {
    height: 200px;
}

.questions-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 37px;
}

.file-upload {
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.file-upload svg {
    margin-right: 11px;
}

.questions-item__notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 14px;
    line-height: 17px;
    color: #E18985;
    width: 100%;
}

.questions-item__notice svg {
    margin-right: 15px;
}

.form-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
}

.form-bottom__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
}

.form-bottom__action svg {
    margin-right: 10px;
}

.form-bottom .form-group {
    margin: 0;
}

.questions--active .questions-bg {
    opacity: 0;
}


.footer {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--text);

    -ms-grid-columns: (1fr)[2];

    grid-template-columns: repeat(2, 1fr);
}

.footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 22px;
    padding-bottom: 34px;
    position: relative;
    z-index: 2
}

.footer-item:nth-child(2) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.footer-item__wrapper {
    max-width: 605px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer .footer-item__link {
    color: #FFFFFF;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    max-width: 653.5px;
    z-index: 1;
}

.footer-item__link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 7px 2fr;
    grid-template-columns: auto 2fr;
    grid-column-gap: 7px;
    grid-row-gap: 3px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    color: #FFFFFF;
}

.footer-item__link svg {
    -ms-grid-row-span: 2;
    grid-row: span 2;
}

.footer-item__phone span:nth-child(2) {
    font-size: 10px;
    line-height: 12px;
    color: #E18985;
}

.buybtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--text);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 10px;
    min-width: 128px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    border-radius: 10px;
}

.buybtn svg {
    margin-right: 11px;
}

.buybtn--incart {
    background: var(--red);
}

.buybtn:hover {
    -webkit-box-shadow: 0px 4px 10px rgba(40, 40, 40, 0.15);
            box-shadow: 0px 4px 10px rgba(40, 40, 40, 0.15);
    color: #FFFFFF;
}

.cart-block {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;


    min-width: 400px;
    -webkit-transform: translateX(calc(100% + 20px));
        -ms-transform: translateX(calc(100% + 20px));
            transform: translateX(calc(100% + 20px));
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.cart-block.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.cart-block:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
    top: 0;
    left: 0;
}

.cart-block.active:before {
    background: rgba(0, 0, 0, 0.5);
}

.cart-block__wrapper {
    padding: 50px 15px;
    background: #fff;
    min-width: 360px;
    position: relative;
    height: 100vh;
    overflow: auto;
    max-width: 360px;
}

#cart .empty {
    font-size: 20px;
}

.cart-header {
    font-size: 20px;
    margin-bottom: 20px;
}

.cart-list {
    padding-bottom: 50px;
}

.cart-listitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cart-listitem:not(:last-child) {
    margin-bottom: 10px;
}

.cart-listitem__img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.cart-listitem__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.cart-listitem__name {
    max-width: 120px;
    font-size: 12px;
    margin: 0 10px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

.cart-listitem__quantity input {
    width: 60px;
}

.cart-listitem__summary {
    margin: 0 10px;
    font-size: 16px;
    min-width: 46px;
}

.cart-listitem__delete {
    /*margin-right: 10px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.close-cart {
    display: inline-block;
    width: 9px;
    height: 9px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 27px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.close-cart:before,
.close-cart:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    background: var(--red);
    top: 50%;
    left: calc(50% - 6px);
}

.close-cart:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 18px;
    height: 1px;
    background: var(--text);
    top: calc(50% - 3px);
    left: calc(50% - 7px);
}

.close-cart:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    /* opacity: 0; */
    width: 20px;
    height: 15px;
    left: -4px;
    top: -6px;
    background: transparent;
}

.del-item {
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    position: relative;
    padding: 0;
}


.del-item:before,
.del-item:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    background: var(--red);
    top: 50%;
    left: calc(50% - 6px);
}

.del-item:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg)
}

.del-item:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
}

.cart-delivery {
    margin-top: 30px;
}

		.cart-block .checkbox label{
			line-height: 1.2;
			font-size: 14px;
		}
		
		
.cart-bottom {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    z-index: 9;
    bottom: 20px;
    width: 100%;
    max-width: 330px;
}

.cart-total,
.cart-delivery {
    font-size: 12px;
}

.cart-total span,
.cart-delivery__price {
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.cart-total span {
    margin-left: 5px;
}

.cart-delivery__price {
    padding: 5px;
    border-radius: 4px;
}

.cart-delivery__price--active {
    background: var(--sky);
    color: #fff;
}

.cart-total sup,
.cart-delivery__price sup {
    font-size: 12px;
    font-weight: 700;
}

.cart-delivery__price sup {
    margin-left: 3px;
}

.cart-buytype {
    margin: 15px 0px;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cart-buytype__title {
    margin-bottom: 3px;
}

input.vc-appearance-none {

    border-radius: 10px;
    padding: 6px 3px;
    font-size: 14px;
    border-color: var(--text);
}

.cart-select {
    padding: 10px;
    border-radius: 10px;
    padding: 6px 0px;
    font-size: 14px;
    width: 100%
}

.cart-select option:disabled {
    background: #EFEDED;
    color: #a3a3a3;
}

.cart-buytype .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 5px 40px 5px 10px;
}

.cart-buytype .select2-results__option {
    padding: 10px;
}

.cart-order__title {
    font-size: 20px;
    margin-bottom: 20px;
}

.cart-order__form form .form-group {
    max-width: 330px;
}

.cart-order__form form .form-control {
    border-radius: 10px;
}

.cart-order__form form .form-group--submit {
    text-align: center;
}

.cart-order__form form .form-group--submit button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 15px;
    background: var(--sky);
    border: none;
    outline: none;
}

.cart-order__form form .form-group--submit button:disabled {
    background: #e5e5e5;
}

.cart-confirm__total {
    font-size: 16px;
    text-transform: none;
}

.cart-order__form form .form-group--submit input.mbtn {
    border: none;
    outline: none;
}

.cart-order__form form .form-group--submit input.mbtn:hover {
    color: var(--text);
}

.cart-order__form form .field_policy .checkbox label a {
    color: var(--sky);
}

.cart-order__form form .field_policy .checkbox label input {
    opacity: 1;
}

.cart-order__form form .field_policy .checkbox label {
    padding-left: 20px;
}

.cart-min-alert {
    color: var(--red);
    font-weight: 700;
    text-align: center;
}

.open-order-confirm {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 15px;
}
		.cart-block input[type=submit]{
			width: 100%;
		}
.open-order-confirm--disabled {
    background: #ccc;
    pointer-events: none;
}

.open-order-confirm__total {
    font-size: 16px;
    margin-left: 10px;
}

.open-order-confirm sup {
    text-transform: none
}

.form-group--submit {
    text-align: center;
}

.catalog__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 270px 30px 1fr;
    grid-template-columns: 270px 1fr;
    grid-gap: 30px;
	margin-top: 30px;
}

.catalog__wrapper--alphabetic {
    grid-template-columns: 1fr;
}
		
.catalog-filter:not(:last-child) {
	margin-bottom: 24px;
}
		
.catalog-filter__title {
    font-size: 16px;
    font-weight: 700;
}
	
.catalog-filter__options {
    margin-top: 12px;
    max-height: 300px;
    overflow-y: auto;
}
		
.catalog-filter-option {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
		
.catalog-filter-option:not(:last-child) {
	margin-bottom: 12px;
}
	
.catalog-filter-option input {
	margin: 0;
    accent-color: #000;
}		

.catalog-filter-option label {
    font-size: 14px;
    font-weight: 400;
	margin: 0;
	line-height: normal;
}

.catalog-goods__wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, 270px);
    grid-gap: 30px;
}
		


.cat {
    width: 270px;
    height: 270px;
    /*background-color: #FFFFFF;*/
    -webkit-box-shadow: 0px 4px 10px rgba(40, 40, 40, 0.15);
            box-shadow: 0px 4px 10px rgba(40, 40, 40, 0.15);
    overflow: hidden;
    position: relative;

    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #FFFFFF), color-stop(50%, #F4F9F9));

    background: -o-linear-gradient(bottom right, #FFFFFF 50%, #F4F9F9 50%);

    background: linear-gradient(to top left, #FFFFFF 50%, #F4F9F9 50%);

}

.cat img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    position: absolute;
    top: 5px;
    left: 0;
}

.cat:hover {
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #FFFFFF), color-stop(50%, #DBE3E5;));
    background: -o-linear-gradient(bottom right, #FFFFFF 50%, #DBE3E5;
    50%);
    background: linear-gradient(to top left, #FFFFFF 50%, #DBE3E5;
    50%);
}

.cat:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.cat__title {
    position: absolute;
    bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;

    width: 100%;
    right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px;
    grid-template-columns: 1fr 10px;
    padding-left: 10px;
    padding-right: 42px;
    text-align: right;
}

.cat__title svg {
    margin-left: 15px;
}


.catalog-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 295px);
    grid-gap: 30px;
}
		
.catalog__wrapper--alphabetic .catalog-list {
	grid-template-columns: 1fr;
	grid-gap: 16px;
}
		
.catalog-list--fw {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
}
		
.catalog-item {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 16px;
    font-size: 14px;
    line-height: normal;
}
		
.catalog-item--wimg {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 24px;
    padding: 0;
}
		
.catalog-item__main {
	padding: 16px 16px 16px 0;
}
	
.catalog-item__img {
    height: 100%;
}
		
.catalog-item__img img {
    border-radius: 10px 0 0 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;	
}
		
.catalog-item__title {
    font-size: 18px;
    font-weight: 500;
}
		
.catalog-item__sis {
	
    
    margin-top: 15px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 15px;
}
		
.catalog-item__sis-link:hover {
	opacity: .5;
}
		
.catalog-item__sis-more {
	text-decoration: underline;
	cursor: pointer;
}
		
.catalog-item__sis-more:hover {
	opacity: .5;
}
		
.good-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
		
.good-card__gallery {		
	height: 206px;
    border-radius: 12px;
    background: #f7f7f7;
}
		
.good-card__gallery > * {
	/*display: none !important;*/
	
}
		
.good-card__img {
    height: 206px;
    border-radius: 12px;
    background: #f7f7f7;
	overflow: hidden;
	position: relative;
	display: flex;
}
		
.good-card__img:after {
	content: '';
	background: url(/site/theme/images/kes_wm.png) no-repeat center / contain;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
		
.good-card__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
		
.good-card-slider .splide__pagination {
    right: 8px;
    bottom: 8px;
    left: unset;
	padding: 0;
}
		
.good-card-slider .splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
    display: flex;
    outline: none;
}

.good-card-slider .splide__pagination__page {
    background: #000;
    width: 6px;
    height: 6px;
    margin: 0 1px;
	opacity: 0.4;
}
		
.good-card-slider .splide__pagination__page.is-active {
	opacity: 1;
	transform: none;
}
		
.good-card-slider .splide__arrows {
	transition: .2s;
	opacity: 0 !important;
}
		
.good-card:hover .good-card-slider .splide__arrows {
	opacity: 1 !important;
}
	
.good-card__main {
    display: flex;
    flex-direction: column;
    gap: 16px;
	padding: 0 12px;
}
		
.good-card__title {
    /* font-family: Inter; */
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
}
		
		

/*		
.good-card-slider .splide__arrow:disabled {
    opacity: .3;
}
*/
		
.catalog-pagination {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 36px;
}
		
.catalog-pagination button {
    line-height: normal;
    min-width: 24px;
    height: 24px;
    border-radius: 4px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: .2s;
}
		
.catalog-pagination button:not(:disabled):hover {
	background: #000;
	color: #fff;
}
		
.good-cards {
	padding: 30px 15px;
}
		
.good-cards__wrapper {
	margin-top: 16px;
}
		
.good {
    -webkit-box-shadow: var(--bs);
            box-shadow: var(--bs);
    -webkit-box-shadow: 0px 4px 10px rgba(40, 40, 40, 0.15);
            box-shadow: 0px 4px 10px rgba(40, 40, 40, 0.15);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 385px;
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
}


.good__info {
    position: relative;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
}

.good__img a {
    display: block;
    height: 100%;
}

.good__img img {
    width: 100%;
    height: 155px;
    -o-object-fit: cover;
       object-fit: cover;
}

.good__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #00929E;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    text-shadow: 0px 4px 6px rgb(40 40 40 / 25%);
    width: 157px;
}

.good__main {
    margin: 12px 0;
}

.good__title {
    font-size: 22px;
    line-height: 26px;
    margin: 12px 0;
}

.good .single-good__prop {
    display: none;
}

.good__actions {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.good__price {
    font-size: 16px;
    line-height: 19px;
}


.good__price--current {
    color: #B12721;
}


.good-wrapper {
    position: relative;
	height: 385px;
}

.good-wrapper:hover .good {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    z-index: 10;
}

.good-wrapper:hover .good .single-good__prop {
    display: block;
}

.single-good {
    margin: 30px 0;
}

.single-good__title {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}

.single-good__wrapper {
	/*
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 270px 30px 1fr;
    grid-template-columns: 270px 1fr;
    grid-gap: 30px;
	*/
}

.single-good__mainwrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.single-good__img {
    /*max-width: 439px;*/

}
		
.single-good__imgwrapper {
	background: #F2F4F4;
	border-radius: 10px;
	min-height: 315px;
	display: flex;
    align-items: center;
    justify-content: center;
}
		
.single-good__imgwrapper .good-card__gallery {
	height: auto;
}

.single-good__imgwrapper .good-card__img {
	height: auto;
}
		
.single-good__img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

.single-good__notice {
    margin-top: 10px;
    background-color: #FFBEBE;
    padding: 12px 33px;
    font-size: 16px;
    line-height: 19px;
	border-radius: 10px;
}


.single-good__price {
    font-size: 18px;
    line-height: 21px;
    color: var(--red);
    margin-bottom: 15px;
}

.single-good__prop {
    margin-bottom: 15px;
}

.single-good__prop-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;

}

.single-good__prop-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 25px;
}

.single-good__prop-subtitle {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 9px;
}

.single-good__desc {
    margin-top: 31px;
    margin-bottom: 39px;
    font-size: 14px;
    line-height: 17px;
}

.num-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.num-input input {
    width: 35px;
    height: 35px;
    border: none;
    background: #DBE3E5;
    border-radius: 10px;
    margin: 0 5px;
    text-align: center;
    outline: none;
    -moz-appearance: textfield;
}

.num-input input::-webkit-inner-spin-button,
.num-input input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.num-input__btn {
    outline: none;
    background: transparent;
    display: block;
    padding: 0;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #6B6B6B;
}

.good-prop input {
    display: none;
}

.good-prop label {
    display: block;
    border: 1px solid #DBE3E5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 6px;
    cursor: pointer;
    font-weight: normal;
}

.good-prop input:checked + label {
    background: #DBE3E5
}

.single-good__bottomwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	gap: 30px;
}
		
.single-good__aboutprice {
    color: var(--red);
    font-size: 18px;
    line-height: normal;
}

.single-good__action.single-good__action--add .buybtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: unset;
    height: 100%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border-radius: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    min-width: auto;
    color: var(--text);
}

.buybtn__icon {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--text);
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 6px rgb(40 40 40 / 30%);
            box-shadow: 0px 4px 6px rgb(40 40 40 / 30%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-right: 10px;
}

.buybtn__icon svg {
    margin-right: 0;
}

.single-good__action.single-good__action--add .buybtn--incart .buybtn__icon {
    background: var(--red);
}

.buybtn__title {
    position: relative;
}

.single-good__action.single-good__action--add .buybtn--incart .buybtn__title {
    display: none
}

.buybtn__title--incart {
    content: 'В КОРЗИНЕ';
    display: none;
    color: var(--acc);
}

.single-good__action.single-good__action--add .buybtn--incart .buybtn__title--incart {
    display: block;
}

.catalog-buy-prop-prompt {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: rgb(0 146 158 / 80%);
    left: 0;
    top: 0;
}

.catalog-buy-prop-prompt__wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.catalog-buy-prop-prompt__inner {
    background: #fff;
    padding: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 500px;
            flex: 0 1 500px;
    position: relative;
}

.catalog-buy-prop-prompt__closer {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 30px;
    width: 30px;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.catalog-buy-prop-prompt__title {
    color: var(--red);
    margin-bottom: 15px;
    font-size: 18px;
}

.catalog-buy-prop-prompt .single-good__prop-title {
    font-size: 16px;
}

.catalog-buy-prop-prompt .single-good__prop-wrapper {
    margin-top: 10px;
}

.catalog-buy-prop-prompt__action {
    text-align: right;
    margin-top: 20px;
}


.single-good__bottom {
    margin: 35px 0 39px;
}

.single-good-tab {
    display: none;
	/*white-space: pre-line;*/
}

.single-good-tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    border-bottom: 1px solid #42413E;
    gap: 30px;
}

.single-good-tab__trigger {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 11px;
    position: relative;
    cursor: pointer;
}

.single-good-tab__trigger--active:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #42413E;
}

.single-good-tabs__main {
    margin-top: 40px;
}
		
.chars-list__item {
    display: flex;
    justify-content: space-between;
}
		
.chars-list__item-spacer {
	content: '';
	display: block;
	flex: auto;
	border-bottom: 1px dashed;
}
		
.sgms-header {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
		
.sgms-title {
    font-size: 20px;
    line-height: 24px;
}
		
.sgms-search input {
	background: #F5F5F5;
    border: none;
    color: #000;
    font-size: 14px;
    width: 100%;
    border-radius: 30px;
    padding: 5px 40px;
}
		
.sgms-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
		
.sgms-item a {
    font-size: 14px;
    line-height: 26px;
}
		
.sgms-item a:hover {
	opacity: .7;
}
		
.decoding {
	margin-top: 20px;
}
		
.decoding-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.decoding-header {
    display: flex;
}
		
.decoding-header__trigger-control {
    /*background: #f5f5f5;*/
    border-radius: 4px;
    border: 1px solid #ccc;
    min-width: 11px;
    text-align: center;
    line-height: normal;
    font-size: 40px;
	height: 100%;
	cursor: pointer;
}
		
.decoding-header__trigger-text {
	min-width: 11px;
    text-align: center;
    line-height: normal;
    font-size: 40px;
	height: 100%;
}
		
.decoding-hovered {
	background: #eaeaea;
}
		
.decoding-list {
	margin-top: 15px;
}
		
.decoding-list__item {
    line-height: normal;
    font-size: 14px;
	padding: 3px;
	border-radius: 4px;
}
		
.decoding-list__item:not(:last-child) {
    margin-bottom: 2px;
}

.catalog {
    margin-top: 30px;
    margin-bottom: 60px;
}

.catalog-sidebar__title {
    display: none;
}
		
.catalog-header {
    display: flex;
    align-items: center;
    gap: 20px;
}
		
.catalog-header-viewtypes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.catalog-title {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
}
		
.catalog-header-search {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
		
.catalog-sidebar__categories {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 10px rgba(40, 40, 40, 0.15);
            box-shadow: 0px 4px 10px rgba(40, 40, 40, 0.15);
}

.catalog-sidebar__category .catalog-sidebar__category-link {
    padding: 22px 0;
    display: block;
    position: relative;
    margin: 0 22px;
    border-bottom: 1px solid #DBE3E5;
    cursor: pointer;
}

.catalog-sidebar__category .catalog-sidebar__category-link span {
    max-width: 193px;
    width: 100%;
    display: block;
}

.catalog-sidebar__category .catalog-sidebar__category-link svg {
    position: absolute;
    bottom: 27px;
    right: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.catalog-sidebar__category-link--active svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.catalog-sidebar__subcats {
    display: none;
    background: #F4F9F9;
    padding: 22px;
}

.catalog-sidebar__category-link--active .catalog-sidebar__subcats {
    display: block;
}

.catalog-sidebar__subcategory-link--active {
    color: var(--red);
}


.catalog-description {
    margin-top: 54px;
}

.catalog-description ul {
    padding-left: 20px;
}

.catalog-description li {
    position: relative;
}

.catalog-description li:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #B12721;
    border-radius: 2px;
    position: absolute;
    top: 12px;
    left: -20px;
}

.subheader {
    /*background-color: #DBE3E5;*/
    padding: 27px 15px;
}
		
.catalog-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 310px;
}
		
.catalog-loader svg {
	width: 50px;
	height: 50px;
}
		
.dropd {
    position: relative;
}
		
.dropd-trigger {
    padding: 9px 19px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background: rgb(244 245 245);
    color: #000;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s;
}
		
.dropd-trigger:hover {
	background: #000;
	color: #fff;
}
		
.dropd-main {
    position: absolute;
    background: #fff;
    box-shadow: 0 5px 5px #ccc;
    padding: 10px;
    border-radius: 5px;
	z-index: 10;
}
		
.dropd-search input {
	width: 100%;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 2px 15px;
}
		
.dropd-selected__andmore {
    background: #000000;
    border-radius: 10px;
    padding: 0 8px;
    color: #fff;
}
		
.dropd-list {
    max-height: 300px;
    overflow-y: auto;
    padding-top: 5px;
}
		
.dropd-list__item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 0;
}
		
.dropd-list__item input {
	margin: 0;
}
		
.dropd-list__item label {
	margin: 0;
	font-weight: normal;
    line-height: normal;
	flex: auto;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    /*line-height: 25px;*/
    /*font-weight: 700;*/
}

.breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
}

.breadcrumbs__item span {
    /*color: #B12721;*/
}

.breadcrumbs__item svg {
    margin-left: 10px;
}


.about-hero {
    background-image: url('/site/theme/images/about_hero.png');
    padding-top: 165px;
    padding-bottom: 75px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
}

.about-hero__wrapper {
    max-width: 535px;
}

.about-hero .section-title {
    padding-left: 26px;
    text-align: left;
}

.about-hero__mission {
    padding-top: 19px;
    padding-left: 20px;
    padding-right: 58px;
    padding-bottom: 25px;
    background-image: url('/site/theme/images/about_hero__mission.png');
    background-repeat: no-repeat;
    font-weight: 500;
    line-height: 21px;
    margin-top: 26px;
}

.about-hero__mission span:first-child {
    margin-top: 11px;
}

.about-hero__desc {
    padding-left: 26px;
    margin-top: 32px;
    max-width: 450px;
    line-height: 21px;
}

.about-hero .hero-download {
    padding-left: 26px;
    margin-top: 45px;
}


.product {
    padding-top: 75px;
    padding-bottom: 98px;
    background-image: url('/site/theme/images/product_bg.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.product__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 34px 1fr 34px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 34px;
    margin-top: 35px;
}

.product__item img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 100%;
    height: 268px;
    -o-object-fit: coever;
       object-fit: coever;
}

.product__item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.product__title {
    font-weight: 500;
    line-height: 21px;
    padding: 28px 25px;
}

.product__item:hover {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 10px rgba(40, 40, 40, 0.15);
            box-shadow: 0px 4px 10px rgba(40, 40, 40, 0.15);
}

.product__bottom {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: auto 35px 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: 35px;
    margin-top: 40px;
}

.product__bitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.product__bitem img {
    margin-right: 19px;
}

.product__btext {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
}

.product__bitem--right {
    max-width: 589px;
    font-weight: 500;
    line-height: 21px;
}


.whom {
    padding-bottom: 100px;
}

.whom__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 80px 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: 80px;
}

.whom__wrapper .section-subtitle {
    text-align: left;
    margin-top: 30px;
}

.whom__list {
    margin-top: 38px;
    padding-left: 25px;
}

.whom__list li {
    position: relative;
    line-height: 21px;
    margin-bottom: 19px;
}

.whom__list li:last-child {
    margin-bottom: 0;
}

.whom__list li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -25px;
    width: 10px;
    height: 10px;
    background: #B12721;
    border-radius: 2px;
}

.whom__notice {
    font-weight: 500;
    line-height: 21px;
    padding: 19px 26px;
    background-color: #DBE3E5;
    margin-top: 30px;
}


.about-numbers {
    padding: 80px 15px;
    background-image: url('/site/theme/images/about_numbers.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-numbers__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.about-numbers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: bold;
    color: #FFFFFF;
}

.about-numbers__title {
    font-size: 60px;
    line-height: 71px;
    display: block;
}

.about-numbers__desc {
    font-size: 25px;
    line-height: 30px;
    display: block;
    margin-top: 10px;
}

.advantages {
    padding-top: 95px;
    padding-bottom: 111px;
}

.advantages__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 33px 1fr 33px 1fr 33px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 33px;
    margin-top: 48px;
}

.advantages__item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 10px rgba(40, 40, 40, 0.15);
            box-shadow: 0px 4px 10px rgba(40, 40, 40, 0.15);
    padding-bottom: 52px;
}

.advantages__img img {
    width: 100%;
    height: 205px;
    -o-object-fit: cover;
       object-fit: cover;
}

.advantages__title {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    margin: 23px 0;
    text-align: center;
    padding: 0 30px;
}

.advantages__desc {
    text-align: center;
    padding: 0 30px;
    line-height: 21px;
}

.contacts-hero {
    background-color: #DBE3E5;
    /*background-image: url('/site/theme/images/contacts.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;*/
    padding-top: 58px;
    padding-bottom: 69px;
    position: relative;
}

.contacts-hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 767px;
    width: 100%;
    height: 100%;
}

.contacts-hero .section-title,
.contacts-hero .section-subtitle {
    text-align: left;
}

.contacts-hero__wrapper {
    max-width: 520px;
}

.contacts-hero__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 37px;
}

.contacts-hero__item,
.contacts-hero__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
}

.contacts-hero__item svg {
    margin-right: 10px;
}

.contacts-hero__bottom {
    margin-top: 25px;
}

.contacts__link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16px 10px 180px 10px auto;
    grid-template-columns: 16px 180px auto;
    grid-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 21px;
}

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

.contacts__phone {
    font-weight: 500;
}


.map-mobile {
    display: none;
}


.menu-blocks {
    position: fixed;
    z-index: 8;
    background: #fff;
    width: 100%;
    left: 0;
    top: 124px;
    padding: 65px 15px 0;
    height: 100vh;
    overflow: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(calc(-100% - 50px));
        -ms-transform: translateY(calc(-100% - 50px));
            transform: translateY(calc(-100% - 50px));
    z-index: 11;
}

.menu-blocks--active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0)
}


.menu-blocks--active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.page.fixed header {
    background-color: #FFFFFF;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.catalog-search {
    padding: 20px 15px;
}

.finder-form,
.ajax-search {
    position: relative;
}

.finder-form input,
.ajax-search input {
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--text);
    padding: 12px 15px;
    color: var(--text);
}

.finder-form__submit {
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: calc(50% - 12px);
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-blocks__notice {
    max-width: 1048px;
    margin: auto;
    margin-top: 80px;
    background-color: #DBE3E5;
    padding: 19px 25px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.finder-form input::-webkit-input-placeholder {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--text);
}

.finder-form input::-moz-placeholder {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--text);
}

.finder-form input:-ms-input-placeholder {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--text);
}

.finder-form input::-ms-input-placeholder {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--text);
}

.finder-form input::placeholder {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--text);
}


.finder,
.search-results {
    padding: 20px 15px;
}


.quiz {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 55, 55, 0.5);
    height: 100vh;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    overflow: auto;

}

.quiz .cont {
    -webkit-box-shadow: 0px 5px 10px rgba(78, 0, 206, 0.1);
            box-shadow: 0px 5px 10px rgba(78, 0, 206, 0.1);
    border-radius: 20px;
    background-color: #FFFFFF;
    padding-top: 62px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 51px;
    z-index: 101;
    width: 100%;
}

.quiz .js-modale-closer {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--text);
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.quiz .js-modale-closer:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 4px;
    width: 20px;
    height: 2px;
    background-color: var(--text);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.quiz .js-modale-closer:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 4px;
    width: 20px;
    height: 2px;
    background-color: var(--text);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.quiz .js-modale-closer:hover {
    border-color: var(--red)
}

.quiz .js-modale-closer:hover:before,
.quiz .js-modale-closer:hover:after {
    background-color: var(--red);
}


.quiz__call .cont {
    max-width: 600px;
    padding: 20px;
}

.quiz__call .mbtn {
    margin: auto;
}

.quiz__call .section-title {
    margin-bottom: 20px;
}

.quiz input.form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--red);
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: var(--red);
    padding: 5px 0;
}

.quiz input.form-control::-webkit-input-placeholder {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: normal;
    font-size: 18px;
    line-height: 30px;
    color: var(--red);
}

.quiz input.form-control::-moz-placeholder {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: normal;
    font-size: 18px;
    line-height: 30px;
    color: var(--red);
}

.quiz input.form-control:-ms-input-placeholder {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: normal;
    font-size: 18px;
    line-height: 30px;
    color: var(--red);
}

.quiz input.form-control::-ms-input-placeholder {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: normal;
    font-size: 18px;
    line-height: 30px;
    color: var(--red);
}

.quiz input.form-control::placeholder {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: normal;
    font-size: 18px;
    line-height: 30px;
    color: var(--red);
}
		.catalog-buy-prop-prompt{
			display: none;
		}
		
.cats {
	padding: 30px 15px;
}
		
.cats-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    grid-gap: 30px;
	margin-top: 30px;
}

.cats-item {
    max-width: 215px;
    height: 190px;
    display: block;
    position: relative;
    background: #F9F9F9;
    border-radius: 16px;
	padding: 16px;
	transition: .2s;
}
		
.cats-item:hover {
	/*background: #ebebeb;*/
	transform: scale(1.025);
}
		
.cats-item__title {
	font-weight: 600;
    font-size: 14px;
    line-height: 20px;
	position: relative;
	z-index: 1;
}
		
.cats-item__image {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 0 16px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
		
.cats-item__image img {
	transition: .2s;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
    border-radius: 16px;
}
		
.cats-item:hover .cats-item__image img {
	transform: scale(1.05);
}
		
.cats-list__more {
    margin-top: 30px;
    text-align: center;
}
		
.reviews {
	background: #f5f5f5;
	padding: 30px 15px 40px;
}
		
.reviews__wrapper {
	margin-top: 30px;
}
		
.reviews-card {
    line-height: normal;
    display: flex;
    position: relative;
    height: 465px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px 0px #00000040;
    /* padding: 30px; */
    align-items: flex-end;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
}
		
.reviews-card__title {
    padding: 30px;
    background: linear-gradient(0deg, #f5f5f5, transparent);
}
		
.kabout {
    padding: 40px 15px;
    background: #f5f5f5;
}
		
.kabout__wrapper {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 50px;
	align-items: center;
}
				
.kabout-text {
    font-size: 20px;
    line-height: 25px;
}
		
.itxs {
    background: #f5f5f5;
    padding: 50px 15px;
}
		
.itxs__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    grid-gap: 30px;
}

.itx {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
		
.itx__icon {
    display: flex;
    height: 60px;
}
		
.itx__main {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}
		
.itx__texts-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
		
.itx__texts-desc {
    font-size: 14px;
    line-height: 22px;
}
		
.creviews {
	padding: 60px 15px;
}
		
.creviews__wrapper {
	margin-top: 50px;
}
		
.cr-card__top {
    /*display: grid;*/
    grid-template-columns: 70px 1fr;
    grid-gap: 18px;
    align-items: center;
}
		
.cr-card__ava img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
		
.cr-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
		
.cr-card__date {
    color: #747474;
    font-size: 16px;
    line-height: normal;
}
		
.cr-card__name {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
		
.cr-card__main {
    margin-top: 15px;
    font-size: 20px;
    line-height: 25px;
}
		
.cr-card__actions {
	margin-top: 30px;
}
		
.bvids {
	padding: 80px 15px;
	background: #f5f5f5;
}
		
.bvids__wrapper {
	margin-top: 30px;
}
		
.bvid-card {
    background: #fff;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px #00000026;
}
		
.bvid-card__img {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 10px;
}
		
.bvid-card__img img {
	background: #D5D5D5;
    border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
		
.bvid-card__main {
    padding: 20px;
}
		
.bvid-card__title {
    font-size: 16px;
    line-height: normal;
}
		
.splide__list--padded {
	padding-bottom: 20px !important;
}
		
.apage-content {
    padding: 50px 15px;
}
		
		
@media (max-width: 1199px) {
    .hero {
		
    }

    .partners {
        padding: 33px 40px;
    }

    .partners-wrapper .slick-prev {
        left: -35px;
    }

    .partners-wrapper .slick-next {
        right: -35px;
    }

    .work-bg,
    .questions-bg,
    .footer-bg,
    .questions-bg--red {
        width: 50%;
    }


    .about-hero {
        background-position-x: 110%;
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .contacts-hero__bg {
        max-width: 767px;
        width: 50%;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .header-logo__title {
        font-size: 18px;
        line-height: 20px;
    }

    .hero {
        padding-top: 160px;
        padding-bottom: 60px;
    }

    .catalog-section__wrapper {
        -ms-grid-columns: 1fr 33px 1fr 33px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }

    .questions-item:nth-child(2) {
        padding-left: 0;
    }

    .questions-item--left {
        padding-right: 70px;
    }


    .about-hero {
        background-position-x: 180%;
    }

    .contacts-hero__top {
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset;
    }

    .contacts-hero__item:first-child {
        margin-right: 30px;
    }

    .map-mobile {
        display: block;
        width: 100%;
        height: 400px;
        margin-top: 30px;
    }

    .contacts-hero__bg {
        display: none;
    }

    .contacts-hero__wrapper {
        max-width: 100%;
    }
}

.mpanel {
    display: none;
}
		
@media (max-width: 767px) {
     .mpanel {
        display: block;
        position: fixed;
        z-index: 88;
        left: 0;
        bottom: 0;
        width: 100%;
        /* background: #fff; */
        background: #EBEBEB;
        /* border-radius: 20px 20px 0 0; */
        padding: 15px;
        /* box-shadow: 0px 0px 10px 0px #00000026; */
    }

    .mpanel-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .mpanel-menu__item {
        display: flex;
        /* width: 50px; */
        /* height: 50px; */
        width: 32px;
        height: 32px;
        /* padding: 5px; */
        padding: 4px;
        align-items: center;
        justify-content: center;
    }
/* 
    .header {
        display: none;
    } */
    .header{
        padding-bottom: 0;
    }
	
    .header-top{
        background: #FFF;
		
    }
	
	.header-main {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9;
		box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 10%);
	}
	
	.header-main__wrapper {
		padding: 10px;
	}
	
    .header-main__block.header-main__block--left,
    .header-main__block.header-main__block--right,
    .header-top {
        display: none !important;
    }
	
	.section-header__link {
		font-size: 14px;
	}
	
	.hero__wrapper {
		grid-template-columns: 1fr;
	}

	.page {
        padding-top: 68px;
    }

    .mmenu-blocks,
    .catalog-sidebar__categories {
        top: 68px;
        height: calc(100vh - 68px);
    }
	
	.header-logo svg{
		margin-right: 0;
	}
	
    .header-logo__text {
        display: none;
    }
	.mheader .cont{
		height: 48px;
	}
	.cart-trigger__count{
		position: absolute;
		top: -2px;
		right: 4px;
		z-index: 2;
		background-color: var(--red);
			width: 20px;
			height: 20px;
			border-radius: 50%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			color: #FFFFFF;
	}
	
	.mheader__item{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.mheader__item:nth-child(2){
		position: absolute;
		left: calc(50% - 17.5px);
	}
	
	.cart-trigger{
		padding: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	
	.cart-trigger svg{
		margin-right: 0;
		width: 40px;
		height: auto;
	}
    .mheader {
        display: block;
        position: fixed;
        z-index: 11;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px 4px 7px rgb(51 51 51 / 15%);
                box-shadow: 0px 4px 7px rgb(51 51 51 / 15%);
        padding: 10px 15px;
    }

    .mheader .cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .mheader-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .header-logo svg {
        width: 35px;
        height: auto;
    }

    .mmenu-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* flex-direction: column; */
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 100%;
        height: calc(100vh - 77px);
        position: fixed;
        top: 77px;
        right: 0;
        background-color: #f7f7f7;
        z-index: 11;
        -webkit-transform: translateX(+100%);
        -ms-transform: translateX(+100%);
            transform: translateX(+100%);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        padding: 10px 30px;
        overflow: auto;
    }

    .mmenu-blocks--active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    }

    .mmenu-blocks .cont {
        margin: 0;
    }

    .hamburger {
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 20px;
        height: 2px;
        background: var(--text);
        left: calc(50% - 10px);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        z-index: 11;
    }


    .hamburger span:first-child {
        top: calc(50% - 7px);
    }

    .hamburger span:nth-child(2) {
        top: calc(50% - 1px);
    }

    .hamburger span:last-child {
        top: calc(50% + 5px);
    }

    .hamburger--active span:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        top: 50%;

    }

    .hamburger--active span:nth-child(2) {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .hamburger--active span:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        top: 50%;

    }

    .header-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin: 20px 0;
    }

    .header-menu li:not(:first-child) {
        margin-left: 0;
        margin-top: 20px;
    }

    .header-contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .header-contacts a {
        display: block;
        margin-bottom: 15px;
    }

    .header-contacts__wrapper {
        margin-left: 15px;
    }

    .header-sc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

    }

    .header-search,
    .header-search__trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-search__trigger {
        margin-right: 20px;
    }


    .catalog-section__wrapper {
        -ms-grid-columns: 1fr 33px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

    .work-bg,
    .questions-bg,
    .questions-bg--red {
        display: none;
    }

    .work,
    .questions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .work-item .section-title, .work-item .section-subtitle {
        text-align: center;
    }

    .questions {
        padding: 15px;
        -webkit-box-align: initial;
            -ms-flex-align: initial;
                align-items: initial;
    }

    .questions-item {
        padding: 15px 0;
    }

    .questions-item__wrapper {
        max-width: 100%;
    }

    .questions .section-title, .questions .section-subtitle {
        text-align: center;
    }

    .questions-item:nth-child(1) textarea {
        height: 100px;
    }

    .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 15px;
    }

    .footer-item {
        padding: 10px 0;
    }
	
	.footer-item:nth-child(1){
		text-align: center;
	}
	
    .footer-item__wrapper {
        max-width: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer-item__link {
        margin-bottom: 15px;
    }

    .about-hero {
        background-image: none;
    }

    .about-hero__wrapper,
    .about-hero__desc {
        max-width: 100%;
    }

    .about-hero__mission {
        background-image: none;
        background-color: #DBE3E5;
    }


    .whom__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        grid-gap: 30px;
    }

    .about-numbers {
        padding: 40px 15px;
    }

    .about-numbers__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .about-numbers__item:not(:last-child) {
        margin-bottom: 25px;
    }

    .about-numbers__desc {
        margin-top: 0;
        text-align: center;
    }

    .advantages__wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 33px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }


    .single-good__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .single-good .catalog__item--side {
        display: none;
    }

    .single-good__mainwrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .single-good__img {
        max-width: 100%;
    }


    .catalog__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .catalog-sidebar__title {
        display: block;
		position: fixed;
		bottom: 40px;
		z-index: 8;
		left: calc(50% - 85px);
		background-color: var(--red);
			border-radius: 10px;
			color: #FFFFFF;
			-webkit-box-shadow: 0px 4px 15px rgb(40 40 40 / 15%);
			box-shadow: 0px 4px 15px rgb(40 40 40 / 15%);
    }

    .catalog-sidebar__categories {
        position: fixed;
        top: 68px;
        width: 100%;
        height: calc(100vh - 68px);
        left: 0;
        z-index: 9;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        padding: 30px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .catalog-sidebar__categories--active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .catalog-sidebar__closer {
        position: absolute;
        width: 30px;
        height: 30px;
        cursor: pointer;
        top: 10px;
        right: 15px;
    }

    .catalog-sidebar__closer:before {
        content: '';
        display: block;
        position: absolute;
        width: 20px;
        height: 2px;
        background: var(--text);
        left: calc(50% - 10px);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        z-index: 11;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        top: 50%;
    }

    .catalog-sidebar__closer:after {
        content: '';
        display: block;
        position: absolute;
        width: 20px;
        height: 2px;
        background: var(--text);
        left: calc(50% - 10px);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        z-index: 11;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        top: 50%;
    }
	
	
	.form-bottom__action{
		display: none;
	}
	
	.section-title {
		font-size: 25px;
	}
	
	.section-header {
		display: block;
	}
	
	.cats-list {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		grid-gap: 15px;
	}
	
	.catalog-list.catalog-list--fw {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		grid-gap: 15px;
	}
	
	.reviews-card__title {
		padding: 10px;
		font-size: 14px;
	}
	
	.kabout__wrapper {
		grid-template-columns: 1fr;
	}
	
	.catalog-header {
		flex-direction: column;
	}
	
	.catalog-list {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		grid-gap: 10px;
	}
	
	.good-card__title {
		font-size: 14px;
	}
	
	.catalog-item__title {
		font-size: 14px;
	}
	
	.catalog-item--wimg {
		grid-template-columns: 80px 1fr;
		grid-gap: 12px;
	}
	
	.breadcrumbs {
		font-size: 12px;
		flex-wrap: wrap;
	}
	
	.single-good-tab__trigger {
		font-size: 13px;
		line-height: normal;
	}
	
	.decoding-header__trigger-control,
	.decoding-header__trigger-text {
		font-size: 20px;
	}
	
}

@media (max-width: 426px) {
    .page {
        padding-top: 61px;
    }

    .mmenu-blocks,
    .catalog-sidebar__categories {
        top: 61px;
        height: calc(100vh - 61px);
    }
	
	.header-logo svg{
		margin-right: 0;
	}
	
    .header-logo__text {
        display: none;
    }
	.mheader .cont{
		height: 48px;
	}
	.cart-trigger__count{
		position: absolute;
		top: -2px;
		right: 7px;
		z-index: 2;
		background-color: var(--red);
			width: 20px;
			height: 20px;
			border-radius: 50%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			color: #FFFFFF;
	}
	
	.mheader__item{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.mheader__item:nth-child(2){
		position: absolute;
		left: calc(50% - 17.5px);
	}
	
	.cart-trigger{
		padding: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	
	.cart-trigger svg{
		margin-right: 0;
	}
	
    .breadcrumbs {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .hero-title {
        font-size: 35px;
        line-height: 40px;
    }

    .hero {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .hero-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .hero-action {
        padding: 13px 0;
        margin-top: 10px;
    }

    .catalog-section__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .work {
        padding: 60px 15px;
    }

    .work-item__numbers {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }

    .work-number__numeral {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .work-number__numeral svg {
        height: 70px;
        width: auto;
    }

    .work-number {
        -ms-grid-columns: 65px 1fr;
        grid-template-columns: 65px 1fr;
    }

    .form-bottom,
    .questions-item__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .form-bottom__action {
        margin-bottom: 20px;
    }

    .questions-item__notice {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }


    .product__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .product__item {
        background: #FFFFFF;
        -webkit-box-shadow: 0px 4px 10px rgb(40 40 40 / 15%);
                box-shadow: 0px 4px 10px rgb(40 40 40 / 15%);
    }

    .product__item img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .product__bottom {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }

    .advantages__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .advantages__img img {
        height: 280px;
    }

    .contacts-hero__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .catalog-goods__wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .good .single-good__prop {
        display: block;
    }

    .good-wrapper:hover .good {
        position: unset;
    }

    .good {
        height: auto;
    }


    .product__bitem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .product__bitem img {
        display: none;
    }


    .about-numbers__item {
        text-align: center;
    }

    .about-numbers__title {
        font-size: 40px;
        line-height: 50px;
    }

    .about-numbers__desc {
        font-size: 20px;
        line-height: 24px;
    }

    .section-title {
        font-size: 24px;
        line-height: normal;
    }
	
	.sgms-header {
		grid-template-columns: 1fr;
		grid-gap: 15px;
	}
	
	.sgms-list {
		grid-template-columns: 1fr;
	}

	
}


@media (max-width: 325px) {
	.cart-block{
		min-width: 100%;
	}
	
	.cart-block__wrapper{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	
	.cart-bottom{
		width: calc(100% - 30px); 
	}
	
	.contacts__link {
		-ms-grid-columns: 16px 10px 1fr;
		grid-template-columns: 16px 1fr;
	}
	
	.contacts__city{
		-ms-grid-column-span: 2;
		grid-column: span 2;
	}
	.map-mobile{
		height: 300px;
	}
	
	
	.single-good__bottomwrapper{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.single-good .good__action-length{
		margin-bottom: 20px;
	}
	
	.single-good-tabs__nav{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		border-bottom: 0;
	}
	
	.single-good-tab__trigger {
		width: 100%;
		margin-bottom: 10px;
	}
	
}