.transition-default {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.s-gallery__arrow {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 2px solid currentColor;
}
.btn-arrow:after,
.btn-arrow:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.btn-arrow:before {
	height: 2px;
	right: -2px;
	width: calc(100% + 2px);
	background: #2a2c2d;
}
.btn-arrow:after {
	right: 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 12px;
	height: 12px;
	border-top: 2px solid #2a2c2d;
	border-left: 2px solid #2a2c2d;
}
.hero-gallery {
	padding: 172px 0;
}
.gallerySwiper .swiper-slide {
	width: 620px;
}
.gallerySwiper .swiper__img--main {
	width: 482px;
	z-index: 1;
	height: 528px;
	max-height: 90vh;
	border: 10px solid #fdba12;
	border-radius: 18px;
}
.gallerySwiper .swiper__heading {
	margin-top: -50px;
	z-index: 1;
}
.gallerySwiper .swiper-slide:before {
	position: absolute;
	content: '';
	left: 50%;
	top: calc(50% - 15px);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16.002' height='16.002' viewBox='0 0 16.002 16.002'%3e%3cg transform='translate(-700.499 -495)'%3e%3cline x2='16.002' transform='translate(700.499 502.653)' fill='none' stroke='%23807d80' stroke-width='1.5'/%3e%3cline x2='16.002' transform='translate(708.152 495) rotate(90)' fill='none' stroke='%23807d80' stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e") center center #fff;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
}
.gallerySwiper .swiper-slide-active:before {
	visibility: visible;
	opacity: 1;
}
.gallerySwiper .swiper-slide-active:hover:before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}
.swiper__img-back {
	position: absolute;
	top: 50px;
	width: 313px;
	height: 60%;
	opacity: 0;
	visibility: hidden;
}
.gallerySwiper .swiper-slide:before,
.swiper-slide-active .swiper__img-back--1,
.swiper-slide-active .swiper__img-back--2 {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.swiper__img-back--1,
.swiper__img-back--2 {
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.swiper__img-back--1 {
	right: 100px;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.swiper__img-back--2 {
	left: 100px;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.swiper-slide-active .swiper__img-back--1,
.swiper-slide-active .swiper__img-back--2 {
	opacity: .5;
	visibility: visible;
}
.swiper-slide-active .swiper__img-back--1 {
	-webkit-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
	right: 48px;
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}
.swiper-slide-active .swiper__img-back--2 {
	-webkit-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
	left: 55px;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}
.swiper__heading {
	opacity: 0;
	visibility: hidden;
}
.swiper-slide-active .swiper__heading {
	opacity: 1;
	visibility: visible;
}
.gallerySwiper .swiper-slide:not(.swiper-slide-active) .swiper__img--main {
	opacity: .6;
}
.swiper-nav {
	position: absolute;
	top: 235px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1040px;
	height: 62px;
	z-index: 1;
}
.gallerySwiper .swiper-button-next,
.gallerySwiper .swiper-button-prev {
	position: absolute;
	width: 62px;
	height: 62px;
	border: 2px solid #2a2c2d;
	border-radius: 50%;
	z-index: 3;
	top: 230px;
	left: 150px;
	margin: 0;
}
.gallerySwiper .swiper-button-next:after,
.gallerySwiper .swiper-button-prev:after {
	content: none;
}
.gallerySwiper .swiper-button-next {
	right: 150px;
	left: auto;
}
.gallerySwiper .swiper-button-next:hover,
.gallerySwiper .swiper-button-prev:hover {
	background: #2a2c2d;
}
.gallerySwiper {
	overflow: visible;
}
.btn-arrow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 30px;
	height: 15px;
}
.gallerySwiper .swiper-button-prev .btn-arrow:after {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	right: auto;
	left: 0;
}
.gallerySwiper .swiper-button-next:hover .btn-arrow:before,
.gallerySwiper .swiper-button-prev:hover .btn-arrow:before {
	background: #ffffff;
}
.gallerySwiper .swiper-button-next:hover .btn-arrow:after,
.gallerySwiper .swiper-button-prev:hover .btn-arrow:after {
	border-color: #ffffff;
}
.s-gallery__arrow:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	left: 50%;
	top: 50%;
	border-left: 1px solid;
	border-bottom: 1px solid;
	transform: translate(-50%, -50%) rotate(45deg);
}
.s-gallery__arrow {
	border: 1px solid;
	top: 15px !important;
	right: auto !important;
	bottom: auto !important;
	left: -8px !important;
	-webkit-transform: unset !important;
	-ms-transform: unset !important;
	transform: unset !important;
	color: #212529;
	transition: background .3s ease-in-out;
}
.s-gallery__arrow:hover {
	background: #212529;
	color: #212529;
}
.s-gallery__arrow:hover:before {
	border-color: #ffffff;
}
.s-gallery__arrow:after {
	content: attr(data-title);
	text-decoration: none;
	left: 100%;
	padding-left: 21px;
	font-size: calc(16px * .87);
	letter-spacing: calc(0 + 1px);
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.s-gallery__circle-btn {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
	bottom: 9px;
	right: 9px;
	background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath opacity='0.6' d='M8.45023 8.4506V9.2006C8.86445 9.2006 9.20023 8.86481 9.20023 8.4506H8.45023ZM8.45023 9.9506H9.20023C9.20023 9.53638 8.86445 9.2006 8.45023 9.2006V9.9506ZM9.95023 9.9506V9.2006C9.53602 9.2006 9.20023 9.53638 9.20023 9.9506H9.95023ZM9.95023 8.4506H9.20023C9.20023 8.86481 9.53602 9.2006 9.95023 9.2006V8.4506ZM9.20023 6.32043H10.7002C10.7002 5.49201 10.0287 4.82043 9.20023 4.82043V6.32043ZM9.20023 6.32043V4.82043C8.3718 4.82043 7.70023 5.49201 7.70023 6.32043H9.20023ZM9.20023 8.4506V6.32043H7.70023V8.4506H9.20023ZM6.32007 9.2006H8.45023V7.7006H6.32007V9.2006ZM6.32007 9.2006V7.7006C5.49164 7.7006 4.82007 8.37217 4.82007 9.2006H6.32007ZM6.32007 9.2006H4.82007C4.82007 10.029 5.49164 10.7006 6.32007 10.7006V9.2006ZM8.45023 9.2006H6.32007V10.7006H8.45023V9.2006ZM9.20023 12.0805V9.9506H7.70023V12.0805H9.20023ZM9.20023 12.0805H7.70023C7.70023 12.9089 8.3718 13.5805 9.20023 13.5805V12.0805ZM9.20023 12.0805V13.5805C10.0287 13.5805 10.7002 12.9089 10.7002 12.0805H9.20023ZM9.20023 9.9506V12.0805H10.7002V9.9506H9.20023ZM12.0801 9.2006H9.95023V10.7006H12.0801V9.2006ZM12.0801 9.2006V10.7006C12.9086 10.7006 13.5801 10.029 13.5801 9.2006H12.0801ZM12.0801 9.2006H13.5801C13.5801 8.37217 12.9086 7.7006 12.0801 7.7006V9.2006ZM9.95023 9.2006H12.0801V7.7006H9.95023V9.2006ZM9.20023 6.32043V8.4506H10.7002V6.32043H9.20023Z' fill='white'%3e%3c/path%3e%3cpath opacity='0.6' d='M14.2664 15.3272L14.7967 14.7969C14.5231 14.5232 14.0862 14.5027 13.7882 14.7495L14.2664 15.3272ZM15.3271 14.2665L14.7493 13.7883C14.5026 14.0864 14.5231 14.5232 14.7967 14.7969L15.3271 14.2665ZM9.20009 2.00012C5.22359 2.00012 2 5.22371 2 9.20022H3.5C3.5 6.05214 6.05202 3.50012 9.20009 3.50012V2.00012ZM16.4002 9.20022C16.4002 5.22371 13.1766 2.00012 9.20009 2.00012V3.50012C12.3482 3.50012 14.9002 6.05214 14.9002 9.20022H16.4002ZM9.20009 16.4003C13.1766 16.4003 16.4002 13.1767 16.4002 9.20022H14.9002C14.9002 12.3483 12.3482 14.9003 9.20009 14.9003V16.4003ZM2 9.20022C2 13.1767 5.22359 16.4003 9.20009 16.4003V14.9003C6.05202 14.9003 3.5 12.3483 3.5 9.20022H2ZM2 9.20022C2 5.22371 5.22359 2.00012 9.20009 2.00012V0.500122C4.39516 0.500122 0.5 4.39529 0.5 9.20022H2ZM9.20009 16.4003C5.22359 16.4003 2 13.1767 2 9.20022H0.5C0.5 14.0051 4.39516 17.9003 9.20009 17.9003V16.4003ZM13.7882 14.7495C12.5421 15.781 10.9444 16.4003 9.20009 16.4003V17.9003C11.3063 17.9003 13.2395 17.1509 14.7447 15.9049L13.7882 14.7495ZM19.9999 20L14.7967 14.7969L13.7361 15.8575L18.9392 21.0606L19.9999 20ZM19.9999 20H19.9999L18.9392 21.0606C19.525 21.6464 20.4747 21.6464 21.0605 21.0606L19.9999 20ZM19.9999 20V20L21.0605 21.0606C21.6463 20.4748 21.6463 19.5251 21.0605 18.9393L19.9999 20ZM14.7967 14.7969L19.9999 20L21.0605 18.9393L15.8574 13.7362L14.7967 14.7969ZM16.4002 9.20022C16.4002 10.9445 15.7809 12.5422 14.7493 13.7883L15.9048 14.7448C17.1508 13.2397 17.9002 11.3065 17.9002 9.20022H16.4002ZM9.20009 2.00012C13.1766 2.00012 16.4002 5.22371 16.4002 9.20022H17.9002C17.9002 4.39529 14.005 0.500122 9.20009 0.500122V2.00012Z' fill='white'%3e%3c/path%3e%3c/svg%3e"), rgba(22, 22, 22, 0.65);
	background-position: center;
	background-repeat: no-repeat;
}
.border-radius-1 {
	border-radius: 6px;
}
.s-gallery__grid-item {
	margin-bottom: 30px;
}
.s-gallery {
	padding-top: 231px;
	padding-bottom: 100px;
}
.s-gallery__circle-btn img {
	width: 18px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 18px;
	flex: 0 0 18px;
}
@media (min-width: 1440px) {
	.s-gallery__container {
		max-width: 1368px;
	}
	.s-gallery__title {
		font-size: calc(16px * 4.5);
		margin-bottom: 40px;
	}
	.s-gallery__row {
		margin-left: -25px;
		margin-right: -25px;
	}
	.s-gallery__grid-item {
		padding: 0 25px;
		margin-bottom: 50px;
	}
}
@media (min-width: 1200px) and (max-height: 750px) {
	.modal__main-slide {
		height: 500px;
	}
	.gallerySwiper .swiper__img--main {
		height: 460px;
	}
	.swiper__img-back {
		width: 250px;
	}
}
@media (max-width: 1439px) {
	.s-gallery__arrow {
		top: 10px !important;
		left: 0 !important;
	}
}
@media (max-width: 1369px) {
	.gallerySwiper .swiper-button-next {
		right: 180px;
	}
	.gallerySwiper .swiper-button-prev {
		left: 180px;
	}
}
@media (max-width: 1199px) {
	.s-gallery {
		padding-top: 210px;
	}
	.gallerySwiper .swiper-button-next {
		right: 95px;
	}
	.gallerySwiper .swiper-button-prev {
		left: 95px;
	}
}
@media (max-width: 991px) {
	.s-gallery__row {
		margin-left: -8px;
		margin-right: -8px;
	}
	.s-gallery__grid-item {
		padding: 0 8px;
		margin-bottom: 15px;
	}
	.s-gallery__arrow {
		position: relative !important;
		margin-bottom: 20px;
		display: block;
	}
	.s-gallery__title {
		margin-bottom: 35px;
	}
	.s-gallery {
		padding-top: 140px;
		padding-bottom: 50px;
	}
	.gallerySwiper .swiper__img--main {
		width: 420px;
	}
	.gallerySwiper .swiper-slide {
		width: 550px;
	}
	.swiper__img-back {
		width: 275px;
	}
	.gallerySwiper .swiper-button-next,
	.gallerySwiper .swiper-button-prev {
		top: 193px;
	}
	.gallerySwiper .swiper-button-next {
		right: 15px;
	}
	.gallerySwiper .swiper-button-prev {
		left: 15px;
	}
	.gallerySwiper .swiper__heading {
		margin-top: -40px;
	}
	.hero-gallery {
		padding: 90px 0;
	}
}
@media (max-width: 767px) {
	.gallerySwiper .swiper-button-next,
	.gallerySwiper .swiper-button-prev {
		top: auto;
		bottom: 0;
	}
	.gallerySwiper {
		padding-bottom: 100px;
	}
	.gallerySwiper .swiper-button-prev,
	.gallerySwiper .swiper-button-next {
		left: 50%;
		right: auto;
		-webkit-transform: translate(calc(-100% - 15px), 0);
		-ms-transform: translate(calc(-100% - 15px), 0);
		transform: translate(calc(-100% - 15px), 0);
	}
	.gallerySwiper .swiper-button-next {
		-webkit-transform: translate(15px, 0);
		-ms-transform: translate(15px, 0);
		transform: translate(15px, 0);
	}
}
@media (max-width: 575px) {
	.gallerySwiper .swiper__img--main {
		height: 400px;
	}
	.gallerySwiper .swiper__heading {
		margin-top: -30px;
	}
	.gallerySwiper .swiper-slide {
		width: calc(100% - 30px);
	}
	.swiper__img-back {
		display: none;
	}
	.gallerySwiper .swiper-button-prev, .gallerySwiper .swiper-button-next {
		display: none;
	}
	.gallerySwiper {
		padding-bottom: 0;
	}
	.gallerySwiper .swiper-slide:not(.swiper-slide-active) .swiper__img--main {
		opacity: 1;
	}
	.swiper-backface-hidden .swiper-slide {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
	}
	.swiper-3d {
		-webkit-perspective: 1200px;
		perspective: 1200px
	}
	.gallerySwiper .swiper-slide:before,
	.gallerySwiper .swiper__heading {
		opacity: 1;
		visibility: visible;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.swiper-3d .swiper-slide,
	.swiper-3d .swiper-slide-shadow,
	.swiper-3d .swiper-slide-shadow-bottom,
	.swiper-3d .swiper-slide-shadow-left,
	.swiper-3d .swiper-slide-shadow-right,
	.swiper-3d .swiper-slide-shadow-top,
	.swiper-3d .swiper-wrapper {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
}
@media (max-width: 340px) {
	.gallerySwiper .swiper__heading {
		font-size: calc(16px * 2.125 * .9);
	}
}