/*
    Theme Name: Stamp
    Theme URI: ttps://t.me/@aalaskov
    Author: Сергей Коновалов, Александр Ласьков
    Author URI: https://t.me/@aalaskov
    Description: Уникальный шаблон для сайта бухгалтерской компании
    Version: 1.0
*/

*,
html {
	padding: 0;
	margin: 0;
}

.container {
	max-width: 1464px;
	width: 100%;
	margin: 0 auto;
}

.container + .container {
	margin-top: 120px;
}

.container.iframe {
	margin-top: 80px;
	
	overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

header {
	background: #404040;
}

body {
	background: #292929;
}

main {
	padding: 80px 0;	
}

.logo--block {
	height: 70px;
}

.logo--block img {
    width: 100%;
    height: 100%;
}

.header--block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	padding: 18px 0;
}

.header--block .navi--block ul {
	display: flex;
	gap: 30px;
}

.header--block .navi--block ul li {
	list-style: none;
}

.header--block .navi--block ul li a {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: 400;
	line-height: 18.4px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #FFFFFFB2;
	text-decoration: none;
	transition: all .5s;
}

.header--block .navi--block ul li a:hover,
.header--block .navi--block ul li.current-menu-item a,
.header--block .navi--block ul li.current-menu-item span {
	color: #FFFFFF;
}

.flex--block {
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
	gap: 40px;
}

.flex--block.top {
    align-items: flex-start;	
}

.flex--block .main--block__left {
	flex: 2;
}

.flex--block .main--block__right {
	flex: 1;
}

.bigText {
	font-family: Helvetica;
	font-size: 52px;
	font-weight: 400;
	line-height: 58px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #FFFFFF;
	text-transform: uppercase;
}

.bigText span {
	color: #D667FC;
}

.smallText {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #FFFFFFCC;
}

.icon-link {
	display: inline-block;
	position: relative;
	
	background: #D667FC;
	padding: 11px 48px 11px 24px; 
	border-radius: 48px;
	
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #FFFFFFCC;
	text-decoration: none;
	
	transition: all .5s;
}

.icon-link:hover {
	opacity: .75;
}

.icon-link:before {
	content: '';
    background: url(img/arrow.svg);
    width: 42px;
    height: 42px;
	
    position: absolute;
    right: 8px;
    top: 2px;
	
}

main p {
	margin: 10px 0 0 0;
}

.main--block__col {
	flex: 1;
	
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: left;
	
	color: #FFFFFFCC;
}

.main--block__col.textRight {
	text-align: right;
}

.step--block {
	display: flex;
	align-items: center;
	gap: 20px;
	
	border-top: 1px solid #FFFFFF33;
	padding: 20px 0;
	
	font-family: Helvetica;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.05em;
	text-align: left;

	color: #FFFFFF;
}

.step--block:last-child {
	border-bottom: 1px solid #FFFFFF33;	
}

.step--block .step--block__left {	
	flex: 2;
	
	font-family: Helvetica;
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #FFFFFF66;
	
	text-transform: uppercase;
}

.step--block .step--block__right {
	flex: 10;
}

.tab--buttons {
	margin: 20px 0 60px 0;
}

.tab--buttons ul {
	display: flex;
	gap: 16px;
	justify-content: flex-start;
}

.tab--buttons ul li {
	list-style: none;
}

.tab--buttons a {
	position: relative;
	display: inline-block;
	
	padding: 5px 39px 5px 16px;
	border-radius: 30px;
	opacity: 0px;
	background: #404040;
	
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #FFFFFFCC;
	
	text-decoration: none;
}

.tab--buttons a:hover:before,
.tab--buttons a.active:before {
	content: '';
    background: rgba(214, 103, 252, 1) url(img/tab-arrow.svg) no-repeat center center;
	border-radius: 16px;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
}

.tab--buttons a:before {
	content: '';
    background: url(img/tab-arrow.svg) no-repeat center center;
	border-radius: 16px;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .5s;
}

.main--block__video--bottom__content {
	display: flex;
	align-items: center;
	justify-content: center;
	
	background: rgba(23, 23, 23, 1);
	min-height: 432px;
	border-radius: 30px 30px 0 0;
	
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
}

.main--block__video--bottom__content .play__btn {
    position: relative;
    top: 30px;
	transition: all .5s;
	cursor: pointer;
}

.main--block__video--bottom__content .play__btn:before {
	content: '';
	background: url(img/play.svg);
	width: 60px;
	height: 60px;
	position: absolute;
	top: -70px;
	left: 60px;
}

