@import url('../fonts/montserrat-alternates/style.css');

body {
	padding: 0 10px;
	overflow-x: hidden;
	background-color: #ecebeb;
}

a {
    color: #000;
}

h0,
h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.display-1,
.display-2,
.heading-sm-1 {
	font-family: "Montserrat Alternates", sans-serif;
	color: #1A1A1A;
	line-height: 1.2;
}

.monsterrat {
	font-family: "Montserrat", sans-serif;
}

::-moz-selection {
  background: #ff8b19;
  /* WebKit/Blink Browsers */
  color: #000;
}
::selection {
  background: #ff8b19;
  /* WebKit/Blink Browsers */
  color: #000;
}

::-moz-selection {
  background: #ff8b19;
  /* Gecko Browsers */
  color: #000;
}

#scrollUp {
	border-radius: 30px;
	color: #000;
	background-color: #a2e1eb;
}

.slider-arrow .slider-btn {
	border: 1px solid #7B85A4;
	color:#000;
}
.slider-arrow .slider-btn:hover {
background-color: #FF8B19 !important;
color:#000;
border-color: #FF8B19;
}

.slider-arrow.slider-arrow-2 .slider-btn {
    width: 45px;
    height: 45px;
    font-size: 30px;
    line-height: 52px;
}

.preloader_container .progress-bar {
	background:#ff8b19;
}

.container {
	scrollbar-width: none;
	padding-right: calc(var(--bs-gutter-x)* .5);
	padding-left: calc(var(--bs-gutter-x)* .5);
}
/*
.container {
	width: 1920px;
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.container1500 {
	width: 1500px;
	max-width: 100%;
}*/

.product-main-swiper .swiper-slide {
	background: none;
}

.footer_style {
  margin: 25px 0 0;
  border-radius: 18px;
}

.head_container {
	padding: 8px 30px;
	-webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 18px;
    background-color: rgb(255 255 255 / 60%);
}

.sticky-bar.stick {
	-webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	left: 0;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	background: unset;
}

.radius20 {
	border-radius: 20px;
}

.logo.logo-width-1 a img {
	width: 150px;
	min-width: 150px;
}

.header-action-2 .header-action-icon-2 {
	margin: 0 0.5rem;
	border-radius: 30px;
	padding: 10px 6px;
	background-color: #717c7f;
}

.header-action-2 .header-action-icon-2>a {
	color: #fff;
}

.header-action-2 .header-action-icon-2>a span.pro-count.blue {
	background-color: #ff8b19;
}

main.main {
	margin-top: 120px;
}

.header-action-2 .header-action-icon-2:hover>a {
	color: #ff8b19;
	fill: #ff8b19;
}

.hero-slider-1 .slick-slide {
		margin: 0 !important;
	}

.main-categori-wrap {
	width: 100%;
}

.desktop_menu a {
	color: #000;
	margin-top: 5px;
}

.desktop_menu a:hover {
	color: #ff8b19;
}

.search-style-2 form input {
	max-width: unset;
}

.marquiz-pops_position_bottom-left {
	bottom: 50px !important;
}

/* Убедитесь, что контейнер ul использует flexbox */
.nav-tabs_fb {
    display: flex;
    justify-content: space-between; /* Равномерное распределение элементов */
    width: 100%; /* Распределение на всю ширину страницы */
    padding: 0;
    list-style-type: none;
}

/* Убираем ненужные отступы */
.nav-item_fb button {
    width: 100%; /* Кнопки занимают всю ширину родительского элемента */
	margin: 10px 0;
}

.nav-link_main {
	color: #3F3F3F !important;
	border: 1px solid #3F3F3F !important;
	border-radius: 20px !important;
	font-size: 16px !important;
	padding: 6px 20px !important;
}

.nav-item .nav-link_main.active {
	color: #fff !important;
	background-color: #3F3F3F !important;
}

/* Убираем отступы у скрытых вкладок */
.tab-pane {
    padding: 0; /* Убираем внутренние отступы */
    margin: 0; /* Убираем внешние отступы */
}

/* Добавляем корректное поведение для скрытых вкладок */
.tab-pane:not(.active) {
    display: none; /* Полностью скрываем невидимые панели */
}

/* Стили для карточек */
.vert_card {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    border-radius: 15px;
    background-color: #fff;
}

