@charset "UTF-8";
:root {
--font-family: "Montserrat", sans-serif;
--second-family: "Inter", sans-serif;
--third-family: "Helvetica", sans-serif;
--font3: "Montserrat Alternates", sans-serif;
--font4: "Tilda Sans", sans-serif;
--font5: "Nunito", sans-serif;
--font6: "Caveat", sans-serif;
--font7: "Roboto", sans-serif;
--font8: "Font Awesome 6 Free", sans-serif;
--font9: "Manrope", sans-serif;
--font10: "AlayaRoza Demo", sans-serif;
--font11: "Lato", sans-serif;
--font12: "Roboto Condensed", sans-serif;
--font13: "Hitch Hike", sans-serif;
--font14: "Ouvality", sans-serif;
}
@font-face {
font-family: 'Montserrat';
src: url(//madmen.impulssveta.ru/wp-content/themes/madmen/assets/fonts/Montserrat/static/Montserrat-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Montserrat';
src: url(//madmen.impulssveta.ru/wp-content/themes/madmen/assets/fonts/Montserrat/static/Montserrat-Bold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Montserrat';
src: url(//madmen.impulssveta.ru/wp-content/themes/madmen/assets/fonts/Montserrat/static/Montserrat-Italic.ttf) format('truetype');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Montserrat';
src: url(//madmen.impulssveta.ru/wp-content/themes/madmen/assets/fonts/Montserrat/static/Montserrat-BoldItalic.ttf) format('truetype');
font-weight: 700;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url(//madmen.impulssveta.ru/wp-content/themes/madmen/assets/fonts/Inter/static/Inter_18pt-ExtraLight.ttf) format('truetype');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url(//madmen.impulssveta.ru/wp-content/themes/madmen/assets/fonts/Inter/static/Inter_18pt-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url(//madmen.impulssveta.ru/wp-content/themes/madmen/assets/fonts/Inter/static/Inter_18pt-Bold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url(//madmen.impulssveta.ru/wp-content/themes/madmen/assets/fonts/Inter/static/Inter_18pt-Italic.ttf) format('truetype');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url(//madmen.impulssveta.ru/wp-content/themes/madmen/assets/fonts/Inter/static/Inter_18pt-BoldItalic.ttf) format('truetype');
font-weight: 700;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Ouvality';
src: url(//madmen.impulssveta.ru/wp-content/themes/madmen/assets/fonts/Ouvality/Ouvality.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Great Vibes';
src: url(//madmen.impulssveta.ru/wp-content/themes/madmen/assets/fonts/GreatVibes/GreatVibes-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}body {
background: #0e0c15;
margin: 0px;
padding: 0px;
}
body.no-scroll {
overflow: hidden;
}
body,
body * {
box-sizing: border-box;
}
a {
text-decoration: none;
}
img {
max-width: 100%;
}
h1,h2,h3,h4{
margin: 0px;
}
.btn {
color: #fff;
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.08);
font-family: var(--second-family);
font-weight: 400;
font-size: 18px;
line-height: normal;
width: -moz-fit-content;
width: fit-content;
background: rgba(255, 255, 255, 0);
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
padding: 12px 20px;
height: 48px;
box-shadow: none;
transition: box-shadow 0.8s ease, transform 0.3s ease;
display: flex;
justify-content: center;
align-items: center;
}
.btn:hover {
box-shadow: 0 0 55px 0 #7741ce;
transform: scale(0.99);
}
.container {
width: 100%;
max-width: 1380px;
margin: auto;
padding: 0px 30px;
}  .blob{
width: 150%;      
height: 150%;
position: fixed;
left: 0;
top: 0;
transform: translate(calc(-50% + 15), -50%);
pointer-events: none;
z-index: -1;
object-fit: contain;
will-change: transform;   
opacity: 0.6;                    
transition: opacity 0.15s ease-out;  
}
@media(max-width: 1200px){
.blob{
display: none
};
}  .btns {
display: flex;
justify-content: center;
width: 100%;
-moz-column-gap: 16px;
column-gap: 16px;
column-gap: 40px;
}
.btns__btn {
backdrop-filter: blur(48px);
background: rgba(255, 255, 255, 0);
position: relative;
display: flow-root;
}
.btns__btn:first-child {
backdrop-filter: blur(4px);
background: linear-gradient(31deg, #1F2263 0%, #621E4F 100%);
box-shadow: none;
background-size: 101% 101%;
background-position-x: -1px;
}
.btns__btn:first-child:hover{
box-shadow: 0 0 55px 0 #7741ce;
}
.btns__btn:first-child::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
right: 0;
bottom: 0;
border-radius: 12px;
border: 1.4px solid transparent;
opacity: 0.2;
background: linear-gradient(31sdeg, #FFE1E1 100%, #FFFBFB 46%) border-box;
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: destination-out;
mask-composite: exclude;
width: 100%;
height: 100%;
}
.btns__btn:last-child{
border: none;
border-bottom: 1.4px solid white;;
padding-bottom: 0px;
border-radius: 0px;
width: fit-content;
padding: 0px;
height: fit-content;
margin: auto 0px;
backdrop-filter: none;
}
.btns__btn:last-child:hover{
box-shadow: none;
}
@media(max-width: 992px){
.btn{
font-size: 16px;
padding: 12px 20px;
}
}
@media(max-width: 576px){
.btns {
flex-direction: column;
row-gap: 16px;
align-items: center;
}
.btns__btn {
width: 100%;
max-width: 300px;
text-align: center;
}
}.header {
position: fixed;
padding: 32px 12px;
width: 100%;
top: 0px;
left: 0px;
z-index: 2;
background: transparent;
transition: background 0.2s linear;
}
.header.scrolled {
background: rgba(14, 12, 21, 0.5);
backdrop-filter: blur(48px);
z-index: 99;
}
.header__container {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
-moz-column-gap: 24px;
column-gap: 24px;
flex-wrap: wrap;
}
.header__logo {
font-size: 1.5rem;
font-weight: bold;
}
.header__nav {
display: flex;
align-items: center;
-moz-column-gap: 24px;
column-gap: 24px;
font-family: var(--second-family);
font-weight: 400;
font-size: 16px;
line-height: 100%;
}
.header__nav a {
color: #cad1e9;
position: relative;
display: block;
transition: transform 0.3s ease;
}
.header__nav a::after {
content: "";
position: absolute;
bottom: -6px;
left: 0px;
right: 0px;
width: 0px;
max-width: 100%;
margin: auto;
height: 1px;
background: #cad1e9;
transition: width 0.5s ease;
}
.header__nav a:hover {
transform: translateY(-3px);
}
.header__nav a:hover::after {
width: 100%;
}
.header__btn {
backdrop-filter: blur(48px);
display: flex;
align-items: center;
-moz-column-gap: 8px;
column-gap: 8px;
position: relative;
display: flow-root;
border-radius: 12px;
}
.header__btn::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
right: 0;
bottom: 0;
border-radius: 12px;
border: 1.4px solid transparent;
opacity: 0.2;
background: linear-gradient(30deg, #FFE1E1 100%, #FFFBFB 45%) border-box;
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: destination-out;
mask-composite: exclude;
width: 100%;
height: 100%;
transition: all 0.3s linear;
}
.header__btn_mobile {
display: none;
}
.header__btn:hover { box-shadow: none;
}
.header__btn:hover::before{
background: linear-gradient(92deg, #090EDB 0%, #E73DC4 100%) border-box;
opacity: 0.6;
}
.header__btn span, .header__btn svg {
position: relative;
z-index: 1;
}
.header__toggler {
display: none;
flex-direction: column;
cursor: pointer;
gap: 6px;
background: none;
border: none;
padding: 0;
width: 130px;
order: -1;
}
.header__toggler span {
width: 24px;
height: 2px;
background-color: #cad1e9;
border-radius: 2px;
transition: all 0.3s ease;
display: block;
}
.header__toggler.active span:nth-child(1) {
transform: rotate(45deg) translate(5px, 10px);
}
.header__toggler.active span:nth-child(2) {
opacity: 0;
}
.header__toggler.active span:nth-child(3) {
transform: rotate(-45deg) translate(1px, -7px);
}
@media (max-width: 992px) {
.header__nav {
position: fixed;
top: 0;
right: 0;
width: 80%;
height: 100vh;
background: #0e0c15;
flex-direction: column;
align-items: end;
justify-content: flex-start;
row-gap: 20px;
font-size: 20px;
display: flex;
z-index: 100;
opacity: 0;
transform: translateX(70%);
transition: all 0.3s ease;
pointer-events: none;
max-height: 100vh;
overflow-y: auto;
padding: 100px 20px 30px;
scrollbar-width: thin;
scrollbar-color: #8D1EA2 black;
}
.header__nav.active {
opacity: 1;
transform: translateX(0);
pointer-events: all;
}
.header__nav a {
color: #cad1e9;
}
.header__nav a::after {
display: none;
}
.header__nav::-webkit-scrollbar {
width: 5px; }
.header__nav::-webkit-scrollbar-track {
background: black; }
.header__nav::-webkit-scrollbar-thumb {
background-color: #8D1EA2; border-radius: 20px; border: 3px solid #8D1EA2; }
.header__toggler {
display: flex;
}
}
@media (max-width: 768px) {
.header__container {
justify-content: center;
}
.header__btn_mobile {
display: flex;
margin-top: 20px;
}
.header__btn:not(.header__btn_mobile) {
display: none;
}
.header__toggler {
position: absolute;
right: 15px;
width: -moz-fit-content;
width: fit-content;
z-index: 101;
}
.header__toggler.active {
position: fixed;
}
.header__nav {
width: 100%;
}
}
@media (max-width: 500px) {
.header__logo img {
max-width: 150px;
}
.header__nav {
font-size: 16px;
}
}.section {
padding-top: 80px;
padding-bottom: 48px;
margin-top: 100px;
}
.section__title {
font-family: var(--second-family);
font-weight: 400;
font-size: 80px;
line-height: 139%;
letter-spacing: -0.03em;
text-align: center;
color: #fff;
margin-bottom: 36px;
}
.section__title span {
font-family: var(--font14);
font-size: 146px;
}
.section__title span span {
font-size: 100px;
}
.section__subtitle {
font-family: var(--second-family);
font-weight: 400;
font-size: 24px;
line-height: 140%;
text-align: center;
color: #cac6dd;
}
@media (max-width: 1400px) {
.section {
margin-top: 40px;
padding-top: 40px;
}
.section__title {
font-size: 60px;
}
.section__title span {
font-size: 100px;
}
.section__title span span {
font-size: 70px;
}
.section__subtitle {
font-size: 22px;
}
}
@media (max-width: 1200px) {
.section {
margin-top: 0px;
}
.section__title {
font-size: 50px;
}
.section__title span {
font-size: 80px;
}
.section__title span span {
font-size: 50px;
}
.section__subtitle {
font-size: 20px;
}
}
@media (max-width: 992px) {
.section__title {
font-size: 40px;
}
.section__title span {
font-size: 60px;
}
.section__title span span {
font-size: 40px;
}
.section__subtitle {
font-size: 18px;
}
}
@media (max-width: 576px) {
.section {
padding-top: 20px;
}
.section__title {
font-size: 28px;
}
.section__title span {
font-size: 50px;
}
.section__title span span {
font-size: 30px;
}
.section__subtitle {
font-size: 16px;
}
}.main {
padding-top: 286px;
padding-bottom: 182px;
overflow: hidden;
}
.main__container {
position: relative;
}
.main__title {
font-family: var(--second-family);
font-weight: 400;
font-size: 80px;
line-height: 111%;
letter-spacing: -0.03em;
text-align: center;
color: #fff;
margin-bottom: 45px;
}
.main__subtitle {
font-family: var(--second-family);
font-weight: 400;
font-size: 28px;
line-height: 175%;
text-align: center;
color: #d9d9d9;
margin-bottom: 45px;
width: 100%;
}
.main__background { }
@media (max-width: 1400px) {
.main {
padding-top: 246px;
}
.main__title {
font-size: 70px;
}
.main__subtitle {
font-size: 24px;
line-height: 135%;
}
.main__subtitle br {
display: none;
}
}
@media (max-width: 992px) {
.main {
padding-top: 206px;
padding-bottom: 20px;
}
.main__title {
font-size: 52px;
margin-bottom: 35px;
}
.main__subtitle {
font-size: 20px;
}
.main__background {
top: 20%;
}
}
@media (max-width: 576px) {
.main {
padding-top: 80px;
}
.main__title {
font-size: 32px;
margin-bottom: 25px;
}
.main__subtitle {
font-size: 16px;
line-height: 135%;
}
.main__btns {
flex-direction: column;
row-gap: 16px;
align-items: center;
}
.main__btn {
width: 100%;
max-width: 300px;
text-align: center;
}
}.services {
margin-top: 65px;
}
.services__cards {
display: flex;
gap: 24px;
margin-top: 45px;
}
.services__cards .card {
width: calc((100% - 48px) / 3);
}
.services__sliders {
margin-top: 45px;
overflow: hidden;
padding-top: 68px;
padding-bottom: 68px;
position: relative;
}
.services__sliders .gradient {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(94deg, #0e0c15 4.16%, rgba(14, 12, 21, 0) 50%, #0e0c15 88.48%);
pointer-events: none;
}
.services-slider {
display: flex;
white-space: nowrap;
margin-bottom: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
}
.services-slider__item {
border-radius: 50px;
padding: 14px 28px;
width: -moz-fit-content;
width: fit-content;
font-family: var(--third-family);
font-weight: 400;
font-size: 23px;
text-align: center;
color: #fff;
position: relative;
height: 89px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.services-slider__item::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: calc(100% + 2px);
height: calc(100% + 2px);
border-radius: 50px;
background-image: linear-gradient(90deg, rgba(129, 70, 212, 0.5) 0%, rgba(20, 16, 150, 0.5) 100%);
}
.services-slider__item::after {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border-radius: 50px;
background-color: #0e0c15;
}
.services-slider__item span {
position: relative;
z-index: 1;
}
.services-slider_companies {
margin-top: 60px;
}
.services-slider_companies .services-slider__item {
width: 181px;
height: auto;
display: block;
flex-shrink: 0;
}
.services-slider_companies .services-slider__item img {
width: 180px;
height: auto;
}
.services-slider_companies ::before,
.services-slider_companies ::after {
content: none;
}
.services-slider_top {
animation: slideRight 30s linear infinite;
margin-bottom: 14px;
}
.services-slider_bottom {
animation: slideLeft 30s linear infinite;
}
.services-slider:hover {
animation-play-state: paused;
}
@media (max-width: 1200px) {
.services-slider__item {
font-size: 18px;
padding: 12px 24px;
height: 70px;
}
}
@media (max-width: 992px) {
.services__cards {
justify-content: space-evenly;
flex-wrap: wrap;
}
.services__cards .card {
width: calc((100% - 24px) / 2);
}
.services-slider__item {
font-size: 16px;
padding: 10px 20px;
height: 60px;
}
}
@media (max-width: 600px) {
.services__cards {
justify-content: center;
flex-wrap: wrap;
}
.services__cards .card {
width: 100%;
}
.services-slider__item {
font-size: 14px;
padding: 8px 16px;
height: 50px;
}
.services__sliders {
padding-top: 20px;
padding-bottom: 20px;
}
}.price {
position: relative;
}
.price-cards {
display: flex;
-moz-column-gap: 24px;
column-gap: 24px;
align-items: center;
margin-top: 45px;
}
.price-cards__item {
width: calc((100% - 48px) / 3);
}
.price-card {
padding: 32px;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 32px;
padding: 48px 32px;
background: linear-gradient(51deg, rgba(0, 0, 0, 0.16) 0%, rgba(83, 84, 108, 0.16) 100%);
height: -moz-fit-content;
height: fit-content;
}
.price-card__title {
font-family: var(--second-family);
font-weight: 400;
font-size: 36px;
letter-spacing: -0.06em;
text-align: center;
color: #fff;
margin-bottom: 16px;
}
.price-card__title span {
font-family: "Great Vibes", sans-serif;
font-size: 68px;
line-height: 36px;
}
.price-card__description {
font-family: var(--second-family);
font-weight: 400;
font-size: 20px;
line-height: 130%;
color: #cac6dd;
}
.price-card__btn {
border-radius: 12px;
padding: 15px 20px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-family: var(--second-family);
font-weight: 500;
font-size: 18px;
line-height: 100%;
color: #fff;
backdrop-filter: blur(4px);
background: linear-gradient(31deg, #1f2263 0%, #631E4F 100%);
margin-top: 24px;
background-size: 101% 101%;
background-position-x: -1px;
}
.price__background {
position: absolute;
top: -15%;
z-index: -1;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.price__steps {
margin-top: 45px;
}
.price-step {
width: 100%;
display: flex;
-moz-column-gap: 24px;
column-gap: 24px;
flex-wrap: wrap;
padding-bottom: 46px;
position: relative;
align-items: end;
padding-right: 41px;
}
.price-step__col {
width: calc((100% - 24px) / 2);
}
.price-step__col:last-child {
display: flex;
justify-content: end;
}
.price-step__col.animation {
height: -webkit-fill-available;
height: -moz-available;
height: stretch;
height: 246px;
z-index: -2;
}
.price-step__title {
font-family: var(--second-family);
font-weight: 400;
font-size: 36px;
letter-spacing: -0.03em;
text-align: justify;
color: #fff;
}
.price-step__title span {
font-family: "Great Vibes", sans-serif;
font-size: 68px;
}
.price-step__description {
font-family: var(--second-family);
font-weight: 400;
font-size: 20px;
color: #fff;
max-width: 523px;
}
.price-step::after {
content: "";
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 1px;
background: linear-gradient(90deg, rgba(218, 36, 187, 0.8) 0%, rgba(9, 14, 219, 0.8) 100%);
}
.price-step_second {
padding-top: 117px;
}
.price-step_third {
padding-top: 152px;
}
.figures img {
transition: transform 1s ease;
}
.figures__rectangle {
transform: translate(-100px, -70px) rotate(15deg);
}
.figures__triangle {
transform: translate(-100px, 20px) rotate(-10deg);
margin-left: -84px;
}
.figures__ellipse {
transform: translate(-40px, -80px) rotate(20deg);
margin-left: -52px;
}
.figures.in-view img {
transform: none;
}
@media (max-width: 1400px) {
.price-cards {
flex-wrap: wrap;
justify-content: space-evenly;
}
.price-step {
padding-right: 0px;
flex-direction: column;
row-gap: 40px;
}
.price-step__col {
width: 100%;
}
.price-step__col:last-child {
justify-content: center;
}
.price-step_second, .price-step_third {
padding-top: 60px;
}
.price-step__description {
max-width: 100%;
}
}
@media (max-width: 1200px) {
.price__background {
top: 0%;
}
}
@media (max-width: 992px) {
.price-card__btn {
font-size: 16px;
padding: 12px 20px;
}
.price-cards {
flex-direction: column;
row-gap: 24px;
}
.price-cards__item {
width: 100%;
max-width: 350px;
}
.price-step__col {
width: 100%;
}
.price-step__col:last-child {
justify-content: center;
}
.price-step_second {
row-gap: 60px;
}
.price-step_second, .price-step_third {
padding-top: 60px;
}
.price-card__title {
font-size: 28px;
}
.price-card__title span {
font-size: 48px;
}
.price-card__description {
font-size: 16px;
}
.figures img {
width: 150px;
}
.figures__rectangle {
transform: translate(-117px, -36px) rotate(15deg);
}
.figures__ellipse {
transform: translate(-40px, -50px) rotate(20deg);
}
}
@media (max-width: 576px) {
.price-cards__item {
width: 100%;
}
.price-card {
padding: 24px;
}
.price-card__title {
font-size: 28px;
}
.price-card__title span {
font-size: 48px;
}
.price-card__description {
font-size: 16px;
}
.price-step_second, .price-step_third {
padding-top: 40px;
}
.price-step__description {
font-size: 16px;
}
.figures img {
width: 100px;
}
}.about {
position: relative;
}
.about__title {
margin-bottom: 45px;
}
.about__cards {
display: flex;
gap: 24px;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
z-index: 2;
}
.about-info {
width: calc((100% - 24px) * 2 / 3);
font-family: var(--second-family);
}
.about-info__title {
font-weight: 500;
font-size: 28px;
line-height: 120%;
color: #d6ddf8;
margin-bottom: 28px;
}
.about-info__text {
font-weight: 400;
font-size: 24px;
line-height: 140%;
text-align: justify;
color: #cac6dd;
}
.about__background {
position: absolute;
bottom: -19%;
z-index: 1;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.about .card {
width: calc((100% - 48px) / 3);
}
@media (max-width: 1400px) {
.about-info {
width: 100%;
}
.about-info__text {
font-size: 20px;
}
.about .card {
width: calc((100% - 24px) / 2);
}
.about__background {
bottom: 0%;
}
}
@media (max-width: 1200px) {
.about-info {
width: 100%;
}
.about-info__title {
font-size: 22px;
}
.about-info__text {
font-size: 18px;
}
}
@media (max-width: 992px) {
.about-info {
width: 100%;
}
.about-info__title {
text-align: center;
}
.about-info__text {
text-align: justify;
}
}
@media (max-width: 600px) {
.about-info__text {
font-size: 16px;
}
.about .card {
width: 100%;
}
.about__background {
top: 20%;
bottom: unset;
}
}.portfolio {
overflow: hidden;
position: relative;
}
.portfolio__title {
font-family: var(--second-family);
font-weight: 400;
font-size: 24px;
line-height: normal;
text-align: center;
color: #d9d9d9;
margin-bottom: 90px;
}
.portfolio__image {
width: 100%;
padding: 0px 53px;
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
.portfolio-slider {
display: flex;
white-space: nowrap;
margin-bottom: 20px;
transform: rotate(8deg);
padding: 0px 53px;
}
.portfolio-slider__item {
width: 320px;
height: 180px;
border-radius: 16px;
margin-right: 20px;
flex-shrink: 0;
background-size: cover;
transition: transform 0.1s linear;
transform: skew(4deg, 0deg);
overflow: hidden;
}
.portfolio-slider__item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.portfolio__gradient {
background: linear-gradient(90deg, #0e0c15 0%, #0e0c15 3%, rgba(14, 12, 21, 0) 8%, rgba(14, 12, 21, 0) 92%, #0e0c15 97%, #0e0c15 100%);
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
pointer-events: none;
z-index: 0;
}
@media (max-width: 992px) {
.portfolio__title {
margin-bottom: 70px;
}
.portfolio__gradient {
background: linear-gradient(90deg, #0e0c15 0%, #0e0c15 3%, rgba(14, 12, 21, 0) 20%, rgba(14, 12, 21, 0) 80%, #0e0c15 97%, #0e0c15 100%);
}
.portfolio-slider {
margin-bottom: 10px;
}
.portfolio-slider__item {
width: 160px;
margin-right: 10px;
height: 90px;
}
}.contacts {
position: relative;
}
.contacts__container {
position: relative;
}
.contacts__row {
display: flex;
gap: 40px;
}
.contacts-map, .contacts-info {
width: calc((100% - 40px) / 2);
}
.contacts-map {
border-radius: 32px;
height: auto;
background-color: white;
overflow: hidden;
}
.contacts-map iframe{
width: 100%;
height: 100%;
}
.contacts-info {
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 32px;
padding: 28px 32px;
font-family: var(--second-family);
font-weight: 400;
font-size: 20px;
line-height: 130%;
color: #cac6dd;
backdrop-filter: blur(50px);
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
background: linear-gradient(51deg, rgba(0, 0, 0, 0.16) 0%, rgba(83, 84, 108, 0.16) 100%);
}
.contacts-info a {
color: #cac6dd;
}
.contacts__title {
margin-bottom: 36px;
}
.contacts p:last-child {
margin-bottom: 0px;
}
.contacts__background {
position: absolute;
top: -44%;
z-index: -1;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media (max-width: 992px) {
.contacts__row {
flex-direction: column;
}
.contacts-map, .contacts-info {
width: 100%;
}
.contacts-map {
height: 402px;
}
.contacts-info {
font-size: 18px;
}
}.reviews__title {
font-family: var(--second-family);
font-weight: 400;
font-size: 24px;
line-height: 221%;
letter-spacing: -0.04em;
text-align: center;
color: #d9d9d9;
}
.reviews .container {
position: relative;
overflow: hidden;
}
.reviews .companies__gradient {
background: linear-gradient(90deg, #0e0c15 0%, rgba(14, 12, 21, 0) 25%, rgba(14, 12, 21, 0) 75%, #0e0c15 100%);
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
pointer-events: none;
z-index: 0;
} .reviews iframe{
margin-top: 45px;
position: relative;
z-index: 1;
}

.oc-form__inner {
padding: 97px 100px 119px 100px;
border-radius: 50px;
position: relative;
margin: auto;
display: flex;
flex-direction: column;
align-items: center;
backdrop-filter: blur(50px);
}
.oc-form__inner::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
right: 0;
bottom: 0;
border-radius: 50px;
border: 1px solid transparent;
background: linear-gradient(80deg, #090EDB 28.9863%, #8D1EA2 100%) border-box;
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: destination-out;
mask-composite: exclude;
width: 100%;
height: 100%;
}
.oc-form__title {
line-height: normal;
margin-bottom: 5px;
position: relative;
}
.oc-form iframe{
position: relative;
z-index: 1;
}
.oc-form form {
max-width: 565px;
display: flex;
flex-direction: column;
row-gap: 22px;
position: relative;
margin: auto;
}
.oc-form form input {
border-radius: 12px;
padding: 14px;
text-align: center;
height: 70px;
font-family: var(--second-family);
font-weight: 400;
font-size: 23px;
color: white;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.oc-form form input::-moz-placeholder {
color: rgba(217, 217, 217, 0.6);
}
.oc-form form input::placeholder {
color: rgba(217, 217, 217, 0.6);
}
.oc-form__overlay {
position: fixed;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
margin: auto;
z-index: 100;
pointer-events: none;
background-color: rgba(0, 0, 0, 0.7);
transition: opacity 0.1s linear;
opacity: 0;
}
.oc-form__overlay.active {
opacity: 1;
pointer-events: all;
cursor: pointer;
}
.oc-form .formdesigner-widget{
max-width: 100% !important;
width: 565px;
}
.oc-form_modal {
position: fixed;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
margin: auto;
width: calc(100% - 30px);
max-width: 70%;
z-index: 101;
padding-top: 0px;
padding-bottom: 0px;
height: -moz-fit-content;
height: fit-content;
pointer-events: none;
transform: scale(0.8);
opacity: 0;
transition: transform 0.3s ease, opacity 0.1s linear;
}
.oc-form_modal.active {
opacity: 1;
transform: scale(1);
pointer-events: all;
}
.oc-form_modal__close {
position: absolute;
right: 40px;
top: 20px;
transform: rotate(45deg);
z-index: 102;
color: white;
font-weight: 700;
font-size: 44px;
line-height: normal;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
transition: all 0.2s linear;
}
.oc-form_modal__close:hover {
transform: scale(0.94) rotate(45deg);
}
.oc-form_modal .oc-form__title {
font-size: 56px;
margin-bottom: 20px;
}
.oc-form_modal .oc-form__title span {
font-size: 106px;
}
.oc-form_modal .oc-form__inner {
background: linear-gradient(51deg, rgba(0, 0, 0, 0.16) 0%, rgba(83, 84, 108, 0.16) 100%);
backdrop-filter: blur(100px);
z-index: 101;
max-height: 90vh;
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: thin;
scrollbar-color: #8D1EA2 black;
}
.oc-form_modal .oc-form__inner::before {
content: none;
}
.oc-form_modal .oc-form__inner::-webkit-scrollbar {
width: 5px; }
.oc-form_modal .oc-form__inner::-webkit-scrollbar-track {
background: black; }
.oc-form_modal .oc-form__inner::-webkit-scrollbar-thumb {
background-color: #8D1EA2; border-radius: 20px; border: 3px solid #8D1EA2; }
.oc-form_modal .oc-form__btn {
margin-top: 20px;
}
.oc-form_modal form {
max-width: 400px;
}
.oc-form_modal form input {
font-size: 18px;
height: 62px;
}
.oc-form__btn {
border-radius: 12px;
padding: 12px 20px;
backdrop-filter: blur(4px);
background: linear-gradient(31deg, #1f2263 0%, #631E4F 100%);
width: 346px;
max-width: 100%;
height: 48px;
margin: auto;
margin-top: 60px;
color: white;
background-size: 101% 101%;
background-position-x: -1px;
}
.oc-form__checkboxes {
display: flex;
flex-direction: column;
row-gap: 10px;
}
.oc-form__error {
color: #B00000;
font-family: var(--second-family);
margin-bottom: -10px;
position: absolute;
opacity: 0;
transition: opacity 0.1s linear;
margin-top: -30px;
}
.oc-form__error.active {
opacity: 1;
}
@media (max-width: 1400px) {
.oc-form__inner {
padding: 50px 30px;
}
.oc-form form input {
font-size: 18px;
}
.oc-form_modal .oc-form__title {
font-size: 46px;
}
.oc-form_modal .oc-form__title span {
font-size: 90px;
}
}
@media (max-width: 992px) {
.oc-form__inner {
padding: 30px 20px;
}
.oc-form form input {
font-size: 16px;
height: 56px;
}
.oc-form_modal .oc-form__title {
font-size: 38px;
}
.oc-form_modal .oc-form__title span {
font-size: 76px;
}
}
@media (max-width: 768px) {
.oc-form_modal {
max-width: 500px;
}
.oc-form_modal__close {
font-size: 38px;
right: 24px;
top: 14px;
}
.oc-form_modal .oc-form__inner {
padding: 30px 40px;
}
.oc-form_modal .oc-form__title {
font-size: 32px;
}
.oc-form_modal .oc-form__title span {
font-size: 66px;
}
.oc-form_modal form {
row-gap: 12px;
}
}
@media (max-width: 576px) {
.oc-form form {
row-gap: 14px;
}
.oc-form form input {
font-size: 14px;
height: 46px;
}
.oc-form__btn {
margin-top: 30px;
font-size: 14px;
}
}
@media(max-width: 564px){
.oc-form__title{
margin-bottom: 35px;
}
}
@media (max-width: 480px) {
.oc-form_modal .oc-form__inner {
padding: 30px 20px 40px;
}
}.checkbox {
display: flex;
align-items: center;
gap: 3px;
cursor: pointer;
}
.checkbox__icon {
border: 0.35px solid #d9d9d9;
border-radius: 12px;
width: 9px;
height: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: all 0.3s ease;
position: relative;
}
.checkbox__icon svg {
opacity: 0;
transform: scale(0);
transition: opacity 0.3s ease, transform 0.3s ease;
width: 100%;
height: 100%;
}
.checkbox label {
font-family: var(--second-family);
font-weight: 400;
font-size: 11px;
line-height: normal;
text-align: justify;
color: #b9b9b9;
cursor: pointer;
}
.checkbox label a {
color: #b9b9b9;
text-decoration: underline;
}
.checkbox.checked .checkbox__icon svg {
opacity: 1;
transform: scale(1);
}.faq__list {
display: flex;
flex-direction: column;
row-gap: 41px;
}
.question {
width: 100%;
border-radius: 30px;
box-shadow: 0 4px 8px 0 rgba(10, 11, 30, 0.06), 0 8px 48px 0 rgba(10, 11, 30, 0.08), 0 0 1px 0 rgba(66, 71, 76, 0.25);
background: #393641;
padding: 34px 32px;
cursor: pointer;
overflow: hidden;
}
.question__top {
display: flex;
-moz-column-gap: 24px;
column-gap: 24px;
align-items: center;
justify-content: space-between;
}
.question__title {
font-family: var(--second-family);
font-weight: 400;
font-size: 29px;
line-height: 117%;
color: #fff;
}
.question span {
display: block;
flex-shrink: 0;
font-family: var(--second-family);
font-weight: 200;
font-size: 65px;
line-height: 52%;
color: #fff;
transition: transform 0.3s ease;
}
.question__body {
max-height: 0;
overflow: hidden;
transition: max-height 0.7s ease, margin-top 0.7s ease;
font-family: var(--second-family);
font-weight: 400;
font-size: 20px;
line-height: 140%;
color: #cad1e9;
}
.question__body p {
margin: 0;
}
.question.open .question__body {
max-height: 1000px;
margin-top: 20px;
}
.question.open span {
transform: rotate(45deg);
}
@media (max-width: 992px) {
.faq__list {
row-gap: 24px;
}
.question {
padding: 24px 20px;
}
.question__title {
font-size: 22px;
}
.question span {
font-size: 40px;
}
.question__body,
.question__body p {
font-size: 16px;
}
}
@media (max-width: 576px) {
.question {
padding: 20px 16px;
}
.question__title {
font-size: 18px;
}
.question span {
font-size: 32px;
}
.question__body,
.question__body p {
font-size: 14px;
}
}.footer {
padding-top: 346px;
padding-bottom: 48px;
background-size: cover;
background-position: top;
position: relative;
font-family: var(--second-family);
font-weight: 400;
font-size: 16px;
line-height: 130%;
color: #fff;
}
.footer a {
color: #fff;
transition: transform 0.2s linear;
text-align: center;
}
.footer a:hover {
transform: scale(0.98);
}
.footer__title {
font-family: var(--second-family);
font-weight: 400;
font-size: 80px;
line-height: 139%;
letter-spacing: -0.03em;
text-align: center;
margin-bottom: 50px;
}
.footer__btns {
display: flex;
justify-content: center;
width: 100%;
flex-wrap: wrap;
height: 40px;
margin-bottom: 120px;
}
.footer__btn {
padding: 12px 13px;
backdrop-filter: blur(48px);
box-shadow: inset 0 0 12px 0 rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0);
position: relative;
display: flow-root;
}
.footer__btn:last-child {
background: linear-gradient(31deg, #1f2263 0%, #631E4F 100%);
backdrop-filter: blur(4px);
box-shadow: none;
background-size: 101% 101%;
background-position-x: -1px;
}
.footer__btn:first-child::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
right: 0;
bottom: 0;
border-radius: 12px;
border: 1px solid transparent;
background: linear-gradient(80deg, #090EDB 28.9863%, #8D1EA2 100%) border-box;
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: destination-out;
mask-composite: exclude;
width: 100%;
height: 100%;
}
.footer__btn:hover {
box-shadow: inset 0 0 12px 0 rgba(255, 255, 255, 0.4);
}
.footer__overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0.2);
pointer-events: none;
}
.footer__container {
position: relative;
z-index: 2;
}
.footer__gradient {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #0E0C15;
background: #0E0C15;
background: linear-gradient(180deg, rgb(14, 12, 21) 0%, rgba(14, 12, 21, 0.75) 35%, rgba(14, 12, 21, 0.54) 50%, rgba(14, 12, 21, 0.99) 75%, rgb(14, 12, 21) 100%);
}
.footer__nav, .footer__contacts, .footer__copyright {
width: 100%;
display: flex;
justify-content: center;
-moz-column-gap: 24px;
column-gap: 24px;
align-items: center;
margin-bottom: 31px;
}
.footer__copyright a:hover, .footer__contacts a:hover {
transform: scale(0.995);
}
.footer__copyright .socials, .footer__contacts .socials {
display: flex;
-moz-column-gap: 5px;
column-gap: 5px;
}
.footer__contacts .socials .social{
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.footer__copyright .socials a, .footer__contacts .socials a {
display: block;
}
.footer__copyright .socials a:hover, .footer__contacts .socials a:hover {
transform: scale(0.95);
}
@media (max-width: 1400px) {
.footer {
padding-top: 246px;
}
.footer__title {
font-size: 40px;
line-height: 130%;
letter-spacing: -0.03em;
text-align: center;
margin-bottom: 50px;
}
}
@media (max-width: 992px) {
.footer {
padding-top: 206px;
padding-bottom: 20px;
font-size: 14px;
}
.footer__title {
font-size: 32px;
line-height: 130%;
letter-spacing: -0.03em;
text-align: center;
margin-bottom: 50px;
}
.footer__nav, .footer__contacts, .footer__copyright {
-moz-column-gap: 12px;
column-gap: 12px;
margin-bottom: 20px;
}
.footer__copyright {
flex-direction: column;
row-gap: 10px;
}
}
@media (max-width: 576px) {
.footer {
padding-top: 206px;
padding-bottom: 20px;
}
.footer__title {
font-size: 32px;
line-height: 130%;
letter-spacing: -0.03em;
text-align: center;
margin-bottom: 50px;
}
.footer__btns {
flex-direction: column;
row-gap: 16px;
align-items: center;
flex-wrap: nowrap;
margin-top: 20px;
height: auto;
margin-bottom: 120px;
}
.footer__btn {
width: 100%;
max-width: 300px;
text-align: center;
}
.footer__nav {
flex-direction: column;
row-gap: 16px;
align-items: center;
margin-bottom: 16px;
display: none;
}
.footer a {
font-size: 14px;
}
.footer__contacts {
flex-direction: column;
row-gap: 16px;
align-items: center;
margin-bottom: 16px;
margin-bottom: 20px;
}
}.card {
padding: 32px;
border-radius: 32px;
background: linear-gradient(136deg, #0e0c15 0%, rgba(14, 12, 21, 0) 100%);
backdrop-filter: blur(2px);
font-family: var(--second-family);
position: relative;
height: auto;
min-height: 350px;
padding-bottom: 49px;
overflow: hidden;
display: flow-root;
position: relative;
}
.card::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 32px;
border: 1px solid transparent;
background: linear-gradient(92deg, #090EDB 0%, #E73DC4 100%) border-box;
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: destination-out;
mask-composite: exclude;
}
.card__title {
font-weight: 500;
font-size: 28px;
line-height: 120%;
text-align: center;
color: #d6ddf8;
margin-bottom: 25px;
position: relative;
z-index: 1;
}
.card__description {
font-weight: 400;
font-size: 20px;
line-height: 140%;
text-align: justify;
color: #cac6dd;
position: relative;
z-index: 1;
}
.card__background{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
@media (max-width: 1200px) {
.card {
padding: 24px;
}
.card__title {
font-size: 24px;
line-height: normal;
}
.card__description {
font-size: 20px;
line-height: normal;
}
}
@media (max-width: 992px) {
.card {
min-height: unset;
}
.card__title {
font-size: 22px;
margin-bottom: 12px;
}
.card__description {
font-size: 18px;
}
}
@media (max-width: 600px) {
.card__title {
font-size: 20px;
}
.card__description {
font-size: 16px;
}
}