.main--block__video--bottom__content .play__btn:hover {
	opacity: .75;
}

.main--block__video--bottom {
	display: flex;
	align-items: center;
	gap: 10px;
    background: rgba(64, 64, 64, 1);
    border-radius: 0 0 30px 30px;
    padding: 20px;
}

.main--block__video--bottom .block__left {
	flex: 1;
    padding: 0;
	font-family: Helvetica;
	font-size: 32px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0.05em;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
}

.main--block__video--bottom .block__right {
	flex: 1;
    padding: 0;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.05em;
	text-align: left;
	color: rgba(255, 255, 255, 0.8);
}

.tariff--list {
    margin-top: 80px;    
}

.tariff--list__item--header {
	width: 100%;
	height: 40px;
	
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	border-left: 1px solid rgba(255, 255, 255, 0.6);
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 20px 20px 0 0;
}

.tariff--list .tariff--list__item {
	margin-top: 40px;
}

.tariff--list .tariff--list__item .flex--block {
	padding: 0 40px;
}

.tariff--list__top {
	display: flex;
	align-items: center;
	gap: 20px;
}

.tariff--list__top span {
	font-family: Helvetica;
	font-size: 32px;
	font-weight: 400;
	line-height: 35.2px;
	letter-spacing: 0.05em;
	text-align: left;
	color: rgba(255, 255, 255, 0.8);
}

.tariff--list__top ul {
	display: flex;
	gap: 10px;
}

.tariff--list__top ul li {
	padding: 4px 16px;
    border-radius: 20px;
    list-style: none;
    background: rgba(64, 64, 64, 1);
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}

.tariff--list_middle {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: left;
	color: rgba(255, 255, 255, 0.8);
}

.tariff--list_middle span {
	font-family: Helvetica;
	font-size: 32px;
	font-weight: 400;
	line-height: 35.2px;
	letter-spacing: 0.05em;
	text-align: left;
	color: rgba(214, 103, 252, 1);   

	margin: 0 10px 0 0;
}

.tariff--list_middle ul {
	display: flex;
	flex-wrap: wrap;
}

.tariff--list_middle ul li {
	position: relative;
	list-style: none;
	margin: 0 20px 10px 0;
	padding: 0 10px 0 0;
}

.tariff--list_middle ul li:before {
	content: "";
    right: -6px;
    background: rgba(255, 255, 255, 0.6);
    width: 2px;
    height: 100%;
    position: absolute;
}

.tariff--list_middle ul li:last-child:before {
	width: 0;
}

