.page:not(.elementor-page) .site-content .theme-sections {
	width:100%;
}

.theme-sections ul li:not(:last-child) {
	margin-bottom: 15px;
}

.theme-sections ul li::marker {
	color:#AE8F5C;
}

.theme-sections b , .theme-sections strong {
	font-weight:600;
}

.page:not(.elementor-page) .site-content .theme-sections > section {
	padding:40px 0;
}

.btn_default {
	background: linear-gradient(90deg, #9E9EA6 8.43%, #C99239 100%);
    border-radius: 4px;
    padding: 10px 24px;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 600;
	letter-spacing: 0.3px;
}

.btn_arrow {
	background: linear-gradient(90deg, #9E9EA6 8.43%, #C99239 100%);
    color: #fff;
    padding: 10px 24px;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 4px;
	justify-content: space-between;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.btn_arrow:after {
	content:'';
	background-image:url(../imgs/more.svg);
	width: 16px;
    height: 16px;
}

.section-title {
	margin: 0;
    line-height: 1.1;
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.s-section {
	padding: 80px 0px;
}

/*************hero***************/

.s-hero {
	background: linear-gradient(0deg, #F5F5F5 0%, #FFF 100%);
	padding-top: 0!important;
}

.s-hero .site-breadcrumb {
	padding:0;
	margin-bottom:40px;
}

.s-hero .sides {
	display:flex;
	gap: 65px;
	position:relative;
}

.s-hero .sides .side_main {
	flex: 0 0 435px;
	color: #000;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.s-hero .sides .side_main h1 {
	font-size:40px;
	line-height:1;
	margin: 0 0 24px;
	font-weight: 600;
}

.s-hero .sides .side_main > .text {
	font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 32px;
}

.s-hero .sides .side_main .slider {
	display:none;
	position:absolute;
	top:0;
	right:0;
	overflow: hidden;
	justify-content: flex-end;
	max-height: 420px;
	height: 100%;
}

.s-hero .sides .side_main .slider .hero-slider {
	width:100%;
}

.s-hero .sides .side_main .slider .hero-slider .swiper-actions {
	z-index: 9;
    position: absolute;
    left: 30.3%;
    bottom: 5%;
    display: flex;
	gap:1px;
	background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.s-hero .sides .side_main .slider .hero-slider .z-swiper-button {
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.s-hero .sides .side_main .slider .hero-slider .swiper-wrapper {
	
}

.s-hero .sides .side_main .slider .hero-slider .swiper-slide a {
	height:100%;
	transition:.6s ease;
}

.s-hero .sides .side_main .slider .hero-slider .swiper-slide.swiper-slide-active {
	flex: 0 0 42.4%;
	align-items: center;
    display: flex;
}

.s-hero .sides .side_main .slider .hero-slider .swiper-slide.swiper-slide-active a {
	height:80%;
}

.s-hero .sides .side_main .slider .hero-slider .swiper-slide.swiper-slide-active img {
	
}

.s-hero .sides .side_main .slider .hero-slider .swiper-slide.swiper-slide-next {
	display:flex;
	flex: 0 0 calc(57.6% - 16px);
}

.s-hero .sides .side_main .slider .hero-slider .swiper-slide {
	
}

.s-hero .sides .side_main .slider .hero-slider .swiper-slide a {
	display: flex;
    width: 100%;
}

.s-hero .sides .side_main .slider .hero-slider .swiper-slide img {
	width: 100%;
	height:100%;
	object-fit: cover;
	border-radius: 4px;
}

.s-hero .sides .side_main .dies {
	display: flex;
}

.s-hero .sides .side_main .dies .die {
	width: 170px;
	padding: 0 16px;
    border-left: 2px solid #AE8F5C;
}

.s-hero .sides .side_main .dies .die .number {
	color:#99702E;
	font-size: 30px;
	font-weight:600;
	line-height:1;
    display: block;
	margin-bottom: 4px;
	font-variant-numeric: lining-nums proportional-nums;
}

.s-hero .sides .side_main .dies .die .text {
	letter-spacing: 0.72px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.4;
    display: block;
}

.s-hero .sides .side_dummy {
	flex: 1;
    min-height: 420px;
}

.s-hero .hero-advantages {
	display:flex;
	gap:30px;
	margin-top: 65px;
}

.s-hero .hero-advantages .list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 30px;
}

.s-hero .hero-advantages .list .item {
	display: flex;
    gap: 16px;
    align-items: center;
    padding: 23px 0;
    border-top: 1px solid #eee;
}

.s-hero .hero-advantages .icon {
	width: 40px;
    height: 40px;
    display: block;
    padding: 8px;
	background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.s-hero .hero-advantages .icon::after {
	content:'';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #EBE2D2 0%, #E4E4E4 100%);
	background-repeat: no-repeat;
    background-position: center;
    position: absolute;
	top:0;
	left:0;
	border-radius: 4px;
	z-index: -1;
}

.s-hero .hero-advantages .list .text {
	color: #000;
    line-height: 1.4;
}

.s-hero .hero-advantages .list .text b {
	font-weight:600;
}

.s-hero .hero-advantages .single {
	flex: 0 0 270px;
    border-top: 2px solid #AE8F5C;
    padding: 24px 0;
}

.s-hero .hero-advantages .single .icon {
	margin-bottom: 16px;
}

.s-hero .hero-advantages .single .icon::after {
	background: #000;
}

.s-hero .hero-advantages .single .text {
	color: #000;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    font-size: 14px;
    margin-bottom: 24px;
}

.s-hero .hero-advantages .single .btn_default {
	height: 48px;
}

@media (max-width:1100px){
	.s-hero .sides {
		gap:30px;
	}
	
	.s-hero .sides .side_main .slider .hero-slider .swiper-actions {
		left: 29.3%;
	}
}

@media (max-width:991px){
	.s-hero .hero-advantages {
		flex-direction: column;
	}
	
	.s-hero .sides {
		gap:15px;
	}
	
	.s-hero .sides .side_main {
		flex: 0 1 320px;
	}
	
	.s-hero .sides .side_main .slider .hero-slider .swiper-actions {
		left: 27.3%;
	}
	
	.s-hero .sides .side_main h1 {
		font-size: 32px;
	}
}

@media (max-width:767px){
	.s-hero .sides .side_main {
        flex: 1;
        max-width: 100%;
    }
	
	.s-hero .sides .side_main .slider {
		position:static;
		display: block;
		height: auto;
		max-height: none;
		margin-bottom: 24px;
	}
	
	.s-hero .sides .side_main .slider .hero-slider .swiper-slide.swiper-slide-active {
		flex:none;
		align-items: normal;
	}
	
	.s-hero .sides .side_main .slider .hero-slider .swiper-slide.swiper-slide-next {
		flex:none;
	}
	
	.s-hero .sides .side_main .slider .hero-slider .swiper-slide.swiper-slide-active a {
		height: auto;
	}
	
	.s-hero .sides .side_main .slider .hero-slider .swiper-slide {
		height: auto;
	}
	
	.s-hero .sides .side_main .slider .hero-slider .swiper-actions {
		display:none;
	}
	
	.s-hero .sides .side_main .slider .hero-slider .swiper-slide img {
		height: 360px;
	}
	
	.s-hero .sides .side_main > .text {
		display: flex;
		gap: 12px;
	}
	
	.s-hero .sides .side_main > .text:before {
		content:'';
		width: 24px;
        height: 24px;
        display: flex;
        background-image: url(../imgs/quote.svg);
		flex-shrink: 0;
	}
	
	.s-hero .hero-advantages .list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0 16px;
	}
	
	.s-hero .hero-advantages .list .item {
		padding: 16px 0;
	}
	
	.s-hero .hero-advantages .list .item:nth-child(1),.s-hero .hero-advantages .list .item:nth-child(2) {
		border-top: none;
		padding-top: 0;
	}

}

@media (max-width:480px){
	.s-hero .sides .side_main h1 {
        font-size: 20px;
        line-height: 1.3;
    }

	.s-hero .sides .side_main .slider {
		max-height: 220px;
	}

	.s-hero .sides .side_main .slider .hero-slider .swiper-slide img {
		height: 220px;
	}
	
	.s-hero .hero-advantages .icon {
		width: 32px;
		height: 32px;
		background-size: 19px;
	}
	
	.s-hero .sides .side_main > .text {
		font-size:14px;
	}
	
	.s-hero .sides .side_main .dies {
		gap:16px;
	}
	
	.s-hero .sides .side_main .dies .die {
		padding: 0 0 16px;
		border-bottom: 2px solid #AE8F5C;
		border-left: none;
		width: auto;
		flex: 1;
	}
	
	.s-hero .hero-advantages .single {
		flex:none;
	}
	
	.s-hero .hero-advantages .single .icon {
		display:none;
	}
	
	.s-hero .hero-advantages .single .btn_default {
		width:100%;
	}
	
	.s-hero .hero-advantages .list .text {
		font-size:12px;
	}
	
	.s-hero .hero-advantages .list .item {
		gap:12px;
	}
}

@media (max-width:375px){
	.s-hero .sides .side_main .slider .hero-slider .swiper-slide img {
        height: 220px;
    }
}

@media (max-width:360px){
	.s-hero .hero-advantages {
		margin-top:0;
	}
	
	.s-hero .hero-advantages .list {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.s-hero .hero-advantages .list .item:nth-child(1), .s-hero .hero-advantages .list .item:nth-child(2) {
        border-top: none;
        padding: 16px 0;
		border-top: 1px solid #eee;
    }
	
	.s-hero .hero-advantages .list .item:nth-child(1) {
		border-top: none;
	}
}

/*************hero***************/

/*************s-features***************/

.s-features {
	color:#000;
}

.s-features .sides {
	display: flex;
	gap: 64px;
}

.s-features .side_main {
	flex: 0 0 536px;
	overflow: hidden;
}

.s-features .side_main .section-title {
	margin-bottom:24px;
}

.s-features .side_main .text {
	margin-top: 0;
	margin-bottom: 16px;
}

.s-features .side_main .text_note {
	padding-left: 15px;
    border-left: 2px solid #AE8F5C;
    font-weight: 600;
    line-height: 1.4;
	margin: 0;
}

.s-features .slider_features {	
    width: 100%;
    max-width: 100%;
	margin-top: 66px;
	position: relative;
}

.s-features .slider_features .swiper-slide {
	display: flex;
    height: 600px;
}

.s-features .slider_features .swiper-slide img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.s-features .slider_features .z-swiper-button {
	background: rgba(0, 0, 0, 0.30);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
	cursor:pointer;
}

.s-features .slider_features .z-swiper-button.z-swiper-button-next {
	right: 0;
	border-radius: 4px 0px 0px 4px;
}

.s-features .slider_features .z-swiper-button.z-swiper-button-prev {
	border-radius: 0px 4px 4px 0px;
}

.s-features .side_accordion .items {
	margin-top:48px;
}

.s-features .side_accordion .items .item {
	border-top: 1px solid #eee;
	padding: 10px 0;
}

.s-features .side_accordion .items .item:last-child {
	border-bottom: 1px solid #eee;
}

.s-features .side_accordion .items .item .item__title {
	display: flex;
    align-items: center;
	cursor: pointer;
}

.s-features .side_accordion .items .item .item__title .icon {
	background-image:url(../imgs/arrow-left.svg);
	width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
	margin-right: 16px;
	flex-shrink: 0;
}

.s-features .side_accordion .items .item .item__title .text {
	font-weight:600;
}

.s-features .side_accordion .items .item .item__title .action {
	width: 24px;
    height: 24px;
    background-image: url(../imgs/open.svg);
    margin-left: auto;
	flex-shrink: 0;
}

.s-features .side_accordion .items .item .item__title.open .action {
	background-image: url(../imgs/close.svg);
}

.s-features .side_accordion .items .item .item__text {
	display:none;
	overflow: hidden;
	padding-left: 32px;
	padding-top: 8px;
	padding-bottom: 14px;
}

.s-features .side_accordion .items .item.active .item__text {
	
}

@media (max-width:1100px){
	.s-features .sides {
		gap: 25px;
	}
	
	.s-features .side_main {
		flex: 0 0 500px;
	}
	
	.s-features .slider_features .swiper-slide {
		height: 450px;
	}
}

@media (max-width:991px){
	.s-features .sides {
		gap: 20px;
	}
	
	.s-features .side_main {
		flex: 0 0 400px;
	}
	
	.s-features .slider_features .swiper-slide {
		height: 400px;
	}
}

@media (max-width:767px){
	.s-features .sides {
		flex-direction: column;
	}
	
	.s-features .side_main {
		flex:none;
	}
	
	.s-features .side_accordion > img {
		display:none;
	}
}

@media (max-width:480px){
	.s-features .sides {
		gap: 32px;
	}
	
	.s-features .side_main .text {
		font-size:14px;
	}
	
	.s-features .side_main .text_note {
		font-size:14px;
	}
	
	.s-features .slider_features {
		margin-top: 24px;
	}
	
	.s-features .side_accordion .items {
		margin-top:0;
	}
	
	.s-features .side_accordion .items .item .item__title .text {
		font-size: 14px;
	}
	
	.s-features .side_accordion .items .item .item__text {
		font-size: 14px;
	}
	
	.s-features .slider_features .swiper-slide {
        height: 390px;
    }
}

/*************s-features***************/

/*************s-video***************/

.s-video.style-1 .section-content {
	background: linear-gradient(103.33deg, #E4E4E4 36.82%, #EBE2D2 55.07%);
	border-radius: 4px;
}

.s-video.style-2 .section-content {
	box-shadow: inset 0 0 0 6px #F5F5F5;
}

.s-video .section-content {
	padding: 60px 40px;
}

.s-video .sides {
	display: flex;
	gap: 64px;
}

.s-video .side_main .badge {
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	background: #000;
	border-radius: 4px;
	padding: 3px 10px;
	margin-bottom: 8px;
	display: inline-block;
}

.s-video.style-1 .side_main .section-title {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #00000026;
}

.s-video .side_main .section-title {
	margin-bottom: 16px;
}

.s-video .side_media {
	display: flex;
	gap: 40px;
}

.s-video .card-video {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.s-video .card-video .card-video__media {
	width: 180px;
	height: 318px;
	object-fit: cover;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.s-video .card-video .card-video__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

.s-video .card-video .card-video__media .card-video__media__overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

.s-video .card-video .card-video__media .btn_play {
	width: 59px;
	height: 59px;
	background-image: url(../imgs/play.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	position: relative;
	z-index: 1;
}

.s-video .card-video .card-video__caption {
	font-size: 14px;
	line-height: 1.4;
	color: #232323;
}

@media (max-width:1200px){
	.s-video .side_media {
		flex-wrap: wrap;
	}
}

@media (max-width:767px){
	.s-video .sides {
		flex-direction: column;
		gap: 30px;
	}

	.s-video .section-content {
		padding: 30px;
	}

	.s-video .side_media {
		justify-content: center;
	}
}

/*************s-video***************/

/*************s-catalog***************/

.s-catalog {
	color:#000;
}

.s-catalog .sides {
	display: flex;
	gap: 64px;
}

.s-catalog .side_main {
	flex: 0 0 536px;
	overflow: hidden;
}

.s-catalog .side_main .section-title {
	margin-bottom:24px;
}

.s-catalog .side_main .text {
	margin-top: 0;
	margin-bottom: 16px;
}

.s-catalog .side_main .text_note {
	padding-left: 15px;
    border-left: 2px solid #AE8F5C;
    font-weight: 600;
    line-height: 1.4;
	margin: 0;
}

.s-catalog .side_media {	
    width: 100%;
    max-width: 100%;
	position: relative;
}

.s-catalog .side_media img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.s-catalog .dies.style-1 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
	margin-top: 40px;
}

.s-catalog .dies.style-1 .die:first-child {
	grid-row: span 2;
}

.s-catalog .dies.style-1 .die {
	background: linear-gradient(90deg, #EBE2D2 0%, #E4E4E4 100%);
	padding: 16px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
}

.s-catalog .dies.style-1 .die .die_content {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 30px;
	flex:1;
}

.s-catalog .dies.style-1 .die img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	object-position: center;
	flex-shrink: 0;
	align-self: flex-end;
}

.s-catalog .dies.style-1 .die .die_title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.s-catalog .dies.style-1 .die:first-child .die_title {
	font-size: 20px;
}

.s-catalog .dies.style-1 .die .die_text {
	font-size: 14px;
	line-height: 1.4;
}

.s-catalog .dies.style-2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin-top: 40px;
}

.s-catalog .dies.style-2 .die {
	background: linear-gradient(90deg, #EBE2D2 0%, #E4E4E4 100%);
	padding: 16px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	transition: .3s ease;
}

.s-catalog .dies.style-2 a.die:hover {
	transform: translateY(-6px);
}

.s-catalog .dies.style-2 .die img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	object-position: center;
	flex-shrink: 0;
}

.s-catalog .dies.style-2 .die .die_content {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.s-catalog .dies.style-2 .die .die_title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.s-catalog .dies.style-2 .die .die_text {
	font-size: 14px;
	line-height: 1.4;
}

@media (max-width:1100px){
	.s-catalog .sides {
		gap: 25px;
	}
	
	.s-catalog .side_main {
		flex: 0 0 500px;
	}

	.s-catalog .dies.style-1 {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width:991px){
	.s-catalog .sides {
		gap: 20px;
	}
	
	.s-catalog .side_main {
		flex: 0 0 400px;
	}
}

@media (max-width:767px){
	.s-catalog .sides {
		flex-direction: column;
	}
	
	.s-catalog .side_main {
		flex:none;
	}

	.s-catalog .dies.style-1 , .s-catalog .dies.style-2 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:575px){
	.s-catalog .dies.style-1 , .s-catalog .dies.style-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.s-catalog .dies.style-1 .die:first-child {
		grid-row: auto;
		grid-column: span 2;
	}
}

@media (max-width:480px){
	.s-catalog .sides {
		gap: 32px;
	}
	
	.s-catalog .side_main .text {
		font-size:14px;
	}
	
	.s-catalog .side_main .text_note {
		font-size:14px;
	}

	.s-catalog .dies.style-2 .die {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.s-catalog .dies.style-2 .die img {
		align-self: flex-end;
	}
}

/*************s-catalog***************/

/*************s-callback***************/

.s-callback .section-content {
	background: linear-gradient(97.02deg, #E4E4E4 27.35%, #EBE2D2 93.7%);
	background-blend-mode: darken;
    padding: 50px 40px;
    border-radius: 4px;
	position: relative;
}

.s-callback .section-content .bg {
	position: absolute;
    right: 0;
    bottom: 0;
	max-height: 530px;
}

.s-callback .wrapper {
	max-width: 495px;
	position: relative;
	min-height: 380px;
	display: flex;
    flex-direction: column;
}

.s-callback .wrapper .section-title {
	margin-bottom: 24px;
}

.s-callback .wrapper .list {
	display: grid;
    grid-template-columns: 64% 1fr;
    grid-gap: 30px;
	flex:1;
}

.s-callback .wrapper .list .item {
	font-size: 14px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.s-callback .wrapper .list .item:before {
	content: '';
	width: 9px;
    height: 6px;
    display: block;
    background-image: url(../imgs/check.svg);
    background-repeat: no-repeat;
	flex-shrink: 0;
}

.s-callback .wrapper .callback {
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 32px;
    background: #fff;
    max-width: 310px;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 67px);
    width: 100%;
	border-radius: 4px;
}

.s-callback .wrapper .callback .callback-title {
	font-size: 14px;
    text-align: center;
	margin-bottom: 16px;
}

.s-callback .wrapper .callback .wpcf7-response-output {
	position: absolute;
    background: #fff;
    font-size: 12px;
    margin: 0;
    top: 100%;
    left: 0;
}

.s-callback .wrapper .die {
	display: flex;
    background: #fff;
    padding: 16px;
    border-radius: 4px;
	width: max-content;
	align-items: center;
	gap: 8px;
}

.s-callback .wrapper .die .designer {
	display:flex;
	gap:16px;
}

.s-callback .wrapper .die .designer .designer__thumb {
	width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    position: relative;
	flex-shrink: 0;
}

.s-callback .wrapper .die .designer .designer__thumb:before {
    content: '';
    width: 15px;
    height: 15px;
    background: radial-gradient(#6CFC48 12%, #52B53C 100%);
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    right: 8px;
    bottom: 0;
}

.s-callback .wrapper .die .designer .designer__text {
	font-size: 14px;
	max-width: 268px;
}

.s-callback .wrapper .die .designer .designer__text b {
	font-weight:600;
}

.s-callback .wrapper .die .socs .socials-menu .menu {
	display: flex;
    gap: 8px;
}

.s-callback .wrapper .die .socs .menu-item {
    padding: 0;
	margin: 0;
}

.s-callback .wrapper .die .socs .menu-item a svg {
    width: 40px;
    height: 40px;
}

@media (max-width:991px){
	.s-callback .wrapper {
		max-width: none;
		min-height: auto;
	}
	
	.s-callback .wrapper .callback {
		position: static;
		transform: translateY(0%);
		max-width: none;
		margin: 32px 0;
	}
	
	.s-callback .section-content .bg {
		display:none;
	}
	
	.s-callback .wrapper .die {
		width:100%;
		justify-content: space-between;
	}
}

@media (max-width:480px){
	.s-callback {
		padding-top: 48px!important;
	}
	.s-callback .container {
		padding:0;
	}
	
	.s-callback .wrapper .section-title {
		text-align: center;
	}
	
	.s-callback .section-content {
		padding: 50px 24px;
	}
	
	.s-callback .wrapper .list {
		grid-template-columns: 1fr;
	}
	
	.s-callback .wrapper .list .item {
		flex-direction: row;
	}
	
	.s-callback .wrapper .list .item:before {
		background-image: none;
		width: 5px;
		height: 5px;
		border-radius:50%;
		background-color:#AE8F5C;
		margin-top: 6px;
	}
	
	.s-callback .wrapper .die {
		flex-direction: column;
		align-items: flex-start;
		background:none;
	}
	
	.s-callback .wrapper .die .socs {
		padding-left:80px;
	}
	
	.s-callback .wrapper .die .socs .menu-item a svg {
		width: 32px;
		height: 32px;
	}
}

/*************s-callback***************/

/*************s-grid***************/

.s-grid .section-head {
	margin-bottom: 32px;
}

.s-grid .items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 16px;
}

.s-grid .items .item:first-child {
	grid-column: span 2;
}

.s-grid .items .item {
	cursor: pointer;
	position: relative;
	perspective: 1000px;
	height: 220px;
}

.s-grid .items .item .item-content-link {
	position: absolute;
	top: 10px;
    right: 10px;
	width: 40px;
	height: 40px;
	background: url(../imgs/arrow-left.svg) no-repeat center center;
	background-size: 100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}

.s-grid .items .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s-grid .items .item:hover .item-content {
	transform: rotateY(180deg);
}

.s-grid .items .item .item-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	color: #fff;
}

.s-grid .items .item .item-content-front , 
.s-grid .items .item .item-content-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

.s-grid .items .item .item-content-front {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 84.09%);
	display: flex;
	align-items: flex-end;
	gap: 20px;
	padding: 16px;
}

.s-grid .items .item .item-content-front .title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.s-grid .items .item:first-child .item-content-front .title {
	font-size: 24px;
}

.s-grid .items .item .item-content-front .text_under_title {
	font-size: 14px;
	line-height: 1.4;
}

.s-grid .items .item .item-content-front .item-content-front-inner {
	flex: 1;
}

.s-grid .items .item .item-content-front .icon {
	width: 22.5px;
    height: 22.5px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    border: 1.5px solid #AE8F5C;
    border-radius: 4px;
    flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s-grid .items .item .item-content-back {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 84.09%);
	transform: rotateY(180deg);
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.s-grid .items .item .item-content-back .title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.s-grid .items .item .item-content-back .text {
	font-size: 14px;
	line-height: 1.4;
}

@media (max-width:991px){
	.s-grid .items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:575px){
	.s-grid .items {
		grid-template-columns: repeat(1, 1fr);
	}

	.s-grid .items .item:first-child {
		grid-column: span 1;
	}

	.s-grid .items .item:first-child .item-content-front .title {
		font-size: 16px;
	}

	.s-grid .items .item .item-content-front .title {
		font-size: 16px;
	}

	.s-grid .items .item .item-content-back .title {
		font-size: 16px;
	}
}

/*************s-grid***************/

/*************s-steps***************/

.s-steps .wrapper {
	padding-right:47px;
	position:relative;
}

.s-steps .wrapper:before {
	content:'';
	position: absolute;
    width: 58%;
    height: calc(100% - 10px);
    right: 0;
    top: 10px;
    border: 6px solid #F5F5F5;
    border-radius: 0px 4px 0 0;
    border-left: none;
    border-bottom: none;
	z-index: -1;
}

.s-steps .section-head {
	margin-bottom: 40px;
}
	
.s-steps .section-head .section-title {
	margin-bottom:24px;
}

.s-steps .section-head .section-head__description {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.s-steps .section-head .section-head__description p {
	max-width:900px;
	margin:0;
	line-height: 1.4;
}

.s-steps .sides {
	display:flex;
	gap:50px;
}

.s-steps .sides .side_media {
	flex: 0 0 40%;
}

.s-steps .sides .side_media img {
	border-radius:4px;
}

.s-steps .sides .side_main .steps__title {
	margin: 0 0 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 32px;
	font-variant-numeric: lining-nums proportional-nums;
}

.s-steps .sides .side_main .items {
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 32px 40px;
}

.s-steps .sides .side_main .items .item {
	padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.s-steps .sides .side_main .items .item .item__head {
	display: flex;
    align-items: center;
	margin-bottom: 16px;
}

.s-steps .sides .side_main .items .item .item__head .icon {
	width: 40px;
    height: 40px;
    display: block;
    padding: 8px;
    background: linear-gradient(180deg, #EBE2D2 0%, #E4E4E4 100%);
	background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    flex-shrink: 0;
	margin-right: 16px;
}

.s-steps .sides .side_main .items .item .item__head .item__head_title {
	display: flex;
    flex-direction: column;
    gap: 2px;
}

.s-steps .sides .side_main .items .item .item__head .item__head_title .title_step {
	font-size: 12px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    line-height: 1.4;
	font-variant-numeric: lining-nums proportional-nums;
}

.s-steps .sides .side_main .items .item .item__head .item__head_title .text {
	font-weight: 600;
	line-height: 1.4;
}

.s-steps .sides .side_main .items .item .item__head .step_number {
	letter-spacing: -2.16px;
    font-size: 36px;
    color: rgba(0, 0, 0, 0.10);
    margin-left: auto;
	font-variant-numeric: lining-nums proportional-nums;
}

.s-steps .sides .side_main .items .item .item__text {
	font-size: 14px;
    line-height: 1.4;
}

@media (max-width:1100px){
	.s-steps .wrapper:before {
		display:none;
	}
}

@media (max-width:1024px){
	.s-steps .sides {
		gap: 25px;
	}
	
	.s-steps .sides .side_main .items {
		grid-gap: 32px 25px;
	}
}

@media (max-width:991px){
	.s-steps .sides .side_media {
		flex: 0 0 30%;
	}
}

@media (max-width:767px){
	.s-steps .wrapper {
		padding-right: 0;
	}
	
	.s-steps .section-head .section-head__description img {
		display:none;
	}
	
	.s-steps .sides {
		flex-direction: column;
	}
	
	.s-steps .sides .side_media {
		flex: none;
        height: 250px;
	}
	
	.s-steps .sides .side_media img {
		width: 100%;
        height: 100%;
        object-fit: cover;
		border-radius:4px;
	}
}

@media (max-width:480px){
	.s-steps .section-head .section-head__description p {
		font-size: 14px;
	}
	
	.s-steps .sides .side_main .items {
		grid-template-columns: 1fr;
		grid-gap: 22px 25px;
	}
	
	.s-steps .sides .side_main .steps__title {
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 24px;
	}
}

/*************s-steps***************/

/*************s-gallery***************/

.s-gallery .gallery {
	height:715px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 30px;
	margin:0;
}

.s-gallery .gallery .item {
	display:flex;
	flex-direction: column;
}

.s-gallery .gallery .item .thumb {
	flex: 1;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
	border-radius: 4px;
}

.s-gallery .gallery .item .section-title {
	margin-bottom:32px;
}

.s-gallery .gallery .item .text {
	margin-bottom: 30px;
}

.s-gallery .gallery .item .text p {
	margin-top: 0;
	margin-bottom: 24px;
	line-height: 1.4;
}

.s-gallery .gallery .item:nth-child(1) {
	grid-column: span 4;
    grid-row: span 2;
}

.s-gallery .gallery .item:nth-child(2) {
	grid-column: 5 / 9;
    grid-row: 1 / 2;
}

.s-gallery .gallery .item:nth-child(3) {
	grid-column: 5 / 9;
    grid-row: 2 / 3;
}

.s-gallery .gallery .item:nth-child(4) {
	grid-column: 9 / 13;
    grid-row: 1 / 3;
}

@media (max-width:767px){
	.s-gallery .gallery {
		grid-gap: 15px;
	}
	
	.s-gallery .gallery .item:nth-child(1) {
		grid-column: span 6;
	}
	
	.s-gallery .gallery .item:nth-child(2) {
		grid-column: 7 / 13;
	}
	
	.s-gallery .gallery .item:nth-child(3) {
		grid-column: 7 / 13;
	}
	
	.s-gallery .gallery .item:nth-child(4) .thumb {
		display:none;
	}
	
	.s-gallery .gallery .item:nth-child(4){
		grid-column: 1 / 13;
		grid-row: 3 / 3;
	}
}

@media (max-width:480px){
	.s-gallery .section-title {
		margin-bottom:24px;
	}
	
	.s-gallery .gallery {
		height: auto;
		grid-template-rows: 156px 156px auto;
	}
	
	.s-gallery .gallery .item .text p {
		font-size:14px;
	}
	
	.s-gallery .gallery .item .text {
		margin-bottom:0;
	}
}

/*************s-gallery***************/

/*************s-dies***************/

.s-dies .section-head {
	margin-bottom:40px;
	display: flex;
    align-items: center;
}

.s-dies .section-head:after {
	content:'';
	display: block;
    height: 6px;
    flex: 1;
    background: #F5F5F5;
    margin-left: 30px;
    margin-top: 4px;
}

.s-dies .items {
	display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 4px;
}

.s-dies .items .item {
	background: #F5F5F5;
    border-radius: 4px;
	padding: 32px 0;
	display: flex;
    flex-direction: column;
    align-items: center;
	transition:.3s ease;
}

.s-dies .items .item .icon {
	display: block;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 16px;
}

.s-dies .items .item .title {
	font-size: 14px;
    font-weight: 600;
	line-height: 1.4;
    margin-bottom: 4px;
	transition:.3s ease;
}

.s-dies .items .item .text {
	font-size: 14px;
    color: #828282;
	line-height: 1.4;
	font-variant-numeric: lining-nums proportional-nums;
}

@media (hover:hover){
	.s-dies .items .item:hover {
		box-shadow: inset 0 0 0 2px #AE8F5C;
	}
	
	.s-dies .items .item:hover .title {
		color: #AE8F5C;
	}
}

@media (max-width:1100px){
	.s-dies .items {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width:767px){
	.s-dies .items {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:480px){
	.s-dies .items {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.s-dies .items .item {
		padding: 24px 0;
	}
	
	.s-dies .section-head:after {
		display:none;
	}
}

/*************s-dies***************/

/*************s-products***************/

.s-products .section-head {
	margin-bottom:40px;
}

.s-products .section-title {
	margin-bottom: 24px;
}

.s-products .section-head__group {
	display: flex;
    align-items: flex-end;
    gap: 30px;
}

.s-products .section-head__group .text p {
	margin:0 0 15px;
}

.s-products .section-head__group .text p:last-child {
	margin:0;
}

.s-products .slider-products {
	overflow:hidden;
	margin: 0;
}

.s-products ul.products.product-loop-layout-5 li.product {
	padding:0;
	width: auto !important;
}

.s-products ul.product-loop-layout-5 .product .product-summary .product-summary__group .add_to_cart_button {
	display:flex;
}

@media (max-width:480px){
	.s-products .section-head__group .text p {
		font-size:14px;
	}
}

/*************s-products***************/

/*************s-content***************/

.s-content {
	background: linear-gradient(180deg, #F6F6F6 0%, #FFF 100%);
}

.s-content * {
	font-variant-numeric: lining-nums proportional-nums;
}

.s-content h2 {
	margin-top: 0;
	margin-bottom: 24px;
    line-height: 1.1;
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.s-content h3 {
	margin-top: 0;
	margin-bottom: 15px;
    line-height: 1.1;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.s-content p {
	line-height: 1.4;
	line-height: 1.4;
    margin-top: 0;
    margin-bottom: 15px;
}

.s-content ul {}

.s-content ul li:not(:last-child) {
	margin-bottom: 15px;
}

.s-content ul li::marker {
	color:#AE8F5C;
}

.s-content img {
	border-radius:4px;
}

.s-content .alignright {
	margin-left: 30px;
}

.s-content .alignleft {
	margin-right: 30px;
}

.s-content .section-content > *:last-child {
	margin-bottom:0;
}

@media (max-width:991px){
	.s-content img {
		max-width: 350px;
	}
}

@media (max-width:767px){
	.s-content h2 {
		line-height: 1.3;
		font-size: 26px;
	}

	.s-content h3 {
		line-height: 1.3;
		font-size: 20px;
	}
	
	.s-content img {
		display:none;
	}
}

@media (max-width:480px){
	.s-content * {
		font-size:14px;
	}
	
	.s-content h2 {
		font-size: 20px;
	}

	.s-content h3 {
		font-size: 18px;
	}
}

/*************s-content***************/

/*************s-reviews***************/

.s-reviews .section-head {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 34px;
}

.s-reviews .slider-reviews {
	overflow: hidden;
}

.s-reviews .item {
	padding: 32px;
    background: #F5F5F5;
    border-radius: 4px;
	display: flex;
    flex-direction: column;
    gap: 8px;
	height: auto;
}

.s-reviews .item .item__top {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.s-reviews .item .quote {
	width: 24px;
    height: 24px;
    display: block;
    background-image: url(../imgs/quote.svg);
}

.s-reviews .item .rating {
	display: flex;
}

.s-reviews .item .rating span {
	width: 16px;
    height: 16px;
    display: block;
	background-image:url(../imgs/star.svg);
}

.s-reviews .item .title {
	font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.s-reviews .item .text {
	font-size: 14px;
    line-height: 1.4;
}

/*************s-reviews***************/

/*************s-head-slider-arrows***************/

.section-head__slider_arrows {
	display: flex;
    gap: 8px;
}

.section-head__slider_arrows .z-swiper-button {
	width: 48px;
    height: 48px;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
	background-image: url(../imgs/chevron-gray.svg);
    background-repeat: no-repeat;
    background-position: center;
	cursor:pointer;
}

.section-head__slider_arrows .z-swiper-button-prev {}

.section-head__slider_arrows .z-swiper-button-next {
	transform: rotate(180deg);
}

@media (max-width:767px){
	.section-head__slider_arrows {
		display:none;
	}
}

@media (max-width:480px){
	.s-reviews .item {
		padding: 24px;
	}
}



/*************s-head-slider-arrows***************/

@media (max-width:767px){
	.section-title {
		font-size:26px;
	}

	.s-section {
		padding-top: 48px!important;
		padding-bottom: 48px!important;
	}
}

@media (max-width:480px){
	.section-title {
		font-size:20px;
		line-height: 1.3;
	}
}