* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

.brand {
	display: block;
	transition: width 0.3s ease-in-out;
}

.brand img {
	display: block;
	width: 100%;
	max-height: 60px;
	transition: width 0.3s ease-in-out;
}

.wrapper {
	flex-direction: column;
	background-color: #ffffff;
	display: flex;
	color: #353737;
	min-height: 100%;
	overflow-x: hidden;
	position: relative;
	padding-top: 90px;
}



ul, ol {
	padding-left: 30px;
}

form, input, textarea, button {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

input[type="submit"],
input[type="button"] {
	appearance: none;
	-webkit-appearance: none;
}

img {
	max-width: 100%;
}

a img {
	border: none;
}

b, strong {
	font-weight: 700;
}

body {
	font-size: 20px;
	line-height: 30px;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.layout-block {
	max-width: 1330px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.full-size {
	max-width: 1400px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	height: 100%;
}

.inners-top {
	display: flex;
	align-items: center;
	height: 100%;
}

.header-top {
	height: 90px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	position: fixed;
	background-color: #ffffff;
	transition: height 0.3s ease-in-out;
}

.header-top.active {
	height: 70px;
}

.header-top.active .brand img {
	width: 80%;
	transition: width 0.3s ease-in-out;
}

.lang-options{
	z-index: 2;
	margin-left: auto;
	position: relative;
	display: flex;

}

.header-top .locale-but {
	z-index: 1;
	cursor: pointer;
}

.header-top .locale-but {
	color: #B30010;
	background: #FFD711;
	height: 43px;
	padding: 0 43px 0 14px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.header-top .locale-but:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 16px;
	background: var(--wpr-bg-b9af9589-66d5-4349-ac66-d105ef51913d) no-repeat center center;
}

.header-top .lang-options > ul {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	background: #FFEE9D;
	top: 100%;
	z-index: -1;
	border-radius: 5px;
	overflow: hidden;
	list-style-type: none;
	padding-left: 0;
}

.header-top .lang-options > ul li a{
	height: 43px;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #B30010;
	display: flex;
	align-items: center;
	padding-left: 14px;
	text-decoration: none;
}



.header-top .lang-options.active > ul {
	display: block;
}

.layered-section {
	height: 100%;
	width: 100%;
}

.only-mob {
	display: none!important;
}
/* Выравнивание десктопного меню вправо */
.nav {
    display: flex;
}

/* Стили для элементов меню */
.nav ul {
    display: flex;
    list-style: none;
}

.nav ul li {
    margin-left: 20px;
}

.nav ul li a {
    text-decoration: none;
    font-size: 18px;
    white-space: nowrap;
		color: #b30010;
}

.box-other {
    display: flex;
    align-items: center;
		width: 100%;
}


.scroll-box {
	height: 100%;
	display: flex;
	align-items: center;
}

.btn {
	font-size: 18px;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #B30010;
	outline: 0;
	border: 0;
	height: 43px;
	font-weight: 500;
	padding: 0 51px;
	border-radius: 5px;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
}

.btn:hover {
	background-color: #8D000D;
}

.offer-section {
	background-image: var(--wpr-bg-0fb5d4c8-89e2-403d-b8ce-857371797228);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 15px;
}

.offer-layout-block {
	display: flex;
	align-items: center;
	gap: 35px;
}

.info-details {
	max-width: 545px;
	width: 100%;
	flex-shrink: 0;
}

.promotion-image img{
	max-width: 100%;
	display: block;
}

h1 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	color: #F4342A;
}

.info-details .subtitle {
	font-size: 36px;
	line-height: 46px;
	margin-top: 17px;
	color: #ffffff;
	font-weight: 500;
}

.info-details .subtitle .paint{
	text-transform: uppercase;
	font-weight: bold;
}

.row-buttons {
	display: flex;
	align-items: center;
	margin-top: 21px;
	gap: 35px;
}

.row-buttons .btn{
	height: 56px;
	padding: 0 19px;
	text-transform: uppercase;
	cursor: pointer;
}

.promo-btn {
	color: #FFD711;
	border: 2px solid #FFD711;
	background: rgba(0, 0, 0, 0.27);
}

.promo-btn:hover {
	background: rgba(0, 0, 0, 0.50);
}

.deposit-btn {
	background: #FFD711;
	color: #B30010;
}

.deposit-btn:hover {
	background: #CDAB00;
}

.selection {
	padding: 41px 0 30px;
}

.dropdown-area {
	background-color: #FFECEE;
	border-radius: 10px;
	overflow: hidden;
}

.dropdown-area .content-header {
	background-color: #B30010;
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	height: 62px;
	display: flex;
	align-items: center;
	padding: 0 80px 0 50px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	transition:all 0.3s ease-in-out;
}

.dropdown-area .content-header:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 22px;
	right: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: var(--wpr-bg-5fae0bf6-cd69-400f-b5a7-c95aafc4c2a5) no-repeat top center/cover;
	transition:all 0.3s ease-in-out;
}

.dropdown-area.active .content-header {
	background-color: #8D000D;
}

.dropdown-area.active .content-header:after {
	transform: rotate(-180deg);
}

.dropdown-area .options-holder {
	display: none;
	padding: 0;
	border-radius: 0 0 10px 10px;
}

.dropdown-area .options-holder ul,
.dropdown-area .options-holder ol {
	color: #353737;
}

.dropdown-area .options-holder ul li a,
.dropdown-area .options-holder ol li a {
	color: #353737;
	text-decoration: none;
	font-size: 20px;
	padding: 0 80px 0 0;
	min-height: 46px;
	display: flex;
	align-items: center;
}

.primary-area .dropdown-area  ol, .primary-area .dropdown-area  ul {
	margin-top: 0;
	padding-left: 70px;
}

.dropdown-area .options-holder ol ol, .dropdown-area .options-holder ol ul {
	padding-left: 34px;
	list-style-type: none!important;
	margin-top: 0;
}

.dropdown-area .options-holder ul li a:hover,
.dropdown-area .options-holder ol li a:hover {
	text-decoration: underline;
}

.main-content {
	padding: 26px 0;
}

h2 {
	font-size: 36px;
	line-height: 46px;
	color: #F4342A;
	margin-top: 18px;
}

h2:first-of-type {
	margin-top: 0;
}

h3 {
	font-size: 30px;
	line-height: 40px;
	color: #F4342A;
	margin-top: 18px;
}

.primary-area p {
	margin-top: 18px;
}

.primary-area ul, .primary-area ol {
	margin-top: 18px;
	list-style: inherit;
	padding-left: 30px;
}

.primary-area ol {
	list-style-type: decimal;
}

.primary-area ul li, .primary-area ol li {
	margin-bottom: 5px;
}

.primary-area ul li:last-child, .primary-area ol li:last-child {
	margin-bottom: 0;
}

.structure {
	display: flex;
	align-items: flex-start;
	gap: 60px;
}

.feature-data {
	max-width: 100%;
	width: 100%;
}

.media-box {
	max-width: 500px;
	width: 100%;
	flex-shrink: 0;
}


.media-box img{
	display: block;
}

.primary-area img.alignright {
	float: right;
	margin-left: 16px;
}

.primary-area img.alignleft {
	float: left;
	margin-right: 16px;
}

.primary-area img.aligncenter {
	margin: 16px auto 16px;
}

.click-info {
	height: 56px;
	display: flex;
	width: fit-content;
	margin: 15px auto 0;
	text-transform: uppercase;
}

.advantages-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 77px;
}

