body {
background-color: #000;
color: #fff;
font-size: 18px;
}
main {
padding-top: 40px;
padding-bottom: 40px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
.h4,
.h5,
h6 {
font-family: "Great Vibes", cursive;
font-weight: 400;
color: #c19d5f;
}
h3 {
font-size: 5rem;
}
.btn {
border-radius: 4px;
padding: 15px 25px;
text-transform: uppercase;
font-weight: 500;
color: #404040;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-ew-resize {
cursor: ew-resize;
}
.swiper-navigation-icon {
width: 10px;
height: 20px;
}
.header {
background-image: url(//vellastone.ru/wp-content/themes/vellastone/img/one_bg.jpg);
background-size: cover;
padding-bottom: 100px;
}
.header__slogan,
.header__experience {
font-size: 13px;
font-weight: 500;
}
.header__btn--catalog {
background-image: linear-gradient(0.033turn, rgba(235, 193, 95, 1) 0%, rgba(227, 199, 130, 1) 100%);
position: relative;
overflow: hidden;
}
.header__btn--catalog::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
transform: skewX(-20deg);
animation: shine 2s infinite;
}
@keyframes shine {
0% {
left: -100%;
}
20% {
left: -100%;
}
100% {
left: 200%;
}
}
.header__btn--catalog:hover {
color: #c19d5f;
text-decoration: none;
border: solid 1px #c19d5f;
background-color: #000;
background-image: none;
}
.header__btn--consult {
background-color: #f7f7f7;
}
.header__btn--consult:hover {
background-color: #000;
color: #f7f7f7;
border: solid 1px #f7f7f7;
}
.header__nav-link {
color: #fff;
font-weight: 200;
}
.header__nav-link--cta {
color: #c19d5f;
font-weight: 200;
}
.header__nav-link:hover {
color: #c19d5f;
}
.nav-link:focus,
.nav-link:hover {
color: #c19d5f;
}
.menu-item .active {
color: #fff;
text-decoration: underline;
text-underline-offset: 7px;
}
.header__nav-link--cta:hover {
color: #fff;
}
.header__phone a {
color: #fff;
font-weight: 500;
text-decoration: none;
}
.header__phone:hover a {
color: #c19d5f;
font-weight: 500;
}
.header__main-tagline {
min-height: 60vh;
}
.header__tagline-text--primary {
font-family: "Great Vibes", cursive;
font-size: 5rem;
line-height: 100%;
color: #c19d5f;
padding-top: 80px;
padding-bottom: 40px;
}
.tagline-text--primary {
font-size: 2rem;
font-weight: 200;
padding-bottom: 40px;
}
.header__actions {
padding-top: 30px;
padding-bottom: 30px;
}
.scrolled {
-webkit-backdrop-filter: blur(11px);
backdrop-filter: blur(11px);
box-shadow: 0px 20px 76px rgba(214, 164, 74, 0.71);
} @media (max-width: 1399.98px) {
.header__tagline-text--primary {
font-size: 4.5rem;
padding-top: 72px;
padding-bottom: 36px;
}
.header {
padding-bottom: 90px;
}
.header__main-tagline {
min-height: 55vh;
}
h3 {
font-size: 4rem;
}
} @media (max-width: 1199.98px) {
.header__tagline-text--primary {
font-size: 4rem;
padding-top: 64px;
padding-bottom: 32px;
}
.tagline-text--primary {
font-size: 1.8rem;
}
.header__main-tagline {
min-height: 50vh;
}
.header__actions {
padding-top: 25px;
padding-bottom: 25px;
}
.header {
padding-bottom: 80px;
}
h3 {
font-size: 3rem;
}
} @media (max-width: 991.98px) {
main {
padding-top: 20px;
padding-bottom: 20px;
}
.header__tagline-text--primary {
font-size: 3.5rem;
padding-top: 56px;
padding-bottom: 28px;
}
.tagline-text--primary {
font-size: 1.6rem;
padding-bottom: 35px;
}
.header__slogan,
.header__experience {
font-size: 12px;
}
.header__btn--catalog,
.header__btn--consult {
padding: 14px 22px;
font-size: 16px;
}
.header {
padding-bottom: 60px;
}
.header__main-tagline {
min-height: 45vh;
}
.header__social .bi {
font-size: 30px;
}
h3 {
font-size: 2rem;
}
} @media (max-width: 767.98px) {
.header__tagline-text--primary {
font-size: 2.8rem;
padding-top: 45px;
padding-bottom: 22px;
}
.tagline-text--primary {
font-size: 1.4rem;
padding-bottom: 25px;
}
.header__slogan,
.header__experience {
font-size: 11px;
}
.header__btn--catalog,
.header__btn--consult {
padding: 12px 20px;
font-size: 15px;
}
.header {
padding-bottom: 40px;
}
.header__main-tagline {
min-height: 40vh;
}
h3 {
font-size: 2.5rem;
}
} .hero {
padding-top: 250px;
padding-bottom: 100px;
}
.hero_item {
background-image: url(//vellastone.ru/wp-content/themes/vellastone/img/mramor.jpg);
background-size: cover;
padding: 60px;
border-radius: 30px;
box-shadow: 0px 20px 76px rgba(214, 164, 74, 0.71);
height: calc(100% - 200px);
}
.hero__visual {
margin-top: -200px;
}
.hero__btn--primary {
background-image: linear-gradient(0.033turn, rgba(235, 193, 95, 1) 0%, rgba(227, 199, 130, 1) 100%);
position: relative;
overflow: hidden;
}
.hero__btn--primary::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
transform: skewX(-20deg);
animation: shine 2s infinite;
}
@keyframes shine {
0% {
left: -100%;
}
20% {
left: -100%;
}
100% {
left: 200%;
}
}
.hero__btn--primary:hover {
color: #c19d5f;
text-decoration: none;
border: solid 1px #c19d5f;
background-color: #000;
background-image: none;
}
.hero__title {
font-family: "Great Vibes", cursive;
font-weight: 100;
line-height: 110%;
color: #c19d5f;
font-size: 4rem;
padding-bottom: 30px;
}
.hero__subtitle {
font-size: 2rem;
font-weight: 100;
line-height: 110%;
padding-bottom: 30px;
} @media (max-width: 1399.98px) {
.hero {
padding-top: 220px;
}
.hero__title {
font-size: 3.8rem;
}
.hero__subtitle {
font-size: 1.9rem;
}
} @media (max-width: 1199.98px) {
.hero {
padding-top: 180px;
padding-bottom: 90px;
}
.hero__title {
font-size: 3.5rem;
}
.hero__subtitle {
font-size: 1.8rem;
}
.hero_item {
padding: 55px;
height: auto;
}
.hero__visual {
margin-top: 10px;
}
} @media (max-width: 991.98px) {
.hero {
padding-top: 140px;
padding-bottom: 80px;
}
.hero__title {
font-size: 3rem;
}
.hero__subtitle {
font-size: 1.6rem;
}
.hero_item {
padding: 50px;
border-radius: 25px;
}
.hero__visual {
margin-top: 14px;
}
} @media (max-width: 767.98px) {
.hero {
padding-top: 100px;
padding-bottom: 60px;
}
.hero__title {
font-size: 2.5rem;
}
.hero__subtitle {
font-size: 1.4rem;
}
.hero_item {
padding: 40px;
border-radius: 20px;
}
.hero__visual {
margin-top: 10px;
}
} .category__footer {
padding-top: 40px;
padding-bottom: 40px;
}
.category__item-container:hover {
box-shadow: 0px 20px 76px rgba(214, 164, 74, 0.71);
}
.category__title-overlay {
background: rgba(0, 0, 0, 0.5);
-webkit-backdrop-filter: blur(11px);
backdrop-filter: blur(11px);
padding: 12px 16px;
margin: 0 8px 8px 8px;
border-radius: 8px;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.category__item-link {
color: #fff;
text-decoration: none;
font-weight: 600;
font-size: 16px;
display: block;
text-align: center;
transition: all 0.3s ease;
}
.category__item-link:hover {
color: rgb(193, 157, 95);
transform: translateY(-1px);
}
.category__image {
border-radius: 8px;
}
.category__link {
background-image: linear-gradient(0.033turn, rgba(235, 193, 95, 1) 0%, rgba(227, 199, 130, 1) 100%);
position: relative;
overflow: hidden;
}
.category__link::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
transform: skewX(-20deg);
animation: shine 2s infinite;
}
@keyframes shine {
0% {
left: -100%;
}
20% {
left: -100%;
}
100% {
left: 200%;
}
}
.category__link:hover {
color: #c19d5f;
text-decoration: none;
border: solid 1px #c19d5f;
background-color: #000;
background-image: none;
} @media (max-width: 1399.98px) {
.category__footer {
padding-top: 38px;
padding-bottom: 38px;
}
} @media (max-width: 1199.98px) {
.category__footer {
padding-top: 35px;
padding-bottom: 35px;
}
.category__item-link {
font-size: 14px;
}
.category__title-overlay {
padding: 10px 12px;
}
} @media (max-width: 991.98px) {
.category__footer {
padding-top: 30px;
padding-bottom: 30px;
}
.category__link {
padding: 14px 24px;
font-size: 17px;
}
} @media (max-width: 767.98px) {
.category__footer {
padding-top: 25px;
padding-bottom: 25px;
}
.category__link {
padding: 13px 22px;
font-size: 16px;
}
.category__title-overlay {
padding: 4px 5px;
margin: 0 4px 4px 4px;
}
.category__item-link {
font-size: 12px;
}
} .cta--solution {
padding-top: 100px;
padding-bottom: 100px;
}
.cta_item {
background-image: url(//vellastone.ru/wp-content/themes/vellastone/img/mramor.jpg);
background-size: cover;
padding: 60px;
border-radius: 30px;
box-shadow: 0px 20px 76px rgba(214, 164, 74, 0.71);
height: calc(100% - 300px);
}
.cta__img {
margin-bottom: -300px;
}
.cta__title {
font-family: "Great Vibes", cursive;
font-weight: 100;
line-height: 110%;
color: #c19d5f;
font-size: 4rem;
padding-bottom: 30px;
}
.cta__text {
font-size: 1.5rem;
font-weight: 100;
line-height: 140%;
padding-bottom: 30px;
} @media (max-width: 1399.98px) {
.cta__title {
font-size: 3.8rem;
}
.cta__text {
font-size: 1.45rem;
}
} @media (max-width: 1199.98px) {
.cta--solution {
padding-top: 90px;
padding-bottom: 90px;
}
.cta__title {
font-size: 3.5rem;
}
.cta__text {
font-size: 1.4rem;
}
.cta_item {
padding: 55px;
height: auto;
}
.cta__img {
margin-bottom: -250px;
}
} @media (max-width: 991.98px) {
.cta--solution {
padding-top: 80px;
padding-bottom: 80px;
}
.cta__title {
font-size: 3rem;
}
.cta__text {
font-size: 1.3rem;
}
.cta_item {
padding: 50px;
border-radius: 25px;
}
.cta__img {
margin-bottom: -180px;
}
} @media (max-width: 767.98px) {
.cta--solution {
padding-top: 70px;
padding-bottom: 70px;
}
.cta__title {
font-size: 2.5rem;
}
.cta__text {
font-size: 1.2rem;
}
.cta_item {
padding: 40px;
border-radius: 20px;
}
.cta__img {
margin-bottom: -100px;
}
} .clients {
padding-top: 300px;
padding-bottom: 100px;
}
.clients__title {
font-family: "Great Vibes", cursive;
line-height: 120%;
color: #c19d5f;
font-size: 4rem;
padding-bottom: 30px;
}
.clients__subtitle {
font-size: 2rem;
font-weight: 100;
line-height: 140%;
padding-bottom: 30px;
}
.tall-item {
padding: 25px;
border: solid 1px #333;
border-radius: 10px;
}
.tall-item__img {
border-radius: 10px;
} @media (max-width: 1399.98px) {
.clients {
padding-top: 280px;
}
.clients__title {
font-size: 3.8rem;
}
} @media (max-width: 1199.98px) {
.clients {
padding-top: 240px;
}
.clients__title {
font-size: 3.5rem;
}
.clients__subtitle {
font-size: 1.8rem;
}
} @media (max-width: 991.98px) {
.clients {
padding-top: 200px;
padding-bottom: 90px;
}
.clients__title {
font-size: 3rem;
}
.clients__subtitle {
font-size: 1.6rem;
}
.tall-item {
padding: 22px;
font-size: 14px;
}
} @media (max-width: 767.98px) {
.clients {
padding-top: 160px;
padding-bottom: 70px;
}
.clients__title {
font-size: 2.5rem;
}
.clients__subtitle {
font-size: 1.4rem;
}
.tall-item {
padding: 20px;
border-radius: 8px;
}
.tall-item__img {
border-radius: 8px;
}
} .partners {
padding-top: 100px;
padding-bottom: 100px;
}
.partners__title {
font-family: "Great Vibes", cursive;
line-height: 120%;
color: #c19d5f;
font-size: 4rem;
padding-bottom: 30px;
}
.partners__subtitle {
font-size: 2rem;
font-weight: 100;
line-height: 140%;
padding-bottom: 30px;
}
.partners__item {
font-size: 15px;
font-weight: 500;
padding-bottom: 10px;
}
.partners__list {
list-style: none;
padding-left: 0;
}
.partners__item {
position: relative;
padding-left: 30px;
margin-bottom: 10px;
font-size: 16px;
line-height: 1.5;
}
.partners__item::before {
content: "•";
position: absolute;
left: 0;
top: 0;
color: #c19d5f;
font-size: 50px;
line-height: .3;
} @media (max-width: 1399.98px) {
.partners__title {
font-size: 3.8rem;
}
} @media (max-width: 1199.98px) {
.partners {
padding-top: 90px;
padding-bottom: 90px;
}
.partners__title {
font-size: 3.5rem;
}
.partners__subtitle {
font-size: 1.8rem;
}
} @media (max-width: 991.98px) {
.partners {
padding-top: 80px;
padding-bottom: 80px;
}
.partners__title {
font-size: 3rem;
}
.partners__subtitle {
font-size: 1.6rem;
}
.partners__item {
font-size: 15px;
padding-left: 28px;
}
.partners__item::before {
font-size: 45px;
}
} @media (max-width: 767.98px) {
.partners {
padding-top: 70px;
padding-bottom: 70px;
}
.partners__title {
font-size: 2.5rem;
}
.partners__subtitle {
font-size: 1.4rem;
}
.partners__item {
font-size: 14px;
padding-left: 24px;
margin-bottom: 8px;
}
.partners__item::before {
font-size: 40px;
left: -2px;
}
} .projects {
padding-top: 100px;
padding-bottom: 100px;
}
.projects__title {
font-family: "Great Vibes", cursive;
line-height: 120%;
color: #c19d5f;
font-size: 4rem;
padding-bottom: 30px;
}
.projects__subtitle {
font-size: 2rem;
font-weight: 100;
line-height: 140%;
padding-bottom: 30px;
}
.projects-swiper__img {
border-radius: 10px;
} @media (max-width: 1399.98px) {
.projects__title {
font-size: 3.8rem;
}
} @media (max-width: 1199.98px) {
.projects {
padding-top: 90px;
padding-bottom: 90px;
}
.projects__title {
font-size: 3.5rem;
}
.projects__subtitle {
font-size: 1.8rem;
}
} @media (max-width: 991.98px) {
.projects {
padding-top: 80px;
padding-bottom: 80px;
}
.projects__title {
font-size: 3rem;
}
.projects__subtitle {
font-size: 1.6rem;
}
.projects-swiper__img {
border-radius: 8px;
}
} @media (max-width: 767.98px) {
.projects {
padding-top: 70px;
padding-bottom: 70px;
}
.projects__title {
font-size: 2.5rem;
}
.projects__subtitle {
font-size: 1.4rem;
}
.projects-swiper__img {
border-radius: 6px;
}
} .reviews {
padding-top: 100px;
padding-bottom: 100px;
}
.reviews__title {
font-family: "Great Vibes", cursive;
line-height: 120%;
color: #c19d5f;
font-size: 4rem;
padding-bottom: 30px;
}
.reviews__subtitle {
font-size: 2rem;
font-weight: 100;
line-height: 140%;
padding-bottom: 30px;
}
.reviews__item {
background-color: #333;
border-radius: 10px;
padding: 25px;
position: relative;
}
.reviews__item::before {
content: '';
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
border: 1px solid #c19d5f;
pointer-events: none;
border-radius: 10px;
}
.reviews__tetle {
font-weight: 600;
color: #c19d5f;
font-size: 18px;
padding-bottom: 20px;
}
.reviews__main {
font-size: 14px;
padding-bottom: 20px;
}
.reviews__footer {
font-weight: 500;
color: #727272;
font-size: 15px;
} @media (max-width: 1399.98px) {
.reviews__title {
font-size: 3.8rem;
}
.reviews__subtitle {
font-size: 1.9rem;
}
} @media (max-width: 1199.98px) {
.reviews {
padding-top: 90px;
padding-bottom: 90px;
}
.reviews__title {
font-size: 3.5rem;
}
.reviews__subtitle {
font-size: 1.8rem;
}
.reviews__item {
padding: 23px;
}
} @media (max-width: 991.98px) {
.reviews {
padding-top: 80px;
padding-bottom: 80px;
}
.reviews__title {
font-size: 3rem;
}
.reviews__subtitle {
font-size: 1.6rem;
}
.reviews__item {
padding: 20px;
border-radius: 9px;
}
.reviews__item::before {
top: 8px;
left: 8px;
right: 8px;
bottom: 8px;
border-radius: 9px;
}
.reviews__tetle {
font-size: 17px;
}
.reviews__main {
font-size: 13px;
}
.reviews__footer {
font-size: 14px;
}
} @media (max-width: 767.98px) {
.reviews {
padding-top: 70px;
padding-bottom: 70px;
}
.reviews__title {
font-size: 2.5rem;
}
.reviews__subtitle {
font-size: 1.4rem;
}
.reviews__item {
padding: 18px;
border-radius: 8px;
}
.reviews__item::before {
top: 6px;
left: 6px;
right: 6px;
bottom: 6px;
border-radius: 8px;
}
.reviews__tetle {
font-size: 16px;
padding-bottom: 18px;
}
.reviews__main {
font-size: 12px;
padding-bottom: 18px;
}
.reviews__footer {
font-size: 13px;
}
} .cta--expert {
padding-top: 100px;
padding-bottom: 100px;
}
.cta--expert_item {
background-image: url(//vellastone.ru/wp-content/themes/vellastone/img/mramor.jpg);
background-size: cover;
padding: 60px;
border-radius: 30px;
box-shadow: 0px 20px 76px rgba(214, 164, 74, 0.71);
} @media (max-width: 1399.98px) {
.cta--expert_item {
padding: 58px;
}
} @media (max-width: 1199.98px) {
.cta--expert {
padding-top: 90px;
padding-bottom: 90px;
}
.cta--expert_item {
padding: 55px;
}
} @media (max-width: 991.98px) {
.cta--expert {
padding-top: 80px;
padding-bottom: 80px;
}
.cta--expert_item {
padding: 50px;
border-radius: 25px;
}
} @media (max-width: 767.98px) {
.cta--expert {
padding-top: 70px;
padding-bottom: 70px;
}
.cta--expert_item {
padding: 40px;
border-radius: 20px;
}
} .contacts {
padding-top: 100px;
padding-bottom: 100px;
}
.contacts__title {
font-family: "Great Vibes", cursive;
line-height: 120%;
color: #c19d5f;
font-size: 3rem;
padding-bottom: 30px;
}
.contacts__item {
padding-bottom: 15px;
}
.contacts__item a {
color: #c19d5f;
text-decoration: none;
}
.contacts__item a:hover {
color: #c19d5f;
text-decoration: underline;
}
.footer__btn {
color: #000 !important;
}
.footer__btn:hover {
color: #c19d5f !important;
text-decoration: none;
} @media (max-width: 1399.98px) {
.contacts__title {
font-size: 2.8rem;
}
} @media (max-width: 1199.98px) {
.contacts {
padding-top: 90px;
padding-bottom: 90px;
}
.contacts__title {
font-size: 2.6rem;
}
} @media (max-width: 991.98px) {
.contacts {
padding-top: 80px;
padding-bottom: 80px;
}
.contacts__title {
font-size: 2.4rem;
}
.contacts__item {
padding-bottom: 14px;
}
} @media (max-width: 767.98px) {
.contacts {
padding-top: 70px;
padding-bottom: 70px;
}
.contacts__title {
font-size: 2rem;
}
.contacts__item {
padding-bottom: 12px;
font-size: 16px;
}
} .post__title {
font-family: "Great Vibes", cursive;
line-height: 120%;
color: #c19d5f;
font-size: 3rem;
padding-bottom: 30px;
text-decoration: none;
}
.post__image {
border-radius: 8px;
} @media (max-width: 1399.98px) {
.post__title {
font-size: 2.8rem;
}
} @media (max-width: 1199.98px) {
.post__title {
font-size: 2.6rem;
}
} @media (max-width: 991.98px) {
.post__title {
font-size: 2.4rem;
padding-bottom: 25px;
}
} @media (max-width: 767.98px) {
.post__title {
font-size: 2rem;
padding-bottom: 20px;
}
} .project {
background-color: #000;
padding: 60px;
border-radius: 30px;
box-shadow: 0px 20px 76px rgba(214, 164, 74, 0.71);
margin-bottom: 40px;
} @media (max-width: 1399.98px) {
.project {
padding: 50px;
margin-bottom: 40px;
}
} @media (max-width: 1199.98px) {
.project {
padding: 40px;
margin-bottom: 40px;
}
} @media (max-width: 991.98px) {
.project {
padding: 30px;
margin-bottom: 40px;
}
} @media (max-width: 767.98px) {
.project {
padding: 20px;
margin-bottom: 30px;
}
} .consultation{
-webkit-backdrop-filter: blur(11px);
backdrop-filter: blur(11px);
border-radius: 30px;
padding: 40px;
}
.form-control-lg{
border-radius: 4px;
margin-bottom: -15px!important;
} .navbar-toggler {
border: none;
background: transparent;
padding: 0;
width: 32px;
height: 32px;
position: relative;
cursor: pointer;
}
.navbar-toggler:focus {
outline: none;
box-shadow: none;
} .navbar-toggler .navbar-toggler-icon {
display: block;
position: absolute;
width: 100%;
height: 3px;
background-color: #c19d5f;
border-radius: 2px;
transition: all 0.3s ease;
top: 50%;
transform: translateY(-50%);
} .navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
content: '';
position: absolute;
width: 100%;
height: 3px;
background-color: #c19d5f;
border-radius: 2px;
transition: all 0.3s ease;
}
.navbar-toggler .navbar-toggler-icon::before {
top: -8px;
}
.navbar-toggler .navbar-toggler-icon::after {
bottom: -8px;
} .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
background-color: transparent;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
transform: rotate(45deg) translate(5px, 5px);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
transform: rotate(-45deg) translate(5px, -5px);
} .mobile-nav {
position: absolute;
top: 100px;
left: 0;
right: 0;
z-index: 1050;
background-color: #000;
box-shadow: 0px 20px 76px rgba(214, 164, 74, 0.71);
border-radius: 25px;
}
@media (max-width: 767.98px) {
.mobile-nav {
top: 12%;
}
} .mobile-nav:not(.show) {
display: none !important;
} .mobile-nav.show {
display: block !important;
} .mobile-nav.collapsing {
-webkit-transition: none;
transition: none;
display: none;
}
.header__nav-link--cta {
color: #c19d5f;
font-weight: bold;
}