@font-face {
	font-family: "Circe";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/Circe-Regular.ttf") format("ttf"),
		url("../fonts/Circe-Regular.woff") format("woff"),
		url("../fonts/Circe-Regular.eot") format("eot");
}

@font-face {
	font-family: "Circe";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/Circe-Light.ttf") format("ttf"),
		url("../fonts/Circe-Light.woff") format("woff"),
		url("../fonts/Circe-Light.eot") format("eot");
}

@font-face {
	font-family: "Circe";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/Circe-Bold.ttf") format("ttf"),
		url("../fonts/Circe-Bold.woff") format("woff"),
		url("../fonts/Circe-Bold.eot") format("eot");
}

body {
	font-family: "Circe";
	min-width: 360px;
	font-size: 16px;
	line-height: 18px;
	background-color: #0c0c0c;
	color: #A2A8A1;
}

header,
footer,
body {
	background-color: #000;
	font-variant-numeric: oldstyle-nums;
}

body.block-scroll {
	height: 100vh;
	overflow: hidden;
}

b {
	color: #222222;
}

a {
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: none;
}

h2,
h3 {
	color: #D2D8D1;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 24px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 32px;
}

p {
	font-size: 20px;
	line-height: 29px;
	font-weight: 350;
}

p:not(:last-child) {
	margin-bottom: 24px;
}

picture,
picture>img {
	display: block;
}

.m-mb-40 {
	margin-bottom: 40px;
}

.container {
	padding: 0 8px;
}

.content-block {
	margin-bottom: 56px;
}

.text-block {
	padding: 0 8px;
}

.main-nav {
	display: none;
}

.sidebar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	padding: 16px
}

.main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 100%;
	bottom: 0;
	height: 100vh;
	width: 100%;
	z-index: 10;
	background-color: #000;
	transition: left ease 0.3s;
	-webkit-transition: left ease 0.3s;
	-moz-transition: left ease 0.3s;
	-ms-transition: left ease 0.3s;
	-o-transition: left ease 0.3s;
	text-transform: uppercase;
	text-align: center;
}

.main-nav.active {
	left: 0;
}

.main-nav a {
	transition: color ease 0.3s;
	-webkit-transition: color ease 0.3s;
	-moz-transition: color ease 0.3s;
	-ms-transition: color ease 0.3s;
	-o-transition: color ease 0.3s;
}

.main-nav a.active {
	color: #fff;
}

.main-nav ul li:not(:last-child) {
	margin-bottom: 48px;
}

.victoria_logo {
	min-width: 36px;
	min-height: 48px;
	max-width: 36px;
	max-height: 48px;
	margin-bottom: 16px;
}

.logo-text {
	display: flex;
	gap: 0 17px;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	color: #A2A8A1;
	margin-bottom: 16px;
}

.sidebar .title {
	font-weight: 350;
	font-size: 12px;
	line-height: 18px;
	color: #A2A8A1;
	margin-bottom: 24px;
}

.lag-select {
	display: flex;
	gap: 0 16px;
}