.tariff--list_middle > p {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.tariff--list_middle a {
	display: inline-block;
    position: relative;
    background: #D667FC;
    padding: 11px 24px;
    border-radius: 48px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #FFFFFFCC;
    text-decoration: none;
    transition: all .5s;
}

.tariff--list_middle a:hover {
	opacity: .75;
}

.whyUs--block {
	display: flex;
	gap: 20px;
}

.whyUs--block .whyUs--block__left {
	position: relative;
	flex: 1;
	
	background: rgba(214, 103, 252, 1);
	padding: 10px 20px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 30px;
	
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.05em;
	text-align: left;
	color: rgba(255, 255, 255, 1);
}

.whyUs--block .whyUs--block__left:before {
	content: '';
	
	width: 100%;
	height: 100%;
	background: url(img/bg.png);
	border-radius: 30px;
	
	position: absolute;
	top: 0;
	left: 0;
	
	opacity: .2;
	
	z-index: 1;
}

.whyUs--block .whyUs--block__left p {
	position: relative;
	
	z-index: 2;
}

.whyUs--block .whyUs--block__left p.bigText {
	margin: 40px 0 0 0;
	
	font-family: Helvetica;
	font-size: 42px;
	font-weight: 400;
	line-height: 57.2px;
	letter-spacing: 0.05em;
	text-align: left;
}

.whyUs--block .whyUs--block__left p.bigText span {
	color: rgba(41, 41, 41, 1);
}

.whyUs--block .whyUs--block__right {
	flex: 2;
	
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.whyUs--block .whyUs--block__right .whyUs--block__right--item {
	width: calc(50% - 15px);
	box-sizing: border-box;
	padding: 20px 20px 20px 100px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 30px;
}

.whyUs--block .whyUs--block__right .whyUs--block__right--item > p:nth-child(1) {
	margin: 0;
	
	font-family: Helvetica;
	font-size: 24px;
	font-weight: 700;
	line-height: 27.6px;
	letter-spacing: 0.05em;
	text-align: left;
	color: rgba(255, 255, 255, 1);
}

.whyUs--block .whyUs--block__right .whyUs--block__right--item > p:nth-child(2) {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 400;
	line-height: 23.4px;
	letter-spacing: 0.05em;
	text-align: left;
	color: rgba(255, 255, 255, 0.7);
}

.faq--block {
	margin: 60px 0 0 0;
}

.faq--block__item {
	position: relative;
	border-top: 2px solid rgba(255, 255, 255, 0.6);
    padding: 20px 0;
}

.faq--block__item:before {
	content: '';
    position: absolute;
    top: 15px;
    right: 0;
    background: rgba(64, 64, 64, 1) url(img/tab-arrow.svg) no-repeat center center;
    border-radius: 16px;
    width: 32px;
    height: 32px;
	transition: all .5s;
}

.faq--block__item:hover:before {
    background: rgba(214, 103, 252, 1) url(img/tab-arrow.svg) no-repeat center center;	
	transform: rotate(180deg);
}

.faq--block__item:last-child {
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.faq--block .faq--block__item--title {
	font-family: Helvetica;
	font-size: 24px;
	font-weight: 700;
	line-height: 26.4px;
	letter-spacing: 0.05em;
	text-align: left;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}

.faq--block .faq--block__item--desc {
	display: none;
	
	padding: 0 30% 0 0;
	padding: 0 30% 0 0;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: 300;
	line-height: 23.4px;
	letter-spacing: 0.05em;
	text-align: left;
	color: rgba(255, 255, 255, 0.8);
}

footer {
	background: rgba(64, 64, 64, 1);
	padding: 0;
}

.footer--block {
	display: flex;
	justify-content: space-between;
    align-items: center;
	gap: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);	
	padding: 80px 0 60px 0;
}

.footer--block.top {
	align-items: start;	
}

.footer--block:last-child {
	padding: 60px 0;
	border: none;
}

.footer--block__item {
	flex: 1;
}

.footer--block__item img {
	max-width: 280px;
	height: auto;
}

.footer--block__item.double__item {
	flex: 2;
}

.footer--block__item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.footer--block__item ul li {
	width: calc(50% - 10px);
	list-style: none;
	
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.45px;
	letter-spacing: 0.05em;
	text-align: left;
}

.footer--block__item ul li a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: all .5s;
}

.footer--block__item a:hover {
	opacity: .75;
}

.footer--block__item a.whatsapp {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
    position: relative;
	border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 11px 24px;
    border-radius: 48px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all .5s;
}

.footer--block__item a.whatsapp:before {
	content: '';
    position: absolute;
    top: 14px;
    left: calc(50% + 55px);
    width: 19px;
    height: 19px;
    background: url(img/whatsapp.svg);
}

.footer--block__item a.mail {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
    position: relative;
	border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 11px 24px;
    border-radius: 48px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all .5s;
}

.footer--block__item a.mail:before {
	content: '';
    position: absolute;
    top: 14px;
    left: calc(50% + 55px);
    width: 19px;
    height: 19px;
    background: url(img/mail.svg);
}

.footer--block__item a.btn {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
    position: relative;
    background: #D667FC;
    padding: 11px 24px;
    border-radius: 48px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFFCC;
    text-decoration: none;
    transition: all .5s;
}

.footer--block__item .social {
	display: flex;
	gap: 15px;
	flex-direction: column;
}

.footer--block__item p {
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.45px;
	text-align: left;
	color: rgba(255, 255, 255, 0.8);
	
	margin: 10px 0 0;
}

.footer--block__item p.title {
	font-family: Helvetica;
	font-size: 24px;
	font-weight: 700;
	line-height: 27.6px;
	letter-spacing: 0.05em;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	margin: 0 0 20px 0;
}

.footer--block__item p a {
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.45px;
	text-align: left;
	color: rgba(214, 103, 252, 1);
	text-decoration: none;
}

.form--block {
	display: flex;
    width: 100%;
    gap: 20px;
}

.form--block .form--block__item {
	flex: 1;
}

.form--block button {
	display: inline-block;
	width: 100%;
	margin: 20px 0 0 0;
	
	box-sizing: border-box;
    position: relative;
    background: #D667FC;
    padding: 11px 24px;
    border-radius: 48px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFFCC;
    text-decoration: none;
    transition: all .5s;
	border: none;
}

.form--block  button:hover {
	opacity: .75;
	cursor: pointer;
}

.form--block input[type=text],
.form--block input[type=email],
.form--block input[type=tel] {
	width: 100%;
	height: 42px;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	
	background: rgba(41, 41, 41, 1);
	border-radius: 20px;
	
	font-family: Helvetica;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.1px;
	text-align: left;
	color: rgba(255, 255, 255, 0.7);
	
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.form--block input[type=text]::placeholder,
.form--block input[type=email]::placeholder,
.form--block input[type=tel]::placeholder {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.1px;
	text-align: left;
	color: rgba(255, 255, 255, 0.7);
}

.form--block textarea {
	width: 100%;
    height: 105px;
	box-sizing: border-box;
	padding: 20px;
	
	background: rgba(41, 41, 41, 1);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	
	font-family: Helvetica;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.1px;
	text-align: left;
	color: rgba(255, 255, 255, 0.7);
}

.form--block input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.form--block span {
	display: inline-block;
	position: relative; 
	padding: 0 0 0 35px; 
	line-height: 22px;    
}
.form--block span:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
    top: 3px;
	transition: all .5s;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 4px;
}
 
.form--block input[type=checkbox]:checked + span:before {
	background: url(img/ok.svg) no-repeat center center;
}
 
.form--block span:before {
	border: 1px solid rgba(255, 255, 255, 0.7);
}
 
.form--block input[type=checkbox]:disabled + span {
	color: #666;
	cursor: default;
}
.form--block input[type=checkbox]:disabled + span:before {
	filter: grayscale(100%);
	opacity: 0.6;
}

#i-fr-ds {
	display: block;
	border: none;
	max-width: 1000px;
	width: 100%;
	height:	590px;
	background: #292929;
	border-radius: 10px;
	margin: 0 auto;
}