.advantages-wrapper .item {
	flex: 1;
	border-radius: 10px;
	border: 2px solid #3C9710;
	position: relative;
	padding: 38px 28px;
}

.advantages-wrapper .item:after {
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 63px;
	height: 63px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}

.advantages-wrapper .item.plus {
	border-color: #3C9710;
}

.advantages-wrapper .item.minus {
	border-color: #D84929;
}

.advantages-wrapper .item ul {
	margin-top: 0;
	padding-left: 39px;
}

.advantages-wrapper .item ul li {
	list-style: none;
	position: relative;
	padding: 5px 0;
	margin-bottom: 9px;
}

.advantages-wrapper .item ul li:last-child {
	margin-bottom: 0;
}

.advantages-wrapper .item ul li:before {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	left: -38px;
	top: 5px;
	background-image: var(--wpr-bg-d7fb9f0d-ed77-4e28-9e12-011bf0455d28);
	background-size: cover;
	background-repeat: no-repeat;
}

.advantages-wrapper .item.minus ul li:before {
	background-image: var(--wpr-bg-9854031b-f98d-4128-9b9a-9bebaf3f3be2);
}

.advantages-wrapper .item.plus:after {
	background-image: var(--wpr-bg-ff8c8331-163f-4b6f-8311-8882807ae361);
}

