* {
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
}
body {
    overflow-x: hidden;
    padding-right: 0 !important;
    background: #fff;
    position: relative;
    font-family: "Inter", sans-serif;
    color: #252525;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
textarea, input {
	font-family: "Inter", sans-serif;
}
a {
	text-decoration: none;
	outline: none !important;
	font-size: inherit;
	color: inherit;
}
strong {
	font-weight: 600;
}
p {
	margin-bottom: 24px;
}
p:last-child {
	margin-bottom: 0;
}
i {
	font-style: italic;
}

@media (max-width: 1024px) {
	body {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	body {
		font-size: 15px;
	}
	p {
		margin-bottom: 12px;
	}
	p:last-child {
		margin-bottom: 0;
	}
}
.mt {
	font-family: "Montserrat", sans-serif;
}

.overlay {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	background: rgba(0,0,0,.4);
	pointer-events: none;
	opacity: 0;
	transition: .4s;
}
.overlay.active {
    opacity: 1;
    pointer-events: initial;
}

/* vigoda */

.vigoda {
	background: url("../img/vigoda/vigoda-bg.webp") no-repeat center center / cover;
	padding: 80px;
}
.vigoda-left {
	width: max-content;
}
.vigoda-left .h2 {
	margin-bottom: 40px;
}
.vigoda-text {
	max-width: 880px;
}
@media (max-width: 1240px) {
	.vigoda {
		padding: 40px;
	}
	.vigoda-text {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.vigoda {
		position: relative;
		padding: 28px 28px 110px 28px;
	}
	.vigoda-left {
		width: 100%;
	}
	.vigoda-left .h2 {
		margin-bottom: 0px;
	}
	.vigoda .button {
        position: absolute;
        bottom: 28px;
        left: 28px;
        width: calc(100% - 56px);
        font-size: 12px;
        text-align: center;
        padding: 18px;
	}
}

/* about */

.about-left {
	width: calc(50% - 23px);
}
.about-right {
	width: calc(50% - 23px);
}
.about-right-adva {
	margin-bottom: 46px;
}
.about-right-adva-item {
	width: calc(50% - 23px);
	gap: 20px;
}
.about-right-adva-item__icon {
    width: 80px;
    height: 80px;
}
.about-right-adva-item__text {
	width: calc(100% - 100px);
}
.about-right-img {
	width: 100%;
}
@media (max-width: 1240px) {
	.about-left {
		width: 100%;
	}
	.about-right {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.about-right {
		margin-top: 24px;
	}
	.about-right-adva {
		margin-bottom: 20px;
	}
	.about-right-adva-item {
		width: 100%;
	}
	.about-right-adva-item__icon {
		width: 60px;
		height: 60px;
	}
}

/* sotrud */

#sotrud .h2 {
	margin-bottom: 32px;
}
.sotrud {
	width: 100%;
	position: relative;
}
.sotrud-list {
	width: 100%;
}
.sotrud-prev {
    width: 32px;
    height: 32px;
    position: absolute;
    left: -56px;
    cursor: pointer;
    user-select: none;
}
.sotrud-prev svg,
.sotrud-next svg {
	width: 100%;
	height: auto;
}
.sotrud-next {
    width: 32px;
    height: 32px;
    position: absolute;
    right: -56px;
    cursor: pointer;
    user-select: none;
}
.sotrud-prev svg path,
.sotrud-prev svg rect,
.sotrud-next svg path,
.sotrud-next svg rect {
	transition: .4s;
}
.sotrud-prev:hover svg path,
.sotrud-next:hover svg path {
	fill: #FFFFFF;
}
.sotrud-prev:hover svg rect,
.sotrud-next:hover svg rect {
	fill: #003A5D;
}
.sotrud-list-item {
    width: 242px;
    height: 308px;
    padding: 20px;
    overflow: hidden;
}
.sotrud-list-item-img {
	z-index: 2;
	transition: .4s;
}
.sotrud-list-item:hover .sotrud-list-item-img {
	transform: scale(1.07);
}
.sotrud-list-item-info {
	position: relative;
	z-index: 3;
}
.sotrud-list-item-info__dolzh {
	display: block;
	font-size: 12px;
	margin-bottom: 8px;
}
@media (max-width: 1240px) {
	.sotrud-prev,
	.sotrud-next {
		display: none;
	}
	.sotrud-list {
		overflow: visible;
	}
	.sotrud-progressbar {
		display: block;
	}
}
@media (max-width: 768px) {
	#sotrud .h2 {
		margin-bottom: 16px;
	}
	.sotrud-list-item-info__dolzh {
		margin-bottom: 4px;
	}
}

/* blog */

.blog-in-top {
	margin-bottom: 32px;
	gap: 40px;
	row-gap: 24px;
}
.blog-in-top .h1 {
	margin: 0;
}
.blog-in-top .h1 + .blog-in-top-select-link {
	margin-left: auto;
}
.blog-in-top-select-link.active {
	font-weight: 600;
}
.blog-top {
	margin-bottom: 32px;
	gap: 16px;
}
.blog-top .h2 {
	margin-bottom: 0;
}
.blog-list .swiper-wrapper {
	padding-left: 432px;
	flex-flow: wrap;
	width: calc(100% - 432px);
}
.blog-list-item {
	width: 385px;
	height: 496px;
	padding: 32px 28px;
	position: relative;
	overflow: hidden;
	background: #E7F3FB;
}
.blog-list-item-preview {
	z-index: 2;
	transition: .4s;
}
.blog-list-item:hover .blog-list-item-preview {
	transform: scale(1.07);
}
.blog-list-item-name {
	position: relative;
	z-index: 4;
}
.blog-list.swiper .blog-list-item:first-child {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.blog-list.swiper .blog-list-item:not(:first-child) {
	height: 232px;
}

#blog-home .blog-list-item:not(:first-child) .blog-list-item-preview {
	display: none;
}
#blog-home .blog-list-item:not(:first-child) .blog-list-item-name {
	color: #252525;
}

.pagination {
	width: 100%;
	margin-top: 40px;
	gap: 16px;
}
.pagination li a,
.pagination li span {
	width: 40px;
	height: 40px;
    border-radius: 6px;
    background: #E7F3FB;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination li span {
	background: #003A5D;
	color: #fff;
}

@media (max-width: 1240px) {
	.blog-list {
		overflow: visible;
	}
    .blog-list .swiper-wrapper {
    	width: 100%;
        flex-flow: nowrap;
        padding-left: 0;
        gap: 0;
    }
    .blog-list.swiper .blog-list-item:first-child {
        position: relative;
        height: auto;
    }
    .blog-list-progressbar {
    	display: block;
    }
    .blog-list.swiper .blog-list-item:not(:first-child) {
    	height: 496px;
    }
    .blog-list-item:not(.swiper-slide) {
    	width: calc(100%/3 - 92px/3);
    }
}
@media (max-width: 1024px) {
    .blog-list-item:not(.swiper-slide) {
        width: calc(50% - 12px);
    }
}
@media (max-width: 768px) {
	#blog .container {
		position: relative;
		padding-bottom: 80px;
	}
	.blog-top .button {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.blog-list-item {
		width: calc(100% - 30px);
		height: 380px;
		max-width: 320px;
	}
	.blog-list.swiper .blog-list-item:not(:first-child) {
		height: 380px;
		max-width: 320px;
	}
	.blog-top {
		margin-bottom: 20px;
	}
    .blog-list-item:not(.swiper-slide) {
        width: calc(50% - 8px);
        max-width: 100%;
    }
    .pagination {
    	margin-top: 28px;
    	gap: 8px;
    	zoom: .8;
    }
    .blog-in-top {
        gap: 20px;
        row-gap: 12px;
    }
    .blog-in-top .h1+.blog-in-top-select-link {
        margin-left: 0;
    }
    .blog-in-top .h1 {
        width: 100%;
    }
}
@media (max-width: 546px) {
	.blog-list-item:not(.swiper-slide) {
		width: 100%;
	}
}

/* partners */

#partners {
	background: #003A5D;
	padding: 15px 0;
	height: 120px;
	position: relative;
}
.partners-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 0;
	gap: 24px;
}
.partners-wrappers-item {
	text-transform: uppercase;
	position: relative;
}
.partners-wrappers-item img {
	max-height: 40px;
}