#const_box_mobile {
	background: #292929;
}

.mobile--button {
	position: fixed;
    padding: 10px;
	box-sizing: border-box;
	display: flex;
	gap: 10px;
	z-index: 999;
	
	bottom: 0;
	left: 0;
	width: 100%;
	height: 68px;
	background: rgba(64, 64, 64, 1);
}

.mobile--button a {
	display: block;
    width: 100%;
    height: 50px;
    background: rgba(214, 103, 252, 1);
    border-radius: 20px;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.05em;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
	text-decoration: none;
}

.mobile--popup {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: transparent;
}

.mobile--popup .mobile--button {
	z-index: 999;
}

.mobile--popup span.back {
	display: block;
    width: calc(100% - 78px);
    height: 50px;
    background: rgba(214, 103, 252, 1);
    border-radius: 20px;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.05em;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.mobile--popup span.back:after {
	content: '';
    background: url(img/download.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    left: 5px;
}

.mobile--popup span.return {
	position: relative;
	width: 68px;
	height: 50px;
	padding: 12px 24px 14px 24px;
	box-sizing: border-box;
	border-radius: 20px;
	opacity: 0px;
	background: #777777;
}

.mobile--popup span.return:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(img/return.svg) no-repeat center center;
}

.tabs--content {
    display: none;   
}

.tabs--content.active {
    display: block;   
}

.reviews--block {
	margin: 40px 0 0 0;
	
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(3, 1fr);
}

.reviews--list__item {
	display: flex;
	gap: 20px;
}

.reviews--list__item .reviews--list__item--photo img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 3px solid #D667FC;
}

#reviews .review_star.active {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(/wp-content/uploads/2024/12/star.svg);
}

#reviews .review_star.no-active {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(/wp-content/uploads/2024/12/star-hide.svg);
}

#reviews .review--star__block {
	display: flex;
	gap: 3px;
}

.reviews--list__score {
	margin: 5px 0 15px 0;
	
	display: flex;
	gap: 10px;
    align-items: center;
	
	font-family: Helvetica;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #FFFFFFCC;
}

.reviews--list__title a,
.reviews--list__title {
	font-family: Helvetica;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #FFFFFFCC;
	text-decoration: none;
	transition: all .5s;
}

.reviews--list__title a:hover {
	opacity: .75;
}

.reviews--list__content {
	font-family: Helvetica;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #FFFFFFCC;
}

.reviews--list__content .date img {
	max-width: 150px;
}

.main--block__video--bottom__content #video {
	display: none;
	
	width: 100%;
    height: 430px;
    border-radius: 30px 30px 0 0;
}

.main--block__video--bottom__content #video iframe {
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 0;
}

.main--block__left p {
	margin: 40px 0;
	
	font-family: Helvetica;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #FFFFFF;
}