.advantages-wrapper .item.minus:after {
	background-image: var(--wpr-bg-3dad2c47-ebc6-40bb-b1ed-b1e795a77e11);
}

.advantages-wrapper {
	margin-top: 50px;
}

.help-topics {
	padding: 26px 0;
	position: relative;
}

.questions {
	position: relative;
	z-index: 0;
}

.help-topics .dropdown-area {
	background: #FFF6C8;
	margin-top: 12px;
	padding: 0;
	color: #353737;
	transition: all 0.3s ease-in-out;
}

.help-topics .dropdown-area.active {
	background: #FFFAE0;
}

.help-topics .dropdown-area .content-header:after {
	right: 30px;
	background: var(--wpr-bg-5da211d5-5d5f-4565-8b77-19586215fa68) no-repeat top center / cover;
}

.help-topics .dropdown-area .options-holder {
	padding: 0 80px 25px 50px;
}

.help-topics .dropdown-area .content-header {
	height: auto;
	color: #353737;
	padding: 25px 80px 25px 50px;;
	background-color: transparent;
}

.help-topics .dropdown-area.active .content-header {
	background-color: transparent;
}

.symbol {
	padding: 21px 0;
	text-align: center;
	background: #ffffff;
}

.highlighted-text {
	font-size: 40px;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFD711;
}

.symbol img{
	display: block;
	margin: 0 auto;
}

.base-bottom {
	background-color: #B30010;
	padding: 21px 0 128px;
	margin-top: auto;
}

.end-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	list-style-type: none;
	padding:0;
}

.end-navigation li a {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	padding:  15px 40px;
	text-decoration: none;
}

.base-bottom p {
	font-size: 14px;
	margin-top: 5px;
	color: #ffffff;
}

.arrow-top {
	width: 48px;
	height: 48px;
	position: fixed;
	bottom: -53px;
	right: 20px;
	cursor: pointer;
	border-radius: 50%;
	background: #353737;
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	z-index: 9;
}

.arrow-top.active {
	bottom: 20px;
}

.arrow-top:before {
	content: "";
	width: 24px;
	height: 25px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background: var(--wpr-bg-7c5745dc-7531-4b5b-8a4b-7b498c0e72fe) no-repeat top  / cover;
}

.arrow-top:before {
	width: 14px;
	height: 15px;
}

.panel {
	position: fixed;
	bottom: 16px;
	left: 0;
	right: 0;
	z-index: 4;
	display: flex;
	max-width: 540px;
	margin: auto;
	align-items: center;
	gap: 16px;
	justify-content: space-between;
	border-radius: 10px;
	padding:11px 18px;
	background: #FFD711;
}

.paragraph {
	color: #353737;
	line-height: 24px;
}

.paragraph a {
	color: #B30010;
	font-weight: bold;
	text-decoration: underline;
}

.control .btn {
	padding:  0 29px;
	white-space: nowrap;
}

.error404 .wrapper {
	background-color: #ffffff;
}

.error404 .base-bottom {
	padding: 21px 0!important;
}

.caution-area {
	padding: 50px 0 ;
}

.error-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: none;
	padding: 0;
	text-align: center;
}

.error-panel .failure-heading {
	font-size: 48px;
	line-height: 120%;
	font-weight: 600;
	color: #353737;
	margin-bottom: 23px;
}