.lag-select a {
	display: block;
	padding: 7px 8px 5px 8px;
	font-size: 12px;
	line-height: 13px;
	font-weight: 700;
	color: #A2A8A1;
	text-transform: uppercase;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.lag-select a.active {
	color: #0D0D0D;
	background-color: #EDD03C;
}

.burger-menu {
	margin: 0;
	padding: 0 12px;
	position: fixed;
	top: 24px;
	right: 24px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	cursor: pointer;
	border: none;
	background-color: #000;
	z-index: 100;
}

.gw_logo {
	display: none;
}

.burger-menu::before,
.burger-menu::after {
	content: "";
	display: block;
	width: 18px;
	height: 2px;
	background-color: #fff;
	transition: 0.4s;
	margin: 6px 0;
}

.burger-menu.active {
	position: fixed;
}

.burger-menu.active::before {
	-webkit-transform: rotate(-45deg) translate(-3px, 3px);
	transform: rotate(-45deg) translate(-3px, 3px);
	-moz-transform: rotate(-45deg) translate(-3px, 3px);
	-ms-transform: rotate(-45deg) translate(-3px, 3px);
	-o-transform: rotate(-45deg) translate(-3px, 3px);
}

.burger-menu.active::after {
	-webkit-transform: rotate(45deg) translate(-2px, -3px);
	transform: rotate(45deg) translate(-2px, -3px);
	-moz-transform: rotate(45deg) translate(-2px, -3px);
	-ms-transform: rotate(45deg) translate(-2px, -3px);
	-o-transform: rotate(45deg) translate(-2px, -3px);
}

.section-1 .img {
	position: relative;
	margin-bottom: 56px;

}

.section-1 .img img {
	width: 100%;
	object-fit: contain;
}

.section-1 .img__description {
	position: absolute;
	left: 16px;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 350;
	font-variant-numeric: normal;
}

.section-2 .content {
	margin-bottom: 40px;
}

.comment {
	margin-bottom: 56px;
}

.comment__text {
	padding: 24px;
	background-color: #EDD03C;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.comment__text p {
	color: #000;
	font-size: 24px;
	line-height: 35px;
	font-weight: 350;
}

.comment__author,
.product {
	padding: 24px;
	background: center/7% url(../img/texture.png);
	border-radius: 8px;
}

.comment__author img {
	width: 80px;
	height: 80px;
	margin-bottom: 24px;
}

.comment__author .name {
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color: #D2D8D1;
	margin-bottom: 0;

}

.comment__author .desc {
	font-size: 16px;
	line-height: 24px;
	font-weight: 350;
	color: #A2A8A1;
}

.product__img {
	padding: 0 50.5px;
	margin-bottom: 24px;
}

.product__img img {
	width: 100%;
}

.product__title {
	color: #D2D8D1;
	font-weight: 400;
}

.product__desc {
	color: #A2A8A1;
	font-weight: 350;
}

.product__title,
.product__desc {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.product__link {
	display: block;
	margin: 24px auto 0;
	padding: 13px 23px;
	max-width: 152px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	text-align: center;
	border: solid 1px #A2A8A1;
	text-transform: uppercase;
	border-radius: 360px;
	-webkit-border-radius: 360px;
	-moz-border-radius: 360px;
	-ms-border-radius: 360px;
	-o-border-radius: 360px;

}

.product-list li:not(:last-child) {
	margin-bottom: 2px;
}

.section-4 .contacts-list {
	margin-bottom: 80px;
}

/*

.section-4 h3:first-child {
	margin-bottom: 48px;
}*/

.contacts-list,
.contacts-list a,
.contacts-list span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 350;
	color: #A2A8A1;
	font-variant-numeric: normal;
}

.contacts-list>li:not(:last-child) {
	margin-bottom: 40px;
}

.contacts-list .title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #D2D8D1;
	margin-bottom: 0;
}

.sample-list li {
	padding: 16px 0;
	position: relative;
}

.sample-list li:last-child {
	padding-bottom: 0;
}

.partners-list li:not(:last-child)::before,
.sample-list li:not(:last-child)::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, .4)), color-stop(0%, rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, .4) 20%, rgba(0, 0, 0, 0) 0%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, .4) 20%, rgba(0, 0, 0, 0) 0%);
	background-position: bottom;
	background-size: 5px 1px;
	background-repeat: repeat-x;
}

.partners-list {
	margin-top: 40px;
	padding: 0 24px;
	background: center/7% url(../img/texture.png);
}

.sample-list li>p {
	display: flex;
}

.partners-list li {
	padding: 24px 0;
	position: relative;
}

.partner {
	display: flex;
	align-items: flex-end;

}

.partner__desc {
	padding-left: 24px;
	padding-bottom: 12px;
}

.partner .name {
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color: #D2D8D1;
}

.partner .domaine {
	font-size: 16px;
	line-height: 24px;
	font-weight: 350;
	color: #A2A8A1;
}

.informer {
	display: inline-block;
	padding: 8px 18px;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	color: #000;
	background-color: #EDD03C;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	font-variant-numeric: normal;
}

.section-5 .content-block:first-child .informer {
	margin-bottom: 32px;
}

.hron-info {
	margin-top: 32px;
}

.hron-info li {
	max-width: 320px;
	padding: 24px 24px 21px;
	background: center/8% url(../img/texture.png);
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
}

.hron-info li:not(:last-child) {
	margin-bottom: 8px;
}

.hron-info__name {
	font-size: 20px;
	line-height: 28px;
	font-weight: 350;
	color: #A2A8A1;
}

.hron-info__value {
	font-size: 32px;
	line-height: 48px;
	font-weight: 700;
	color: #D2D8D1;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}


.gallery img {
	display: block;
	width: 100%;
	object-fit: contain;
}

.gallery.n1 {
	margin-top: 32px;
}

.gallery.n1>picture:nth-child(1) {
	width: 100%;
}

.gallery.n1 .col {
	width: 100%;
	display: flex;
	gap: 2px;
}

.gallery.n1 .col>picture {
	width: calc(50% - 1px);
}

.text-block+.text-image {
	margin-top: 32px;
}

.coupe-img {
	margin-top: 32px;
}

.coupe-img picture,
.coupe-img img {
	width: 100%;
}

.coupe-img picture:last-child {
	display: none;
}

.text-image img {
	width: 100%;
}

.gallery.n2 {
	margin-top: 32px;
}

.gallery.n2 video {
	width: 100%;
	height: auto;
}


.video-cont .poster {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
	object-fit: cover;
	height: 100%;
}

.gallery.n2 .video-cont {
	width: 100%;
}

.gallery.n2>picture:last-child {
	display: none;
}

.video-cont {
	position: relative;
}

.pause-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 112px;
	height: 112px;
	pointer-events: none;
}