#partners.partners-fin {
	background: transparent;
	margin: -30px 0;
}
#partners.partners-fin .partners-wrapper {
	filter: brightness(0) invert(.5);
	opacity: .5;
}

@media (max-width: 768px) {
	#partners {
		height: 100px;
	}
	.partners-wrappers-item img {
		max-height: 32px;
	}
	#partners.partners-fin {
		margin: -60px 0;
	}
}

/* footer */

#footer {
	background: #252525;
	padding: 40px 0;
}
.footer-top {
	gap: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.footer-top-logo {
	height: 40px;
}
.footer-top-logo img {
	height: 100%;
}
.footer-top-phone {
	font-size: 22px;
}
.footer-top-soc {
	gap: 20px;
}
.footer-center {
	gap: 16px;
}
.footer-center-menu {
	gap: 46px;
	row-gap: 12px;
}
.footer-center-menu li a {
	font-weight: 500;
}
.footer-center-links {
	gap: 28px;
	row-gap: 12px;
}
.footer-center-links .stimservice {
	padding-left: 26px;
	background: url("../img/stimservice.svg") no-repeat center left;
}
.footer-center-links .stimpart {
	padding-left: 26px;
	background: url("../img/stimpart.svg") no-repeat center left;
}
.footer-bottom {
	margin-top: 40px;
	gap: 24px;
}
.footer-bottom-menu {
	gap: 40px;
	row-gap: 12px;
}
.footer-bottom-menu li a {
	opacity: .5;
	transition: .4s;
}
.footer-bottom-menu li a:hover {
	opacity: 1;
}
@media (max-width: 768px) {
	#footer {
		padding: 30px 0;
	}
	.footer-top-logo {
		height: 28px;
	}
	.footer-top-phone {
		font-size: 18px;
	}
	.footer-top-soc img {
		width: 25px;
	}
	.footer-center-menu li {
		width: 100%;
	}
	.footer-bottom {
		margin-top: 28px;
	}
}

/* catalog */

