* {
	box-sizing: border-box;
	margin: 0;
	scroll-behavior: smooth;
}

p,span,a,li,h1,h2,h3,h4,h5,h6,label {
	font-family: 'Poppins', sans-serif;
	color: #000000;
}

.text_rubik {
	font-family: 'Rubik', sans-serif;
}

.background_red {
	background: #C02525;
}

.background_red2 {
	background: #FF302F;
}

.background_blue {
	background: #1B3660;
}

.background_white {
	background: #FFFFFF;
}

.background_green {
	background: #5DA701;
}

.text_white {
	color: #FFFFFF;
}

.text_red {
	color: #C02525;
}

.text_blue {
	color: #1B3660;
}

.uppercase {
	text-transform: uppercase;
}

img {
	max-width: 100%;
	object-fit: contain;
}

a {
	text-decoration: none;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

p {
	margin: 20px 0;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 2;
	width: 100%;
	padding: 5px 5%;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

header .header-button-mobile {
	display: none;
}

header .header-logo {
	display: flex;
	width: 250px;
}

header .header-buttons {
	display: flex;
	align-items: center;
}

header .header-buttons .button {
	margin-left: 5px;
}

header .header-ratings {
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0.7);
	transform-origin: center;
}

header .header-ratings img {
	padding: 0 10px;
}

.button {
	font-weight: 600;
	font-size: 18px;
	display: flex;
	justify-content: center;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	width: 170px;
}

.banner {
	background: url('assets/img/banner.png');
	background-position: top right 40%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 5% 100px 5%;
	margin-top: 50px;
}

.banner .banner-content {
	width: 50%;
}

.banner h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}

.banner .banner-text {
	opacity: 0.6;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	margin: 80px 0;
}