/* Стили для изображения внутри карточки */
.vert_card .card-image img {
	display: block;
    width: 100px;
    border-radius: 50%;
}

/* Стили для текста внутри карточки */
.vert_card .card-content h5 {
    margin-bottom: 8px;
}

.vert_card .card-content .heading-5 {
    margin-bottom: 8px;
}

.vert_card .card-content p {
    color: #666;
    margin: 0;
}

.modal_title {
    text-align: center;
}

.form_submit {
    display: block;
    margin: 0 auto;
}

/* Стили для кнопки */
.vert_card .card-button .btn {
    background-color: #a8e3f9;
    border-radius: 10px;
    padding: 15px 58px;
	color: #000;
}

.step-icon {
                font-size: 2rem;
                margin-bottom: 15px;
            }

            .step-card {
                border: none;
                border-radius: 30px;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                transition: transform 0.3s;
                height: 100%;
            }

            .registration-btn {
                margin-top: 20px;
                font-size: 1.2rem;
                padding: 10px 20px;
                border-radius: 20px;
				background-color: #FF8B19;
            }

.tech {
	padding: 30px 20px;
}
.styled {
	border-radius: 26px;
	background-image: linear-gradient(0.054turn, rgba(162, 225, 235, 1) 0%, rgba(207, 248, 254, 1) 100%);
}

	.main_banner .text p {
    margin-top: 2%;
    margin-left: 10px;
}

	.main_banner .text .fb-btn {
		margin-top: 4%;
    	padding: 14px 38px;
    	font-size: 16px;
	}

.main_banner .text {
    margin-left: 5rem;
    margin-top: 8rem;
    position: absolute;
    line-height: 3rem;
}

.main_banner .text h0 {
	font-size: 58px;
	line-height: 58px;
}

.main_banner img {
	width: 100%;
	border-radius: 10px;
}