#catalog .h2 {
	margin-bottom: 24px;
}
.catalog-tabs-wrapper {
	margin-bottom: 32px;
}
.catalog-tabs {
	gap: 40px;
}
.catalog-tabs-item {
    border-radius: 1000px;
    background: #E7F3FB;
    padding: 16px 28px;
    transition: .4s;
}
.catalog-tabs-item.active {
	background: #252525;
	color: #fff;
	font-weight: 600;
}
.catalog-tab {
	display: none;
}
.catalog-tab.active {
	display: block;
}
.catalog .swiper-wrapper {
	gap: 32px;
}
.catalog-item {
	width: 310px;
	overflow: hidden;
	position: relative;
	border: 2px solid #E7F3FB;
}
.catalog-item-img {
	display: block;
	width: 100%;
	height: 240px;
	position: relative;
}
.catalog-item-pl {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
}
.catalog-item-pl-item {
	display: block;
	width: max-content;
	margin-bottom: 6px;
	color: #fff;
	border-radius: 1000px;
	padding: 4px 12px;
	font-size: 12px;
	line-height: 120%;
}
.catalog-item-pl-item.stock {
	background: #252525;
}
.catalog-item-pl-item.sale {
	background: #003A5D;
}
.catalog-item-info {
	padding: 24px 26px 132px 26px;
}
.catalog-item-info-name {
	display: block;
	font-size: 22px;
	margin-bottom: 16px;
}
.catalog-item-info-list {
	position: relative;
	margin-bottom: 20px;
}
/*
.catalog-item-info-list:before {
    content: "";
    width: 4px;
    height: 100%;
    border-radius: 1000px;
    background: #003A5D;
    position: absolute;
    top: 0;
    left: 0;
}
*/
.catalog-item-info-list li {
	font-size: 16px;
}
.catalog-item-info-list li:not(:last-child) {
	margin-bottom: 4px;
}
.catalog-item-info-price {
	gap: 8px;
}
.catalog-item-info-price span {
	font-size: 14px;
	opacity: .5;
	text-decoration-line: line-through;
}
.catalog-item-buttons {
	position: absolute;
	bottom: 24px;
	left: 26px;
	width: calc(100% - 52px);
}
.catalog-item-buttons .button {
	width: 100%;
	margin-bottom: 12px;
	font-size: 16px;
	padding: 16px;
}
.catalog-item-buttons-link {
	display: block;
	width: max-content;
	color: #003A5D;
	font-size: 16px;
}
.catalog-loadmore {
	display: block;
	width: max-content;
	margin-top: 48px;
}
@media (max-width: 1240px) {
	.catalog {
		overflow: visible;
	}
	.catalog-tabs-wrapper {
        overflow-x: scroll;
        width: calc(100% + 30px);
        padding-right: 30px;
        scrollbar-width: none;
    	-ms-overflow-style: none;
	}
	.catalog-tabs {
		width: max-content;
		gap: 24px;
	}
	.catalog-loadmore {
		display: none;
	}
	.catalog .swiper-wrapper {
		gap: 0;
		flex-flow: nowrap;
	}
	.catalog-progressbar {
		display: block;
	}
	.catalog-item.swiper-slide {
		height: auto;
	}
	.catalog-item:not(.swiper-slide) {
		width: calc(100%/3 - 66px/3);
	}
}
@media (max-width: 970px) {
	.catalog-item:not(.swiper-slide) {
		width: calc(100%/2 - 17px);
	}
}
@media (max-width: 768px) {
	#catalog .h2 {
		margin-bottom: 16px;
	}
	.catalog-tabs {
		gap: 12px;
	}
	.catalog-tabs-item {
		padding: 14px 24px;
	}
	.catalog-tabs-wrapper {
        width: calc(100% + 32px);
        padding-right: 16px;
        margin-left: -16px;
        padding-left: 16px;
	}
	.catalog-item-info-name {
		font-size: 20px;
	}
	.catalog-item {
		max-width: 310px;
		width: calc(100% - 20px);
	}
	.catalog-item:not(.swiper-slide) {
		max-width: initial;
	}
}
@media (max-width: 624px) {
	.catalog-item:not(.swiper-slide) {
		width: 100%;
	}
}

/* brands */

#brands {
	padding-top: 40px;
	height: 120px;
	position: relative;
}
#brands .partners-wrapper {
	gap: 60px;
}
#brands .partners-wrappers-item img {
	max-width: 175px;
	height: 35px;
	opacity: .3;
}
@media (max-width: 768px) {
	#brands {
		height: 100px;
		padding-top: 20px;
		margin-bottom: -30px;
	}
	#brands .partners-wrapper {
		gap: 4px;
	}
	#brands .partners-wrappers-item img {
		max-height: 52px;
		max-width: 220px;
	}
}

/* main */

