body {
	width: 100%;
	margin: 0;
	color: #FFF;
	font-family: 'Inter', sans-serif;
	font-size: 0.78125vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #FF884B;
}

a {
	color: #FFF;
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

header,
main,
footer,
section,
nav,
figure {
	margin: 0;
	padding: 0;
}

.nodesktop {
	display: none !important;
}

.main_column {
	width: 100%;
}

.main_column {
	margin: auto;
	min-height: 100vh;
}

.header-row {
	width: 100%;
	height: 100vh;
	background: linear-gradient(101deg, rgba(0, 0, 0, 0.70) 9.41%, rgba(0, 0, 0, 0.70) 38.8%, rgba(0, 0, 0, 0.51) 53.32%, rgba(0, 0, 0, 0.00) 72.8%), url(../img/bg1.png), lightgray 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
    flex-direction: column;
}

.about-left-tel-img img {
	width: 30px;
}

.top-menu-row {
	width: 91.66666667%;
	padding-top: 0.3125vw;
	display: flex;
}

.top-menu-col-left {
	width: 76.36363636%;
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.top-menu-col-right {
	width: 23.63636364%;
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	justify-content: end;
	position: relative;
}

.top-menu-logo-col,
.top-menu-col {
	display: inline-flex;
	margin-top: 10px;
	margin-left: 10px;
}

.top-menu-link {
	margin-top: 1.302083333vw;
	margin-left: 0.520833333vw;
	margin-right: 0.520833333vw;
}

.top-menu-link:last-child {
	margin-right: 0;
}

.hover-link {
	display: none;
	background: url(../img/line.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 0.15625vw;
}

a:hover {
	color: white;
}

.top-menu-link-hover:hover>.hover-link {
	display: block;
}

.top-menu-mail-link {
	display: flex;
	flex-direction: row;
}

.top-menu-socio-col {
	margin-top: 1.302083333vw;
	margin-right: 1.041666667vw;
}

.top-menu-mail-col {
	margin-top: 1.302083333vw;
}

.top-menu-mail-img {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 0.260416667vw;
}

.top-menu-mail-text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-transform: uppercase;
	font-size: 0.520833333vw;
	font-weight: 500;
}

.header-row-about {
	width: 90%;
	margin: auto;
}

.about-left-row-1 h1 {
	color: #FFF;
	font-family: Jost;
	font-size: calc( (100vw - 480px)/(1280 - 480) * (50 - 25) + 25px);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}

.about-left-row-2 p {
	color: #FFF;
	font-family: Inter;
	font-size: calc( (100vw - 480px)/(1280 - 480) * (30 - 20) + 25px);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}

.about-left-row-3 p {
	font-size: 15px;
	margin-top: 10px;
}

.about-left-row-9 {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.form-btn {
	color: #FFF;
	position: relative;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	width: 250px;
	line-height: normal;
	text-transform: uppercase;
	padding-block: 15px;
	display: block;
	border-radius: 1.155625vw;
	background-color: #FF884B;
	transition: all 0.3s ease;
	overflow: hidden;
	text-align: center;
}

.form-btn:hover,
.block-btn:hover,
.block-6-row-2-pin:hover {
	background-color: #BF0A00;
}

.form-btn:focus,
.block-btn:focus,
.block-6-row-2-pin:focus {
	box-shadow: 1px 1px 15px 0px #00000080 inset;
	background-color: #BF0A00;
}

.block-btn:not(:hover)::after,
.form-btn:not(:hover)::after {
	background: #fff;
	content: "";
	display: block;
	height: 155px;
	left: -75px;
	opacity: .4;
	position: absolute;
	top: -50px;
	transform: rotate(35deg);
	transition: 550ms cubic-bezier(.19, 1, .22, 1);
	width: 50px;
	z-index: 10;
	animation: 3s infinite blink
}

.branch-button:hover,
.feedback-button:hover {
	transform: scale(1.03);
	box-shadow: 0 0 20px 6px rgba(187, 82, 237, .8)
}

.about-left-tel-col {
	display: flex;
	flex-direction: row;
	align-content: center;
	flex-wrap: wrap;
}

.about-left-tel-link {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-left: 0.46875vw;
}

.about-left-tel-link a {
	color: #FFF;
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.block-2-row {
	display: flex;
	flex-direction: column;
	background: #FF884B url(../img/bg2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.block-2-row-2 {
	display: flex;
	flex-direction: row;
	width: 91.66666667%;
	margin: auto;
	margin-bottom: 3.229166667vw;
}

.block-2-row-2-text {
	width: 30.5%;
}

.block-2-row-2-middle {
	width: 39%;
}

.block-2-row-2-text{
	color: #FFF;
	font-family: Inter;
	font-size: 0.9375vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.block-2-row-3 {
	width: 91.66666667%;
	margin: auto;
	margin-bottom: 1.041666667vw;
}

.block-2-row-3 p {
	color: #FFF;
	font-family: Inter;
	font-size: 1.25vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin: 0;
}

.block-2-row-4 {
	width: 91.66666667%;
	margin: auto;
	margin-bottom: 2.447916667vw;
	text-align: center;
}

.block-btn {
	padding: 1.041666667vw 3.125vw;
	border-radius: 0.68359375vw;
	background: #CA4532;
	display: block;
	width: fit-content;
	margin: auto;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.block-3-row {
	display: flex;
	flex-direction: column;
	background: #FF884B url(../img/bg3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.block-3-row-1 {
	width: 91.66666667%;
	margin: auto;
	display: flex;
	flex-direction: row;
}

.block-3-row-1-box-1 {
	display: flex;
	flex-direction: column;
	width: 35%;
	justify-content: center;
}

.block-3-row-1-col-1 {
	margin-left: 45%;
	margin-right: 16%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block-3-row-1-img-1 img {
	margin-bottom: -30%;
	z-index: 1;
	position: relative;
}

.block-3-row-1-text-1 {
	border-radius: 1.041666667vw;
	background: #FD563E;
	box-shadow: 0px 0.241526563vw 0.603816667vw 0px rgba(0, 0, 0, 0.25);
}

.block-3-row-1-text-1 h3 {
	color: #FFF;
	font-family: Inter;
	font-size: 0.603802083vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-left: 0.572916667vw;
	margin-top: 1.458333333vw;
}

.block-3-row-1-text-1 p {
	color: #FFF;
	font-family: Inter;
	font-size: 0.603802083vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 0.572916667vw;
	margin-right: 0.572916667vw;
	margin-bottom: 0.885416667vw;
}

.block-3-row-1-box-2 {
	display: flex;
	flex-direction: column;
	width: 13%;
	justify-content: center;
}

.block-3-row-1-col-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block-3-row-1-img-2 img {
	margin-bottom: -30%;
	z-index: 1;
	position: relative;
}

.block-3-row-1-text-2 {
	border-radius: 1.20765625vw;
	background: #FD563E;
	box-shadow: 0px 0.241526563vw 0.603816667vw 0px rgba(0, 0, 0, 0.25);
}

.block-3-row-1-text-2 h3 {
	color: #FFF;
	font-family: Inter;
	font-size: 0.603802083vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-left: 0.572916667vw;
	margin-top: 1.458333333vw;
}

.block-3-row-1-text-2 p {
	color: #FFF;
	font-family: Inter;
	font-size: 0.603802083vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 0.572916667vw;
	margin-right: 0.572916667vw;
	margin-bottom: 0.885416667vw;
}

.block-3-row-1-box-3 {
	display: flex;
	flex-direction: column;
	width: 52%;
	justify-content: center;
}

.block-3-row-1-col-3 {
	margin-left: 7%;
	margin-right: 69%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block-3-row-1-img-3 img {
	margin-bottom: -30%;
	z-index: 1;
	position: relative;
}

.block-3-row-1-text-3 {
	border-radius: 1.20765625vw;
	background: #FD563E;
	box-shadow: 0px 0.241526563vw 0.603816667vw 0px rgba(0, 0, 0, 0.25);
}

.block-3-row-1-text-3 h3 {
	color: #FFF;
	font-family: Inter;
	font-size: 0.603802083vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-left: 0.572916667vw;
	margin-top: 1.458333333vw;
}

.block-3-row-1-text-3 p {
	color: #FFF;
	font-family: Inter;
	font-size: 0.603802083vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 0.572916667vw;
	margin-right: 0.572916667vw;
	margin-bottom: 0.885416667vw;
}

.block-3-row-2 {
	width: 91.66666667%;
	margin: auto;
	display: flex;
	flex-direction: row;
}

.block-3-row-2-box-1 {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
}

.block-3-row-2-col-1 {
	margin-left: 71%;
	margin-right: 14%;
	margin-top: -3%;
	margin-bottom: 12.76041667vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block-3-row-2-img-1 img {
	margin-bottom: -30%;
	z-index: 1;
	position: relative;
}

.block-3-row-2-text-1 {
	border-radius: 1.20765625vw;
	background: #FD563E;
	box-shadow: 0px 0.241526563vw 0.603816667vw 0px rgba(0, 0, 0, 0.25);
}

.block-3-row-2-text-1 h3 {
	color: #FFF;
	font-family: Inter;
	font-size: 0.603802083vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-left: 0.572916667vw;
	margin-top: 1.458333333vw;
}

.block-3-row-2-text-1 p {
	color: #FFF;
	font-family: Inter;
	font-size: 0.603802083vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 0.572916667vw;
	margin-right: 0.572916667vw;
	margin-bottom: 0.885416667vw;
}

.block-3-row-3 {
	width: 91.66666667%;
	margin: auto;
	display: flex;
	flex-direction: row;
}

.block-3-row-3-box-1 {
	display: flex;
	flex-direction: column;
	width: 53%;
	justify-content: center;
}

.block-3-row-3-col-1 {
	margin-left: 50%;
	margin-right: 23%;
	margin-top: 0%;
	margin-bottom: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block-3-row-3-img-1 img {
	margin-bottom: -30%;
	z-index: 1;
	position: relative;
}

.block-3-row-3-text-1 {
	border-radius: 1.20765625vw;
	background: #FD563E;
	box-shadow: 0px 0.241526563vw 0.603816667vw 0px rgba(0, 0, 0, 0.25);
}

.block-3-row-3-text-1 h3 {
	color: #FFF;
	font-family: Inter;
	font-size: 0.603802083vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-left: 0.572916667vw;
	margin-top: 1.458333333vw;
}

.block-3-row-3-text-1 p {
	color: #FFF;
	font-family: Inter;
	font-size: 0.603802083vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 0.572916667vw;
	margin-right: 0.572916667vw;
	margin-bottom: 0.885416667vw;
}

.block-3-row-3-box-2 {
	display: flex;
	flex-direction: column;
	width: 47%;
	justify-content: center;
}

.block-3-row-3-col-2 {
	margin-left: 0%;
	margin-right: 70%;
	margin-top: 0%;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block-3-row-3-img-2 img {
	margin-bottom: -30%;
	z-index: 1;
	position: relative;
}

.block-3-row-3-text-2 {
	border-radius: 1.20765625vw;
	background: #FD563E;
	box-shadow: 0px 0.241526563vw 0.603816667vw 0px rgba(0, 0, 0, 0.25);
}

.block-3-row-3-text-2 h3 {
	color: #FFF;
	font-family: Inter;
	font-size: 0.603802083vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-left: 0.572916667vw;
	margin-top: 1.458333333vw;
}

.block-3-row-3-text-2 p {
	color: #FFF;
	font-family: Inter;
	font-size: 0.603802083vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 0.572916667vw;
	margin-right: 0.572916667vw;
	margin-bottom: 0.885416667vw;
}

.block-4-row {
	display: flex;
	flex-direction: column;
	background: #FF884B;
}

.block-4-row-1 {
	width: 91.66666667%;
	margin: auto;
	margin-bottom: 2.604166667vw;
	margin-top: 3.177083333vw;
	text-align: center;
}

.block-5-row {
	display: flex;
	flex-direction: column;
	background: #FF884B;
}

.block-header {
	width: 91.66666667%;
	margin: auto;
	margin-bottom: 2.5vw;
	text-align: center;
}

.block-header h2 {
	color: #FFF;
	font-family: Jost;
	font-size: calc( (100vw - 480px)/(1280 - 480) * (40 - 25) + 25px);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

.block-5-row-2 {
	width: 91.66666667%;
	margin: auto;
	margin-bottom: 2.083333333vw;
	display: flex;
	flex-direction: column;
}

.block-5-row-box-1 {
	display: flex;
	flex-direction: row;
	width: 63%;
	border-radius: 2.34375vw;
	background: linear-gradient(0deg, #CA4532 0%, #CA4532 100%), #FD563E;
	box-shadow: 0px 0.208333333vw 0.989583333vw 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 2.135416667vw;
	align-items: center;
}

.block-5-row-box-1-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	margin-top: 2.239583333vw;
	margin-bottom: 1.875vw;
	margin-left: 3.541666667vw;
}

.block-5-row-box-1-left-text p {
	color: #FFF;
	font-family: Jost;
	font-size: 0.9375vw;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}

.block-5-row-box-1-left-img {
	text-align: center;
}

.block-5-row-box-1-left-img img {
	width: 48.3%;
	margin: 0;
}

.row-to-col {
	margin-top: 2.239583333vw;
	margin-bottom: 1.875vw;
	width: calc(50% - 3.541666667vw);
	margin-right: 3.541666667vw;
	border-radius: 2.34375vw;
	background: #FFF;
	color: #000000;
}

.block-5-table-1 {
	margin: 1.822916667vw auto;
	width: calc(100% - 5.416666667vw);
}

.block-5-table-1 th {
	width: calc(100%/3);
	padding-bottom: 1.5625vw;
	font-family: Jost;
	font-size: 0.9375vw;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.block-5-table-1 th:first-child {
	text-align: left;
}

.block-5-table-1 td {
	font-family: Jost;
	font-size: 0.9375vw;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.block-5-row-box-2 {
	display: flex;
	flex-direction: row;
	width: 100%;
	border-radius: 2.34375vw;
	background: linear-gradient(0deg, #CA4532 0%, #CA4532 100%), #FD563E;
	box-shadow: 0px 0.208333333vw 0.989583333vw 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 2.135416667vw;
	align-items: flex-start;
}

.block-5-row-box-2-left {
	width: 30.992%;
	display: flex;
	flex-direction: column;
	margin-top: 2.239583333vw;
	margin-bottom: 1.875vw;
	margin-left: 3.541666667vw;
}

.block-5-row-box-2-left-text p {
	color: #FFF;
	font-family: Jost;
	font-size: 0.9375vw;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}

.block-5-row-box-2-left-img {
	text-align: center;
}

.block-5-row-box-2-left-img img {
	width: 70.055%;
	margin: 0;
}

.block-5-row-box-2-right {
	margin-top: 2.239583333vw;
	margin-bottom: 1.875vw;
	width: calc(70% - 3.541666667vw);
	margin-right: 3.541666667vw;
	border-radius: 2.34375vw;
	background: #FFF;
	color: #000000;
}

.block-5-table-2 {
	margin: 1.822916667vw auto;
	width: calc(100% - 5.416666667vw);
}

.block-5-table-2 th {
	padding-bottom: 1.5625vw;
	font-family: Jost;
	font-size: clamp(10px, 2vw, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.block-5-table-2 th:first-child,
.block-5-table-2 th:last-child {}

.block-5-table-2 td {
	font-family: Jost;
	font-size: clamp(9px, 1.5vw, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding-top: 0.729166667vw;
	padding-bottom: 0.729166667vw;
}

.block-5-table-2-tr-head td {
	padding-bottom: 0;
	padding-top: 0;
}

.block-5-table-2-tr-head td:nth-child(2),
.block-5-table-2 td:nth-child(2),
.block-5-table-2-tr-head td:nth-child(6),
.block-5-table-2 td:nth-child(6) {
	text-align: center;
}

.block-5-table-2-tr-head td:nth-child(3),
.block-5-table-2 td:nth-child(3),
.block-5-table-2-tr-head td:nth-child(7),
.block-5-table-2 td:nth-child(7) {
	text-align: right;
}

.block-5-table-2-head {
	border-bottom: 1px solid #000;
}

.block-5-table-2-separate {
	width: calc(100%/7);
}

.block-5-table-2-tr-foot td {
	padding-bottom: 0;
}

.block-5-row-box-3 {
	display: flex;
	flex-direction: row;
	width: 100%;
	border-radius: 2.34375vw;
	background: linear-gradient(0deg, #CA4532 0%, #CA4532 100%), #FD563E;
	box-shadow: 0px 0.208333333vw 0.989583333vw 0px rgba(0, 0, 0, 0.25);
	align-items: flex-start;
}

.block-5-row-box-3-left {
	width: 30.992%;
	display: flex;
	flex-direction: column;
	margin-top: 2.239583333vw;
	margin-bottom: 1.875vw;
	margin-left: 3.541666667vw;
}

.block-5-row-box-3-left-text p {
	color: #FFF;
	font-family: Jost;
	font-size: 0.9375vw;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}

.block-5-row-box-3-left-img {
	text-align: center;
}

.block-5-row-box-3-left-img img {
	width: 92.23%;
	margin: 0;
}

.block-5-row-box-3-right {
	margin-top: 2.239583333vw;
	margin-bottom: 1.875vw;
	width: calc(70% - 3.541666667vw);
	margin-right: 3.541666667vw;
	border-radius: 2.34375vw;
	background: #FFF;
	color: #000000;
}

.block-5-table-3 {
	margin: 1.822916667vw auto;
	width: calc(100% - 5.416666667vw);
}

.block-5-table-3 th {
	padding-bottom: 1.5625vw;
	font-family: Jost;
	font-size: 0.9375vw;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.block-5-table-3-tr-head td {
	padding-bottom: 0;
	padding-top: 0;
}

.block-5-table-3-tr-head td:nth-child(2),
.block-5-table-3 td:nth-child(2),
.block-5-table-3-tr-head td:nth-child(6),
.block-5-table-3 td:nth-child(6) {
	text-align: center;
}

.block-5-table-3-tr-head td:nth-child(3),
.block-5-table-3 td:nth-child(3),
.block-5-table-3-tr-head td:nth-child(7),
.block-5-table-3 td:nth-child(7) {
	text-align: right;
}

.block-5-table-3-separate {
	width: calc(100%/7);
}

.block-5-table-3 td {
	font-family: Jost;
	font-size: 0.9375vw;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding-top: 0.729166667vw;
	padding-bottom: 0.729166667vw;
}

.block-5-table-3-head {
	border-bottom: 1px solid #000;
}

.block-5-table-3-tr-foot td {
	padding-bottom: 0;
}

.block-5-row-3 {
	width: 91.66666667%;
	margin: auto;
	text-align: center;
}


.block-6-row {
	display: flex;
	flex-direction: column;
	background: #FF884B;
}

.block-6-row-2 {
	width: 91.66666667%;
	margin: auto;
	margin-bottom: 2.083333333vw;
	display: flex;
	flex-direction: row;
}

.block-6-row-2-left,
.block-6-row-2-right {
	width: 50%;
}

.block-6-row-2-pin {
	border: 0;
	color: #FFF;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 15px;
	background: #CA4532;
	box-shadow: 0px 0.208333333vw 0.625vw 0px rgba(0, 0, 0, 0.25);
	padding: 10px;
	display: inline-flex;
	margin: 10px;
	cursor: pointer;
}

.block-6-row-3 {
	width: 90%;
	margin: auto;
	text-align: center;
	margin-bottom: 2.552083333vw;
}

.block-7-row {
	display: flex;
	flex-direction: column;
	background: #FF884B;
}

.block-8-row {
	display: flex;
	flex-direction: column;
	background: #FF884B;
}

.block-8-row-1 {
	width: 91.66666667%;
	margin: auto;
	margin-bottom: 2.604166667vw;
	margin-top: 3.177083333vw;
	text-align: center;
}

.block-9-row {
	display: flex;
	flex-direction: column;
	background: #FF884B;
}

.block-9-row-2 {
	width: 91.66666667%;
	margin: auto;
	margin-bottom: 3.333333333vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.block-9-row-2-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.block-10-row {
	display: flex;
	flex-direction: column;
	background: #FF884B;
}

.block-10-row-2 {
	width: 91.66666667%;
	margin: auto;
	margin-bottom: 1.041666667vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.block-10-row-2-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.block-11-row {
	display: flex;
	flex-direction: column;
	background: #FF884B;
}

.block-11-row-1 {
	width: 91.66666667%;
	margin: auto;
	margin-bottom: 2.604166667vw;
	text-align: center;
}

.block-12-row {
	display: flex;
	flex-direction: column;
	background: #FF884B;
}

.block-12-row-2 .container {
	padding-bottom: 1.25vw;
}

.block-12-row-2 .al__wrapper {
	margin-bottom: 1.041666667vw;
}

.block-12-row-2 .al__item {
	flex: 0 0 75%;
	max-width: 75%;
	user-select: none;
	will-change: transform;
	margin-bottom: 1.041666667vw;
}

.block-12-row-2 .all__items_1,
.block-12-row-2 .all__items_2,
.block-12-row-2 .all__items_3,
.block-12-row-2 .all__items_4,
.block-12-row-2 .all__items_5,
.block-12-row-2 .all__items_6,
.block-12-row-2 .all__items_7,
.block-12-row-2 .all__items_8,
.block-12-row-2 .all__items_9,
.block-12-row-2 .all__items_10 {
	flex: 0 0 50%;
	max-width: 50%;
	height: 100%;
	display: flex;
}

.all__items-block {
	border-radius: 2.34375vw;
	background: #FD563E;
	margin-right: 0.78125vw;
	padding: 1.40625vw 1.822916667vw;
}

.all__items-name p {
	color: #FFF;
	font-family: Jost;
	font-size: 1.041666667vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}

.all__items-text p {
	color: #FFF;
	font-family: Inter;
	font-size: 0.78125vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}

.block-13-row {
	display: flex;
	flex-direction: column;
	background: #FF884B;
}

.block-13-row-2 {
	display: flex;
	flex-direction: row;
	width: 91.66666667%;
	margin: auto;
	margin-bottom: 3.229166667vw;
	margin-top: 1.40625vw;
	justify-content: space-between;
}

.block-13-row-left,
.block-13-row-right {
	width: 45.5%;
	display: flex;
}

.block-13-row-left img,
.block-13-row-right img {
	width: 100%;
}

.block-13-row-3 {
	display: flex;
	flex-direction: row;
	width: 91.66666667%;
	margin: auto;
	margin-bottom: 4.270833333vw;
	margin-top: 1.40625vw;
	justify-content: space-between;
}

.block-13-row-form {
	width: 100%;
	display: flex;
	padding: 20px;
	background: #FD563E;
	flex-direction: column;
	flex-wrap: wrap;
}

.form-row-1 p {
	color: #FFF;
	font-family: Jost;
	font-size: 1.041666667vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding-right: 4.6875vw;
	margin: 0;
	margin-bottom: 0.989583333vw;
}

.form-row-2 {
	width: 100%;
}

.form-row-2 p {
	color: #FFF;
	font-family: Inter;
	font-size: 0.78125vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	margin-bottom: 2.083333333vw;
}

input[type="text"] {
	display: flex;
	width: 73%;
	padding: 1.09375vw 1.5625vw 1.09375vw 1.5625vw;
	align-items: center;
	flex-shrink: 0;
	margin-bottom: 0.729166667vw;
	border-radius: 1.041666667vw;
	background: #FFF;
	border: none;
	color: #D7D7D7;
	font-family: Inter;
	font-size: 0.78125vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.form-row-5 {
	margin-top: 2.083333333vw;
	display: flex;
	flex-direction: row;
	align-content: center;
	flex-wrap: wrap;
}

.form-row-5-left {
	width: 55.5%;
}

input[type="button"] {
	width: 19.79166667vw;
	height: 3.75vw;
	flex-shrink: 0;
	border-radius: 1.041666667vw;
	background: #FF884B;
	border: none;
	color: #FFF;
	font-family: Inter;
	font-size: 1.155625vw;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.form-row-5-right p {
	color: rgba(255, 255, 255, 0.70);
	font-family: Montserrat;
	font-size: 0.520833333vw;
	font-style: normal;
	font-weight: 400;
	line-height: 0.520833333vw;
	margin-left: 2.395833333vw;
}

.form-row-5-right {
	width: 44.5%;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.footer-row {
	background: #000;
	display: flex;
	flex-direction: column;
}

.footer-block {
	display: flex;
	flex-direction: row;
	width: 90%;
	margin: auto;
	margin-block: 20px;
	justify-content: space-between;
}

.footer-right {
	display: flex;
	flex-direction: column;
}

.footer-right-row {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	margin-block: 10px;

}

.footer-link a {
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	word-break: break-all;
}

iframe {
	border: 0;
}


@media (max-width: 1919px) {
	iframe {
		width: 100%;
	}

	.all__items_1 img,
	.all__items_2 img,
	.all__items_3 img,
	.all__items_4 img,
	.all__items_5 img,
	.all__items_6 img,
	.all__items_7 img,
	.all__items_8 img,
	.all__items_9 img {
		margin-right: 1.77vw !important;
	}

	.block-9-row-2-box img {
		width: 22.44vw;
	}

	.block-10-row-2-box img {
		width: 22.2vw;
	}

	.all__items-block {
		margin-right: 0.78vw;
		padding: 1.40625vw 1.82vw;
	}


	.form-row-1 p {
		padding-right: 4.69vw;
	}

	input[type="text"] {
		padding: 1.09375vw 1.56vw 1.09375vw 1.56vw;
	}

	input[type="button"] {
		width: 19.79vw;
	}

	.form-row-5-right p {
		margin-left: 2.39vw;
	}

	.footer-link-form {
		padding: 1.145833333vw 4.27vw;
	}


	.block-3-row-1-img-1 img,
	.block-3-row-1-img-2 img,
	.block-3-row-1-img-3 img,
	.block-3-row-2-img-1 img,
	.block-3-row-3-img-1 img,
	.block-3-row-3-img-2 img {
		width: 3.333vw;
	}

	.all__items_1 img,
	.all__items_2 img,
	.all__items_3 img,
	.all__items_4 img,
	.all__items_5 img,
	.all__items_6 img,
	.all__items_7 img,
	.all__items_8 img {
		width: 28.77vw;
	}

	.all__items_9 img {
		width: 59.443vw;
	}
}

.footer-img img {
	width: 40px;
}

@media (max-width: 1601px) {

	.block-2-row-2-text p {
		font-size: 0.94vw;
	}

	.block-2-row-3 p {
		font-size: 1.25vw;
	}

	.block-5-table-1 th {
		font-size: 0.94vw;
	}

	.block-5-table-1 td {
		font-size: 0.94vw;
	}

	.block-3-row {
		background-size: 78.18vw;
	}

	.block-5-table-1 {
		width: calc(100% - 5.42vw);
	}

	.block-5-row-box-1-left-text p,
	.block-5-row-box-2-left-text p,
	.block-5-row-box-3-left-text p {
		font-size: 0.94vw;
	}

	.block-2-row {
		background-size: 39.5vw;
	}
}

@media (max-width: 1025px) {
	.nomobile {
		display: none;
	}

	.nodesktop {
		display: flex !important;
	}

	.top-menu-row {
		width: 100%;
		padding-top: 0;
	}

	.top-menu-col-right {
		width: 73.83vw;
	}

	.top-menu-col-left {
		width: 26.17vw;
	}

	.top-menu-burger {
		margin-top: 1.463414634vw;
		margin-right: 4.16vw;
	}

	.top-menu-burger img {
		width: 10.77vw;
	}

	.header-row-about-left {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}

	.about-left-row-9 {
		flex-direction: column;
		margin-top: 20px;
	}

	.about-left-btn-col {
		text-align: center;
		margin-bottom: 20px;
	}

	.about-left-row-1 {
		margin-bottom: 0.487804878vw;
	}

	.block-2-row-1 {
		margin: auto;
		width: 90.2564%;
		margin-bottom: 6.67vw;
		margin-top: 10.25vw;
	}

	.block-2-row-2 {
		flex-direction: column;
		width: 89.74358974vw;
		margin-bottom: 8.717948718vw;
	}

	.block-2-row-2-text {
		width: 100%;
	}

	.block-2-row-2-text p {
		font-size: 3.58974359vw;
	}

	.block-2-row {
		background: #FF884B;
	}

	.block-2-row-2-middle {
		width: 100%;
		background: url(../img/bg2.png);
		height: 38.97435897vw;
		background-position: center;
		background-size: cover;
		margin-top: 5.128205128vw;
		margin-bottom: 5.128205128vw;
	}

	.block-2-row-3 {
		margin-bottom: 7.692307692vw;
		width: 89.74358974vw;
	}

	.block-2-row-3 p {
		font-size: 3.58974359vw;
	}

	.block-2-row-4 {
		margin-bottom: 2.820512821vw;
	}

	.block-btn {
		padding-bottom: 3.8461538466vw;
		padding-top: 3.8461538466vw;
		padding-left: 12.56410256vw;
		padding-right: 12.56410256vw;
		border-radius: 5.282051282vw;
		font-size: 5.293076923vw;
	}

	.block-3-row {
		background: #FF884B;
	}

	.block-3-row-1 {
		width: 89.74358974vw;
		flex-direction: column;
		order: 1;
	}

	.block-3-row-1-box-1 {
		width: 71.02564103vw;
		margin: auto;
		margin-bottom: 4.358974359vw;
	}

	.block-3-row-1-col-1 {
		margin-left: 0;
		margin-right: 0;
		order: 1;
	}

	.block-3-row-1-img-1 img,
	.block-3-row-1-img-2 img,
	.block-3-row-1-img-3 img,
	.block-3-row-2-img-1 img,
	.block-3-row-3-img-1 img,
	.block-3-row-3-img-2 img {
		width: 19.20923077vw;
	}

	.block-3-row-1-text-1 {
		border-radius: 6.948717949vw;
		background: #CA4532;
	}

	.block-3-row-1-text-1 h3 {
		font-size: 3.47974359vw;
		margin-left: 3.269230769vw;
		margin-top: 8.497435897vw;
	}

	.block-3-row-1-text-1 p {
		font-size: 3.47974359vw;
		margin-left: 3.269230769vw;
		margin-right: 3.269230769vw;
		margin-bottom: 5.230769231vw;
	}

	.block-3-row-1-box-2 {
		width: 71.02564103vw;
		margin: auto;
		margin-bottom: 4.358974359vw;
	}

	.block-3-row-1-col-2 {
		margin-left: 0;
		margin-right: 0;
		order: 2;
	}

	.block-3-row-1-text-2 {
		border-radius: 6.948717949vw;
		background: #CA4532;
	}

	.block-3-row-1-text-2 h3 {
		font-size: 3.47974359vw;
		margin-left: 3.269230769vw;
		margin-top: 8.497435897vw;
	}

	.block-3-row-1-text-2 p {
		font-size: 3.47974359vw;
		margin-left: 3.269230769vw;
		margin-right: 3.269230769vw;
		margin-bottom: 5.230769231vw;
	}

	.block-3-row-1-box-3 {
		width: 71.02564103vw;
		margin: auto;
		margin-bottom: 4.358974359vw;
	}

	.block-3-row-1-col-3 {
		margin-left: 0;
		margin-right: 0;
		order: 3;
	}

	.block-3-row-1-text-3 {
		border-radius: 6.948717949vw;
		background: #CA4532;
	}

	.block-3-row-1-text-3 h3 {
		font-size: 3.47974359vw;
		margin-left: 3.269230769vw;
		margin-top: 8.497435897vw;
	}

	.block-3-row-1-text-3 p {
		font-size: 3.47974359vw;
		margin-left: 3.269230769vw;
		margin-right: 3.269230769vw;
		margin-bottom: 5.230769231vw;
	}

	.block-3-row-2 {
		width: 89.74358974vw;
		flex-direction: column;
		order: 3;
	}

	.block-3-row-3 {
		width: 89.74358974vw;
		flex-direction: column;
		order: 2;
	}

	.block-3-row-2-box-1 {
		width: 71.02564103vw;
		margin: auto;
		margin-bottom: 4.358974359vw;
	}

	.block-3-row-3-box-1 {
		width: 71.02564103vw;
		margin: auto;
		margin-bottom: 4.358974359vw;
	}

	.block-3-row-3-box-2 {
		width: 71.02564103vw;
		margin: auto;
		margin-bottom: 4.358974359vw;
	}

	.block-3-row-2-col-1 {
		margin-left: 0;
		margin-right: 0;
		order: 1;
		margin-bottom: 0;
	}

	.block-3-row-3-col-1 {
		margin-left: 0;
		margin-right: 0;
		order: 1;
	}

	.block-3-row-3-col-2 {
		margin-left: 0;
		margin-right: 0;
		order: 2;
	}

	.block-3-row-2-text-1 {
		border-radius: 6.948717949vw;
		background: #CA4532;
	}

	.block-3-row-3-text-1 {
		border-radius: 6.948717949vw;
		background: #CA4532;
	}

	.block-3-row-3-text-2 {
		border-radius: 6.948717949vw;
		background: #CA4532;
	}

	.block-3-row-2-text-1 h3 {
		font-size: 3.47974359vw;
		margin-left: 3.269230769vw;
		margin-top: 8.497435897vw;
	}

	.block-3-row-3-text-1 h3 {
		font-size: 3.47974359vw;
		margin-left: 3.269230769vw;
		margin-top: 8.497435897vw;
	}

	.block-3-row-3-text-2 h3 {
		font-size: 3.47974359vw;
		margin-left: 3.269230769vw;
		margin-top: 8.497435897vw;
	}

	.block-3-row-3-text-2 p {
		font-size: 3.47974359vw;
		margin-left: 3.269230769vw;
		margin-right: 3.269230769vw;
		margin-bottom: 5.230769231vw;
	}

	.block-3-row-3-text-1 p {
		font-size: 3.47974359vw;
		margin-left: 3.269230769vw;
		margin-right: 3.269230769vw;
		margin-bottom: 5.230769231vw;
	}

	.block-3-row-2-text-1 p {
		font-size: 3.47974359vw;
		margin-left: 3.269230769vw;
		margin-right: 3.269230769vw;
		margin-bottom: 5.230769231vw;
	}

	.block-4-row {
		display: none;
	}

	.block-5-row {
		margin-top: 7.88974359vw;
	}

	.block-5-row-2 {
		width: 90.51282051vw;
		flex-direction: column;
	}

	.block-5-row-box-1,
	.block-5-row-box-2,
	.block-5-row-box-3 {
		width: 100%;
		border-radius: 5.307692308vw;
		margin-bottom: 7.051282051vw;
		flex-direction: column;
	}

	.block-5-row-box-1-left-img {
		display: none;
	}

	.block-5-row-box-1-left,
	.block-5-row-box-2-left,
	.block-5-row-box-3-left {
		width: calc(100% - 8.002564103vw);
		margin-top: 5.061538462vw;
		margin-bottom: 0;
		margin-left: 8.002564103vw;
	}

	.block-5-row-box-1-left-text p,
	.block-5-row-box-2-left-text p,
	.block-5-row-box-3-left-text p {
		font-size: 2.051282051vw;
	}

	.block-5-row-box-1-right-img img,
	.block-5-row-box-2-right-img img,
	.block-5-row-box-3-right-img img {
		height: 16.24282051vw;
	}

	.row-to-col {
		width: calc(100% - 7.17948718vw);
		margin-top: 1.530769231vw;
		margin-bottom: 4.471794872vw;
		margin-left: 2.471794872vw;
		margin-right: 4.707692308vw;
		background: none;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.block-5-row-box-1-right {
		width: 50.25641026vw;
		background: #fff;
		border-radius: 5.307692308vw;
	}

	.block-5-table-1 th {
		font-size: 2.118717949vw;
	}

	.block-5-table-1 td {
		font-size: 2.118717949vw;
	}

	.block-5-table-1 {
		width: calc(100% - 14.57948718vw);
		margin: 4.120512821vw auto;
	}

	.block-5-row-box-2-left {
		flex-direction: row;
		margin-top: 0;
		align-content: center;
		flex-wrap: wrap;
		justify-content: space-between;
		width: calc(100% - 14.39487179vw);
		margin-left: 2.820512821vw;
		margin-right: 11.57435897vw;
	}

	.block-5-row-box-2-left-img img {
		width: 25.34794872vw;
	}

	.block-5-row-box-2-left-text {
		display: flex;
		align-content: center;
		flex-wrap: wrap;
	}

	.block-5-row-box-2-right {
		width: 84.87179487vw;
		border-radius: 5.307692308vw;
		background: #FFF;
		color: #000000;
		margin: 0 auto 3.069230769vw;
	}

	.block-5-row-box-3-left {
		flex-direction: row;
		margin-top: 0;
		align-content: center;
		flex-wrap: wrap;
		justify-content: space-between;
		width: calc(100% - 10.23589744vw);
		margin-left: 2.820512821vw;
		margin-right: 11.57435897vw;
	}

	.block-5-row-box-3-left-img img {
		width: 25.34794872vw;
	}

	.block-5-row-box-3-left-text {
		display: flex;
		align-content: center;
		flex-wrap: wrap;
	}

	.block-5-row-box-3-right {
		width: 84.87179487vw;
		border-radius: 5.307692308vw;
		background: #FFF;
		color: #000000;
		margin: 0 auto 3.069230769vw;
	}

	.block-5-row-3 {
		display: none;
	}

	.block-6-row-2 {
		width: calc(100% - 8.205128205vw);
		flex-direction: column;
	}

	.block-6-row-2-left,
	.block-6-row-2-right {
		width: 100%;
	}

	.block-6-row-3 {
		display: none;
	}

	.block-8-row {
		display: none;
	}

	.block-9-row {
		margin-top: 61px;
	}

	.block-9-row-2-box {
		display: block;
	}

	.block-9-row-2-box img {
		width: 40.76923077vw;
		margin-bottom: 2.1352vw;
	}

	.block-9-row-2-box img:nth-child(odd) {
		margin-right: 2.1352vw;
	}

	.block-9-row-2 {
		width: 84.1025641vw;
	}

	.block-11-row {
		display: none;
	}

	.block-10-row-2-box img:nth-child(1) {
		width: 40.4vw;
		order: 4;
		display: flex;
	}

	.block-10-row-2-box img:nth-child(2) {
		width: 40.4vw;
		order: 1;
		display: flex;
	}

	.block-10-row-2-box img:nth-child(3) {
		width: 40.4vw;
		order: 3;
		display: flex;
	}

	.block-10-row-2-box img:nth-child(4) {
		width: 40.4vw;
		order: 2;
		display: flex;
	}

	.block-10-row-2-box {
		flex-wrap: wrap;
	}

	.block-10-row-2 {
		width: 84.1025641vw;
	}

	.block-12-row-2 .al__item {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.block-12-row-2 .all__items_1,
	.block-12-row-2 .all__items_2,
	.block-12-row-2 .all__items_3,
	.block-12-row-2 .all__items_4,
	.block-12-row-2 .all__items_5,
	.block-12-row-2 .all__items_6,
	.block-12-row-2 .all__items_7,
	.block-12-row-2 .all__items_8,
	.block-12-row-2 .all__items_9,
	.block-12-row-2 .all__items_10 {
		flex: 0 0 100%;
		max-width: 100%;
		height: 100%;
		display: flex;
	}

	.all__items-name p {
		font-size: 3.155384615vw;
	}

	.all__items-name p {
		font-size: 3.155384615vw;
		margin-bottom: 2.564102564vw;
	}

	.all__items-block {
		margin-right: 0;
		padding: 4.258974359vw 5.207692308vw;
	}

	.all__items-text p {
		font-size: 2.366666667vw;
	}

	.block-13-row-2 {
		flex-direction: column;
		width: 77.43589744vw;
		margin-bottom: 0;
		margin-top: 0;
	}

	.block-13-row-left,
	.block-13-row-right {
		width: 100%;
		margin-bottom: 2.733333333vw;
	}

	.block-13-row-3 {
		flex-direction: column;
		width: 100%;
		margin-bottom: 0;
		margin-top: 0;
	}

	.block-13-row-3 .block-13-row-left {
		width: 77.43589744vw;
		margin: auto;
		margin-bottom: 13.73589744vw;
	}

	.block-13-row-3 .block-13-row-right {
		margin-bottom: 0;
	}

	.form-row-1 p {
		padding-right: 0;
		font-size: 4.615384615vw;
		margin-left: 11.02564103vw;
		margin-right: 7.948717949vw;
		margin-top: 13.58974359vw;
		margin-bottom: 4.615384615vw;
	}

	.form-row-2 p {
		font-size: 3.58974359vw;
		margin-left: 11.02564103vw;
		margin-right: 12.82051282vw;
		margin-bottom: 11.02564103vw;
		text-transform: inherit;
	}

	input[type="text"] {
		padding: 5.384615385vw;
		margin-bottom: 3.58974359vw;
		margin-left: auto;
		margin-right: auto;
		border-radius: 4.615384615vw;
		text-align: center;
		font-size: 3.846153846vw;
		width: calc(100vw - 22.05128206vw);
	}

	.form-row-5 {
		margin-top: 7.692307692vw;
		flex-direction: column;
	}

	.form-row-5-left {
		margin: auto;
		margin-left: auto;
		margin-right: auto;
		width: calc(100vw - 22.05128206vw);
		margin-bottom: 7.692307692vw;
	}

	input[type="button"] {
		width: 100%;
		padding: 4.615384615vw;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		border-radius: 4.615384615vw;
		text-align: center;
		font-size: 4.573333333vw;
		height: auto;
	}

	.form-row-5-right {
		width: calc(100vw - 22.05128206vw);
	}

	.form-row-5-right p {
		margin: auto;
		width: 100%;
	}

	.form-row-5-right p {
		margin: auto;
		width: 100%;
		font-size: 2.051282051vw;
		line-height: 2.564102564vw;
		margin-bottom: 17.94871795vw;
	}

	.footer-block {
		flex-direction: column;
		width: 100%;
	}

	.footer-logo {
		text-align: center;
	}

	.footer-logo img {
		width: 26.17025641vw;
		margin-bottom: 4.102564103vw;
	}

	.footer-right-row {
		justify-content: center;
	}

	.footer-link-form {
		display: none;
	}


	.phone {
		position: absolute;
		height: 97.17948718vw;
		overflow: hidden;
		width: 70.25641026vw;
	}

	.image {
		position: absolute;
	}

	.menu {
		align-items: flex-start;
		background-color: #fff;
		clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
		color: #f2f2f2;
		display: flex;
		flex-direction: column;
		font-family: sans-serif;
		position: absolute;
		top: 0;
		transition: clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);
		width: 100%;
		z-index: 2;
	}

	.active .menu {
		background-color: #ffffff;
		clip-path: polygon(101% -1%, 101% 101%, -1% 101%, -1% -1%);
	}

	.options {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		transform: scale(0.8);
		transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
	}

	.option {
		cursor: pointer;
		margin: 0;
		margin-bottom: 3.846153846vw;
	}

	.option.selected {
		color: #a02f56;
	}

	.x {
		pointer-events: none;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 3;
	}

	.top-bars {
		stroke: #fff;
		transition: stroke 400ms cubic-bezier(0.4, 0, 0.2, 1);
	}

	.active .top-bars {
		stroke: #000000;
	}

	.bar {
		transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
	}

	.bar1 {
		transform-origin: 190px 20.5px;
	}

	.bar2 {
		transform-origin: 184px 39.5px;
	}

	.bar3 {
		transition: none;
	}

	.active .bar1 {
		transform: translateY(58.6px) rotate(45deg);
	}

	.active .bar2 {
		transform: rotate(-45deg);
	}

	.active .bar3 {
		display: none;
	}

	.menu-click-area {
		cursor: pointer;
		height: 100px;
		opacity: 0.3;
		position: absolute;
		right: 10px;
		top: 10px;
		width: 100px;
		z-index: 3;
	}

	.option a {
		color: #000000;
		font-size: 3.846153846vw;
	}

	.mail-link {
		margin-top: 1.282051282vw;
	}

	.mail-link a {
		font-size: 2.564102564vw;
		text-transform: uppercase;
	}

	.header-row {
		background-position: center;
	}
}

@keyframes blink {
	80% {
		left: -75px
	}

	100% {
		left: 120%
	}
}