.gallery.n2 .col {
	display: flex;
	width: 100%;
	margin-top: -5px;
	gap: 2px;
}

.gallery.n2 .col picture {
	width: 50%;
}

.attention {
	padding: 24px;
	background: center/7% url(../img/texture.png);
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	max-width: 400px;

}

.attention div {
	font-size: 20px;
	line-height: 28px;
	font-weight: 350;
	color: #A2A8A1;

}

.attention__icon {
	margin-bottom: 24px;
}

.footer {
	padding: 40px;
}

.footer .logo-text {
	margin: 0 auto;
	max-width: 256px;
	line-height: 24px;
	gap: 0;
	justify-content: space-between;
	margin-bottom: 24px;
}

.footer__desc {
	margin: 0 auto;
	font-size: 11px;
	line-height: 16px;
	font-weight: 350;
	max-width: 310px;
	text-transform: uppercase;
	text-align: center;
}

.gallery.n2>picture:first-child {
	width: 100%;
}

@media (hover: hover) {
	.product:hover {
		background-color: #4F4333;
	}
}

@media(min-width: 560px) {
	h2 {
		font-size: 56px;
		line-height: 56px;
		margin-bottom: 32px;
	}

	h3 {
		margin-bottom: 32px;
	}

	p {
		font-size: 24px;
		line-height: 35px;
	}

	p:not(:last-child) {
		margin-bottom: 32px;
	}

	.section-2 h2 {
		margin-bottom: 24px;
	}

	.comment {
		display: flex;
	}

	.comment__author {
		display: flex;
		align-items: flex-end;
		min-width: 256px;
	}

	.content-block {
		margin-bottom: 80px;
	}

	.section-1 .img {
		margin-bottom: 80px;
	}

	.sidebar {
		padding: 24px;
	}

	.container {
		padding: 0 16px;
	}

	.text-block {
		padding: 0 24px;
	}

	.product-list {
		display: flex;
		gap: 2px;
	}

	.product {
		padding: 24px 12.333px;
	}

	.product__img {
		padding: 0;
		margin-bottom: 24px;
	}

	.product__title {
		padding: 0 3.7px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 48px;
	}

	.contacts-list,
	.partners-list {
		display: flex;
		flex-wrap: wrap;
		gap: 40px 24px;
	}

	.partners-list {
		padding: 24px 24px 0;
	}

	.partners-list>li {
		padding: 0 0 24px 0;
	}

	.contacts-list>li,
	.partners-list>li {
		width: calc(50% - 12px);
	}

	.contacts-list>li:not(:last-child) {
		margin-bottom: 0;
	}

	.partners-list>li {
		order: 1;
	}

	.partners-list>li:nth-child(2) {
		order: 3;
	}

	.partners-list>li:nth-child(3) {
		order: 2;
	}

	.partners-list li:nth-child(2)::before {
		display: none;
	}

	.partners-list>li:nth-child(4) {
		order: 5;
	}

	.hron-info {
		display: flex;
		gap: 8px;
	}

	.hron-info li {
		width: 100%;
	}

	.hron-info li:not(:last-child) {
		margin-bottom: 0;
	}

	.informer {
		margin-bottom: 32px;
	}

	.gallery.n1 {
		display: flex;
	}

	.gallery.n1>picture:nth-child(1) {
		width: calc(50% - 1px);
	}

	.gallery.n1 .col {
		width: calc(50% - 1px);
		display: block;
	}

	.gallery.n1 .col picture:first-child {
		margin-bottom: 2px;
	}

	.gallery.n1 .col>picture {
		width: 100%;
	}

	.gallery.n2>picture:last-child {
		display: block;
	}

	.gallery.n2 .video-cont {
		width: calc(33% - 1.2px);
	}

	.gallery.n2 .col {
		width: calc(33.5% - 1.2px);
	}

	.gallery.n2>picture:last-child {
		width: calc(33.333% - 1.2px);
	}

	.gallery.n2>picture:first-child {
		width: calc(33.333% - 1.2px);
	}

	.gallery.n2 .col {
		margin-top: 0px;
		gap: 2px;
	}

	.gallery.n2 .col {
		display: block;
	}

	.gallery.n2 .col picture {
		width: 100%;
	}

	.gallery.n2 .col picture:first-child {
		margin-bottom: 2px;
	}

	.gallery.n2 .video-cont {
		overflow: hidden;
	}

	.gallery.n2 video {
		position: absolute;
		top: 0;
		left: 50%;
		bottom: 0;
		width: 49vw;
		height: 100%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
	}

	.coupe-img {
		display: flex;

	}

	.coupe-img picture {
		width: 50%;
	}

	.coupe-img picture:last-child {
		display: block;
		margin-left: 2px;
	}

	.footer {
		padding: 80px 85px;
	}

	.footer .logo-text {
		max-width: 480px;
		margin-bottom: 40px;
	}

	.footer__desc {
		font-size: 14px;
		line-height: 24px;
		max-width: 480px;
	}
}