#main {
	height: 928px;
}
.main-slide {
	padding-top: 280px;
}
.main-slide-bg {
	z-index: 2;
}
.main-slide:before {
	content: "";
	width: 50vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(270deg, rgba(7, 38, 57, 0.00) 0%, rgba(7, 38, 57, 0.80) 50%);
	z-index: 3;
}
.main-slide .container {
	position: relative;
	z-index: 4;
}
.main-slide-head {
	display: block;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 60px;
    line-height: 110%;
    margin-bottom: 24px;
    margin-top: 40px;
    margin-bottom: 24px;
}
.main-slide-head-second {
	display: block;
	width: max-content;
	font-size: 32px;
	margin-bottom: 60px;
}
.main-nav {
	position: absolute;
	bottom: 60px;
	left: calc((100vw - 1680px) / 2);
	gap: 12px;
	z-index: 3;
}
.main-nav-prev,
.main-nav-next {
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.main-nav-count {
	color: #fff;
	width: max-content;
	font-size: 14px;
	gap: 4px;
	font-weight: 400;
}
.main-nav-count .swiper-pagination-current {
	font-size: 20px;
	font-weight: 600;
}
@media (max-width: 1920px) {
	.main-nav {
		left: 115px;
	}
}
@media (max-width: 1240px) {
	.main-nav {
		left: 30px;
	}
	.main-slide:before {
		width: 100vw;
	}
}
@media (max-width: 1024px) {
	.main-slide {
		padding-top: 220px;
	}
	.main-slide-head {
		font-size: 48px;
	}
	.main-slide-head-second {
		font-size: 28px;
		margin-bottom: 40px;
	}
	.main-nav-count .swiper-pagination-current {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	#main {
	    height: auto;
	}
	.main-slide {
	    padding-top: 110px;
	    padding-bottom: 96px;
	}
	.main-slide:before {
	    width: 150vw;
	}
	.main-slide-head {
	    font-size: 26px;
	    margin: 20px 0 12px 0;
	}
	.main-slide-head br {
	    display: none;
	}
	.main-slide-head-second {
	    font-size: 22px;
	    margin-bottom: 26px;
	}
	.main-nav {
	    left: 16px;
	    bottom: 24px;
	}
}

/* header */

.header-top {
	padding: 28px 0;
	gap: 16px;
}
.header-top-logo {
	height: 36px;
}
.header-top-logo img {
	height: 100%;
}
.header-top-search {
	width: 387px;
	position: relative;
}
.header-top-search__input {
	width: 100%;
	padding: 18px 50px 18px 28px;
	background: #E7F3FB;
	border-radius: 100px;
	font-weight: 500;
	border: none;
}
.header-top-search__input::placeholder {
	color: rgba(37, 37, 37, 0.50);
}
.header-top-search__btn {
	width: 16px;
	height: 16px;
	background: url("../img/search-icon.svg") no-repeat center center / 100%;
	position: absolute;
	right: 28px;
	font-size: 0px;
	border: none;
}
.header-top-phone {
	font-size: 22px;
}
.header-top-soc {
	gap: 20px;
}
.header-top-button {
	padding: 16px 40px;
}
.header-bottom {
    border-radius: 1000px;
    background: #252525;
    padding: 16px 40px;
    gap: 16px;
}
.header-bottom-menu {
	gap: 46px;
	position: relative;
}
.header-bottom-menu > li > a {
	font-weight: 500;
	color: #fff;
}
.header-bottom-menu-catalog > a {
	padding-left: 26px;
	background: url("../img/catalog-icon.svg") no-repeat center left;
}
.header-bottom-links {
	gap: 28px;
}
.header-bottom-menu-catalog__list {
	border-radius: 16px 0 0 16px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
	position: absolute;
	border: 1px solid #E7E7E7;
	margin-top: 28px;
	left: -28px;
	display: none;
	transition: .4s;
}
.header-bottom-menu-catalog__list.active {
	display: block;
	z-index: 12;
}
.header-bottom-menu-catalog__list > li {
	padding: 0 20px;
	transition: .4s;
}
.header-bottom-menu-catalog__list>li:hover {
    background: #E7F3FB;
}
.header-bottom-menu-catalog__list > li:first-child {
	border-radius: 16px 0 0 0;
}
.header-bottom-menu-catalog__list > li:last-child {
	border-radius: 0 0 0 16px;
}
.header-bottom-menu-catalog__list > li > a {
	width: 222px;
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid #E7E7E7;
	font-weight: 600;
}
.header-bottom-menu-catalog__list > li:last-child > a {
	border: none;
}
.header-bottom-menu-catalog__list-submenu {
	width: max-content;
	height: calc(100% + 2px);
	position: absolute;
	left: 262px;
	top: -1px;
	background: #E7F3FB;
	padding: 12px 28px;
	border-radius: 0 16px 16px 0;
	opacity: 0;
	pointer-events: none;
	transition: .4s;
}
.header-bottom-menu-catalog__list > li:first-child .header-bottom-menu-catalog__list-submenu {
	opacity: 1;
	pointer-events: initial;
}
.header-bottom-menu-catalog__list > li:hover .header-bottom-menu-catalog__list-submenu {
	opacity: 1;
	pointer-events: initial;
}
.header-bottom-menu-catalog__list-submenu a {
	display: block;
	padding: 12px 0;
}
.header-bottom-links .stimservice {
	padding-left: 26px;
	background: url("../img/stimservice.svg") no-repeat center left;
	color: #fff;
}
.header-bottom-links .stimpart {
	padding-left: 26px;
	background: url("../img/stimpart.svg") no-repeat center left;
	color: #fff;
}
.header-mobile {
	display: none;
}
.header-desktop-close {
	display: none;
}

/* header-home */

#header.home {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
#header.home:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(7, 38, 57, 0.00) 0%, rgba(7, 38, 57, 0.80) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
#header.home > * {
	position: relative;
	z-index: 3;
}
@media (min-width: 1240px) {
    #header.home .header-logo,
    #header.home .header-top-logo,
    #header.home .header-top-soc {
        filter: brightness(0) invert(1);
    }
    #header.home .header-top-phone {
        color: #fff;
    }
    #header.home .header-top-search__input {
        background: rgba(255, 255, 255, 0.50);
        color: #FFF;
    }
    #header.home .header-top-search__input::placeholder {
        color: #fff;
    }
    #header.home .header-top-search__btn {
        filter: brightness(0) invert(1);
    }
    #header.home .header-bottom {
        background: #FFF;
    }
    #header.home .header-bottom-menu>li>a,
    #header.home .header-bottom-links .stimservice,
    #header.home .header-bottom-links .stimpart {
        color: #252525;
    }
}

