/* Splide 4.0.7 - слайдер splidejs.com  */
@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0!important;
    padding: 0!important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    position: relative
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
	padding-top: 20px;
	padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list,.splide__track--ttb>.splide__list {
    display: block
}

.splide__track--fade>.splide__list>.splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    z-index: 1
}

.spli de__arrow svg {
    fill: #000;
    height: 35px;
    width: 35px
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: -3.7em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: -3.7em
}
@media (max-width: 767px) {
	.splide__arrow {
		top: 100%;		
	}
	.splide__arrow--next {
	    right: 25px
	}
	.splide__arrow--prev {
	    left: 25px
	}
}

.splide.is-focus-in .splide__arrow:focus,.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: -1.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #BCBCBC;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: var(--blue-color);
    transform: scale(1.5);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: transparent
}

.splide__slide:focus {
    outline: 0
}

@supports (outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports (outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr
{
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
    border-top: 1px solid #5C5C5C;
    border-bottom: 0;
    margin: 20px 0;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


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

@font-face {
	font-family: 'Mont';
	src: url('/design/fonts/Mont-Light.woff') format('woff'), url('/design/fonts/Mont-Light.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mont Bold';
	src: url('/design/fonts/Mont-Bold.woff') format('woff'), url('/design/fonts/Mont-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

/* Стандартный набор reset */
html
{
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}

body
{
    margin:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary
{
    display:block
}

[hidden],template
{
    display:none
}

a
{
    background-color:transparent;
    text-decoration: none
}

a:active,a:hover
{
    outline:0
}

b,strong
{
    font-weight:700
}

small
{
    font-size:80%
}

sub,sup
{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}

sup
{
    top:-.5em
}

sub
{
    bottom:-.25em
}

img
{
    border:0
}

svg
{
    overflow:hidden
}

hr
{
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
    border-top: 1px solid #333;
    border-bottom: 0;
    margin: 20px 0;
}

button,input,optgroup,select,textarea
{
    color:inherit;
    font:inherit;
    margin:0
}

button
{
    overflow:visible
}

button,select
{
    text-transform:none
}

button,html input[type="button"],input[type="reset"],input[type="submit"]
{
    -webkit-appearance:button;
    cursor:pointer
}

button[disabled],html input[disabled]
{
    cursor:default
}

button::-moz-focus-inner,input::-moz-focus-inner
{
    border:0;
    padding:0
}

input
{
    line-height:normal
}

textarea
{
    overflow:auto
}

*
{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

:before,:after
{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

html
{
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}

input,button,select,textarea
{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}

img
{
    vertical-align:middle
}

.container
{
    width:100%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}
@media (min-width:576px) {
    .container
    {
        max-width:540px
    }
}

@media (min-width:768px) {
    .container
    {
        max-width:720px
    }
}

@media (min-width:992px) {
    .container
    {
        max-width:960px
    }
}

@media (min-width:1200px) {
    .container
    {
        max-width:1140px
    }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.header {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 70px;
	background-image: url('/design/img/photo_2024-08-16_15-54-17.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	position: relative;
	justify-content: center;

}

.navbar {
	width: 100%;
	height: 180px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

.navbar__top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0px;
}

.navbar__top.fixed {
	padding-left: 50px;
	transition: .4s;
	padding-right: 50px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
	height: 80px;
	top: 0px;
	position: fixed;
	z-index: 9;
	background-color: #FFF;
}
@media (max-width: 575px) {
	.navbar__top.fixed {
		height: 60px;
	}
}

.navbar__logo {
	display: flex;
	align-items: center;
	gap: 14px;
}

.navbar__logo-line {
	height: 45px;
	border: 1px solid #787878;
}

.navbar__logo h1 {
	font-size: 14px;
	font-family: Mont;
	font-weight: 400;
	line-height: 1.4;
	color: #353535;
}

.navbar__geo {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
}

.navbar__geo-dropdown {
	position: absolute;
	display: none;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	gap: 10px;
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #D0D0D0;
	top: 30px;
	padding: 10px 30px;
}

.navbar__geo i {
	width: 11.25px;
	height: 18px;
	color: #4E4E4E;
}

.navbar__geo p {
	font-family: Mont;
	font-size: 14px;
	font-weight: 600;
	color: #4E4E4E;
}

.navbar__icons {
	display: flex;
	align-items: center;
	gap: 24px;
}

.navbar__icons img {
	width: 36px;
	height: 36px;
}

.navbar__contact {
	display: flex;
	align-items: center;
	gap: 21px;
}

.navbar__contact h4 {
	font-family: 'Mont Bold';
	font-size: 20px;
	font-weight: 700;
	color: #2F2F2F;
}
.navbar__contact h4 a {
	color: #2F2F2F;
}

.btn {
	padding: 11px 24px 11px 24px;
	border: none;
	border-radius: 100px;
	background: #F8CA5B;
	box-shadow: 0px 4px 1px 0px #C59C4F;
	font-family: Mont;
	font-size: 10px;
	font-weight: 700;
	color: #353535;
}

.navbar__bottom {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 16px 46px;
	border: 1px solid #E2E2E2;
	border-radius: 10px;
}

.navbar__list {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px 100px;
	flex-wrap: wrap;
}

.navbar__item {
	list-style: none;
}

.navbar__link {
	font-size: 16px;
	font-family: 'Mont';
	font-weight: 600;
	line-height: 20.45px;
	color: #353535;
	text-decoration: none;
}
.navbar__link:hover {
	color: #52C152;
}
.navbar__list-item {
	list-style: none;
}

.navbar__phone {
	width: 70%;
	height: 100vh;
	display: flex;
	transition: .6s;
	align-items: center;
	justify-content: start;
	padding-top: 20px;
	padding-right: 20px;
	flex-direction: column;
	position: fixed;
	right: -2000px;
	top: 0px;
	box-shadow: 1px 2px 10px #000;
	background-color: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(8px);
	z-index: 10;
}

.menu {
	background-color: transparent;
	border: none;
	display: none;
	cursor: pointer;
	padding: 0;
}

.line {
	fill: none;
	stroke: #52C152;
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}

.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 6;
}

.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}

.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}

.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 6;
}

.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}

.header__content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	gap: 60px;
}

.header__context {
	width: 100%;
	display: flex;
	position: relative;
	order: 1;
	z-index: 5;
	align-items: start;
	justify-content: center;
	flex-direction: column;
}

.header__context h2 {
	font-family: 'Mont';
	font-size: 40px;
	font-weight: 600;
	line-height: 51.12px;
	text-align: left;
}
@media (max-width: 575px) {
	.header__context h2 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
}

.header__context h2 span {
	font-family: 'Mont Bold';
	font-size: 40px;
	font-weight: 800;
	line-height: 51.12px;
	text-align: left;
	color: rgba(255, 255, 255, 0.9);
	background-color: #52C152;
	width: 676px;
	height: 54px;
	display: flex;
	padding-left: 7px;
	border-radius: 10px;
}
@media (max-width: 575px) {
	.header__context h2 span {
		margin-top: 15px;
	}
}
.header__context h4 {
	font-family: Mont;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 25.56px;
	margin-top: 39px;
	text-align: left;
	color: #5C5C5C;
	gap: 9px;
}

.header__context h4::before {
	content: '';
	min-width: 13px;
	min-height: 13px;
	background-color: #F8CA5B;
	border-radius: 100%;
	display: flex;
}

.header__context form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 20px;
	margin-top: 29px;
}
.header__context form input[name="feedback21[1]"] {
	display: none;
}

.header__context form input {
	outline: none;
	width: 226px;
	height: 46px;
	border-radius: 100px;
	border: 1px solid #EFEFEF;
	padding-left: 24px;
	font-family: Mont;
	font-size: 10px;
	font-weight: 600;
	line-height: 12.78px;
	text-align: left;
}

.header__context form input::placeholder {
	font-family: Mont;
	font-size: 10px;
	font-weight: 600;
	line-height: 12.78px;
	text-align: left;
	color: #878787C4;
}

.header__context form button {
	font-family: Mont;
	font-size: 14px;
	font-weight: 700;
	line-height: 17.89px;
	text-align: left;
	color: #353535;
}

.header__img {
	max-width: 490px;
	order: 2;
	width: 90%;
	position: relative;
	display: flex;
	align-items: start;
	justify-content: start;
}


@media(max-width:1300px) {
	.navbar{
		height: 230px;
	}
}

@media(max-width:991px) {

	.menu {
		display: flex;
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 20;
	}

	.navbar__bottom {
		display: none;
	}

	.navbar__top {
		display: grid;
		width: 100%;
		grid-template-areas: 'logo logo' 'geo icon' 'contact contact';
		align-items: center;
		justify-content: center;
		grid-gap: 20px;
	}

	.navbar {
		height: 50px;
	}

	.navbar__logo {
		grid-area: logo;
		width: 100%;
	}

	.navbar__geo {
		justify-content: center;
		grid-area: geo;
	}

	.navbar__icon {
		grid-area: icon;
	}

	.navbar__contact {
		grid-area: contact;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.navbar__list {
		flex-direction: column;
		justify-content: start;
		align-items: end;
	}

	.header__content {
		flex-direction: column;
		gap: 10px !important;
	}

	.header__context {
		order: 2;
	}

	.header__img {

		order: 1;
	}

	.header__img img {
		width: 100%;
		height: auto;
	}

	.header__context h1 span {
		width: 100%;
		height: max-content;
		font-size: 30px;
		line-height: 40px;
	}

	.header__context h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.header__context h4 {
		font-size: 14px;
		line-height: 21px;
		margin-top: 0px;
	}

	.header__context form {
		flex-direction: column;
	}

	.header__context form input {
		width: 100%;
	}

	.header__context form button {
		width: 100%;
		font-size: 10px;
	}

	.navbar__top {
		grid-template-areas: 'logo logo'
	}

	.navbar__geo {
		display: none;
	}

	.navbar__icons {
		display: none;
	}

	.navbar__contact {
		display: none;
	}

	#phone {
		display: flex;
	}

	#phone.navbar__contact {
		flex-direction: column;
		align-items: end;
	}
}

@media (max-width: 575px) {
	.header__content {
		margin-top: 10px;
	}
	.header__context{
		align-items: center;
	}
	.navbar__logo img {
		height: 30px;
		width: auto;
	}
	.navbar__logo h1 {
		font-size: 10px;
	}
	.navbar__logo h1 br {
		display: none;
	}
	.header__context h4 {
		margin-top: 0px;
		font-size: 10px;
	}

	.header__context form {
		margin-top: 10px;
	}

	.header__context form button {
		height: 50px;
		border-radius: 30px;
	}

	.header__context form input {
		height: 50px;
		border-radius: 30px;
	}

	.header__context h1 {
		font-family: 'Mont';
		font-size: 20px;
		font-weight: 600;
		line-height: 35.12px;
		text-align: center;
	}

	.header__context span {
		font-size: 20px !important;
		width: 100% !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

}

.main {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 70px;
}


.select {
	width: 100%;
	margin-top: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 44px;
}

.title {
	font-family: Mont;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	color: #353535;
}

.title span {
	font-family: 'Mont Bold';
	font-size: 35px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
@media (max-width: 575px) {
	.select {
		margin-top: 30px;
	}
	.title,
	.title span {
		font-size: 22px;
	}
}

.catalog h2.title {
	margin-bottom: 80px;
}

.catalog {
	position: relative;
}

.catalog__filter {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 46px;	
	top: 80px;
	position: absolute;
}

.catalog__filter.fixed {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	transition: .4s;
	height: 80px;
	top: 80px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	position: fixed;
	z-index: 8;
	background-color: #FFF;
}

.catalog__filter a {
	font-family: Mont;
	white-space: nowrap;
	font-size: 17px;
	font-weight: 600;
	line-height: 21.73px;
	color: #353535;
	padding: 10px 23px 10px 23px;
}

.catalog__filter .catalog__filter-item--active,
.catalog__filter a:hover {
	background-color: #52C152;	
	border-radius: 100px;
	color: rgba(255, 255, 255, 0.9) !important;
}
.catalog-content {
	width: 100%;
}

@media(max-width:750px) {
	.catalog__filter a {
		font-size: 14px;
	}
	
	.quiz input {
		width: 100%;
		max-width: 100%;
	}

	.quiz button {
		width: 100%;
	}
}

.catalog__name {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	font-family: Mont;
	font-size: 24px;
	font-weight: 700;
	line-height: 30.67px;
	text-align: left;
	color: #353535;
}

.catalog__card {
	border: 1px solid #D0D0D0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	padding: 20px 15px;
	border-radius: 10px;
    position: relative;
}
.catalog__card-tild {
    position: absolute;
    right: 0;
    top: -15px;
    color: #fff;
    background-color: red;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 15px;
}

.catalog__card img {
	margin-bottom: 25px;
}

.catalog__card h4 {
	font-family: Mont;
	font-size: 20px;
	font-weight: 700;
	line-height: 25.56px;
	text-align: center;
	color: #353535;
}

.catalog__card p {
	font-family: Mont;
	font-size: 14px;
	font-weight: 400;
	line-height: 17.89px;
	text-align: center;
	color: #353535;
}
@media (max-width: 1199px) {
	.catalog__card h4 {
		font-size: 16px;
	}
	.catalog__card p {
		font-size: 12px;
	}
}
@media (max-width: 575px) {
	.catalog__card img {
	    margin-bottom: 15px;
	    height: 180px;
	    width: auto;
	}
}

.catalog__card button {
	font-family: 'Mont Bold';
	font-size: 14px;
	font-weight: 700;
	line-height: 17.89px;
	text-align: left;
	margin-top: 10px;
}

.stock__cards {
	width: 100%;
	margin-top: 43px;
	display: grid;
	align-items: center;
	justify-content: start;
	grid-template-columns: 522px 1fr 1fr;
	gap: 20px;
}

.stock__card {
	height: 288px;
	width: 100%;
	display: flex;
	align-items: start;
	border-radius: 10px;
	position: relative;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	padding-left: 20px;
	box-shadow: 0px 0px 25px 0px #00000012;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.card__bg {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.9)FFF 0%, rgba(255, 255, 255, 0.42) 60.15%);
	background-image: url('/design/img/bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	left: 0px;
	border-radius: 10px;
	top: 0px;
	width: 100%;
}

.card__bg-black {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.9)FFF 0%, rgba(255, 255, 255, 0.42) 60.15%);
	background-image: url('/design/img/bg_black.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	z-index: 2;
	right: 0px;
	border-radius: 10px;
	top: 0px;
	width: 100%;
}

.stock__card h5 {
	font-family: 'Mont';
	font-size: 27px;
	font-weight: 700;
	line-height: 34.51px;
	text-align: left;
	position: relative;
	z-index: 5;
}

.stock__card h5 span {
	font-family: 'Mont Bold';
	color: #F8CA5B;
}

.stock__card h2 {
	font-family: 'Mont Bold';
	position: relative;
	z-index: 5;
	font-size: 27px;
	font-weight: 800;
	line-height: 34.51px;
	text-align: left;
	position: relative;
	color: #52C152;
}

.stock__card h2 span {
	font-size: 55px;
	color: #52C152;
	position: absolute;
	top: 50px;
}

.stock__card h3 {
	font-family: 'Mont Bold';
	font-size: 70px;
	font-weight: 950;
	line-height: 89.46px;
	text-align: left;
	color: #52C152;
	position: relative;
	z-index: 5;
}

.service__cards {
	width: 100%;
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.service__card {
	width: 100%;
	display: flex;
	background-position: center;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	align-items: start;
	justify-content: end;
	flex-direction: column;
	padding: 0px 20px 71px 20px;
	gap: 22px;
	height: 381px;
	box-shadow: 0px 0px 25px 0px #00000012;
	border-radius: 10px;
}

.service__card-text {
	width: 100%;
	display: flex;
	align-items: start;
	gap: 20px;
	justify-content: left;
}

.service__card-text img {
	position: relative;
	z-index: 5;
}

.service__card-text h3 {
	font-family: Mont;
	font-size: 24px;
	font-weight: 700;
	line-height: 30.67px;
	position: relative;
	z-index: 5;
	color: #353535;
}

.service__card hr {
	width: 100%;
	border: 1px solid #353535;
	position: relative;
	z-index: 5;
}

.service__card-border {
	width: 100%;
	height: 100%;
	border: 1px solid #D0D0D0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 10px;
	gap: 20px;
}

.service__card-border h2 {
	font-family: Mont;
	font-size: 20px;
	font-weight: 700;
	line-height: 25.56px;
	text-align: center;

}

@media(max-width:991px) {
	.stock__cards {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.stock__card {
		max-width: 400px;
	}

	.service__cards {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.service__card {
		max-width: 350px;
        height: 200px;
        padding-bottom: 20px;
	}
    .service__card hr {
        margin: 5px 0;
    }

	.service__card-text h3 {
		font-size: 20px;
	}
}

.stages__container {
	width: 100%;
	display: grid;
	grid-template-columns: 305px auto 305px;
	align-items: center;
	justify-content: space-between;
}

.stages {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	flex-direction: column;
}

.stages__card {
	box-shadow: 0px 0px 25px 0px #00000012;
	display: flex;
	align-items: start;
	justify-content: center;
	padding: 15px;
    margin-bottom: 20px;
	gap: 20px;
	flex-direction: column;
}

.stages__card h2 {
	gap: 10px;
	display: flex;
	align-items: end;
	justify-content: center;
	font-family: Mont;
	font-size: 16px;
	font-weight: 600;
	line-height: 20.45px;
	text-align: left;
	color: #353535;
}

.stages__card p {
	font-family: Mont;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	color: #353535;
}

@media(max-width:700px) {
	.stages__container {
		grid-template-columns: 1fr;
	}

	.stages__img {
		display: none;
	}

	.stages__cards {
		justify-content: center;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.flex-item {
	background-color: #ccc;
	height: 288px;
	border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.review-slider {
	width: 100%;
	max-width: 1290px;
	
}

.review-slider .splide__slide {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.review__card {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 41px;
	flex-direction: column;
}

.review__card-name {
	width: 100%;
	font-family: 'Mont';
	padding: 20px 0px 20px 26px;
	background-color: #E8E8E8;
	border-radius: 10px;
}

.review__card-desc {
	margin-left: 26px;
	margin-right: 26px;
	font-family: Mont;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	text-align: left;
	color: #353535;
}
@media (max-width: 1199px) {
	.review__card-desc {
		font-size: 14px;
	}
}

.review__card-time {
	margin-right: 26px;
	margin-left: 26px;
	margin-bottom: 45px;
	font-family: Mont;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	text-align: left;
	color: #A0A0A0;
}

.gallery-img img {
    border-radius: 10px;
    height: 240px;
}
@media (max-width: 767px) {
    .gallery-img img {
        height: 180px;
    }
}

.certificate {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

.certificate p {
	font-family: Mont;
	font-size: 16px;
	font-weight: 600;
	line-height: 20.45px;
	text-align: center;
	color: #353535;
}

.certificate__cards {
	width: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.certificate__cards img {
	width: 100%;
}

.map {
	width: 100%;
	height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.map__content {
	border-radius: 15px;
	width: 320px;
	left: 80px;
	height: 280px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 15px 0px #0000002E;
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-direction: column;
	z-index: 5;
	padding: 30px 44px 30px 20px;
}

.map__addres {
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	gap: 12px
}

.map__addres p {
	font-family: Mont;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	color: #353535;
}

.map__addres a {
	font-family: Mont;
	font-size: 20px;
	font-weight: 600;
	line-height: 25.56px;
	text-align: left;
	color: #353535;
}

.map__icons {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 20px;
}

.map button {
	font-family: 'Mont Bold';
	font-size: 12px;
	font-weight: 700;
	line-height: 15.34px;
	text-align: left;
}

.footer {
	width: 100%;
	height: 194px;
	padding-top: 42px;
	padding-bottom: 20px;
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.footer__logo {
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
}

.footer__logo span {
	font-family: Mont;
	font-size: 12px;
	font-weight: 400;
	line-height: 15.34px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #555454;
	margin-top: 8px;
}

.footer__logo p {
	font-family: Mont;
	font-size: 17px;
	font-weight: 400;
	line-height: 21.73px;
	margin-top: 26px;
	letter-spacing: 0.02em;
	text-align: center;
	color: #555454;
}

.footer__link {
	display: flex;
	align-items: end;
	justify-content: center;
	flex-direction: column;
	gap: 22px;
}

.footer__list {
	display: flex;
	align-items: start;
	gap: 14px;
	justify-content: start;
	flex-direction: column;
}

.footer__list li {
	list-style: none;
}

.footer__list li a {
	font-family: Mont;
	font-size: 16px;
	font-weight: 600;
	line-height: 20.45px;
	text-align: left;
	color: #353535;
}

.footer__icon {
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 20px;
}

@media(max-width:768px) {
	.certificate__cards {
		grid-template-columns: 1fr 1fr;
	}
}

@media(max-width:480px) {
	.certificate__cards {
		grid-template-columns: 1fr;
	}

	.certificate__cards img {
		width: 100%;
	}

	.footer {
		gap: 15px;
		flex-direction: column;
		height: auto;
	}

	.footer__link {
		align-items: start;
	}

	.map__content {
		left: 10%;
	}
}


@media(max-width:575px) {
	.catalog__filter p {
		font-size: 14px;
	}

	.catalog__filter {
		gap: 20px;
	}

	.catalog__name {
		font-size: 20px;
	}

	.navbar__top.fixed {
		padding-left: 20px;
		padding-right: 20px;
		height: 60px;
	}

	.catalog__filter.fixed {
		padding-left: 20px;
		padding-right: 20px;
		height: 60px;
		top: 60px;
	}

	.header__context h4 br {
		display: none;
	}
}

.catalog-slider {
	margin-bottom: 35px;
}
.catalog-slider .splide__slide {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 24px 18px 24px 18px;
    border-radius: 10px;
}

/* модальное окно */
.modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    height: 0vh;
    background-color: transparent;
    transition: background-color .25s ease;
    align-items: center;
    justify-content: center;
}
.modal.open {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    transition: background-color .25s;
}
.modal.open > .content-wrapper {
    background: #4a62c5;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.modal .content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #4a62c5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, .5);
            box-shadow: 0 0 2.5rem rgba(0, 0, 0, .5);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transition-delay: .15s;
         -o-transition-delay: .15s;
            transition-delay: .15s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.modal-wrap {
    background: #fff;
    border-radius: 10px;
}
.modal .content-wrapper .close {
    position: absolute;
    z-index: 99;
    top: .5rem;
    right: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    background-color: transparent;
    border: none;
    -webkit-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.modal .content-wrapper .close:before,
.modal .content-wrapper .close:after {
    position: absolute;
    width: 1.25rem;
    height: .125rem;
    content: '';
    cursor: pointer;
    background-color: #000;
}
.modal .content-wrapper .close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.modal .content-wrapper .close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.modal .content-wrapper .close:hover:before,
.modal .content-wrapper .close:hover:after {
    background-color: #3E3E3E;
}
.modal .content-wrapper .content {
    max-width: 600px;
    display: block;
    padding: 40px;
}
.modal .content-wrapper form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

.modal .content-wrapper form input {
	width: 100%;
	max-width: 300px;
	height: 46px;
	padding-left: 20px;
	border: 1px solid #878787C4;
	border-radius: 100px;
	font-family: Mont;
	font-size: 10px;
	font-weight: 600;
	line-height: 12.78px;
	text-align: left;
	color: #878787C4;
}
@media (max-width: 575px) {
    .modal .content-wrapper .content {
       padding: 40px 20px; 
    }
}
/* это для старых iphone 5 */
@media screen and (device-aspect-ratio: 40/71) {
    .modal .content-wrapper .close {
        top: 0.4rem;
        background: #fff;
        border-radius: 50%;
        right: 0.6rem;
    }
}

.form-agree {
	font-family: Mont;
	font-size: 12px;
	margin-top: 20px;
	color: #5C5C5C;
}
.form-agree a {
	color: #5C5C5C;
}
.text-big {
	font-family: Mont;
	font-size: 130%;
}
@media (max-width: 1024px) {
    /* Firefox */
    .scrollbar-style {
        overflow-x: scroll;
        padding-bottom: 10px;
      scrollbar-width: thin;
      scrollbar-color: #D1D1D1 #EBEBEB;
    }

    /* Chrome, Edge and Safari */
    .scrollbar-style::-webkit-scrollbar {
      height: 10px;
      width: 10px;
    }
    .scrollbar-style::-webkit-scrollbar-track {
      border-radius: 5px;
      background-color: #EBEBEB;
    }

    .scrollbar-style::-webkit-scrollbar-track:hover {
      background-color: #dddddd;
    }

    .scrollbar-style::-webkit-scrollbar-track:active {
      background-color: #dddddd;
    }

    .scrollbar-style::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #D1D1D1;
    }

    .scrollbar-style::-webkit-scrollbar-thumb:hover {
      background-color: #afafaf;
    }

    .scrollbar-style::-webkit-scrollbar-thumb:active {
      background-color: #afafaf;
    }
}

.quiz {
    font-family: Mont;
    padding: 60px 50px;
    position: relative;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}
.quiz-count {
    position: absolute;
    top: 70px;
    right: 50px;
    font-family: Mont;
    font-size: 14px;
    font-weight: 700;
    color: #787878;
}
.quiz-count span {
    font-size: 20px;
    color: #F8CA5B;
}
.quiz-title {
    margin-bottom: 25px;
}
.quiz-about {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D0D0D0;
}
.quiz-about.mob {
    font-weight: 400;
    color: #535353;
}
.quiz .splide__arrow--prev[disabled] {
    opacity: 0 !important;
}
.quiz .splide__arrows .btn {
	width: 120px;
    position: absolute;
    top: auto;
    bottom: -40px;
    right: 0;
    opacity: 1;
    line-height: .2;
}
.quiz .splide__arrows .btn:hover {
    color: #535353;
}
.quiz .splide__arrow--next:before {
    content: 'Далее ›';
}
.quiz .splide__arrow--prev:before {
    content: '‹ Назад';
}
.quiz .splide__arrow--next svg,
.quiz .splide__arrow--prev svg {
    display: none;
}
.quiz-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 50px;
    padding: 25px;
    border-radius: 10px;
    background: #EDEDED;
}

.quiz-section {
	margin-top: 60px;
}
.quiz .send-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.quiz .send-form .btn {
    width: 90%;
    margin: 0 auto;
}
.quiz .send-form input {
    width: 100%;
    height: 46px;
    padding-left: 20px;
    border: 1px solid #878787C4;
    border-radius: 100px;
    font-family: Mont;
    font-size: 10px;
    font-weight: 600;
    line-height: 12.78px;
    text-align: left;
}

.radio-custom {
    opacity: 0;
    position: absolute;   
}
.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.radio-custom-label {
    position: relative;
    display: inline-flex;
    text-align: left;
}
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #F8CA5B;
    display: flex;
    flex-shrink: 0;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.radio-custom:checked + .radio-custom-label:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNDE3LjgxMyA0MTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsMCw1MCkiPjxwYXRoIGQ9Ik0xNTkuOTg4IDMxOC41ODJjLTMuOTg4IDQuMDEyLTkuNDMgNi4yNS0xNS4wODIgNi4yNXMtMTEuMDk0LTIuMjM4LTE1LjA4Mi02LjI1TDkuMzc1IDE5OC4xMTNjLTEyLjUtMTIuNS0xMi41LTMyLjc3IDAtNDUuMjQ2bDE1LjA4Mi0xNS4wODZjMTIuNTA0LTEyLjUgMzIuNzUtMTIuNSA0NS4yNSAwbDc1LjIgNzUuMjAzTDM0OC4xMDQgOS43ODFjMTIuNTA0LTEyLjUgMzIuNzctMTIuNSA0NS4yNSAwbDE1LjA4MiAxNS4wODZjMTIuNSAxMi41IDEyLjUgMzIuNzY2IDAgNDUuMjQ2em0wIDAiIGZpbGw9IiNmOGNhNWIiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 4px 4px;
}
.radio-custom:focus + .radio-custom-label {
  outline: none
}
.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar {
    display: flex;
    gap: 25px;
    background: transparent;
}
.radio-toolbar label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 57px;
    background-color: #EDEDED;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    min-width: 175px;
    border-radius: 10px;
}
.radio-toolbar .radio-custom + .radio-custom-label:before {
    content: none;
}
.radio-toolbar label:hover {
    background-color: #fbe1a1;
}
.radio-toolbar input[type="radio"]:checked + label {
    background-color: #fbe1a1;
}

.radio-method label {
    position: relative;
    background-image: var(--background);
    background-size: cover;
    color: var(--white-color);
    height: 168px;
    align-items: flex-end;
}
.radio-method label:after {
    z-index: 1;
    content: '';
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}
.radio-method.radio-toolbar input[type="radio"]:checked + label:after,
.radio-method.radio-toolbar input[type="radio"]:hover + label:after {
    background-color: rgba(248, 202, 91, 0.5);
}
.radio-method label span {
    z-index: 2;
    color: #fff;
    font-weight: 600;
}

.quiz .splide__pagination {
    bottom: auto;
    top: 0;
    margin-bottom: 40px;
    counter-reset: pagination-num;
}

.quiz .splide__pagination__page:before {
    counter-increment: pagination-num;
    content: 'Вопрос 'counter( pagination-num );
}
.quiz .splide__pagination li:last-child {
    display: none;
}
.quiz .splide__pagination .btn {
    margin: 0 12px;
    min-width: 155px;
    background: #EDEDED;
    border-color: #EDEDED;
    color: #7E7E7E;
    opacity: 1;
}
.quiz .splide__pagination .btn.is-active {
    transform: none;
    background: var(--blue-color);
    border-color: var(--blue-color);
    color: var(--white-color);
}
.quiz-dop {
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .quiz-group {
        font-size: 16px;
        grid-template-columns: repeat(3, 1fr);
        flex-flow: wrap;
        grid-gap: 15px 20px;
    }
    .quiz .splide__arrows .btn {
        bottom: -70px;
    }
    .radio-custom + .radio-custom-label:before {
        flex-shrink: 0;
    }
    .radio-toolbar label {
        min-width: 150px;
    }
    .radio-method {
        display: grid;
    }
    .radio-method label {
        height: 120px;
    }
    .quiz .splide__pagination .btn {
        margin: 0 7px;
    }
}

@media (max-width: 575px) {
    .quiz {
        padding: 30px 15px 50px 15px;
        margin-bottom: 30px;
    }
    .quiz-dop {
        font-size: 14px;
    }
    .quiz .splide__pagination {
        padding: 0;
        margin-bottom: 20px;
    }
    .quiz .splide__pagination .btn {
        min-width: 40px;
        margin: 0 5px;
        border-radius: 5px;
    }
    .quiz .splide__pagination__page:before {
        content: counter(pagination-num);
    }
    .quiz-about {
        font-size: 17px;
    }
    .quiz-about.mob {
        font-size: 14px;
    }
    .quiz-group {
        padding: 0;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
        background: transparent;
    }
    .radio-method label {
        background-position: center;
    }
    .radio-custom + .radio-custom-label:before {
        width: 20px;
        height: 20px;
    }
    .radio-toolbar label {
        height: 42px;
        font-size: 14px;
        min-width: 80px;
    }
    .radio-method label {
        height: 125px;
    }
    .quiz .splide__arrows .btn {
        min-width: 120px;
        bottom: -50px;
    }
    .quiz .send-form {
        gap: 15px;
        margin: 30px 15px 0 15px;
    }
    .quiz .splide__track {
        padding-bottom: 0;
        padding-top: 0;
    }
    .quiz-count {
        top: 10px;
        right: 10px;
    }
}