/* Common */
@font-face {
	font-family: 'TTNorms';
	src: url("fonts/TTNorms-Regular.woff2") format("woff2"), url("fonts/TTNorms-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TTNorms';
	src: url("fonts/TTNorms-Medium.woff2") format("woff2"), url("fonts/TTNorms-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: 'TTNorms';
	src: url("fonts/TTNorms-ExtraBold.woff2") format("woff2"), url("fonts/TTNorms-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'BebasNeue';
	src: url("fonts/BebasNeue-Regular.woff2") format("woff2"), url("fonts/BebasNeue-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

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

/* Media */
/* Content */
html {
	overflow-x: hidden;
	overflow-y: scroll;
	height: auto;
}

body {
	min-width: calc(360 * 1px);
	/* px-to-viewport-ignore */
	font-family: "TTNorms", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 5.27778vw;
	line-height: 1;
	font-weight: 400;
	color: #000;
	background: #EBEBEB;
	overflow-x: hidden;
}

.compensate-for-scrollbar {
	margin-right: 0 !important;
}

:root {
	--bs-gutter-x: 2.77778vw;
}

.wrapper {
	max-width: 533.33333vw;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 5.83333vw rgba(157, 163, 183, 0.75);
	margin: 0 auto;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	box-sizing: border-box;
}

.container {
	max-width: none;
	background: #fff;
}

.fancybox-active {
	overflow: hidden !important;
}

textarea,
select,
button,
input,
a:focus,
a:hover,
a {
	color: inherit;
	transition: 0.3s;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

[href^="tel:"] {
	white-space: nowrap;
}

img, svg {
	max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

*:focus {
	outline: none !important;
}

p {
	margin: 0;
}

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

input:focus {
	background: none;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

::-ms-input-placeholder {
	opacity: 1;
	color: inherit;
}

::placeholder {
	opacity: 1;
	color: inherit;
}

source {
	display: none;
}

label.error {
	display: none !important;
}

.widget-form-privacy {
	display: none !important;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

[data-more-hidden] {
	position: absolute;
	left: -2777.5vw;
	opacity: 0;
}

.overlay.active {
	z-index: 10;
	background: rgba(0, 0, 0, 0.4);
}

.title {
	font-weight: 800;
	font-size: 6.11111vw;
	line-height: 7.77778vw;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 8.33333vw;
}

.button {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 4.44444vw;
	line-height: 6.66667vw;
	height: 18.33333vw;
	max-width: 85.55556vw;
	width: 100%;
	color: #fff;
	background: #EE033E;
	text-transform: uppercase;
}

.button:hover {
	color: #fff;
	background: #FF0040;
}

.button:active {
	color: #fff;
	background: #DB0439;
}

.button__more {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
	font-size: 3.88889vw;
	line-height: 5.83333vw;
	color: #000000;
	background: #EFEFF7;
	height: 15.55556vw;
	max-width: 68.05556vw;
	width: 100%;
	margin: 0 auto;
}

.button__more span {
	position: relative;
	margin-right: 2.22222vw;
}

.button__more span::before {
	content: '';
	display: block;
	top: 0;
	left: 0;
	background-image: url("../img/common/down-arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 2.77778vw;
	height: 2.77778vw;
}

/* Forms */
.form-section__box {
	background: #fff;
	padding: 8.33333vw 0 26.94444vw;
}

.form-section__form {
	color: #000;
	padding: 11.11111vw 8.33333vw 16.38889vw;
	margin: 0 auto;
	max-width: 194.44444vw;
	border: 0.55556vw solid transparent;
	-o-border-image: linear-gradient(#4587D8, #FF0040);
	   border-image: linear-gradient(#4587D8, #FF0040);
	-webkit-border-image: -webkit-linear-gradient(#4587D8, #FF0040);
	border-image-slice: 1;
	position: relative;
}

.form__wrapper {
	text-align: center;
}

.form__title {
	font-weight: 700;
	font-size: 4.44444vw;
	line-height: 6.66667vw;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	background: #fff;
	margin: -14.44444vw 0 5.83333vw;
	display: block;
}

.form__subtitle {
	font-size: 4.44444vw;
	line-height: 5.83333vw;
	text-align: center;
	margin-bottom: 5.83333vw;
}

.form__text {
	font-weight: 500;
	font-size: 5vw;
	line-height: 6.66667vw;
	margin-bottom: 10vw;
	text-align: center;
}

.form__items {
	display: flex;
	flex-direction: column;
}

.form__item {
	width: 100%;
	display: flex;
	max-width: 100%;
	height: 14.16667vw;
	margin-bottom: 5.55556vw;
}

.form__item_theme {
	height: 28.33333vw;
}

.form__item_comments {
	height: 82.77778vw;
}

.form__item_button {
	position: absolute;
	width: 55.83333vw;
	text-align: center;
	background: #fff;
	bottom: -7.22222vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 4.16667vw;
}

.form__input {
	font-family: "TTNorms", sans-serif;
	font-weight: 400;
	font-size: 4.44444vw;
	line-height: 1.3125;
	width: 100%;
	padding-left: 4.44444vw;
	color: #828282;
	background: #F3F3F3;
	border-radius: 1.11111vw;
	-webkit-appearance: none;
	border: none;
	outline: none;
}

.form__input_textarea {
	padding-top: 3.61111vw;
	resize: none;
}

.form__input:focus {
	background: #F3F3F3;
}

.form__input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #828282;
}

.form__input::-ms-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #828282;
}

.form__input::placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #828282;
}

.form__input:-ms-input-placeholder {
	/* IE 10+ */
	color: #828282;
}

.form__input.error {
	border: 1px solid red;
	background: #fff;
}

.form__input.error::-webkit-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error::-ms-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error::placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error:-ms-input-placeholder {
	/* IE 10+ */
	color: #ff2626;
}

.form__button {
	border: 0;
	cursor: pointer;
	max-width: 100%;
	width: 100%;
	font-weight: 700;
	font-size: 3.88889vw;
	line-height: 6.66667vw;
	text-transform: uppercase;
	color: #fff;
	background: #EE033E;
	max-width: 55.83333vw;
	margin: 0 auto;
	height: 15vw;
}

.form__button:hover, .form__button:focus {
	transition: all 0.5s ease;
}

.form__button:disabled {
	color: #A9A7A7;
	background-color: #CFD3D8;
	opacity: 1;
}

.form__more {
	text-align: left;
}

.form__footer {
	position: relative;
	display: flex;
	cursor: pointer;
	padding-left: 6.66667vw;
}

.form__footer-checkbox {
	position: absolute;
	left: 0;
	top: 0.83333vw;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.44444vw;
	height: 4.44444vw;
	border: 1px solid #C7C7C7;
	border-radius: 1.11111vw;
	background: transparent;
}

.form__footer-checkbox input {
	display: none;
}

.form__footer-checkbox-icon:before {
	display: none;
	content: '';
	position: absolute;
	top: 0.55556vw;
	left: 0.83333vw;
	width: 2.77778vw;
	height: 2.77778vw;
	background-image: url("../img/form/check.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

input:checked + .form__footer-checkbox-icon:before {
	display: block;
}

.form__footer-text {
	font-family: "TTNorms", sans-serif;
	font-weight: 500;
	font-size: 2.91667vw;
	line-height: 1.45455;
	color: #000;
}

.form__choice {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 8.88889vw;
	margin-bottom: 13.88889vw;
	text-align: left;
}

.form__choice-title {
	font-weight: 500;
	font-size: 4.44444vw;
	line-height: 5.83333vw;
	margin-bottom: 3.88889vw;
}

.form__legend {
	font-weight: 500;
	font-size: 4.44444vw;
	line-height: 5.83333vw;
	letter-spacing: -0.01em;
	color: #828282;
}

.form__radio {
	background: #F3F3F3;
	border-radius: 1.11111vw;
	height: 12.77778vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 4.44444vw;
	padding-right: 2.77778vw;
	width: 100%;
	position: relative;
}

.form__radio::after {
	content: '';
	background-image: url("../img/form/arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 3.88889vw;
	height: 5vw;
	top: calc(50% - 1.38889vw);
	right: 2.77778vw;
	position: absolute;
	transition: all .5s;
}

.form__radio.active::after {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	top: calc(50% - 3.88889vw);
}

.form__radio.error {
	border: 0.55556vw solid #ff2626;
	color: #ff2626;
}

.form__radio.error .form__legend {
	color: #ff2626;
}

.form__radio-label {
	margin: 0;
}

.form__radio-items {
	position: absolute;
	top: 15vw;
	left: 0;
	display: none;
	flex-direction: column;
	background: #F3F3F3;
	border-radius: 1.11111vw;
	width: 100%;
	padding: 2.77778vw;
	z-index: 10;
	color: #828282;
}

.form__radio-select {
	padding: 2.77778vw;
	cursor: pointer;
	font-weight: 500;
	font-size: 4.44444vw;
	line-height: 5.83333vw;
	letter-spacing: -0.01em;
}

.form .active .form__radio-items {
	display: flex;
}

.form .choise_radio_hidden {
	height: 0;
	overflow: hidden;
	border: none;
	opacity: 0;
	pointer-events: none;
}

label.error {
	display: none !important;
}

.widget-form-privacy {
	display: none !important;
}

.send-success {
	color: #fff;
}

/* Blocks */
.marquee {
	color: #fff;
	background: #EE033E;
	font-size: 3.88889vw;
	line-height: 3.88889vw;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5.83333vw 0 6.38889vw;
}

.marquee .container {
	background: #EE033E;
}

.marquee__list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-animation: marquee 20s linear infinite;
	        animation: marquee 20s linear infinite;
	white-space: nowrap;
}

@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-100%, 0);
		        transform: translate(-100%, 0);
	}
}

@keyframes marquee {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-100%, 0);
		        transform: translate(-100%, 0);
	}
}

.marquee__rune {
	margin: 0 5.83333vw;
}

.header {
	color: #fff;
	position: fixed;
	top: 0;
	left: auto;
	right: auto;
	width: 100%;
	z-index: 10;
}

.header .container {
	padding: 0;
}

.header__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5.55556vw 4.16667vw;
}

.header__box-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18.05556vw;
}

.header__box._white {
	background: #fff;
}

.header__box._white.active {
	background: #3B3F48;
}

.header__box._blue {
	color: #fff;
	background: #3B3F48;
	text-align: left;
	-webkit-transform: translateX(-200%);
	        transform: translateX(-200%);
	transition: all .3s;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
}

.header__box._blue.active {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	box-shadow: -1.38889vw 0 1.38889vw -1.38889vw rgba(167, 167, 167, 0.3);
	overflow: auto;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #3B3F48;
}

.header__box._red {
	background: #FF0040;
	display: none;
}

.header__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10vw;
}

.header__top-logo {
	display: inline-block;
	max-width: 66.66667vw;
	width: 100%;
}

.header__top-logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.header__top-close {
	width: 11.11111vw;
	height: 11.11111vw;
	background-color: #4587D8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header__logo img {
	width: 66.66667vw;
}

.header__logo-desk, .header__logo-white {
	display: none;
}

.header__nav a {
	display: block;
	padding: 6.94444vw 0;
	font-weight: 800;
	font-size: 3.33333vw;
	line-height: 5.27778vw;
	border-top: 1px solid #636363;
	letter-spacing: 0.38889vw;
}

.header__nav a.current {
	color: #2E65A8;
}

.header__search {
	background: #20599E;
	width: 11.11111vw;
	height: 11.11111vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header__social img {
	-webkit-filter: invert(54%) sepia(52%) saturate(0%) hue-rotate(212deg) brightness(89%) contrast(86%);
	        filter: invert(54%) sepia(52%) saturate(0%) hue-rotate(212deg) brightness(89%) contrast(86%);
}

.header__social-item:not(:last-child) {
	margin-right: 6.94444vw;
}

.header__menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 11.11111vw;
	height: 11.11111vw;
	background: #4587D8;
}

.header__menu .ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.header__menu .line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: #fff;
	stroke-width: 4.5;
	stroke-linecap: round;
}

.header__menu .hamR .top {
	stroke-dasharray: 40 121;
}

.header__menu .hamR .bottom {
	stroke-dasharray: 40 121;
}

.header__mob {
	width: 100%;
	max-width: 100%;
	position: relative;
	justify-content: flex-start;
	position: relative;
	padding: 0 4.16667vw 0 6.11111vw;
}

.header__mob img {
	position: absolute;
	right: 5.27778vw;
	height: 5vw;
}

.header__button {
	text-transform: uppercase;
}

.news {
	background: #fff;
}

.news .container {
	padding: 0;
}

.news__inner {
	padding: 15vw 0 8.33333vw;
}

.news__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10.83333vw;
	margin-bottom: 10vw;
}

.news__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: 0 4.16667vw;
}

.news__item[data-more-hidden] {
	position: absolute;
}

.news__item.full {
	padding: 0;
}

.news__item.full .news__item-name,
.news__item.full .news__item-text {
	padding: 0 4.16667vw;
}

.news__item-picture {
	width: 100%;
	margin-bottom: 4.44444vw;
	width: 70.83333vw;
	height: 43.33333vw;
}

.news__item-picture.full {
	width: 109.16667vw;
	height: 72.5vw;
	-o-object-fit: cover;
	   object-fit: cover;
}

.news__item-name {
	font-weight: 500;
	font-size: 4.44444vw;
	line-height: 5.83333vw;
	width: 85.55556vw;
}

.news__item-name.full {
	font-weight: 700;
	font-size: 5.47975vw;
	line-height: 5.83333vw;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin-bottom: 4.44444vw;
}

.news__item-text {
	font-weight: 500;
	font-size: 4.44444vw;
	line-height: 5.83333vw;
}

.news__button {
	cursor: pointer;
}

.partners__inner {
	padding: 10.27778vw 0 20vw;
}

.partners__title {
	font-weight: 700;
	font-size: 4.44444vw;
	line-height: 6.66667vw;
	color: #3B3F48;
	margin-bottom: 6.94444vw;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.partners__items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.partners__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.partners__item._big {
	flex-basis: 45%;
	margin-bottom: 7.22222vw;
}

.partners__item._small {
	flex-basis: 28%;
}

.footer {
	color: #FFFFFF;
}

.footer .container {
	background: #3B3F48;
}

.footer__inner {
	padding: 10.27778vw 0 22.22222vw;
}

.footer__top {
	position: relative;
	padding-bottom: 11.11111vw;
	border-bottom: 1px solid #636363;
}

.footer__nav a {
	display: block;
	font-weight: 800;
	font-size: 4.44444vw;
	line-height: 5.27778vw;
	letter-spacing: 0.1em;
}

.footer__nav a + a {
	margin-top: 4.72222vw;
}

.footer__social {
	position: absolute;
	bottom: 11.11111vw;
	right: 0;
}

.footer__social img {
	-o-object-fit: cover;
	   object-fit: cover;
	height: 5vw;
}

.footer__social a + a {
	margin-left: 7.22222vw;
}

.footer__middle {
	padding: 10vw 0;
	font-size: 4.44444vw;
	line-height: 5.55556vw;
}

.footer__address {
	margin-bottom: 10vw;
}

.footer__address img {
	margin-right: 2.22222vw;
	height: 4.16667vw;
	-o-object-fit: cover;
	   object-fit: cover;
}

.footer__address span {
	display: flex;
	align-items: center;
}

.footer__phones a {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 4.44444vw;
	line-height: 5.55556vw;
}

.footer__phones img {
	margin-right: 2.22222vw;
	height: 4.16667vw;
	-o-object-fit: cover;
	   object-fit: cover;
}

.footer__bottom {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10vw;
}

.footer__links {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 57.5vw;
}

.footer__links a {
	font-size: 3.88889vw;
	line-height: 5.83333vw;
	color: #878787;
	text-decoration: underline;
}

.footer__copy {
	font-size: 3.88889vw;
	line-height: 5.83333vw;
	order: 3;
}

/* Popups */
.fancybox-content {
	border-radius: 1.38889vw;
	padding: 2.77778vw;
}

.fancybox-slide--html .fancybox-close-small {
	right: 2.77778vw !important;
	top: 2.77778vw !important;
}

.popup {
	max-width: 126.11111vw;
	width: 100%;
	color: #000;
	background: #fff;
	border: 0.55556vw solid transparent;
	-o-border-image: linear-gradient(#4587D8, #FF0040);
	   border-image: linear-gradient(#4587D8, #FF0040);
	-webkit-border-image: -webkit-linear-gradient(#4587D8, #FF0040);
	border-image-slice: 1;
	padding: 9.72222vw 6.94444vw;
}

.popup .form__title {
	position: relative;
	display: block;
	margin-top: 0;
	padding: 0;
}

.popup .form__item_button {
	position: relative;
	width: 55.83333vw;
	text-align: center;
	background: #fff;
	padding: 0;
}

.fancybox-privacy .fancybox-outer + .fancybox-close {
	width: 9.72222vw;
	height: 9.72222vw;
	top: 8.33333vw;
	right: 8.33333vw;
	background: url("//synergy.ru/assets/template/svg/icon-close-thin.svg") no-repeat;
}

.fancybox-privacy .fancybox-close:before,
.fancybox-privacy .fancybox-close:after {
	display: none;
	content: initial;
}

.fancybox-privacy__content {
	color: #182641 !important;
	font-size: 4.44444vw;
	font-family: 'Exo 2', 'exo_2.0', 'exo2_0', 'Exo2', sans-serif;
	font-weight: 300;
	line-height: 1.25;
	background: #FFF;
	padding: 13.88889vw 5.55556vw 13.88889vw;
	max-width: 250vw;
	width: 100%;
}

.fancybox-privacy__content:hover *,
.fancybox-privacy__content a {
	color: inherit;
}

.fancybox-privacy__title {
	color: #458AF3 !important;
	font-size: 10vw;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 8.33333vw;
}

.fancybox-privacy__subtitle {
	font-size: 5.55556vw;
	font-weight: 600;
	margin-bottom: 4.16667vw;
}

.fancybox-privacy__title,
.fancybox-privacy__subtitle {
	font-size: 100%;
}

.fancybox-privacy__text {
	padding: 0;
	margin: 0 0 4.16667vw;
}

.fancybox-privacy__text ul {
	list-style-type: disc;
	padding-left: 5.55556vw;
}

.fancybox-privacy__footer {
	text-align: right;
	margin: 11.11111vw 0 0;
}

.fancybox-privacy__footer-text {
	max-width: 115.27778vw;
	display: inline-block;
	vertical-align: top;
	color: #666666 !important;
	font-size: 3.88889vw;
	padding: 0.83333vw 0 2.77778vw;
}

.fancybox-privacy__link {
	text-decoration: underline;
}

.fancybox-privacy__footer-button {
	width: 100%;
	max-width: 59.72222vw;
	max-width: 21.66667vw;
	display: inline-block;
	height: 14.44444vw;
	text-align: center;
	font-size: 5vw;
	font-weight: normal;
	font-weight: 600;
	line-height: 14.44444vw;
	color: #fff !important;
	background: #458af3;
	box-shadow: 0.83333vw 0.83333vw 0.83333vw #0000004d;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.1s ease-in-out;
	margin-left: 2.77778vw;
}

.fancybox-privacy__footer-button:hover {
	opacity: 0.9;
}

.popup-privacy .fancybox-close-small {
	padding: 1.11111vw;
}

.popup-privacy .fancybox-close-small svg {
	width: 8.33333vw;
	height: 8.33333vw;
}