@media (max-width: 1240px) {
	.header-mobile {
		display: block;
		padding: 24px 0;
	}
	.header-logo {
		height: 30px;
	}
	.header-logo img {
		height: 100%;
	}
	.header-burger {
		display: block;
		background: url("../img/burger-dots.svg") no-repeat center center / 100%;
		width: 32px;
		height: 32px;
	}
    .header-desktop {
        display: block;
        position: fixed !important;
        top: 0;
        right: -320px;
        background: #fff;
        width: 320px;
        height: 100vh;
        z-index: 5 !important;
        padding: 32px 16px 120px 16px;
        transition: .4s;
    }
    .header-open .header-desktop {
    	right: 0;
    }
    .header-open .overlay {
    	opacity: 1;
    	pointer-events: initial;
    }
    .header-desktop-close {
    	display: block;
    	position: absolute;
    	top: 39px;
    	right: 16px;
    	width: 16px;
    	height: 16px;
    	background: url("../img/header-menu-close.svg") no-repeat center center / 100%;
    }
    .header-top-logo {
    	height: 22px;
    }
    .header-desktop .container {
    	width: 100%;
    }
    .header-top {
    	padding: 0;
    	gap: 24px;
    }
    .header-top-search {
    	width: 100%;
    }
    .header-top-search__input {
    	font-size: 14px;
    	padding: 16px 48px 16px 16px;
    }
    .header-top-search__btn {
    	right: 16px;
    }
    .header-top-phone {
        font-size: 18px;
        position: absolute;
        bottom: 105px;
    }
    .header-top-soc {
        gap: 16px;
        position: absolute;
        bottom: 102px;
        right: 16px;
    }
    .header-top-soc a img {
    	width: 26px;
    }
    .header-top-button {
        padding: 18px 30px;
        position: absolute;
        bottom: 32px;
        left: 16px;
        width: calc(100% - 32px);
    }
    .header-bottom {
    	border-radius: 0;
    	padding: 0;
    	background: transparent;
    }
    .header-bottom-menu {
    	gap: 10px;
    	margin-top: 32px;
    	margin-bottom: 12px;
    }
    .header-bottom-menu > li {
    	width: 100%;
    }
    .header-bottom-menu > li > a {
    	color: #252525;
    	font-size: 16px;
    }
    .header-bottom-menu-catalog > a {
    	padding-left: 0px;
    	background: none;
    }
    .header-bottom-menu-catalog__list {
    	display: none;
    }
    .header-bottom-links {
    	gap: 10px;
    	margin-top: 12px;
    }
    .header-bottom-links .stimservice,
    .header-bottom-links .stimpart {
    	color: #252525;
    	width: 100%;
    }
    #header.home .header-logo img,
    #header.home .header-burger {
    	filter: brightness(0) invert(1);
    }
}
@media (max-width: 768px) {
	.header-logo {
		height: 24px;
	}
	.header-burger {
		width: 26px;
		height: 26px;
	}
}

/* about-in */

#about-in .container {
	position: relative;
}
.about-in-content {
	width: calc(50% - 24px);
}
.about-in-img {
	left: auto;
	right: 0;
	width: calc(50% - 24px);
}
@media (max-width: 1160px) {
	.about-in-content {
		width: 100%;
	}
	.about-in-img {
		width: 100%;
		margin-top: 28px;
		position: relative !important;
	}
}

/* about-adva */

.about-adva {
	padding: 70px 80px;
	background: url("../img/about/about-adva-bg.webp") no-repeat center center / cover;
}
.about-adva-top {
	gap: 16px;
	margin-bottom: 32px;
}
.about-adva-top .h3 {
	margin: 0;
}
.about-adva-list {
	gap: 12px;
}
.about-adva-list-item {
	width: max-content;
	min-height: 50px;
	padding-left: 56px;
	background: url("../img/about/about-adva-check.svg") no-repeat top 4px left;
}
@media (max-width: 1240px) {
	.about-adva-list-item {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.about-adva {
		padding: 28px;
	}
	.about-adva-top {
	    gap: 12px;
	    margin-bottom: 24px;
	}
}

/* sertif */

.sertif-info {
	width: 538px;
	height: 396px;
	position: relative;
	background: #fff;
	z-index: 3;
}
.sertif-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	gap: 40px;
}
.sertif-nav-prev {
    width: 32px;
    height: 32px;
    cursor: pointer;
    user-select: none;
}
.sertif-nav-prev svg,
.sertif-nav-next svg {
	width: 100%;
	height: auto;
}
.sertif-nav-next {
    width: 32px;
    height: 32px;
    cursor: pointer;
    user-select: none;
}
.sertif-nav-prev svg path,
.sertif-nav-prev svg rect,
.sertif-nav-next svg path,
.sertif-nav-next svg rect {
	transition: .4s;
}
.sertif-nav-prev:hover svg path,
.sertif-nav-next:hover svg path {
	fill: #FFFFFF;
}
.sertif-nav-prev:hover svg rect,
.sertif-nav-next:hover svg rect {
	fill: #003A5D;
}
.sertif-slider {
	width: calc(100% - 538px - 48px);
	overflow: visible;
}
.sertif-slider-item {
	width: max-content;
	height: 396px;
	overflow: hidden;
	border: 2px solid #E7F3FB;
}
.sertif-slider-item img {
	height: 100%;
}
@media (max-width: 950px) {
    .sertif-info {
        width: 360px;
    }
    .sertif-slider {
        width: calc(100% - 368px - 48px);
    }
}
@media (max-width: 768px) {
    .sertif-info {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }
    .sertif-nav {
        display: none;
    }
    .sertif-progressbar {
        display: block;
    }
    .sertif-slider {
        width: 100%;
    }
    .sertif-slider-item {
    	height: 280px;
    }
}

/* history */

#history .container {
	position: relative;
}
.history-img {
	width: 530px;
}
.history-info {
	width: calc(100% - 530px - 45px);
	margin-left: auto;
}
@media (max-width: 1240px) {
	.history-img {
		width: 100%;
		max-width: 538px;
		position: relative !important;
	}
	.history-info {
		width: 100%;
		margin-top: 24px;
	}
}

/* about-second-adva */

.about-second-adva-item {
	width: calc(100%/4 - 138px/4);
	gap: 20px;
}
.about-second-adva-item__icon {
	width: 80px;
}
.about-second-adva-item__head {
	width: calc(100% - 100px);
}
.about-second-adva-item__text {
	opacity: .5;
}
@media (max-width: 1240px) {
	.about-second-adva-item {
		width: calc(50% - 23px);
	}
}
@media (max-width: 768px) {
	.about-second-adva-item {
		width: 100%;
	}
	.about-second-adva-item__icon {
		width: 60px;
		height: 60px;
	}
}

/* video */