@media(min-width: 960px) {
	.sidebar {
		position: fixed;
		right: auto;
		padding: 32px;
		width: 320px;
		height: 100vh;
	}

	.sidebar__inner {
		height: 100%;
	}

	.burger-menu {
		display: none;
	}

	main {
		padding-left: 320px;
	}

	.sidebar__inner {
		position: relative;
	}

	.gw_logo {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.main-nav {
		margin-top: 40px;
		display: flex;
		align-items: start;
		justify-content: start;
		position: static;
		height: auto;
		width: 100%;
		background-color: #000;
		transition: left ease 0.3s;
		-webkit-transition: left ease 0.3s;
		-moz-transition: left ease 0.3s;
		-ms-transition: left ease 0.3s;
		-o-transition: left ease 0.3s;
		text-transform: none;
		text-align: start;
		font-size: 16px;
		line-height: 24px;
		font-weight: 350;
	}

	.main-nav ul li:not(:last-child) {
		margin-bottom: 12px;
	}

	.comment__text {
		padding: 32px;
	}

	.container {
		padding: 0 16px 0 0;
	}

	.text-block {
		padding: 0 32px;
	}

	.section-2 .content {
		margin-bottom: 64px;
	}

	.section-2 h2 {
		margin-bottom: 40px;
	}

	.comment__author {
		padding: 32px;

	}

	h2,
	h3,
	p:not(:last-child) {
		margin-bottom: 40px;
	}

	.section-5 p:not(:last-child) {
		margin-bottom: 32px;
	}

	.product {
		padding: 24px 0;
		transition: background-color ease 0.3s;
		-webkit-transition: background-color ease 0.3s;
		-moz-transition: background-color ease 0.3s;
		-ms-transition: background-color ease 0.3s;
		-o-transition: background-color ease 0.3s;
	}

	.product__img {
		padding: 0;
		margin-bottom: 24px;
	}

	.product__title {
		padding: 0 16px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 48px;
	}


	.partners-list {
		margin-top: 40px;
		padding: 40px 40px 16px;
		gap: 40px;
		background: center/3% url(../img/texture.png);
	}

	.partners-list>li {
		width: calc(50% - 20px);
	}


	.footer {
		padding: 120px 110px 120px 430px;
	}

	.footer .logo-text {
		max-width: 560px;
		margin-bottom: 48px;
		font-size: 24px;
	}

	.footer__desc {
		font-size: 16px;
		max-width: 480px;
	}

}

@media(min-width: 1200px) {
	.sidebar {
		width: 400px;
	}

	main {
		padding-left: 400px;
	}

	p {
		max-width: 920px;
	}

	.text-block,
	.container {
		padding: 0 40px;
	}

	.section-2,
	.section-4,
	.section-5 {
		margin-bottom: 120px;
	}

	.comment__text {
		flex-grow: 1;
		padding: 40px 88px 40px 40px;

	}

	.section-2 .content {
		margin-bottom: 80px;
	}

	.comment__text p {
		max-width: 800px;
	}

	.comment__author {
		min-width: 320px;
		padding: 56px 22px 40px 40px;
	}

	.product {
		padding: 56px 27.3px;
	}

	.coupe-img,
	.gallery.n1,
	.text-image {
		max-width: 960px;
	}

	.partners-list {
		background: center/2.5% url(../img/texture.png);
	}

	.gallery.n2 video {
		height: 115%;
	}

	.footer {
		padding: 120px 214px 120px 614px;
	}

	.footer .logo-text {
		max-width: 900px;
	}
}

@media(min-width: 1700px) {
	.contacts-list {
		flex-wrap: nowrap;
		gap: 40px;
	}

	.contacts-list>li {
		width: 100%;
	}
}

.gallery-autosize{
	flex-wrap: nowrap;
}

@media(max-width: 559px) {
	.gallery-autosize{
		flex-wrap: wrap;
	}
}