.sot_card {
	position: relative;
	width: 100%;
	height: 390px;
	border-radius: 26px;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.sot_card .title {
	font-size: 16px;
	padding-bottom: 20px;
}

.sot_card .description {
	font-size: 14px;
}

.sot_card img {
	width: 80%;
	position: absolute;
	right: 10%;
	bottom: 6%;
}

.accordion {
	max-width: unset;
}

.b24-form-control-container input{
	border: 1px solid #DADEEA;
  	border-radius: 10px;
  	height: 14px;
	width: 14px;
}

.fb_card {
	position: relative;
	width: 100%;
	height: 508px;
	border-radius: 26px;
	justify-content: space-between; /* Разделяет элементы равномерно по высоте */
	background-image: linear-gradient(0.054turn, rgba(162, 225, 235, 1) 0%, rgba(207, 248, 254, 1) 100%);
	padding: 22px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column; /* Располагаем элементы по вертикали */
}

.fb_card .name {
    padding-top: 14px;
	font-size: 18px;
	width: 50%;
}

.fb_card .image {
	position: absolute;
	right: 10px;
	top: 14px;
	border-radius: 100px;
	width: 170px;
}

.fb_card .items {
    position: absolute;
    flex-grow: 1;
    top: 46%;
}

.fb_card .animated {
    transition: transform 0.3s ease;
}

.fb_card:hover .animated {
    transform: scale(1.2); /* Увеличиваем изображение */
}

.fb_card span.item {
	display: inline-flex;
	padding: 1px 18px;
}

.fb_card-button {
	width: 100%;
	margin-top: auto; /* Прижимаем кнопку к низу */
}


span.item {
	border: 10px;
	border-radius: 50px;
	background: #fff;
	padding: 4px 10px;
	margin: 2px;
	white-space: nowrap;
}

.conditions {
	background-color: #f8f9fa;
}

.tech-card {
	display: flex;
    margin: 4px;
    border: none;
    align-items: flex-start;
    gap: 15px;
}

.tech-card img {
	width: 70px;
    float: left;
}

.condition-card {
	border: none;
	border-radius: 19px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(2px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.condition-card p {
	color: #6c757d;
	text-align: left;
	line-height: normal;
}

.develop_card {
	position: relative;
	/* Это важно для абсолютного позиционирования внутри контейнера */
	background-color: #fff;
	height: 510px;
	border-radius: 27px;
	margin: 10px 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.develop_card .title {
	font-size: 16px;
    font-weight: 500;
    width: 64%;
}

.develop_card .description {
	position: relative;
    flex-grow: 1;
    top: 5%;
	font-size: 14px;
	width: 90%;
}

.develop_card img {
	align-self: flex-end;
	width: 100%;
}

.develop_card .num {
	position: absolute;
	font-family: "Montserrat Alternates";
	right: 4%;
	font-size: 40px;
}

.img_slider_card {
	width: 47px;
	float: left;
	margin: 4%;
}

.obraz {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.text-block {
	margin-bottom: auto;
}

.image-container {
	margin-top: auto;
}

.img-fluid {
	width: 100%;
	border-radius: 20px;
}

.form-container {
	border-radius: 26px;
	background-image: linear-gradient(0.954turn, rgba(255, 255, 255, 1) 0%, rgba(162, 225, 235, 1) 100%);
	padding: 62px;
}

.form-container input {
	color: rgb(0, 0, 0);
	border: 1px solid rgb(158, 158, 158);
	background-color: rgb(255, 255, 255);
	border-radius: 27px;
	font-size: 14px;
	font-weight: 200;
	height: 50px;
}

.form-container textarea {
	color: rgb(0, 0, 0);
	border: 1px solid rgb(158, 158, 158);
	background-color: rgb(255, 255, 255);
	border-radius: 27px;
	font-size: 14px;
	font-weight: 200;
	height: 85px;
}

.custom-checkbox input {
	width: 80px;
	height: 20px;
	display: inline-block;
}

.custom-checkbox label {
	display: flex;
}
@media only screen and (max-width: 1199px) {
	.search:focus {
	width: 500px;
}
}

.manufacture-h1-title {
	font-size: 58px;
	line-height: 68px;
}

@media only screen and (max-width: 600px) {
	body {
		padding: 0;
	}
	.page-section-header {
		font-size: 28px !important;
	}
	.header-wrap {
		padding-top: 0;
	}

	span.title {
		display: block;
	}

	.header-action-right .openBtn {
		top: 16px;
	}
	    .search-overlay {
        border-radius: 20px;
        height: 70px;
		}

		.search-overlay input[type=search] {
			margin-top: 20px;
		}
		.search-overlay .closebtn {
			padding: 22px 0;
		}

	.bg-opt {
		background-color: #dee4e2 !important;
	}

	.b24-widget-button-inner-container {
		margin-bottom: 80px;
	}

	.styled {
		height: auto;
		border-radius: 26px;
		padding-bottom: 120px;
	}

	main.main {
		margin-top: 60px;
	}

	h3 {
		text-align: center;
	}

	.main_banner {
		overflow: hidden;
	}

	.main_banner .text {
		margin-left: 10px;
		width: 75%;
	}

	.main_banner .text h0 {
		font-size: 35px;
		line-height: 32px;
	}

	.main_banner .text p {
		margin-top: 20%;
		margin-left: 0;
	}

	.main_banner .text .fb-btn {
		width: 100%;
	}

	.contract_banner {
		width: auto !important;
	}

	.main_banner img {
		max-width: 960px;
		position: inherit;
		margin-left: -100%;
	}

	.slides_container {
		position: relative;
		bottom: 500px !important;
	}

	.arrow_open {
		font-size: 40px;
	}

	.hide3>div:nth-child(n+4) {
		display: none;
	}

	.container {
		width: unset;
		padding-right: var(--bs-gutter-x, .75rem);
		padding-left: var(--bs-gutter-x, .75rem);
	}

	.nop {
		margin-bottom: -100%;
	}

	.sergey_padding {
		padding-right: var(--bs-gutter-x, .75rem);
		padding-left: var(--bs-gutter-x, .75rem);
	}

	.header-bottom-bg-color {
		padding: 8px 20px;
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
		border-radius: 18px;
		background-color: rgb(255 255 255 / 60%) !important;
	}
	.footer-fb .row {
		flex-direction: column;
	}
	ul.footer-list {
		margin: 0;
	}
	.logo.logo-width-1 a img {
    width: 130px;
    min-width: 130px;
	}
	.footer-fb {
	height: unset !important;
	}

	.form-container {
	padding: 63px 20px;
	}
	
	.develop_card .description {
		width: 80%;
	}
	.material-icons .fi-rs-home {
		font-size: 17px;
	}
	.vert_card {
		display: block;
	}

	.manufacture-h1-title {
		font-size: 26px;
		line-height: 36px;
	}

}

.footer_logo {
		width: 120px;
    	padding-bottom: 30px;
	}

.footer-link-widget p {
    color: #000;
}

.accordion-item {
	background-color: #fff;
	border: unset;
	border-radius: 10px;
	margin-bottom: 2px;
	font-size: 16px;
}

.accordion-button {
	border-radius: 10px;
	font-size: 20px;
}

.accordion-item:first-of-type {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.accordion-item:not(:first-of-type) {
	border: unset;
}

.accordion-button:not(.collapsed) {
	color: unset;
	background-color: unset;
	box-shadow: unset;
}

.accordion-button:not(.collapsed)::after {
	transform: rotate(-135deg);
	background-image: unset;
}

.accordion-button::after {
	font-family: uicons-regular-straight !important;
	content: "\f1e9";
	background-image: unset;
	color: #000;
	background-color: #a2e1eb;
	border-radius: 50px;
	padding: 20px;
	transform: rotate(-90deg);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.accordion-button:focus {
	z-index: 3;
	border-color: unset;
	outline: unset;
	box-shadow: unset;
}

.footer-fb {
	padding: 50px !important;
	color: #000;
	background-color: #fff;
	border-radius: 18px;
}

.footer-list li {
	margin: 0;
}

.footer-list li a {
	color: #000;
}

.fb-btn {
	border-radius: 52px;
	background-color: #ff8b19;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
	color: #000;
}

.form-check {
	padding-left: 0;
}

.custom-checkbox label {
	font-size: 12px;
	font-weight: 200;
	color: rgb(163, 163, 163);
}


#SearchAutoComplete {
    position: absolute;
    top: 45px; /* ниже input */
    right: 45px;
    width: 680px;
    /*background-color: white;*/
    border-radius: 27px;
    z-index: 1000;
    max-height: 300px;
    overflow-y: visible;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.autoComplete_result {
    padding: 10px;
    cursor: pointer;
}


#SearchAutoComplete>input {
  width: 370px;
  height: 40px;
  padding-left: 10px;
  font-size: 1rem;
  color: #747474;
  border-radius: 27px;
  border: 1px solid rgba(33, 33, 33, .2);
  outline: 0
}


.autoComplete_result:hover {
    background-color: #f0f0f0;
}

.autoComplete_highlight {
    font-weight: bold;
    color: #ff8b19;
}

.no_result {
    padding: 10px;
    color: #999;
}


#SearchAutoComplete>input::placeholder {
  color: rgba(123, 123, 123, .5);
  transition: all .3s ease
}

#SearchAutoComplete>ul {
  position: absolute;
  max-height: 500px;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: .5rem 0 0 0;
  border-radius: 27px;
  background-color: #fff;
  border: 1px solid #BCE3C9;
  z-index: 1000;
  outline: 0
}

#SearchAutoComplete>ul>li {
  padding: 10px;
  margin: 2px;
  list-style: none;
  text-align: left;
  font-size: 16px;
  color: #212121;
  transition: all .1s ease-in-out;
  border-radius: 27px;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .2s ease
}


#SearchAutoComplete>ul>li::before {
  font-family: "ef";
  content: '\e818';
  color: #CDD1E0;
  padding-right: 10px;
}

#SearchAutoComplete>ul>li::selection {
  color: rgba(#fff, 0);
  background-color: rgba(#fff, 0)
}

#SearchAutoComplete>ul>li:hover {
  cursor: pointer;
  background-color: rgba(123, 123, 123, .1)
}

#SearchAutoComplete>ul>li mark {
  background-color: transparent;
  color: #ff7a7a;
  font-weight: 700
}

#SearchAutoComplete>ul>li mark::selection {
  color: rgba(#fff, 0);
  background-color: rgba(#fff, 0)
}

#SearchAutoComplete>ul>li[aria-selected=true] {
  background-color: rgba(123, 123, 123, .1)
}

.sbutton {
	display: inline-block;
	margin: 4px 2px;
	background-color: #717c7f;
	font-size: 14px;
	padding-left: 32px;
	padding-right: 32px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
    border-radius: 30px;
}

.sbutton:hover {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: #ff8b19;
}

.search-container {
	position: relative;
	display: inline-block;
	margin: 0px 6px 0px 0px;
	height: 40px;
	width: 40px;
	vertical-align: bottom;
}

.mglass {
	display: inline-block;
	pointer-events: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.search::-webkit-search-cancel-button{
    position:relative;
    right:10px;    
}

.searchbutton {
	position: absolute;
	font-size: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.search:focus+.searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}

.search {
	position: absolute;
	left: 49px;
	background-color: white;
	outline: none;
	border: none;
    border-radius: 27px;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.search:focus {
	width: 680px;
	padding: 0 16px 0 0;
}

.expandright {
	left: auto;
	right: 49px;
}

.expandright:focus {
	padding: 0 0 0 16px;
	background-color: #fff;
}

img.animated {
	position: absolute;
    right: 130px;
    top: 77px;
    height: 122px;
    border-radius: 0;
}

.product-card-bottom .add-cart .add-s {
	border-radius: 30px;
    background-color: #ff8b19;
	color:#000;
	border: 1px solid transparent;
}

.product-cart-wrap .product-card-bottom .add-cart .add-s:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #ff8b19;
}

.tags a {
	border: 1px solid #ff8b19;
	background-color: transparent;
}

.tags a:hover {
	background-color: #ff8b19;
}

.btn-default {
	color:#000 !important;
	border-radius: 30px;
	background-color: #ff8b19;
	border: 1px solid transparent !important;
}

.btn-default:hover {
	background-color: #fff !important;
	color: #000;
	border: 1px solid #ff8b19 !important;
}

.filter-submit {
    background: linear-gradient(360deg, #ecebeb 80%, transparent 100%);
}

.irs--round .irs-handle {
	background-color: #ff8b19 !important;
    border-color: #ff8b19 !important;
}

.irs--round .irs-bar {
	background-color: #ff8b19 !important;
}

.page-header.breadcrumb-wrap {
	background-color: transparent;
}

/*.bg-white {
	background-color: transparent !important;
}*/

.card-params__cell-decor span {
	background-color: transparent;
}

.form-control {
	border: 1px solid #000;
}

.form-group input {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 30px;
}

.form-floating > .form-control {
	padding: 1rem 1rem;
}

.button-contactForm {
	background: #ff8b19;
    color: #000;
    border-color: #ff8b19;
	border-radius: 30px;
}

.btn:hover, .button:hover {
	background-color: #fff;;
}

.star-cb-group > input + label:before {
	color: #ff8b196e;
}

.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #ff8b19;
}

.star-cb-group:hover > input + label:before {
  content: "★";
  color: #ff8b196e;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #ff8b19;
}

.btn:hover, .button:hover {
	background-color: #fff;
	color: #000 !important;
	border: 1px solid #ff8b19;
}

.single-comment {
	background-color: #fff;
    border: 0;
    margin-right: 0;
    height: 100%;
}

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

.comment_ava {
	width: 70px;
    height: 70px;
    border-radius: 50px;
	margin-right: 10px; /* Отступ между аватаром и именем */
}

.user-info {
    display: flex;
    align-items: center;
}

.comment_user {
    display: inline-block;
}

.primary-sidebar .sidebar-widget {
	width: unset;
}

@media (hover: hover) {
  .product-cart-wrap:hover {
   border: 2px solid #ff8b19;
  }
}

span.discount {
	background-color: #ff8b19;
}

.product-favorites i:hover {
  color: #ff8b19;
}

.product-qty a {
	border-color: #ff8b19;
	color: #ff8b19;
}

.numberstyle-qty input, .numberstyle-qty .qty-btn {
	color: #ff8b19;
}

.bg-blue {
	background-color: #ff8b19;
}

.bg-blue, .text-white {
	color:#000 !important;
}

.popup-message {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(255 255 255 / 90%);
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    display: none;
    font-size: 16px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.popup-message {
    display: none;
    opacity: 1;
    transition: opacity 1s ease-out;
}

.popup-message.show {
    display: block;
    opacity: 1;
}

.popup-message.hide {
    opacity: 0;
    visibility: hidden;
}

.page-section-header {
	font-size: 36px;
	font-weight: 300 !important;
}