#video {
	overflow: hidden;
	height: 860px;
}
#video .swiper-wrapper {
  transition-duration: 0.5s !important;
  transition-timing-function: ease-out;
}
.video-head {
    width: 578px;
}
.video-list {
    width: calc(100% - 578px - 140px);
    height: 780px;
    padding-bottom: 24px;
}
.video-list-item {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.video-list-item img {
	height: auto;
}
@media (max-width: 1240px) {
	.video-head {
		width: 360px;
	}
	.video-list {
		width: calc(100% - 430px);
	}
}
@media (max-width: 950px) {
	.video-head {
		width: 100%;
	}
	.video-list {
		width: 100%;
	}
}
@media (max-width: 768px) {
	#video {
		height: auto;
	}
	.video-list {
		height: 87vw;
	}
}

/* contacts-in */

#contacts-in .container {
	position: relative;
}
.contacts-in-info {
	width: 530px;
	padding: 60px;
	background: #E7F3FB;
	margin-left: auto;
}
.contacts-in-info-adress {
	margin-bottom: 20px;
	padding-left: 29px;
	background: url("../img/adress-icon.svg") no-repeat top 2px left;
}
.contacts-in-info-phone {
	display: block;
	width: max-content;
	margin-bottom: 24px;
	padding-left: 29px;
	background: url("../img/phone-icon.svg") no-repeat top 1px left;
}
.contacts-in-info-email {
	display: block;
	width: max-content;
	margin-bottom: 32px;
	padding-left: 29px;
	background: url("../img/email-icon.svg") no-repeat top 3px left;
}
.contacts-in-info-soc {
	gap: 20px;
}
.contacts-in-info-text {
	margin: 32px 0 20px 0;
	font-size: 16px;
}
.contacts-in-map {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 530px - 48px);
	height: 100%;
}
@media (max-width: 1024px) {
	.contacts-in-info {
		width: 100%;
	}
	.contacts-in-map {
		width: 100%;
		height: 580px;
		position: relative;
		margin-top: 28px;
		border: 1px solid #cccccc;
	}
}
@media (max-width: 768px) {
	.contacts-in-info {
		padding: 28px;
	}
	.contacts-in-info-adress {
		margin-bottom: 16px;
	}
	.contacts-in-info-phone {
		margin-bottom: 16px;
	}
	.contacts-in-info-email {
		margin-bottom: 20px;
		background: url(../img/email-icon.svg) no-repeat top 1px left;
	}
	.contacts-in-info-text {
		font-size: 14px;
		margin: 16px 0;
	}
	.contacts-in-map {
		height: 480px;
	}
}

/* fin */

#fin-liz .container,
#fin-ras .container {
	position: relative;
}
#fin-ras .about-in-content {
	margin-left: auto;
}
#fin-ras .about-in-img {
	right: auto;
	left: 0;
}

/* catalog-in */