.error-panel {
	font-size: 36px;
	line-height: 120%;
}

.error-panel .notfound-picture {
	margin: 0 0 23px;
}

.problem-button {
	height: 55px;
	padding: 0 35px;
	border-radius: 5px;
	background: #B30010;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 58px;
	transition: all 0.3s ease-in-out;
}

.problem-button:hover {
	background: #8D000D;
}

.signup-btn {
	margin-left: 30px;
}

@media screen and (max-width: 1200px) {
	.structure {
		gap: 40px;
	}

	.advantages-wrapper {
		gap: 40px;
	}

}

@media screen and (max-width: 1023px) {
	#menu-switch .trait {
		display: block;
		background: #B30010;
		border-radius: 5px;
		transition: .25s ease-in-out;
	}

	#menu-switch #hamburger {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#menu-switch #hamburger .trait {
		width: 31px;
		height: 3px;
		position: relative;
		border-radius: 2px;
		top: 0;
		right: 0;
		margin: 3px 0;
	}

	#menu-switch #hamburger.open .trait:nth-child(1) {
		transform: rotate(-45deg) translate(-5px, 5px);
		margin: 0;
	}

	#menu-switch #hamburger.open .trait:nth-child(3) {
		opacity: 0;
	}

	#menu-switch #hamburger.open .trait:nth-child(2) {
		margin: 0;
		transform: rotate(45deg) translate(3px, 2px);
	}
	
	.nav ul {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

    /* Стили для мобильного меню */
    .nav-mobile ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .nav-mobile ul li {
        margin-bottom: 10px;
    }

    .nav-mobile ul li a {
        color: black; /* Цвет текста черный */
        text-decoration: none;
        font-size: 18px;
    }

	.layered-section {
		position: fixed;
		background: #ffffff;
		top: 0;
		right: 0;
		width: 100%;
		height: auto;
		transform: translateX(100%);
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		overflow: hidden;
		display: block;
		padding: 59px 0 15px;
	}

	.scroll-box {
		width: 100%;
		height: 100%;
		display: flex;
		overflow: hidden;
		overflow-y: scroll;
		flex-direction: column;
		align-items: flex-end;
		text-align: end;
		padding-right: 15px;
	}

	.layered-section.open {
		z-index: 15;
		transform: translateX(0);
		width: 100%;
	}

	#menu-switch {
		display: flex;
		margin-left: auto;
		z-index: 15;
		position: relative;
	}

	.brand {
		position: relative;
		z-index: 135;
	}

	.brand img{
		width: 80%;
	}

	.header-top {
		height: 70px;
	}

	.header-top.active {
		height: 70px;
	}

	.signup-btn {
		font-size: 20px;
		line-height: 120%;
		margin-right: 20px;
	}

	.header-top .lang-options > ul {
		position: relative;
		display: block;
		background: transparent;
		top: 0;
		z-index: 1;
		border-radius: 0;
		overflow: visible;
	}

	.header-top .locale-but {
		display: none;
	}

	.scroll-box p {
		font-size: 20px;
		line-height: 120%;
		text-transform: uppercase;
		margin: 11px 0;
		color: #353737;
	}

	.highlighted-text {
		font-size: 33px;
	}

	.header-top .lang-options > ul li a {
		height: auto;
		margin-bottom: 11px;
		padding: 0;
		font-size: 16px;
		line-height: 120%;
		font-weight: 500;
		color: #353737;
		display: block;
		text-decoration: none;
	}

	header .lang-options > ul li.active a {
		color: #B30010;
	}

	.only-mob {
		display: block!important;
	}

	.offer-layout-block {
		gap: 31px;
		flex-direction: column-reverse;
	}
	.info-details {
		max-width: 100%;
		width: 100%;
		flex-shrink: 0;
	}

	h1 {
		font-size: 28px;
		line-height: normal;
	}

	.info-details .subtitle {
		font-size: 20px;
		line-height: 30px;
		margin-top: 17px;
	}

	.row-buttons {
		margin-top: 21px;
		gap: 25px;
	}

	.selection {
		padding: 24px 0;
	}

	.dropdown-area .content-header {
		font-size: 18px;
		line-height: 25px;
		padding: 0 50px 0 16px;
	}

	.dropdown-area .content-header:after {
		width: 20px;
		height: 17px;
		right: 16px;
	}

	.dropdown-area .options-holder ul li a, .dropdown-area .options-holder ol li a {
		font-size: 16px;
		padding: 10px 50px 10px 0;
		min-height: auto;
	}

	.main-content {
		padding: 12px 0;
	}

	h2 {
		font-size: 28px;
		line-height: 33px;
		text-transform: none;
	}

	h3 {
		font-size: 22px;
		line-height: 30px;
	}

	body {
		font-size: 16px;
		line-height: 21px;
	}

	.structure {
		gap: 24px;
		flex-direction: column-reverse;
		align-items: center;
	}

	.feature-data {
		max-width: 100%;
		width: 100%;
		flex-shrink: 0;
	}

	.ball1:after {
		display: none;
	}

	.advantages-wrapper {
		gap: 35px;
		flex-direction: column;
		margin-top: 44px;
	}

	.advantages-wrapper .item:after {
		width: 41px;
		height: 41px;
		top: -21px;
		left: 0;
		right: 0;
	}

	.advantages-wrapper .item {
		padding: 20px 28px;
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}

	.advantages-wrapper .item ul li:before {
		top: 2px;
	}

	.help-topics .dropdown-area .options-holder {
		font-size: 14px;
		padding: 0 50px 25px 16px;;
		border-radius: 0;
	}

	.help-topics .dropdown-area {
		margin-top: 12px;
	}

	.help-topics .dropdown-area .content-header {
		padding: 25px 50px 25px 16px;
	}

	.help-topics .dropdown-area .content-header:after {
		right: 15px;
	}

	.primary-area .dropdown-area  ol, .primary-area .dropdown-area  ul {
		padding-left: 30px;
	}

	.primary-area img.alignright,
	.primary-area img.alignleft {
		float: none;
		margin: 16px auto 16px;
	}

	.primary-area img.alignright,
	.primary-area img.alignleft,
	.primary-area img.aligncenter {
		max-width: 400px;
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.panel {
		gap: 8px;
		width: 90%;
		bottom: 10px;
		z-index: 10;
	}

	.arrow-top {
		width: 31px;
		height: 31px;
	}

	.arrow-top.active {
		bottom: 74px;
	}

	.paragraph {
		font-size: 12px;
		line-height: 120%;
	}

	.control .btn {
		padding: 8px 10px;
		white-space: nowrap;
		height: auto;
		font-size: 12px;
		text-transform: uppercase;
	}

	.base-bottom {
		padding: 21px 0 88px;
	}

	.offer-section {
		background-image: var(--wpr-bg-0c2fcefe-2056-4809-a9c3-8f7e9de9ff19);
	}

	.wrapper {
		padding-top: 70px;
	}

	.error-panel .failure-heading {
		font-size: 35px;
		margin-bottom: 15px;
	}

	.error-panel {
		font-size: 20px;
		line-height: 30px;
	}

	.problem-button {
		margin-top: 35px;
	}

	.caution-area {
		padding: 40px 0;
	}

	.nav ul li a {
		padding: 8px 0;
		display: block;
	}

}

@media screen and (max-width: 500px) {
	.row-buttons {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.end-navigation {
		gap: 20px;
	}

	.end-navigation li a {
		font-size: 12px;
		padding: 10px 10px;
	}

	.base-bottom p {
		font-size: 12px;
		margin-top: 15px;
	}

	.signup-btn {
		font-size: 16px;
		line-height: 120%;
		margin-right: 20px;
		padding: 0 20px;
		position: relative;
		z-index: 135;
		height: 40px;
	}
}

@media screen and (max-width: 350px) {
	.highlighted-text {
		font-size: 30px;
	}
	/* Выравнивание десктопного меню вправо */
}