.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--color-accent: #FF6B01;
--color-dark: #202938;
--color-gray-text: #323232;
--color-black: #000;
--color-white: #FFF; --font-unbounded: 'Unbounded', sans-serif;
}* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: clamp(10px, 1vw, 16px);
}
body {
font-family: "Ysabeau SC", sans-serif;
color: #FFF;
background-color: #EEEEEE;
}
input {
font-family: inherit;
}
main {
position: relative;
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
color: inherit;
text-decoration: none;
}
button {
border: none;
font-family: "Ysabeau SC", sans-serif;
background: none;
color: #FFF;
} @media(max-width: 1024px) {
html {
font-size: clamp(5px, 1.1343vw, 16px);
}
}
@media(max-width: 768px) {
html {
font-size: clamp(5px, 1.7285vw, 16px);
}
}@font-face {
font-family: "Unbounded";
src: url(//sma-seo.ru/wp-content/themes/SMA/assets/fonts/Unbounded-VariableFont_wght.woff2) format("woff2");
font-weight: 200 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Ysabeau SC";
src: url(//sma-seo.ru/wp-content/themes/SMA/assets/fonts/YsabeauSC-VariableFont_wght.woff2) format("woff2");
font-weight: 100 1000;
font-style: normal;
font-display: swap;
}
.no-mt {
margin-top: 0;
}
.rank-math-breadcrumb {
display: none !important;
}
.fb-50 {
flex-basis: 50%;
width: 100%;
}
main {
overflow: hidden;
}
.honeypot {
position: absolute;
left: -9999px;
opacity: 0;
height: 0;
width: 0;
}
.container {
padding: 0 2.5rem;
max-width: calc(93.75rem + (2.5rem * 2));
margin-inline: auto;
}
.effect {
position: absolute;
top: var(--t, auto);
bottom: var(--b, auto);
left: var(--l, auto);
right: var(--r, auto);
width: var(--w, 100%);
height: var(--h, 100%);
background-image: var(--bg, none);
background-position: var(--bgpos, top left);
background-repeat: no-repeat;
background-size: contain;
z-index: -1;
pointer-events: none;
}
.effect.tl { background-position: top left; }
.effect.tr { background-position: top right; }
.effect.bl { background-position: bottom left; }
.effect.br { background-position: bottom right; }
.mini-block {
margin-top: 4rem;
position: relative;
}
.block, .footer {
margin-top: 7.5rem;
position: relative;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeInImage {
0% {
opacity: 0;
transform: scale(1.05);
}
to {
opacity: 1;
transform: scale(1);
}
}
@keyframes fadeInText {
0% {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@media (max-width: 1024px) {
.block, .footer {
margin-top: 9.183rem;
}
}
@media (max-width: 768px) {
.container {
padding: 0 3.25rem;
max-width: calc(93.75rem + (1.25rem * 2)); 
}
.block, .footer {
margin-top: 9.642rem;
}
.effect {
top: var(--mt, var(--t));
bottom: var(--mb, var(--b));
left: var(--ml, var(--l));
right: var(--mr, var(--r));
}
}.button__effect-slide {
position: relative;
overflow: hidden;
}
.button__effect-slide::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(120deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.15) 100%);
transform: skewX(-25deg);
transition: left 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
.button__effect-slide:hover::before {
left: 0;
}
}
.image-overlay,
.image-overlay img {
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-user-drag: none;
user-drag: none;
outline: none;
}
.image-overlay {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.8);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
cursor: zoom-out;
padding: 10px;
}
.image-overlay.active {
opacity: 1;
pointer-events: all;
}
.image-overlay img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
border-radius: 10px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
transition: transform 0.3s ease;
transform-origin: center center;
}.header {
position: sticky;
top: 0;
transition: background-color 0.4s ease;
background-color: #202938;
z-index: 3;
}
.header__content {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.header__logo {
width: 11.25rem;
height: auto;
}
.header__logo img {
object-fit: contain;
}
.header__nav {
display: flex;
align-items: center;
text-transform: uppercase;
gap: 1.25rem;
font-size: 1.125rem;
font-weight: bold;
}
.header__nav a {
opacity: 0;
transform: translateY(-20px);
animation: fadeInUp 0.6s ease-out forwards;
}
.header__nav a:hover {
color: #ff8731;
transform: translateY(-2px);
transition: 0.2s ease;
}
.header__nav a:nth-child(1) {
animation-delay: 0.1s;
}
.header__nav a:nth-child(2) {
animation-delay: 0.2s;
}
.header__nav a:nth-child(3) {
animation-delay: 0.3s;
}
.header__nav a:nth-child(4) {
animation-delay: 0.4s;
}
.header__nav a:nth-child(5) {
animation-delay: 0.5s;
}
.header__nav a:nth-child(6) {
animation-delay: 0.6s;
}
.header__actions {
display: flex;
gap: 3.125rem;
}
.header__controls {
display: flex;
align-items: center;
height: 3.75rem;
gap: 15px;
}
.header__btn-bg {
display: none;
justify-content: center;
align-items: center;
background-color: #FF6B01;
border-radius: 100px;
height: 100%;
width: auto;
aspect-ratio: 1/1;
}
.header__btn-bg svg {
width: 70%;
height: auto;
}
.header__btn-contact {
background-color: #FF6B01;
padding: 0 3.125rem;
border-radius: 80px;
text-transform: uppercase;
font-size: 1.375rem;
font-weight: bold;
display: flex;
align-items: center;
gap: 0.938rem;
height: 100%;
cursor: pointer;
}
.header__btn-contact img {
height: 2.5rem;
width: 2.5rem;
}
.burger-menu {
position: fixed;
top: 0;
right: 0;
background-color: rgba(32, 41, 56, 0.85);
height: 100vh;
width: 28.698rem;
flex-direction: column;
justify-content: space-between;
transform: translateX(100%);
visibility: hidden;
transition: transform 0.4s ease, visibility 0.4s ease;
}
.burger-menu--open {
transform: translateX(0);
visibility: visible;
}
.burger-menu__container {
position: relative;
display: flex;
flex-direction: column;
gap: 2.296rem;
padding: 3.444rem 2.296rem;
z-index: 1;
}
.burger-menu__close {
position: absolute;
right: 2.296rem;
}
.burger-menu__nav {
display: flex;
flex-direction: column;
gap: 15px;
font-size: 1.722rem;
text-transform: uppercase;
font-weight: bold;
white-space: nowrap;
}
.burger-menu__socials {
display: flex;
gap: 1.722rem;
}
.burger-menu__social {
width: 5.74rem;
height: 5.74rem;
}
.burger-menu__social img {
width: 5.74rem;
height: 5.74rem;
}
.burger-menu__image {
position: absolute;
bottom: 0;
width: 100%;
}
@media (max-width: 1024px) {
.header__content {
max-width: none;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
}
.header__nav {
display: none;
}
.header__btn-bg {
display: flex;
}
.header__logo {
height: 4.9368rem;
}
.header__controls {
height: 4.018rem;
}
.header__btn-contact {
padding: 0 3.748rem;
font-size: 1.378rem;
gap: 1.138rem;
}
.header__btn-contact img {
height: 2.87rem;
width: 2.87rem;
}
.burger-menu__close img,
.burger-menu__close {
width: 2.87rem;
height: 2.87rem;
}
}
@media (max-width: 768px) {
.header__logo {
height: 4.822rem;
}
.header__controls {
gap: 5px;
height: 4.821rem;
}
.header__btn-contact {
padding: 0 2.893rem;
font-size: 1.607rem;
gap: 1.607rem;
}
.header__btn-contact img {
height: 3.535rem;
width: 3.535rem;
}
.burger-menu {
width: 100vw;
}
.burger-menu__container {
gap: 4.821rem;
}
.burger-menu__nav {
font-size: 2.411rem;
gap: 3.214rem;
}
.burger-menu__socials {
gap: 2.411rem;
}
.burger-menu__social img,
.burger-menu__social {
height: 8.035rem;
width: 8.035rem;
}
.burger-menu__close img,
.burger-menu__close {
height: 4.821rem;
width: 4.821rem;
}
}.banner {
position: relative;
background-color: #ff8731;
overflow: hidden;
z-index: 2;
}
.banner__image {
display: block;
opacity: 0;
transform: scale(1.05);
animation: fadeInImage 1s ease forwards;
width: 100%;
object-fit: cover;
height: 51rem;
}
.banner__container {
position: absolute;
inset: 0;
display: flex;
justify-content: center;
align-items: center;
}
.banner__content {
display: flex;
flex-direction: column;
max-width: 1400px;
gap: 1.25rem;
text-align: center;
opacity: 0;
transform: translateY(30px);
animation: fadeInText 1s ease forwards;
animation-delay: 0.5s;
}
.banner__title {
font-family: "Unbounded", sans-serif;
font-size: 4.063rem;
font-weight: 900;
text-transform: uppercase;
}
.banner__title br {
display: none;
}
.banner__description {
font-size: 2.063rem;
font-weight: bold;
}
@media (max-width: 1024px) {
.banner__content {
gap: 0.947rem;
}
.banner__title {
font-size: 3.099rem;
}
.banner__description {
font-size: 1.607rem;
}
}
@media (max-width: 768px) {
.banner__title {
font-size: 3.857rem;
}
.banner__title br {
display: inline;
}
.banner__description {
font-size: 2.089rem;
}
.banner__description br {
display: none;
}
}.footer {
position: relative;
background-size: cover;
background-repeat: no-repeat;
}
.footer__container {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding-top: 3.75rem;
padding-bottom: 3.75rem;
}
.footer__left {
display: flex;
flex-direction: column;
gap: 4.063rem;
}
.footer__logo {
width: 14.063rem;
height: auto;
}
.footer__subscribe {
display: flex;
align-items: center;
border: 2px solid #FFF;
background: rgba(255, 255, 255, 0.2);
border-radius: 80px;
gap: 2.5rem;
padding: 0.5rem 0.938rem;
text-transform: uppercase;
font-weight: bold;
font-size: 1.063rem;
cursor: pointer;
transition: 0.2s ease;
}
.footer__subscribe img {
height: 2.938rem;
width: 2.938rem;
}
.footer__subscribe:hover {
border: 2px solid var(--color-accent);
}
.footer__actions {
display: flex;
gap: 1.875rem;
}
.footer__links {
display: flex;
flex-direction: column;
gap: 1.875rem;
}
.footer__nav {
display: flex;
flex-direction: column;
gap: 0.625rem;
font-size: 1.125rem;
font-weight: bold;
text-transform: uppercase;
}
.footer__nav a {
transition: 0.2s ease;
}
.footer__nav a:hover {
color: #FF6B01;
}
.footer__policy {
text-transform: uppercase;
font-size: 0.875rem;
transition: 0.2s ease;
}
.footer__policy:hover {
color: #FF6B01;
}
.footer__contacts {
display: flex;
flex-direction: column;
gap: 1.875rem;
}
.footer__contacts-title {
font-size: 1.563rem;
font-weight: bold;
text-transform: uppercase;
}
.footer__contacts-list {
display: flex;
flex-direction: column;
gap: 1.25rem;
font-size: 1.25rem;
}
.footer__contacts-socials {
display: flex;
gap: 0.938rem;
}
.footer__contacts-socials img {
height: 3.125rem;
width: 3.125rem;
transition: 0.15s opacity;
}
.footer__contacts-socials img:hover {
opacity: 0.75;
}
.footer__legal {
border-top: 1px solid rgba(255, 255, 255, 0.15);
padding: 1.25rem 0;
}
.footer__legal-inner {
font-size: 1rem;
color: rgba(255, 255, 255, 0.5);
text-align: right;
}
@media (max-width: 1024px) {
.footer__logo {
width: 18.022rem;
height: 7.806rem;
}
.footer__left {
gap: 7.461rem;
}
.footer__subscribe {
font-size: 1.263rem;
padding: 0.574rem 1.148rem;
border-width: 1px;
}
.footer__subscribe img {
height: 3.444rem;
width: 3.444rem;
}
.footer__nav {
font-size: 1.378rem;
}
.footer__policy {
font-size: 1.148rem;
}
.footer__container {
align-items: stretch;
justify-items: end;
}
.footer__actions {
gap: 2.296rem;
}
.footer__links {
gap: 0;
justify-content: space-between;
}
.footer__contacts {
gap: 0;
justify-content: space-between;
}
.footer__contacts-title {
font-size: 1.722rem;
}
.footer__contacts-list {
gap: 2.296rem;
font-size: 1.378rem;
}
.footer__contacts-socials img {
height: 4.133rem;
width: 4.133rem;
}
.quiz__main {
gap: 1.25rem;
}
}
@media (max-width: 768px) {
.footer {
position: relative;
z-index: 1;
}
.footer::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.35); 
z-index: -1;
}
.footer__contacts-socials {
margin-top: 2.5rem;
}
.footer__logo {
width: 25.231rem;
height: 10.928rem;
}
.footer__container {
display: flex;
flex-direction: column;
gap: 3.214rem;
}
.footer__left {
width: 100%;
align-items: center;
gap: 1.607rem;
}
.footer__subscribe {
width: 100%;
justify-content: space-between;
font-size: 1.607rem;
padding: 0.804rem 1.607rem;
}
.footer__subscribe img {
height: 4.821rem;
width: 4.821rem;
}
.footer__actions {
justify-content: space-between;
}
.footer__links {
gap: 1.607rem;
}
.footer__nav {
gap: 1.125rem;
font-size: 1.928rem;
}
.footer__policy {
font-size: 1.607rem;
}
.footer__contacts-title {
font-size: 2.411rem;
}
.footer__contacts-list {
gap: 3.214rem;
font-size: 1.928rem;
}
.footer__contacts-socials img {
height: 6.107rem;
width: 6.107rem;
}
.footer__legal {
padding: 1.5rem 0;
}
.footer__legal-inner {
font-size: 1.2rem;
text-align: center;
}
} .contact-widget {
position: fixed;
right: 2rem;
bottom: 2rem;
display: flex;
flex-direction: column;
gap: .75rem;
z-index: 2;
}
.contact-widget__item {
width: 3.8rem;
height: 3.8rem;
display: flex;
align-items: center;
justify-content: center;
border-radius: 2rem;
background: var(--color-dark);
color: var(--color-white);
filter: brightness(1.25);
text-decoration: none;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.contact-widget__item:hover {
background: var(--color-accent);
}
.contact-widget__item svg {
width: 1.5rem;
height: 1.5rem;
}
.contact-widget__item.max span {
font-family: var(--font-unbounded);
font-size: 1.4rem;
font-weight: 600;
}
@media (max-width: 768px) {
.contact-widget {
right: 1rem;
bottom: 1rem;
}
.contact-widget__item {
width: 5rem;
height: 5rem;
border-radius: 999px;
}
.contact-widget__item svg {
width: 2rem;
height: 2rem;
}
} .captcha-popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: none; align-items: center; justify-content: center; z-index: 9999; }
.captcha-popup.is-open { display: flex; }
.captcha-popup__overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.captcha-popup__body { position: relative; background: #fff; padding: 24px; border-radius: 8px; z-index: 1; }
.captcha-popup__close { position: absolute; top: 8px; right: 8px; background: none; border: none; font-size: 24px; cursor: pointer; line-height: 1; } .cookie-banner{
position: fixed;
left: 1.75rem;
bottom: 1.75rem;
z-index: 9999;
display: flex;
justify-content: center;
}
.cookie-banner__content{
display: flex;
align-items: center;
justify-content: space-between;
gap: 2rem;
width: 100%;
max-width: 1000px;
padding: 1rem 1.25rem;
background:var(--color-dark);
border-radius:0.85rem;
box-shadow:0 15px 40px rgba(0,0,0,.2);
}
.cookie-banner__text{
color: var(--color-white);
font-size: 1.15rem;
max-width: 900px;
}
.cookie-banner__actions{
display:flex;
gap:0.75rem;
flex-shrink:0;
}
.cookie-banner__btn{
padding: 0.75rem 1.375rem;
border:none;
border-radius:1.25rem;
font-size: 1.25rem;
text-transform: uppercase;
font-weight: 600;
cursor:pointer;
transition:.25s;
}
.cookie-banner__btn--accept{
background:var(--color-accent);
color:var(--color-white);
}
.cookie-banner__btn--decline{
background:rgba(255,255,255,.1);
color:var(--color-white);
}
.cookie-banner__btn--decline:hover{
background:rgba(255,255,255,.18);
}
@media (max-width:768px){
.cookie-banner{
right: 1.75rem;
}
.cookie-banner__content{
flex-direction:column;
align-items:flex-start;
gap:1.25rem;
padding:1rem;
}
.cookie-banner__actions{
width:100%;
}
.cookie-banner__btn{
flex:1;
}
}.wpcf7-list-item {
margin: 0;
}
.wpcf7-list-item > label {
display: flex;
align-items: center;
gap: 0.625rem;
}
.wpcf7-form .checkbox {
gap: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
display: none;
}
.wpcf7-not-valid-tip {
margin-top: 0.5rem;
text-align: left;
font-size: 1rem;
}
.popup {
position: fixed;
inset: 0;
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.8);
z-index: 1000;
padding: 0 2.5rem;
transition: opacity 0.2s ease;
pointer-events: none;
}
.popup--active {
opacity: 1;
pointer-events: auto;
}
.popup--active .popup__content {
transform: scale(1) translateY(0);
opacity: 1;
}
.popup__content {
display: flex;
justify-content: space-between;
width: 75rem;
position: relative;
background-color: #202938;
border-radius: 20px;
transform: scale(0.8) translateY(-50px);
opacity: 0;
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
}
.popup__main {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.popup__left {
display: flex;
flex-direction: column;
text-align: center;
gap: 2.5rem;
padding: 3rem 3.75rem;
}
.popup__title {
font-family: Unbounded, sans-serif;
font-size: 2.5rem;
font-weight: 700;
text-transform: uppercase;
}
.popup__title span {
color: #ff6b01;
}
.popup__description {
font-size: 1.5rem;
}
.popup__form {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.popup__form-input {
background-color: transparent;
outline: none;
border: 1px solid #BBBBBB;
padding: 1.25rem;
width: 100%;
border-radius: 10px;
font-size: 1.125rem;
font-weight: 400;
font-family: "Ysabeau SC", sans-serif;
color: #fff;
transition: 0.3s all;
}
.popup__form-input::placeholder {
color: #bbb;
}
.popup__form-input:hover {
border-color: var(--color-accent);
}
.popup__form-input:focus {
border-color: var(--color-accent);
}
.popup__form-textarea {
height: 9.375rem;
border-radius: 10px;
}
.popup__send {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
gap: 0.9375rem;
text-transform: uppercase;
background-color: #ff6b01;
padding: 0.625rem 0;
border-radius: 80px;
font-size: 1.375rem;
font-weight: 700;
color: #fff;
cursor: pointer;
margin-top: 0.9375rem;
}
.popup__send img {
height: 2.5rem;
width: 2.5rem;
}
.popup__image {
width: 45%;
align-items: flex-start;
}
@media (max-width: 768px) {
.popup__image {
display: none;
}
.popup__form-input {
border-radius: 5px;
}
.wpcf7-not-valid-tip {
font-size: 1.25rem;
}
}
.subscribe-popup {
position: fixed;
inset: 0;
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.8);
z-index: 1000;
padding: 0 2.5rem;
transition: opacity 0.2s ease;
pointer-events: none;
}
.subscribe-popup--active {
opacity: 1;
pointer-events: auto;
}
.subscribe-popup--active .subscribe-popup__content {
transform: scale(1) translateY(0);
opacity: 1;
}
.subscribe-popup__content {
display: flex;
justify-content: space-between;
width: 75rem;
position: relative;
background-color: #202938;
border-radius: 20px;
transform: scale(0.8) translateY(-50px);
opacity: 0;
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
}
.subscribe-popup__close {
position: absolute;
top: 1.25rem;
right: 1.25rem;
background: none;
border: none;
cursor: pointer;
z-index: 10;
width: 2rem;
height: 2rem;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.7;
transition: opacity 0.2s ease;
color: #fff;
font-size: 1.75rem;
line-height: 1;
}
.subscribe-popup__close:hover {
opacity: 1;
}
.subscribe-popup__main {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.subscribe-popup__left {
display: flex;
flex-direction: column;
text-align: center;
gap: 2.5rem;
padding: 3.75rem;
}
.subscribe-popup__title {
font-family: Unbounded, sans-serif;
font-size: 2.5rem;
font-weight: 700;
text-transform: uppercase;
}
.subscribe-popup__title span {
color: #ff6b01;
}
.subscribe-popup__description {
font-size: 1.5rem;
}
.subscribe-popup__form {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.subscribe-popup__form-input {
background-color: transparent;
outline: none;
border: 1px solid #BBBBBB;
padding: 1.25rem;
border-radius: 10px;
font-size: 1.125rem;
font-weight: 400;
font-family: "Ysabeau SC", sans-serif;
color: #fff;
transition: 0.3s all;
}
.subscribe-popup__form-input::placeholder {
color: #bbb;
}
.subscribe-popup__form-input:hover {
border-color: var(--color-accent);
}
.subscribe-popup__form-input:focus {
border-color: var(--color-accent);
}
.subscribe-popup__send {
display: flex;
justify-content: center;
align-items: center;
gap: 0.9375rem;
text-transform: uppercase;
background-color: #ff6b01;
padding: 0.625rem 0;
border-radius: 80px;
font-size: 1.375rem;
font-weight: 700;
color: #fff;
cursor: pointer;
margin-top: 0.9375rem;
}
.subscribe-popup__send img {
height: 2.5rem;
width: 2.5rem;
}
.subscribe-popup__image {
width: 45%;
}
@media (max-width: 768px) {
.subscribe-popup__image {
display: none;
}
.subscribe-popup__form-input {
border-radius: 5px;
}
} .captcha-modal {
position: fixed;
inset: 0;
background: rgba(0,0,0,.6);
display: none;
align-items: center;
justify-content: center;
z-index: 9999;
}
.captcha-modal.active {
display: flex;
}
.captcha-modal__content {
background:#fff;
padding:30px;
border-radius:20px;
position:relative;
}
.captcha-modal__close {
position:absolute;
right:15px;
top:10px;
}.quiz {
position: fixed;
inset: 0;
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.8);
z-index: 1000;
padding: 0 2.5rem;
transition: opacity 0.2s ease;
pointer-events: none;
}
.quiz.active {
opacity: 1;
pointer-events: auto;
}
.quiz.active .quiz__content.active {
display: flex;
transform: scale(1) translateY(0);
opacity: 1;
}
.quiz.active .quiz__content-form.active {
display: flex;
transform: scale(1) translateY(0);
opacity: 1;
}
.quiz__main {
display: flex;
flex-direction: column;
gap: 1.875rem;
}
.quiz__content {
display: none;
flex-direction: column;
position: relative;
background-image: url(//sma-seo.ru/wp-content/themes/SMA/assets/images/sozdanie-saytov/quiz.png);
padding: 4.375rem 6.25rem;
border-radius: 20px;
width: 93.75rem;
transform: scale(0.8) translateY(-50px);
opacity: 0;
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
}
.quiz__title {
font-family: "Unbounded", sans-serif;
font-size: 2.5rem;
font-weight: 900;
text-transform: uppercase;
}
.quiz__description {
font-size: 1.25rem;
font-weight: 200;
}
.quiz__content-form {
display: none;
padding: 4.375rem 6.25rem;
background-image: url(//sma-seo.ru/wp-content/themes/SMA/assets/images/sozdanie-saytov/quiz.png);
align-items: center;
gap: 3.125rem;
width: 93.75rem;
transform: scale(0.8) translateY(-50px);
opacity: 0;
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
}
.quiz__content-form::before {
content: "";
position: absolute;
inset: 0;
background-color: rgba(0, 0, 0, 0.35);
transition: background-color 0.5s ease;
z-index: 1;
border-radius: 20px;
}
.quiz__content-form>* {
position: relative;
z-index: 2;
}
.quiz__list input[type="radio"] {
position: absolute;
opacity: 0;
pointer-events: none;
width: 0;
height: 0;
}
.quiz__list {
display: grid;
grid-template-columns: repeat(4, 1fr);
margin-top: 3.75rem;
gap: 1.25rem;
}
.quiz__card {
display: flex;
flex-direction: column;
gap: 0.9375rem;
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 10px;
padding: 1.25rem;
transition: border-color 0.2s ease;
height: 100%;
cursor: pointer;
}
.quiz__card:hover {
border-color: #c47c49;
}
.quiz__card-title {
font-size: 1.5rem;
font-weight: 400;
}
.quiz__card img {
border-radius: 10px;
}
.quiz__list input[type="radio"]:checked + .quiz__card {
border-color: #FF6B01;
}
.quiz__button {
display: flex;
align-items: center;
gap: 15px;
text-transform: uppercase;
background-color: #FF6B01;
padding: 0.625rem 5rem;
border-radius: 80px;
font-size: 1.375rem;
font-weight: bold;
color: #FFF;
cursor: pointer;
margin-inline: auto;
margin-top: 1.875rem;
}
.quiz__button img {
height: 2.5rem;
width: 2.5rem;
}
.quiz__form {
display: flex;
flex-direction: column;
gap: 0.9375rem;
}
.quiz__form-input {
background-color: rgba(0, 0, 0, 0.4);
outline: none;
border: 1px solid #FFF;
padding: 0.9063rem 0.9375rem;
border-radius: 100px;
font-size: 1.125rem;
font-weight: 400;
font-family: "Noto Sans", sans-serif;
color: #FFF;
transition: 0.3s all;
}
.quiz__form-input:focus {
background-color: rgba(0, 0, 0, 0.85);
border: 1px solid #808080;
}
.quiz__form-textarea {
height: 9.375rem;
border-radius: 1.875rem;
}
.quiz__send {
display: flex;
justify-content: center;
align-items: center;
gap: 0.9375rem;
text-transform: uppercase;
background-color: #FF6B01;
padding: 0.4375rem 0;
border-radius: 80px;
font-size: 1.375rem;
font-weight: bold;
color: #FFF;
cursor: pointer;
margin-top: 0.9375rem;
width: 100%;
}
.quiz__send img {
height: 2.5rem;
width: 2.5rem;
}
.quiz__question {
display: none;
}
.quiz__question.active {
display: block;
}
@media (max-width: 1024px) {
.quiz__main {
gap: 1.25rem;
}
.quiz__content,
.quiz__content-form {
padding: 4.375rem 3rem;
}
.quiz__content-form {
flex-direction: column;
gap: 4rem;
align-items: flex-start;
}
.quiz__form {
width: 100%;
}
}
@media (max-width: 768px) {
.quiz__content {
padding: 4.375rem 3rem;
}
.quiz__content::before {
content: "";
position: absolute;
inset: 0;
background-color: rgba(0, 0, 0, 0.3);
transition: background-color 0.5s ease;
z-index: 1;
border-radius: 20px;
}
.quiz__content>* {
position: relative;
z-index: 2;
}
.quiz__list {
grid-template-columns: repeat(2, 1fr);
}
.quiz__button {
width: 100%;
justify-content: center;
}
}.checkbox {
display: flex;
align-items: flex-start;
gap: 0.625rem;
font-weight: 500;
cursor: pointer;
user-select: none;
line-height: 1.25rem;
color: #bbb;
font-size: 1rem;
}
.checkbox__input {
appearance: none;
-webkit-appearance: none;
width: 1.25rem;
height: 1.25rem;
border: 2px solid #bbb;
border-radius: 0.25rem;
position: relative;
cursor: pointer;
flex-shrink: 0;
background: transparent;
margin-top: 0.0625rem;
}
.checkbox__input:checked {
border-color: #bbb;
}
.checkbox__input:checked::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 30%;
height: 50%;
border: solid white;
border-width: 0 3px 3px 0;
transform: translate(-50%, -50%) rotate(45deg);
box-sizing: border-box;
}
.checkbox a {
color: inherit;
text-decoration: underline;
}
@media(max-width: 1024px) {
.checkbox {
font-size: 1.35rem;
}
.checkbox__input { width: 1.5rem; height: 1.5rem; }
}.hero-breadcrumbs {
position: relative;
z-index: 1;
font-size: 0.9rem;
font-weight: 600;
text-transform: uppercase;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.5rem;
}
.hero-breadcrumbs a {
color: var(--color-black);
text-decoration: none;
transition: color .3s;
}
.hero-breadcrumbs a:hover { color: var(--color-accent); }
.hero-breadcrumbs .separator { color: rgba(0, 0, 0, 0.3); }
.hero-breadcrumbs .current { color: var(--color-accent); pointer-events: none; }
@media (max-width: 768px) {
.hero-breadcrumbs { font-size: 1.1rem; }
}.footer { margin-top: 0; } .cases__list {
display: flex;
justify-content: space-between;
gap: 3.125rem;
transition: transform 0.5s ease-in-out;
cursor: grab;
}
.cases__card {
position: relative;
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease, transform 0.8s ease;
will-change: transform, opacity;
outline: 2px solid var(--color-black);
cursor: pointer;
}
.cases__card:hover {
transform: translateY(-10px) !important;
}
.cases__card:nth-child(n+4) {
display: none;
}
.cases__card.visible {
opacity: 1;
transform: translateY(0);
}
.cases__card-about {
position: absolute;
inset: auto 1.875rem 1.875rem 1.875rem;
background: var(--color-accent);
text-transform: uppercase;
padding: 1rem 0;
border-radius: 80px;
font-size: 1.5rem;
font-weight: bold;
cursor: pointer;
}
.cases__pagination {
display: flex;
justify-content: center;
gap: 1rem;
margin-top: 0.938rem;
position: relative;
}
.cases__page {
display: inline-block;
width: 25%;
height: 0.5rem;
border-radius: 999px;
background-color: var(--color-dark);
cursor: pointer;
transition: background-color 0.3s;
position: relative;
overflow: hidden;
}
.cases__page span {
position: absolute;
inset: 0;
background: var(--color-accent);
width: 0%;
height: 100%;
}
.cases__page.active {
background-color: var(--color-accent);
cursor: auto;
}
.cases__more {
display: block;
margin-inline: auto;
margin-top: 1.875rem;
text-transform: uppercase;
font-size: 1.5rem;
font-weight: bold;
background: var(--color-dark);
border-radius: 80px;
padding: 1rem 6.25rem;
width: fit-content;
transition: 0.3s all;
} .hero {
display: flex;
flex-direction: column;
gap: 3.75rem;
color: var(--color-black);
text-align: center;
margin-inline: auto;
max-width: 72.125rem;
}
.hero__title {
font-family: var(--font-unbounded);
font-size: 3.125rem;
font-weight: 900;
text-transform: uppercase;
}
.hero__description {
font-size: 1.625rem;
font-weight: normal;
color: var(--color-gray-text);
} .tools {
position: relative;
background-color: var(--color-dark);
z-index: 2;
}
.tools__content {
padding-top: 6.25rem;
padding-bottom: 6.25rem;
display: flex;
flex-direction: column;
gap: 3.75rem;
}
.tools__title {
font-family: var(--font-unbounded);
font-size: 3.125rem;
text-transform: uppercase;
font-weight: 900;
}
.tools__container {
display: grid;
grid-template-columns: .275fr 1fr;
gap: 1.875rem;
}
.tools__area {
font-weight: 100;
font-size: 1.625rem;
}
.tools__list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.875rem;
}
.tools__card {
display: flex;
flex-direction: column;
align-items: center;
border: 2px solid var(--color-white);
gap: 5px;
padding: 1.25rem;
border-radius: 20px;
text-align: center;
cursor: pointer;
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease, transform 0.8s ease, background 0.3s ease, color 0.3s ease;
}
.tools__card * {
transition: all 0.3s ease;
}
.tools__card:hover {
background-color: var(--color-white);
color: var(--color-black);
}
.tools__card:hover img {
filter: brightness(0.3);
}
.tools__card:nth-child(2):hover img {
filter: brightness(0.8);
}
.tools__card:hover .tools__card-title {
font-weight: 400;
}
.tools__card.visible {
opacity: 1;
transform: translateY(0);
}
.tools__card-title {
font-weight: 200;
font-size: 1.625rem;
margin-top: auto;
margin-bottom: auto;
}
.tools__card img {
height: 4.85rem;
} .team {
color: var(--color-black);
}
.team__content {
display: flex;
flex-direction: column;
}
.team__title {
font-family: var(--font-unbounded);
font-size: 3.125rem;
text-transform: uppercase;
font-weight: 900;
}
.team__list {
display: flex;
gap: 1.875rem;
margin-top: 3.75rem;
overflow-x: scroll;
overflow-y: hidden;
padding-bottom: 1.25rem;
}
.team__list::-webkit-scrollbar {
height: 0.5rem;
}
.team__list::-webkit-scrollbar-track {
background-color: var(--color-dark);
border-radius: 99px;
}
.team__list::-webkit-scrollbar-thumb {
background-color: var(--color-accent);
border-radius: 99px;
}
.team__card {
flex: 0 0 calc(25% - 1.875rem);
position: relative;
display: flex;
flex-direction: column;
gap: 1.875rem;
width: 100%;
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease, transform 0.8s ease;
}
.team__card.visible {
opacity: 1;
transform: translateY(0);
}
.team__card img {
aspect-ratio: 1/1;
object-fit: cover;
border-radius: 20px;
}
.team__badge {
position: absolute;
top: 13px;
left: 13px;
background: var(--color-accent);
color: var(--color-white);
border-radius: 80px;
padding: 0.313rem 1.875rem;
text-transform: uppercase;
font-weight: bold;
font-size: 1.063rem;
z-index: 9;
white-space: nowrap;
}
.team__main {
display: flex;
flex-direction: column;
gap: 0.625rem;
}
.team__name {
font-family: var(--font-unbounded);
font-size: 1.563rem;
font-weight: 900;
text-transform: uppercase;
}
.team__description {
font-size: 1.25rem;
font-weight: 300;
}
.team__pagination {
display: flex;
justify-content: center;
gap: 1rem;
margin-top: 2rem;
position: relative;
}
.team__page {
display: inline-block;
width: 25%;
height: 8px;
border-radius: 4px;
background-color: var(--color-dark);
cursor: pointer;
transition: background-color 0.3s;
position: relative;
overflow: hidden;
}
.team__page span {
position: absolute;
inset: 0;
background: var(--color-accent);
width: 0%;
height: 100%;
}
.team__page.active {
background-color: var(--color-accent);
cursor: auto;
} .partners {
color: var(--color-black);
}
.partners__content {
display: flex;
flex-direction: column;
gap: 3.75rem;
}
.partners__title {
font-family: var(--font-unbounded);
font-size: 3.125rem;
text-transform: uppercase;
font-weight: 900;
}
.partners__list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.875rem;
}
.partners__card {
display: flex;
justify-content: center;
align-items: center;
padding: 2.5rem 1.75rem;
border-radius: 20px;
cursor: zoom-in;
background-color: var(--color-dark);
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease, transform 0.8s ease;
}
.partners__card.visible {
opacity: 1;
transform: translateY(0);
}
.partners__card img {
height: 3.438rem;
} .contact {
position: relative;
color: var(--color-black);
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease, transform 0.8s ease;
margin-bottom: 5rem;
}
.contact.visible {
opacity: 1;
transform: translateY(0);
}
.contact__title {
font-family: var(--font-unbounded);
font-size: 3.125rem;
text-transform: uppercase;
font-weight: 900;
}
.contact__image {
display: block;
width: 100%;
}
.contact__content {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
gap: 1.875rem;
position: absolute;
inset: 0;
}
.contact__description {
font-size: 1.625rem;
}
.contact__button {
display: flex;
align-items: center;
gap: 15px;
text-transform: uppercase;
background-color: var(--color-accent);
padding: 0.625rem 2.5rem;
border-radius: 80px;
font-size: 1.375em;
font-weight: bold;
color: var(--color-white);
cursor: pointer;
} @media (max-width: 1024px) { .cases__list {
gap: 2.296rem;
}
.cases__card-about {
font-size: 1.378rem;
inset: auto 1.607rem 1.607rem 1.607rem;
}
.cases__card {
outline: 1px solid var(--color-black);
}
.cases__more {
font-size: 1.378rem;
} .hero {
gap: 3.444rem;
}
.hero__title {
font-size: 3.788rem;
}
.hero__description {
font-size: 1.492rem;
} .tools__content {
padding-top: 4.592rem;
padding-bottom: 4.592rem;
}
.tools__title {
font-size: 3.788rem;
}
.tools__list {
gap: 1.85rem;
}
.tools__area {
font-size: 1.492rem;
max-width: 17.5rem;
}
.tools__card {
padding: 0.689rem 1.5rem;
border-radius: 9px;
border: 1px solid var(--color-white);
}
.tools__card-title {
font-size: 1.263rem;
}
.tools__card img {
height: 4rem;
} .contact__title {
font-size: 3.788rem;
}
.contact__description {
font-size: 1.492rem;
}
.contact__content {
gap: 2.296rem;
}
.contact__button {
padding: 0.574rem 3.673rem;
gap: 1.033rem;
font-size: 1.378rem;
}
.contact__button img {
height: 2.87rem;
width: 2.87rem;
} .team__title {
font-size: 3.788rem;
}
.team__card img {
border-radius: 9px;
}
.team__list {
margin-top: 3.444rem;
}
.team__card {
gap: 1.722rem;
}
.team__name {
font-size: 1.492rem;
}
.team__description {
font-size: 1.033rem;
}
.team__badge {
font-size: 0.918rem;
padding: 0.23rem 1.378rem;
left: 0.689rem;
top: 0.689rem;
} .partners__title {
font-size: 3.788rem;
}
.partners__list {
gap: 2.296rem;
}
.partners__content {
gap: 3.444rem;
}
.partners__card img {
height: 2.87rem;
}
.partners__card {
padding: 2.066rem 1.378rem;
border-radius: 9px;
}
}
@media (max-width: 768px) { .cases__list {
gap: 3.214rem;
}
.cases__card-about {
font-size: 1.607rem;
inset: auto 0.804rem 0.804rem 0.804rem;
}
.cases__card:nth-child(n+3) {
display: none;
}
.cases__page {
height: 1rem;
width: 100%;
}
.cases__more {
font-size: 1.925rem;
padding: 2.25rem 0;
width: 100%;
text-align: center;
} .team__card {
flex: 0 0 calc(50% - 1.875rem);
gap: 2.411rem;
}
.team__list {
gap: 3.214rem;
}
.team__title {
font-size: 3.696rem;
}
.team__name {
font-size: 2.089rem;
}
.team__description {
font-size: 1.446rem;
}
.team__page {
height: 1rem;
width: 100%;
} .partners__title {
font-size: 3.696rem;
}
.partners__list {
grid-template-columns: repeat(2, 1fr);
gap: 0.9375rem;
}
.partners__content {
gap: 3.214rem;
} .hero {
max-width: 51.425rem;
gap: 3.214rem;
}
.hero__title {
font-size: 3.696rem;
}
.hero__description {
font-size: 1.928rem;
} .tools__container {
grid-template-columns: 1fr;
}
.tools__content {
gap: 3.214rem;
}
.tools__title {
text-align: center;
font-size: 3.696rem;
}
.tools__area {
max-width: none;
text-align: center;
font-size: 1.928rem;
}
.tools__list {
grid-template-columns: repeat(2, 1fr);
gap: 2.411rem;
}
.tools__card {
padding: 1.125rem 1.7rem;
}
.tools__card-title {
font-size: 1.768rem;
}
.tools__card img {
height: 5rem;
} .contact__title {
font-size: 2.893rem;
}
.contact__description {
font-size: 1.928rem;
}
.contact__content {
gap: 2.411rem;
}
.contact__button {
padding: 1.607rem 4.821rem;
gap: 4.821rem;
font-size: 1.928rem;
}
.contact__button img {
height: 4.178rem;
width: 4.178rem;
} .team__badge {
font-size: 1.286rem;
padding: 0.321rem 1.928rem;
left: 0.964rem;
top: 0.964rem;
}
}