.catalog-filter-button {
	display: none;
}
.catalog-filter {
	width: 308px;
	background: #252525;
	padding: 40px 34px;
}
.catalog-filter-head {
	margin-bottom: 20px;
}
.catalog-filter-block:not(:nth-child(2)) {
	border-top: 1px solid #FFF;
	padding-top: 24px;
	margin-top: 24px;
}
.catalog-filter-block-head {
	display: block;
	width: max-content;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.catalog-filter-block-item {
	display: block;
}
.catalog-filter-block-item:not(:last-child) {
	margin-bottom: 15px;
}
.catalog-filter-block-item input {
	display: none;
}
.catalog-filter-block-item span {
	display: block;
	padding-left: 32px;
	background: url("../img/checkbox-icon.svg") no-repeat top 1px left;
	cursor: pointer;
}
.catalog-filter-block-item input:checked + span {
	background: url("../img/checkbox-accept-icon.svg") no-repeat top 1px left;
}
.catalog-filter-bottom {
	margin-top: 40px;
}
.catalog-filter-bottom-accept {
	color: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    font-weight: 600;
    width: 100%;
    border-radius: 1000px;
    background: #FFF;
    font-size: 16px;
    margin-bottom: 16px;
}
.catalog-filter-bottom-reset {
	font-size: 16px;
	display: block;
	margin: 0 auto;
	width: max-content;
}
.catalog-list {
    width: calc(100% - 308px - 32px);
    gap: 32px;
}
.catalog-products-wrapper {
	gap: 33px;
}
.catalog-sort {
	width: 100%;
	gap: 40px;
}
.catalog-sort a {
	position: relative;
	transition: .4s;
}
.catalog-sort a.active {
	font-weight: 600;
	padding-right: 17px;
}
.catalog-sort a.active:before {
	content: "";
	width: 9px;
	height: 25px;
	background: url("../img/arrow_filter.svg") no-repeat center center / 100%;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.catalog-sort a.active[data-order="DESC"]:before {
	transform: scale(-1, -1);
}
@media (max-width: 1240px) {
	.catalog-list {
		width: 100%;
	}
	.catalog-filter {
        transform: none !important;
        position: fixed !important;
        top: 20px !important;
        z-index: 4;
        left: -420px;
        height: calc(100vh - 40px);
        overflow-y: scroll;
        opacity: 0;
        pointer-events: none;
        transition: .4s;
        max-width: calc(100vw - 40px);
	}
	.catalog-filter.active {
        opacity: 1;
        pointer-events: initial;
        left: 20px;
    }
	.catalog-filter-button {
		display: block;
		padding: 16px 24px 16px 56px;
		background: #252525 url(../img/filter-icon.svg) no-repeat center left 18px / 24px;
		border-radius: 12px;
		width: 100%;
		font-weight: 600;
		color: #fff;
		margin-bottom: 16px;
	}
	.catalog-sort {
		gap: 20px;
	}
}
@media (max-width: 768px) {
	.catalog-sort {
		row-gap: 12px;
	}
}

/* blog-in */

.blog-in-main {
	position: relative;
}
.blog-in-main-img {
	width: 529px;
}
.blog-in-main-content {
	width: calc(100% - 529px - 46px);
	margin-left: auto;
}
.blog-in-block {
	margin-top: 60px;
}
.blog-in-block-images {
	position: relative;
	margin-top: 40px;
}
.blog-in-block-images.right {
	padding-right: calc(50% + 23px);
}
.blog-in-block-images.right .ab-img {
	width: calc(50% - 23px);
	left: auto;
	right: 0;
}
.blog-in-block-images.left {
	padding-left: calc(50% + 23px);
}
.blog-in-block-images.left .ab-img {
	width: calc(50% - 23px);
	right: auto;
	left: 0;
}

.blog-in-gallery {
	width: 100%;
	margin-top: 60px;
}
.blog-in-gallery .h2 {
	width: 100%;
}
.blog-in-gallery-item {
	width: calc(100%/4 - 138px/4);
	height: 525px;
	position: relative;
	overflow: hidden;
}
.blog-in-gallery-item:nth-child(4),
.blog-in-gallery-item:nth-child(5) {
	width: calc(100%/2 - 23px);
}

.blog-in-block-citata {
	padding: 40px 60px;
	background: #E7F3FB;
}

.blog-in-bottom {
	margin-top: 60px;
	padding-top: 32px;
	border-top: 2px solid #E7F3FB;
}
.blog-in-bottom-back {
	padding-left: 26px;
	background: url("../img/back-arrow.svg") no-repeat center left;
}
.blog-in-bottom-repost {
	padding-left: 36px;
	background: url("../img/repost-icon.svg") no-repeat center left;
}

#blog-recc .h2 {
	margin-bottom: 32px;
}

@media (max-width: 1240px) {
	.blog-in-gallery-item {
		width: calc(50% - 23px);
	}
}
@media (max-width: 1140px) {
	.blog-in-main-content {
		width: 100%;
	}
	.blog-in-main-img {
		width: 100%;
		position: relative !important;
		margin-bottom: 28px;
	}
	.blog-in-block-images.right .ab-img,
	.blog-in-block-images.left .ab-img {
		position: relative !important;
		width: 100%;
		margin-bottom: 28px;
	}
	.blog-in-block-images.right,
	.blog-in-block-images.left {
	    padding-right: 0;
	    padding-left: 0;
	}
}
@media (max-width: 768px) {
    .blog-in-block {
        margin-top: 30px;
    }
    .blog-in-block-images.right .ab-img,
    .blog-in-block-images.left .ab-img {
        margin-bottom: 18px;
    }
    .blog-in-gallery-item {
        width: 100% !important;
        height: 60vw;
    }
    .blog-in-gallery .h2 {
    	margin-bottom: 0;
    }
    .blog-in-block-citata {
    	padding: 20px;
    }
    .blog-in-bottom {
    	padding-top: 20px;
    	margin-top: 20px;
    }
    .blog-in-bottom-back {
    	background-size: 14px;
    	padding-left: 18px;
    }
    .blog-in-bottom-repost {
    	background-size: 16px;
    	padding-left: 20px;
    }
}

/* product */

.product-recc {
	position: relative;
}
.product-recc-slider {
	width: 100%;
}
.product-recc-prev {
    width: 32px;
    height: 32px;
    position: absolute;
    left: -56px;
    cursor: pointer;
    user-select: none;
}
.product-recc-prev svg,
.product-recc-next svg {
	width: 100%;
	height: auto;
}
.product-recc-next {
    width: 32px;
    height: 32px;
    position: absolute;
    right: -56px;
    cursor: pointer;
    user-select: none;
}
.product-recc-prev svg path,
.product-recc-prev svg rect,
.product-recc-next svg path,
.product-recc-next svg rect {
	transition: .4s;
}
.product-recc-prev:hover svg path,
.product-recc-next:hover svg path {
	fill: #FFFFFF;
}
.product-recc-prev:hover svg rect,
.product-recc-next:hover svg rect {
	fill: #003A5D;
}
@media (max-width: 1240px) {
	.product-recc-slider {
		overflow: visible;
	}
	.product-recc-progressbar {
		display: block;
	}
}

/* har */

#har .container {
	position: relative;
}
#har .ab-img {
	width: 530px;
	left: auto;
	right: 0;
}
.har {
	width: calc(100% - 530px - 46px);
}
.har .h2 {
	margin-bottom: 32px;
}
.har-table {
	border-radius: 12px;
	overflow: hidden;
	background: #E7F3FB;
	border: 2px solid #E7F3FB;
}
.har-table-item-name {
	width: 222px;
	padding: 20px 20px 20px 40px;
	border-right: 2px solid #fff;
}
.har-table-item-list {
	width: calc(100% - 222px);
}
.har-table-item-list__item:not(:last-child) {
	border-bottom: 2px solid #fff;
}
.har-table-item-list__item div {
	width: 25%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 58px;
}
.har-table-item:nth-child(2n) {
	background: #fff;
}
.har-table-item:nth-child(2n) .har-table-item-name {
	border-right: 2px solid #E7F3FB;
}
.har-table-item:nth-child(2n) .har-table-item-list__item:not(:last-child) {
	border-bottom: 2px solid #E7F3FB;
}
@media (max-width: 1240px) {
	#har .ab-img {
		display: none;
	}
	.har {
		width: 100%;
	}
}
@media (max-width: 980px) {
	.har-table {
		font-size: 12px;
	}
}
@media (max-width: 768px) {
    .har-table-item-name {
        width: 100%;
    }
    .har-table-item-name {
        width: 100%;
        padding: 12px;
        text-align: center;
    }
    .har-table-item-name {
    	border-right: none;
    	border-bottom: 2px solid #fff;
    }
    .har-table-item:nth-child(2n) .har-table-item-name {
    	border-right: none;
    	border-bottom: 2px solid #E7F3FB;
    }
    .har-table-item-list {
        width: 100%;
    }
    .har-table-item-list__item div {
        width: 50%;
        height: 40px;
        border-right: 2px solid #fff;
    }
    .har-table-item-list__item div:nth-child(2n) {
    	border-right: none;
    }
}