.banner .banner-misc .banner-misc-item {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.banner .banner-misc .banner-misc-item span {
	display: flex;
	margin-left: 10px;
}

.banner .banner-misc .banner-misc-item span.banner-misc-item-title {
	font-size: 24px;
	font-weight: 700;
	opacity: 0.8;
	line-height: 1.2;
	letter-spacing: 1.2px;
}

.banner .banner-misc .banner-misc-item span.banner-misc-item-text {
	opacity: 0.8;
	font-size: 16px;
}

.section-half {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.section-half .section-half-absolute-container {
	position: absolute;
	width: 40%;
	min-width: 590px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-half .section-half-absolute-container img {
	width: 100%;
	max-height: 320px;
}

.section-half .red-blue-half {
	width: 50%;
	padding: 45px 5%;
	display: flex;
}

.section-half .red-blue-half .red-blue-half-content {
	width: 60%;
	display: flex;
	align-items: center;
}

.section-half .red-blue-half.background_blue {
	justify-content: flex-end;
	text-align: right;
}

.section-half .red-blue-half.background_blue .red-blue-half-content {
	flex-direction: row-reverse;
}

.section-half .red-blue-half .red-blue-half-content span {
	line-height: 29px;
	display: flex;
	font-size: 24px;
	font-weight: 600;
	margin: 0px 10px;
}

.section {
	padding: 50px 5%;
}

.section-heading {
	margin-bottom: 20px;
}

.section-heading-center {
	display: flex;
	justify-content: center;
	text-align: center;
}

.section-heading .section-heading-small {
	opacity: 0.6;
	font-size: 20px;
	font-weight: 500;
}

.section-heading .section-heading-main {
	display: flex;
	font-size: 36px;
	font-weight: 600;
	line-height: 46px;
}

.section-heading .section-heading-main.large {
	font-size: 48px;
}

.about {
	background: url('assets/img/about-bg.png');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
	padding-bottom: 0;
}

.about .about-left {
	position: relative;
	width: 60%;
	padding-bottom: 50px;
}

.about .about-right {
	width: 40%;
	display: flex;
	align-items: flex-end;
	position: relative;
}

.about .about-content {
	font-size: 16px;
	line-height: 1.4;
	opacity: 0.8;
}

.about .about-list {
	font-size: 16px;
	column-count: 2;
	margin: 20px 0;
	margin-bottom: 40px;
}

.about .about-list .about-list-item {
	display: flex;
	align-items: flex-start;
	margin: 10px 0;
}

.about .about-list .about-list-item img {
	margin-right: 5px;
}

.solutions .solutions-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.solutions .solutions-main .solutions-item {
	width: 32%;
	margin: 15px 0;
}

.solutions .solutions-main .solutions-item img {
	width: 100%;
}

.solutions .solutions-main .solutions-item .solutions-item-text-container {
	padding: 20px;
}

.solutions .solutions-main .solutions-item .solutions-item-title {
	font-size: 22px;
	font-weight: 600;
}

.solutions .solutions-main .solutions-item .solutions-item-text {
	font-size: 16px;
}

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

.brands .brands-logos .brand-logo-container {
	width: 18%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0;
}

.brands .brands-logos .brand-logo-container:first-child,
.brands .brands-logos .brand-logo-container:nth-child(6) {
	justify-content: flex-start;
}

.brands .brands-logos .brand-logo-container:nth-child(5),
.brands .brands-logos .brand-logo-container:nth-child(10) {
	justify-content: flex-end;
}

.brands .brands-logos img.brand-logo {
	max-height: 70px;
}

.red-blue-2 .red-blue-2-half {
	padding: 50px 5%;
	width: 50%;
	padding-bottom: 200px;
}

.red-blue-2 .red-blue-2-half:first-child {
	background: url('assets/img/red-concrete.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.red-blue-2 .red-blue-2-half:nth-child(2) {
	background: url('assets/img/blue-wall.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.red-blue-2 .red-blue-2-half .red-blue-2-img {
	width: 100%;
}

.red-blue-2 .red-blue-2-text-container {
	text-align: center;
}

.red-blue-2 .red-blue-2-text-container .red-blue-2-title {
	font-size: 64px;
	font-weight: 700;
}

.red-blue-2 .red-blue-2-text-container .red-blue-2-subtitle {
	font-size: 24px;
	font-weight: 600;
}

.comfort {
	background: #EDF4F6;
	padding-top: 0;
}

.comfort .comfort-sofa-img {
	margin-top: -150px;
	position: relative;
}

.comfort .comfort-main-content {
	padding-top: 50px;
}

.comfort .section-subheading {
	font-size: 20px;
	font-weight: 600;
	padding: 0 15%;
	text-align: center;
}

.comfort .comfort-cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.comfort .comfort-cards .comfort-card {
	background: #FFFFFF;
	box-shadow: -1px 4px 40px 0px rgba(27, 54, 96, 0.15);
	width: 32%;
	margin: 15px 0;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}

.comfort .comfort-cards .comfort-card span {
	display: flex;
	padding-left: 15px;
}

.comfort .comfort-cards .comfort-card .comfort-card-title {
	font-size: 20px;
	font-weight: 600;
}

.comfort .comfort-cards .comfort-card .comfort-card-text {
	opacity: 0.7;
	font-size: 16px;
}

.guarantee .section-subheading {
	text-align: center;
	padding: 0 20%;
}

.guarantee .guarantee-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}

.guarantee .guarantee-items .guarantee-item {
	width: 32%;
}

.guarantee .guarantee-items .guarantee-item img {
	width: 100%;
	display: flex;
}

.guarantee .guarantee-items .guarantee-item .guarantee-item-text-container {
	padding: 20px;
	min-height: 45%;
}

.guarantee .guarantee-items .guarantee-item .guarantee-item-title {
	font-size: 22px;
	font-weight: 600;
}

.guarantee .guarantee-items .guarantee-item .guarantee-item-text {
	font-size: 16px;
}

.local-destination {
	background: url('assets/img/local-destination.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left 20%;
	padding-left: 15%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0;
}

.local-destination .local-destination-left {
	width: 60%;
	padding-bottom: 50px;
}

.local-destination .local-destination-right {
	width: 40%;
	display: flex;
	align-items: flex-end;
}

.local-destination .local-destination-left .local-destination-text {
	font-size: 16px;
}

.local-destination .local-destination-left .local-destination-tagline {
	font-size: 24px;
	font-style: italic;
	font-weight: 600;
}

.contacts-bar {
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
	padding-bottom: 35px;
}

.contacts-bar .contacts-bar-item {
	margin: 15px 0;
}

.contacts-bar .contacts-bar-item,
.contacts-bar .contacts-bar-item span {
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.contacts-bar .contacts-bar-item .contacts-bar-item-title {
	opacity: 0.7;
	font-size: 16px;
	font-weight: 500;
}

.contacts-bar .contacts-bar-item .contacts-bar-item-text {
	font-size: 20px;
	font-weight: 700;
}

.reviews .section-heading {
	margin-bottom: 0;
}

.reviews .reviews-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reviews .reviews-top .reviews-top-blocks {
	display: flex;
}

.reviews .reviews-top .reviews-top-block {
	display: flex;
	justify-content: center;
	width: 300px;
	margin-left: 10px;
	padding: 10px;
}

.reviews .reviews-top .reviews-top-block-left .reviews-top-block-rating {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	display: flex;
	margin-right: 10px;
}

.reviews .reviews-top .reviews-top-block-right .reviews-top-block-text {
	font-size: 16px;
	font-weight: 500;
}

.reviews .reviews-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.reviews .review-card {
	background: #FFFFFF;
	width: 32%;
	padding: 20px;
	margin: 20px 0;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.reviews .review-card .review-card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reviews .review-card .review-card-text {
	opacity: 0.7;
	font-size: 16px;
	font-weight: 500;
}

.reviews .review-card-bottom {
	display: flex;
	align-items: center;
}

.reviews .review-card-bottom span {
	display: flex;
	padding-left: 10px;
}

.reviews .review-card-bottom span.review-card-bottom-name {
	font-size: 20px;
	font-weight: 600;
	color: #414142;
}

.reviews .review-card-bottom span.review-card-bottom-info {
	font-size: 18px;
}

.booking {
	background: #EDF4F6;
	scroll-margin-top: 100px;
}

.booking .form-container {
	box-shadow: -1px 4px 40px 0px rgba(27, 54, 96, 0.15);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.booking .form-container .form-container-inner {
	position: relative;
	width: 70%;
}

.booking .form-container .form-container-inner:before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px; /* Adjust the height of the border as needed */
  background: linear-gradient(70deg, #1B3660 55.83%, rgba(1, 55, 139, 0.87) 131.02%);
}

.booking .form-container .form-container-inner-main {
	padding: 50px 5% 50px 10%;
}

.booking form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.booking form .form-inner-text {
	font-size: 16px;
}

.booking form .form-field-half {
	width: 48%;
}

.booking form .form-field {
	width: 100%;
}

.booking form .form-field,
.booking form .form-field-half {
	background: #F5F5F5;
	margin: 5px 0;
	display: flex;
	align-items: center;
}

.booking form input,
.booking form textarea {
	width: 100%;
	padding: 10px;
	background: #F5F5F5;
	color: #000000;
	opacity: 0.5;
	border: none;
	-webkit-appearance: none;
	font-family: 'Poppins', sans-serif;
}

.booking form .form-field-submit {
	width: 200px;
}

.booking form .form-field-submit input {
	background: #C02525;
	color: #FFFFFF;
	opacity: 1;
	font-size: 24px;
	font-weight: 600;
	cursor: pointer;
}

.booking form label {
	display: none;
}

.booking .form-field-icon-container {
	padding: 10px;
	padding-right: 0;
	display: flex;
}

input::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif;
	color: #000000;
	opacity: 0.5;
}

input:-ms-input-placeholder {
	font-family: 'Poppins', sans-serif;
	color: #000000;
	opacity: 0.5;
}

input:-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	color: #000000;
	opacity: 0.5;
}

input::-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	color: #000000;
	opacity: 0.5;
}

textarea::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif;
	color: #000000;
	opacity: 0.5;
}

textarea:-ms-input-placeholder {
	font-family: 'Poppins', sans-serif;
	color: #000000;
	opacity: 0.5;
}

textarea:-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	color: #000000;
	opacity: 0.5;
}

textarea::-moz-placeholder {
	font-family: 'Poppins', sans-serif;
	color: #000000;
	opacity: 0.5;
}

.booking .form-container .special-deals {
	width: 30%;
}

.booking .form-container .special-deals .special-deals-img-container {
	display: flex;
}

.booking .form-container .special-deals .special-deals-img-container img {
	width: 100%;
	object-fit: cover;
}

.booking .form-container .special-deals .special-deals-text-container {
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 15px;
}

.booking .form-container .special-deals .special-deals-text-container .special-deals-title-container {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.booking .form-container .special-deals .special-deals-text-container .special-deals-title-left,
.booking .form-container .special-deals .special-deals-text-container .special-deals-title-right {
	display: flex;
}

.booking .form-container .special-deals .special-deals-text-container .special-deals-title-left {
	font-size: 24px;
	font-weight: 800;
	margin-right: 10px;
}

.booking .form-container .special-deals .special-deals-text-container .special-deals-title-right {
	color: #FFC960;
	font-size: 48px;
}

.booking .form-container .special-deals .special-deals-text-container .special-deals-label {
	display: flex;
	font-size: 16px;
	margin-top: 15px;
}

footer .footer-top {
	padding-bottom: 35px;
	border-bottom: 1px solid #FFFFFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .footer-top .footer-column {
	width: 25%;
}

footer .footer-top .footer-logo {
	width: 280px;
}

footer .footer-top .footer-text {
	font-size: 16px;
	font-weight: 500;
}

footer .footer-top .footer-socmed {
	display: flex;
}

footer .footer-top .footer-socmed .footer-socmed-icon-container {
	display: flex;
	margin-right: 10px;
}

footer .footer-top .footer-buttons .button {
	display: flex;
	width: 100%;
}

footer .footer-top .payment-options .payment-options-title {
	font-size: 20px;
	font-weight: 700;
}

footer .footer-top .payment-options .payment-options-cards {
	display: flex;
	justify-content: space-between;
}

footer .footer-top .payment-options .payment-options-cards .payment-options-card {
	width: 30%;
}

footer .footer-bottom p.footer-copyright {
	font-size: 16px;
	font-weight: 600;
}

@media screen and (min-width: 1600px) {
	header {
		padding: 5px 10%;
	}

	.banner {
		padding: 120px 10% 100px 10%;
	}

	.section {
		padding: 50px 10%;
	}

	.section-half .red-blue-half {
		padding: 45px 10%;
	}

	.about {
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 80px;
		padding-bottom: 0;
	}

	.red-blue-2 .red-blue-2-half {
		padding: 50px 10%;
		padding-bottom: 200px;
	}

	.local-destination {
		padding-bottom: 0;
		padding-left: 20%;
	}
}

@media screen and (max-width: 1100px) {
	header .header-logo {
		width: 200px;
	}

	header .header-buttons .button {
		width: 150px;
	}

	header .header-ratings {
		transform: scale(0.4);
	}

	.button {
		font-size: 16px;
	}

	.contacts-bar .contacts-bar-item .contacts-bar-item-text {
		font-size: 16px;
	}

	.red-blue-2 .red-blue-2-text-container .red-blue-2-title {
		font-size: 48px;
	}

	.section-half .section-half-absolute-container {
		min-width: 390px;
		top: 50%;
	}

	.section-half .red-blue-half .red-blue-half-content span {
		font-size: 18px;
	}

	.section-half .red-blue-half .red-blue-half-content {
		width: fit-content;
	}

	img.review-card-quotes {
		transform: scale(0.6);
		transform-origin: left;
	}

	img.review-card-stars {
		transform: scale(0.6);
		transform-origin: center;
	}

	footer .footer-top .footer-column {
		width: 35%;
	}

	.booking .form-container .special-deals .special-deals-text-container .special-deals-title-container {
		flex-flow: column;
		text-align: center;
	}

	.booking .form-container .special-deals .special-deals-text-container .special-deals-title-left {
		font-size: 20px;
		margin-right: 0;
	}
}

@media screen and (max-width: 900px) {
	.section-half .section-half-absolute-container {
		top: 70%;
	}

	.contacts-bar {
		flex-wrap: wrap;
	}

	.comfort .comfort-cards .comfort-card {
		width: 48%;
	}

	.guarantee .guarantee-items .guarantee-item .guarantee-item-title {
		font-size: 18px;
	}

	.section-heading .section-heading-main {
		font-size: 32px;
	}

	.reviews .reviews-top .reviews-top-block {
		width: 220px;
	}

	.reviews .reviews-top .reviews-top-block-right .reviews-top-block-text {
		font-size: 14px;
	}

	.reviews .review-card-bottom span.review-card-bottom-name {
		font-size: 18px;
	}

	.reviews .review-card-bottom span.review-card-bottom-info {
		font-size: 14px;
	}
}

@media screen and (max-width: 760px) {
	.solutions .solutions-main .solutions-item {
		width: 48%;
	}

	.banner .banner-content {
		width: 100%;
	}

	.about .about-right {
		display: none;
	}

	.about .about-left {
		width: 100%;
	}

	.red-blue-2 .red-blue-2-text-container .red-blue-2-title {
		font-size: 36px;
	}

	.red-blue-2 .red-blue-2-text-container .red-blue-2-subtitle {
		font-size: 20px;
	}

	.booking .form-container .form-container-inner {
		width: 100%;
	}

	.booking .form-container .form-container-inner-main {
		padding: 50px 5%;
	}

	.booking .form-container .special-deals {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.booking .form-container .special-deals .special-deals-img-container {
		width: 45%;
	}

	.booking .form-container .special-deals .special-deals-text-container {
		width: 55%;
	}

	header .header-buttons .button:first-child {
		display: none;
	}

	.guarantee .guarantee-items .guarantee-item {
		width: 48%;
		margin: 15px 0;
	}

	.guarantee .section-subheading {
		padding: 0;
	}

	.comfort .section-subheading {
		padding: 0;
	}

	.local-destination .local-destination-right {
		display: none;
	}

	.local-destination .local-destination-left {
		width: 100%;
	}

	.local-destination {
		padding-left: 5%;
	}

	.reviews .reviews-top {
		flex-wrap: wrap;
	}

	.reviews .reviews-top .reviews-top-blocks {
		margin-top: 15px;
		width: 100%;
		justify-content: space-between;
	}

	.reviews .reviews-top .reviews-top-block {
		margin-left: 0;
		width: 48%;
	}

	.reviews .review-card {
		width: 48%;
	}

	header .header-buttons .button {
		display: none;
	}

	header .header-button-mobile {
		display: flex;
	}

	.banner h1 {
		font-size: 36px;
	}
}

@media screen and (max-width: 600px) {
	.solutions .solutions-main .solutions-item {
		width: 100%;
	}

	footer .footer-top .footer-column {
		width: 100%;
		margin: 10px 0 15px 0;
	}

	.banner .banner-text {
		margin: 50px 0;
	}

	.banner h1 {
		font-size: 30px;
	}

	.banner .banner-text {
		font-size: 14px;
		margin: 30px 0;
	}

	.banner .banner-misc .banner-misc-item span.banner-misc-item-title {
		font-size: 18px;
	}

	.banner .banner-misc .banner-misc-item span.banner-misc-item-text {
		display: none;
	}

	.about .about-list {
		column-count: 1;
	}

	.section-heading .section-heading-main {
		font-size: 28px;
		line-height: 1.2;
	}

	.section-heading .section-heading-main.large {
		font-size: 30px;
		line-height: 1.2;
	}

	.red-blue-2 .red-blue-2-text-container .red-blue-2-title {
		font-size: 24px;
	}

	.red-blue-2 .red-blue-2-text-container .red-blue-2-subtitle {
		line-height: 1;
		padding-top: 10px;
		font-size: 16px;
	}

	.guarantee .guarantee-items .guarantee-item {
		width: 100%;
	}

	.contacts-bar .contacts-bar-item {
		width: 100%;
	}

	.comfort .comfort-cards .comfort-card {
		width: 100%;
	}

	.comfort .section-subheading {
		font-size: 16px;
	}

	.reviews .review-card {
		width: 100%;
	}

	img.review-card-stars,
	img.review-card-quotes {
		transform: scale(1);
	}

	header .header-ratings {
		display: none;
	}

	.section-half .section-half-absolute-container {
		width: 100%;
		max-width: 390px;
		min-width: unset;
	}

	.section-half .red-blue-half .red-blue-half-content {
		flex-wrap: wrap;
		padding-bottom: 60px;
	}

	.section-half .red-blue-half .red-blue-half-content span {
		font-size: 16px;
	}

	.section.footer {
		padding: 30px 5%;
	}

	footer .footer-top .footer-logo {
		width: 200px;
	}

	header .header-logo {
		width: 180px;
	}

}

@media screen and (max-width: 500px) {
	.reviews .reviews-top .reviews-top-block {
		flex-flow: column;
		align-items: center;
	}

	.reviews .reviews-top .reviews-top-block-right {
		text-align: center;
		padding-top: 10px;
	}

	.reviews .reviews-top .reviews-top-block-left .reviews-top-block-rating {
		margin-right: 0;
	}

	.booking .form-container .special-deals {
		display: block;
	}

	.booking .form-container .special-deals .special-deals-img-container,
	.booking .form-container .special-deals .special-deals-text-container {
		width: 100%;
	}

	.red-blue-2 .red-blue-2-half {
		padding-bottom: 150px;
	}

	.comfort .comfort-sofa-img {
		margin-top: -120px;
	}

	footer .footer-bottom p.footer-copyright {
		font-size: 14px;
	}

	.booking form .form-field-submit input {
		font-size: 20px;
		padding: 5px;
	}
}

@media screen and (max-width: 350px) {

	.contacts-bar {
		position: relative;
		overflow: hidden;
	}
	.contacts-bar .contacts-bar-item .contacts-bar-item-text {
		font-size: 14px;
	}
}