/* product */

#product .container {
	position: relative;
}
.product-gallery {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(50% - 23px);
	display: flex;
	align-items: center;
}
.product-gallery-prev {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 24px;
    z-index: 3;
    cursor: pointer;
}
.product-gallery-prev svg {
	width: 100%;
	height: auto;
}
.product-gallery-next {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 24px;
    z-index: 3;
    cursor: pointer;
}
.product-gallery-next svg {
	width: 100%;
	height: auto;
}
.product-gallery-dots {
	position: absolute;
	bottom: 24px !important;
	display: flex;
	justify-content: center;
	left: 0;
	width: 100%;
	z-index: 3;
	gap: 6px;
}
.product-gallery-dots * {
	margin: 0 !important;
}
.product-gallery-dots .swiper-pagination-bullet {
	background: #fff !important;
}
.product-info {
	width: calc(50% - 23px);
	margin-left: auto;
}
.product-info-brand {
	display: block;
	margin-bottom: 20px;
}
.product-info-har {
	position: relative;
	padding-left: 16px;
}
.product-info-har:before {
    content: "";
    width: 4px;
    height: 100%;
    border-radius: 1000px;
    background: #003A5D;
    position: absolute;
    top: 0;
    left: 0;
}
.product-info-har-item:not(:last-child) {
    margin-bottom: 12px;
}
.product-info-price {
	margin: 28px 0;
	gap: 12px;
}
.product-info-price .bold {
	font-size: 28px;
}
.product-info-price s {
	font-size: 20px;
	opacity: .5;
}
.product-info-bottom .button {
	width: calc(50% - 22px);
}
@media (max-width: 1240px) {
	.product-info {
		width: 100%;
	}
	.product-gallery {
		position: relative;
		width: 100%;
		height: 440px;
		margin: 28px 0;
	}
}
@media (max-width: 768px) {
	.product-gallery {
		height: 68vw;
	}
	.product-info-brand {
		height: 20px;
	}
	.product-gallery-next {
		right: 10px;
	}
	.product-gallery-prev {
		left: 10px;
	}
	.product-info-har-item:not(:last-child) {
		margin-bottom: 8px;
	}
	.product-info-price .bold {
		font-size: 24px;
	}
	.product-info-price {
		margin: 20px 0;
	}
	.product-info-price s {
		font-size: 18px;
	}
	.product-info-bottom {
		gap: 16px;
	}
	.product-info-bottom .button {
		width: 100%;
	}
}

/* form */

.default-form {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	gap: 16px;
}
.default-form-label {
	width: 100%;
}
.default-form-label.w-50 {
	width: calc(50% - 8px);
}
.default-form-label__name {
	width: max-content;
	position: relative;
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
}
[data-form-required] .default-form-label__name:before {
	content: "*";
	color: #003A5D;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	position: absolute;
	right: -10px;
}
.default-form-label__input {
	width: 100%;
	border-radius: 30px;
	border: 1px solid #F3F3F3;
	padding: 20px 28px;
	background: #F3F3F3;
	font-size: 16px;
	font-weight: 400;
	resize: none;
}
.default-form-label__input::placeholder {
	color: rgba(37, 37, 37, 0.50);
}
.default-form-label__error {
	color: #F12626;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	display: block;
	margin-top: 8px;
}
.default-form-accept input {
	display: none;
}
.default-form-accept__span {
	display: block;
	padding-left: 28px;
	background: url("../img/check.svg") no-repeat top 1px left;
	cursor: pointer;
	min-height: 22px;
}
.default-form-accept input:checked + .default-form-accept__span {
	background: url("../img/check-accept.svg") no-repeat top 1px left;
}
.default-form [data-form-button] {
	margin: 28px 0 0 auto;
	border: none;
	cursor: pointer;
}

@media (min-width: 769px) {
	.glightbox-clean .gslide-media {
		box-shadow: none;
		background: transparent;
	}
}

.gslide-inline {
	background: transparent;
}
.thanks-modal {
	max-width: 100%;
	width: 845px;
	padding: 47px;
	border-radius: 24px;
	background: #FFF;
	position: relative;
}
.modal-close {
	background: url(../img/header-menu-close.svg) no-repeat center center / 100%;
	top: 60px;
	right: 60px;
	position: absolute;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
}
[data-modal] .ginlined-content {
    max-width: 100%;
    width: 845px;
    padding: 47px;
    border-radius: 24px;
    background: #FFF;
    position: relative;
}
.gslide-description {
	display: none;
}
[data-modal] .modal-close {
	top: 67px;
	right: 64px;
}

@media (max-width: 980px) {
	.default-form {
		width: 100%;
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	.default-form {
		gap: 12px;
	}
	.default-form-label.w-50 {
		width: 100%;
	}
	.footer-form {
		padding-bottom: 240px;
		background-size: 400px;
	}
	[data-modal] .ginlined-content,
	.thanks-modal {
		padding: 40px 20px;
		border-radius: 20px;
	}
	[data-modal] .modal-close,
	.modal-close {
		top: 20px;
		right: 20px;
	}
	.default-form-label__input {
		padding: 16px 22px;
		font-size: 14px;
		height: 51px;
	}
	.default-form-label__input:focus {
		font-size: 16px;
	}
	.default-form [data-form-button] {
		margin: 14px 0 0 0;
	}
	.default-form-label__error {
		margin-top: 4px;
		font-size: 12px;
	}
}