/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Regular.woff2') format('woff2'),
         url('fonts/Manrope-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Medium.woff2') format('woff2'),
         url('fonts/Manrope-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Semibold.woff2') format('woff2'),
         url('fonts/Manrope-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Bold.woff2') format('woff2'),
         url('fonts/Manrope-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-ExtraBold.woff2') format('woff2'),
         url('fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/*--------------------------------------------------------------
# Base / Normalize
--------------------------------------------------------------*/

body {
	font-family: 'Manrope', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: #0E0D10;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

h4, h5 {
	margin: 0;
	padding: 0;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

ul, ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

textarea {
	overflow: auto;
	max-height: 100px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/

.container {
	max-width: 1332px;
	margin: 0 auto;
	padding: 0 15px;
}

main {
	display: block;
	width: 1300px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	align-items: center;
	flex-wrap: wrap;
}

.menu-item > a {
	color: #ffffff;
	font-family: 'Manrope';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: color 0.3s ease;
}

.menu-item > a:hover {
	color: #f56818;
}

.menu-item {
	list-style: none;
}

#primary-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 0;
	gap: 22px;
}

#primary-menu li {
	margin-left: 0;
}

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

.contact-phone {
	color: #ffffff;
	font-family: 'Manrope';
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.contact-tg {
	margin-left: 14px;
}

.contact-mobile {
	display: none;
}

.burger {
	display: none;
	cursor: pointer;
	z-index: 999;
}

.burger span {
	display: block;
	width: 35px;
	height: 3px;
	background-color: #ffffff;
	margin-top: 5px;
	transition: transform 0.3s ease-in-out;
}

.burger.active span:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

.burger.active span:nth-child(2) {
	opacity: 0;
}

.burger.active span:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -6px);
}

.burger.active {
	display: block;
	position: absolute;
	right: 6%;
	top: 44px;
}

.custom-logo-link {
	display: block;
	z-index: 100000;
	position: relative;
}


.mobile-burger-menus {
	display: none;
}

.mobile-burger-menus.active {
	display: block;
	width: 100%;
	height: 100vh;
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}

.site-navigation-mobile {
	margin: 200px 100px 50px;
}

#phones1 {
	margin-top: 30px;
}

.menu-item-object-custom > a:hover {
	color: #f56818;
	transition: all 0.3s ease;
}

.contact-phone-link:hover .contact-phone {
	color: #f56818;
	transition: color 0.3s ease;
}

.contact-tg-link:hover {
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.nav-ul {
	display: flex;
	gap: 20px;
	color: #000000;
}

.nav-li {
	list-style: none;
}

.nav-link {
	color: #000000;
}

/*--------------------------------------------------------------
# Hero Block
--------------------------------------------------------------*/

.hero-block-one {
	display: flex;
	align-items: center;
	margin-top: 100px;
	gap: 20px;
}

.content-one-title {
	color: #FFF;
	font-family: "Onest";
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: -1.6px;
}

.content-one-title-accent {
	color: var(--BTN, #7341FF);
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.content-one-subtitle {
	color: #FFF;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-top: 27px;
}

.content-one-btn-block {
	margin-top: 27px;
}

.btn-price {
	display: inline-flex;
	padding: 20px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 20px;
	background: var(--BTN, #7341FF);
	color: #ffffff !important;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.2s ease;
}

.btn-price:hover {
	background: #5a2fcc;
	transform: translateY(-2px);
}

.btn-price-tg {
	display: inline-flex;
	padding: 20px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 20px;
	border: 1px solid #FFF;
	color: #ffffff !important;
	text-decoration: none;
	margin-left: 12px;
	transition: background 0.3s ease, transform 0.2s ease;
}

.btn-price-tg:hover {
	background: rgba(255,255,255,0.15);
	transform: translateY(-2px);
}

.image-block {
	max-width: 380px;
}

.image-block-text {
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	color: #FFFFFF;
	margin-top: 20px;
}

/*--------------------------------------------------------------
# Why WordPress
--------------------------------------------------------------*/

.what {
	margin-top: 100px;
}

.what-title {
	color: #FFF;
	font-family: Manrope;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.what-carts {
	display: grid;
	row-gap: 10px;
	column-gap: 10px;
	flex-shrink: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
}

.what-cart {
	display: flex;
	padding: 30px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 32px;
	background: #DCE2ED;
	min-height: 250px;
}

.what-cart-number {
	color: #000;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.what-cart-title {
	color: #000;
	font-family: Manrope;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}

.what-cart-text {
	color: #000;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
}

.what-cart-btn {
	display: flex;
	align-items: center;
}

.what-cart-btn-links {
	color: #000;
	text-align: center;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	text-decoration: none;
	margin-left: 16px;
}

.what-cart-btn-links:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Portfolio WordPress
--------------------------------------------------------------*/

.portfolio-wordpress {
	margin-top: 100px;
}

.portfolio-wordpress-title {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.pr-wp-title {
	color: #FFF;
	font-family: Manrope;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.pr-wp-subtitle {
	color: var(--BG2, #DCE2ED);
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	max-width: 376px;
}

.portfolio-wordpress-carts {
	display: grid;
	row-gap: 20px;
	column-gap: 20px;
	flex-shrink: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-top: 50px;
}

.portfolio-wordpress-cart-blocksss {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin-top: 20px;
	align-items: center;
}

.portfolio-wordpress-cart-names {
	color: #FFF;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.portfolio-wordpress-cart-links {
	color: #FFF;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.portfolio-wordpress-moresss a {
	display: block;
	text-align: center;
	color: #ffffff;
	margin-top: 40px;
}

/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/

.history {
	margin-top: 100px;
}

.history-wrapper {
	border-radius: 32px;
	border: 1px solid #F9F9F9;
	padding: 60px;
	display: flex;
	flex-direction: column;
}

.history-title {
	color: #FFF;
	font-family: Manrope;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	text-align: center;
}

.history-subtitle {
	color: #FFF;
	text-align: center;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	max-width: 476px;
	margin-top: 15px;
}

.history-title-bloksss {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.history-content {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 60px;
}

.history-text {
	max-width: 363px;
}

.history-content-title {
	color: #FFF;
	font-family: Manrope;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.history-content-text {
	border-radius: 24px;
	background: #DCE2ED;
	color: #000;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	padding: 15px 16px;
	margin-top: 16px;
}

.history-content-titleh5 {
	color: #FFF;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-top: 16px;
}

.history-content-text2 {
	color: #FFF;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin-top: 7px;
}

.history-content-list {
	color: #FFF;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	text-decoration: none;
	margin-top: 16px;
}

.history-image {
	border-radius: 32px;
	background: var(--BG2, #DCE2ED);
	padding: 50px;
	max-width: 742px;
}

.history-image-block {
	display: flex;
	gap: 12px;
}

.history-image-block-1 {
	max-width: 371px;
}

.history-image-block-2 {
	max-width: 276px;
}

/*--------------------------------------------------------------
# Services (Uslugi)
--------------------------------------------------------------*/

.uslugi {
	margin-top: 100px;
}

.uslugi-carts {
	display: grid;
	padding: 20px;
	row-gap: 10px;
	column-gap: 10px;
	flex-shrink: 0;
	grid-template-rows: repeat(3, minmax(0, 1fr));
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-radius: 32px;
	background: var(--BG2, #DCE2ED);
}

.uslugi-cart1-title {
	color: #000;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.uslugi-cart2 {
	display: flex;
	padding: 38px 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 32px;
	background: #FFF;
}

.uslugi-cart2-title {
	color: #000;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.uslugi-cart2-subtitle {
	color: rgba(0, 0, 0, 0.70);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.uslugi-cart1-blocksss {
	display: flex;
	padding: 20px;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	align-self: stretch;
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.abouts {
	margin-top: 100px;
}

.abouts-wrapper {
	border-radius: 32px;
	background: #FFF;
	padding: 50px;
}

.abouts-title {
	color: #000;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.abouts-content-blocksss {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.abouts-subtitle {
	color: #000;
	font-family: Manrope;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	max-width: 800px;
}

.abouts-image {
	height: 100%;
}

.abouts-content-carts {
	display: grid;
	row-gap: 10px;
	column-gap: 10px;
	flex-shrink: 0;
	grid-template-rows: repeat(1, minmax(0, 1fr));
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
}

.abouts-content-cart {
	border-radius: 32px;
	background: var(--BG2, #DCE2ED);
	padding: 64px;
}

.abouts-content-cart-title {
	color: #000;
	font-family: Manrope;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}

.abouts-content-cart-subtitle {
	color: rgba(0, 0, 0, 0.50);
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}

.color-accent {
	color: var(--Accent-1, #7341FF);
	font-family: Manrope;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.price-wordpress-wrapper {
	margin-top: 100px;
}

.price-wordpress-text {
	display: flex;
	gap: 20px;
}

.price-wordpress-title {
	color: #FFF;
	font-family: Manrope;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.price-wordpress-subtitle {
	color: #FFF;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin-top: 20px;
}

.price-carts {
	display: grid;
	padding-right: 0px;
	row-gap: 10px;
	column-gap: 10px;
	flex-shrink: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 100px;
}

.price-cart {
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 32px;
	background: var(--BG2, #DCE2ED);
	padding: 60px 45px;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}

.price-description {
	color: #000;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.price-cart-title {
	color: #000;
	font-family: Manrope;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-top: 7px;
}

.price-cart-subtitle {
	color: #000;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 41px;
}

.price-cart-time {
	color: #000;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 51px;
}

.price-cart-cena {
	color: #000;
	font-family: Manrope;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 7px;
}

.price-cart-call-to-action {
	margin-top: 30px;
	display: flex;
	gap: 7px;
}

/*--------------------------------------------------------------
# Call to Action
--------------------------------------------------------------*/

.call-to-action {
	border-radius: 24px;
	background: var(--BG2, #DCE2ED);
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.call-to-action-content-blocksss {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.call-to-action-block-text {
	display: flex;
	flex-direction: column;
}

.call-to-action-title {
	color: #000;
	font-family: Manrope;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.call-to-action-subtitle {
	color: #000;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	max-width: 300px;
	margin-top: 12px;
}

.call-to-action-btn-blocksss {
	display: flex;
	width: 100%;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 15px;
	border: 1px solid #000;
	margin-top: 16px;
}

.call-to-action-btn-blocksss:hover {
	background: #ffffff;
	transition: background 0.3s ease;
}

.call-to-action-btn {
	color: #000;
	text-align: center;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	cursor: pointer;
}

.call-to-action-name {
	color: #000;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	white-space: nowrap;
}

.call-to-action-i-text {
	color: #000;
	font-family: Manrope;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 7px;
}

.call-to-action-btn-blocksss-wrappersss {
	display: flex;
	gap: 10px;
}

.popup-active {
	cursor: pointer;
}

/*--------------------------------------------------------------
# Reviews (Otziv)
--------------------------------------------------------------*/

.otziv {
	margin-top: 50px;
}

.otziv-wrapper {
	border-radius: 32px;
	background: var(--BG-1, #C0CDE6);
	padding: 60px;
}

.otziv-title-blocksss {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.otziv-title {
	color: var(--Body-colour-100, #000000);
	font-family: Manrope;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.otziv-subtitle {
	color: #000;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%;
	margin-top: 20px;
}

.otziv-carts {
	display: grid;
	row-gap: 10px;
	column-gap: 10px;
	flex-shrink: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
}

.otziv-cart {
	border-radius: 32px;
	background: var(--White, #FFF);
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.otziv-name {
	color: #000;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

.otziv-textsss {
	color: #000;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

/*--------------------------------------------------------------
# Work Process (Rabota)
--------------------------------------------------------------*/

.rabota {
	margin-top: 50px;
}

.rabota-wrapper {
	border-radius: 32px;
	background: var(--White, #FFF);
	padding: 60px;
	display: flex;
	gap: 20px;
}

.rabota-title {
	color: var(--Body-colour-100, #333);
	font-family: Manrope;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.rabota-subtitle {
	color: var(--Body-colour-100, #333);
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.rabota-itemsss {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
	list-style: none;
}

.rb-line {
	width: 494px;
	height: 1px;
	background: var(--BG-1, #C0CDE6);
}

.rb-num {
	color: var(--BG-1, #C0CDE6);
	font-family: Manrope;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}

.rb-text {
	color: #000;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.rb-time {
	color: #000;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq {
	margin-top: 100px;
}

.faq-wrapper {
	display: flex;
	gap: 20px;
	padding-top: 100px;
}

.faq-text {
	max-width: 556px;
}

.faq-title {
	color: var(--White, #FFF);
	font-family: Manrope;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.faq-subtitle {
	color: var(--White, #FFF);
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 30px;
}

.faq-actionssss {
	color: var(--White, #FFF);
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-top: 30px;
}

.faq-tg {
	color: var(--White, #FFF);
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 20px;
}

.faq-blocksss {
	border-radius: 32px;
	background: #3C3C3C;
	padding: 30px;
	cursor: pointer;
	max-width: 755px;
}

.faq-vopros {
	color: #FFF;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-line {
	width: 20px;
	height: 20px;
	position: relative;
}

.faq-linesss {
	width: 20px;
	height: 2px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: 0.3s ease;
	cursor: pointer;
}

.faq-line::after {
	content: "";
	width: 2px;
	height: 20px;
	background: #FFF;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	transition: 0.3s ease;
}

.faq-blocksss.active .faq-line::after {
	height: 0;
}

.faq-otvet {
	display: none;
	color: #FFF;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-top: 26px;
}

.faq-blocksss.active .faq-otvet {
	display: block;
}

/*--------------------------------------------------------------
# Footer Contact Form Section
--------------------------------------------------------------*/

.form-globalsss {
	margin-top: 30px;
}

.form-globalsss-wrapper {
	background: #DCE2ED;
	padding: 30px;
	display: flex;
	border-radius: 32px;
	gap: 20px;
	justify-content: space-between;
}

.form-g-left {
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.form-g-left-text {
	font-size: 16px;
	border: 0.7px solid #000000;
	border-radius: 20px;
	display: inline-block;
	padding: 10px;
	font-family: 'Manrope';
	color: #000000;
}

.form-g-left-title {
	font-size: 50px;
	font-weight: 800;
	margin-top: 58px;
	font-family: 'Manrope';
	line-height: 100%;
	color: #000000;
}

.form-g-left-subtitle {
	font-size: 16px;
	font-weight: 500;
	margin-top: 14px;
	font-family: 'Manrope';
	line-height: 120%;
	max-width: 332px;
	color: #000000;
}

.form-g-left-commanda-imgsss {
	margin-bottom: auto;
	max-width: 168px;
}

.form-g-left-commanda-text {
	font-size: 10px;
	font-weight: 300;
	margin-top: 7px;
	font-family: 'Manrope';
	line-height: 100%;
	color: #000000;
}

.form-g-right {
	background: #ffffff;
	padding: 50px;
	border-radius: 20px;
	width: 50%;
}

/*--------------------------------------------------------------
# Custom Form Styles
--------------------------------------------------------------*/

.custom-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.form-group {
	display: flex;
	flex-direction: column;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
	color: #6C6C6C;
	font-family: 'Manrope';
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 20px 15px;
	max-width: 100%;
	border-radius: 10px;
	border: 0.5px solid #000;
}

.form-group textarea {
	color: #6C6C6C;
	font-family: 'Manrope';
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 20px 15px;
	max-width: 100%;
	border-radius: 10px;
	border: 0.5px solid #000;
	resize: vertical;
	min-height: 80px;
}

.contact-method-label {
	color: #000;
	font-family: 'Manrope';
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}

.contact-method-options {
	display: flex;
	gap: 15px;
}

.contact-method-option {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	color: #000;
	font-family: 'Manrope';
	font-size: 14px;
	font-weight: 400;
}

.contact-method-option input[type="radio"] {
	accent-color: #7341FF;
	width: 16px;
	height: 16px;
}

.form-submit-btn {
	background: #FFF;
	color: #000;
	font-family: 'Manrope';
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 15px 30px;
	border-radius: 10px;
	border: 1px solid #000;
	cursor: pointer;
	transition: background 0.3s ease;
	width: 100%;
}

.form-submit-btn:hover {
	background: #7341FF;
	color: #FFF;
	border-color: #7341FF;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.form-agreement {
	color: #000;
	font-family: 'Manrope';
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.form-agreement a {
	color: #000;
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer__left {
	background: #DCE2ED;
	border-radius: 20px;
	padding: 50px 30px;
	width: 49%;
}

.footer__right {
	background: #DCE2ED;
	border-radius: 20px;
	padding: 50px 30px;
	width: 50%;
	margin-left: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
}

.footer__wrapper {
	display: flex;
	margin-top: 150px;
}

.footer__right-email {
	font-family: 'Manrope';
	font-weight: 700;
	font-size: 30px;
	margin-top: 50px;
	color: #000;
}

.footer__form {
	margin-top: 78px;
}

.nav-footer-menusss {
	margin-top: 50px;
}

.menu-footer-title {
	font-size: 24px;
	color: #000;
	font-weight: 600;
}

.menu-footer-links {
	list-style: none;
}

.menu-footer-linksss {
	font-size: 16px;
	color: #2b2b2b;
	font-weight: 600;
}

.menu-footer-linksss:hover {
	text-decoration: underline;
	color: #f56818;
	transition: color 0.3s ease;
}

.contact-img {
	display: flex;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

.contact-text {
	font-size: 20px;
	text-align: center;
	color: #000;
}

.contact-carts-blocksss {
	margin-bottom: 0px;
}

.contact-blockss-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
}

.popup-overlay.active {
	opacity: 1;
	visibility: visible;
}

.custom-popup-overlay-isolated {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	overflow: auto;
}

.custom-popup-overlay-isolated.active {
	display: flex;
}

.custom-popup-content-isolated {
	background: #fff;
	padding: 30px;
	max-width: 600px;
	max-height: 90vh;
	overflow-y: auto;
	border-radius: 8px;
	position: relative;
}

.custom-close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
}

.popup-title {
    font-size: 20px;
    max-width: 403px;
    font-weight: 600;
    margin-bottom: 30px;
} 

html.popup-open {
	overflow: hidden !important;
	height: 100%;
}

body.popup-open {
	overflow: hidden;
}

body.isolated-popup-open {
	overflow: hidden;
}

/*--------------------------------------------------------------
# Promo Banner
--------------------------------------------------------------*/

.promo-banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 24px;
	border-radius: 20px;
	max-width: 800px;
	width: 90%;
	color: white;
	background: rgba(30, 30, 30, 0.4);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s;
	position: fixed;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%) translateY(30px);
	z-index: 1000;
}

.promo-banner--visible {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.promo-banner__info {
	display: flex;
	align-items: center;
	gap: 16px;
}

.promo-banner__avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.promo-banner__text p {
	margin: 0;
	line-height: 1.4;
}

.promo-banner__title {
	font-size: 18px;
	font-weight: 600;
}

.promo-banner__subtitle {
	font-size: 14px;
	opacity: 0.9;
}

.promo-banner__socials {
	display: flex;
	gap: 12px;
}

.social-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 22px;
	text-decoration: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-icon:hover {
	transform: scale(1.1);
	opacity: 0.9;
}

.social-icon--telegram {
	background-color: #ffffff;
}

.social-icon--whatsapp {
	background-color: #ffffff;
}

.promo-banner__cta-button {
	background-color: #f0f2f5;
	color: #050505;
	padding: 14px 28px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.promo-banner__cta-button:hover {
	background-color: #d9dcdf;
}

/*--------------------------------------------------------------
# Responsive - 1350px
--------------------------------------------------------------*/

@media (max-width: 1350px) {
	.uslugi-carts {
		grid-template-rows: repeat(3, minmax(0, 1fr));
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.price-wordpress-subtitle {
		font-size: 16px;
	}

	.price-carts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/*--------------------------------------------------------------
# Responsive - 1200px
--------------------------------------------------------------*/

@media (max-width: 1200px) {
	.hero-block-one {
		display: flex;
		align-items: center;
		margin-top: 100px;
		gap: 20px;
		flex-direction: column;
	}

	.footer__wrapper {
		display: flex;
		flex-direction: column;
		margin-top: 100px;
	}

	.footer__left {
		width: 100%;
	}

	.footer__right {
		align-items: flex-start;
		width: 100%;
		margin-left: 0px;
	}
}

/*--------------------------------------------------------------
# Responsive - 991px
--------------------------------------------------------------*/

@media (max-width: 991px) {
	.main-navigation {
		display: none;
	}

	.burger {
		display: block;
	}

	.site-header {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
		align-items: center;
		flex-wrap: wrap;
	}

	.menu-item {
		list-style: none;
	}

	.what-carts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.history-content {
		flex-direction: column;
	}

	.history-wrapper {
		padding: 30px;
	}

	.history-text {
		max-width: 100%;
	}

	.history-title {
		font-size: 30px;
	}

	.abouts-content-blocksss {
		flex-wrap: wrap;
		gap: 20px;
	}

	.abouts-content-cart {
		border-radius: 32px;
		background: var(--BG2, #DCE2ED);
		padding: 20px;
	}

	.otziv-carts {
		display: grid;
		row-gap: 10px;
		column-gap: 10px;
		flex-shrink: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 42px;
	}

	.rabota-wrapper {
		border-radius: 32px;
		background: var(--White, #FFF);
		padding: 30px;
		display: flex;
		gap: 20px;
		flex-direction: column;
	}

	.rb-line {
		width: 100%;
		height: 1px;
		background: var(--BG-1, #C0CDE6);
	}

	.promo-banner {
		display: none;
	}

	.contact-img img {
		width: 30px;
	}

	.contact-text {
		font-size: 17px;
		text-align: center;
	}

	.main-navigation-mobile {
		margin: 200px 50px;
	}
}

/*--------------------------------------------------------------
# Responsive - 768px
--------------------------------------------------------------*/

@media (max-width: 768px) {
	.what-carts {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.history-image-block {
		flex-wrap: wrap;
	}

	.history-image {
		padding: 20px;
		max-width: 100%;
	}

	.history-image-block-1 {
		max-width: 100%;
	}

	.history-image-block-2 {
		max-width: 100%;
	}

	.history-content-title {
		font-size: 24px;
	}

	.history {
		margin-top: 20px;
	}

	.uslugi-carts {
		grid-template-rows: repeat(3, minmax(0, 1fr));
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.abouts-content-cart-title {
		font-size: 30px;
	}

	.abouts-content-cart-subtitle {
		font-size: 14px;
	}

	.abouts-content-carts {
		grid-template-rows: repeat(1, minmax(0, 1fr));
		grid-template-columns: repeat(1, minmax(0, 1fr));
		text-align: center;
	}

	.abouts-subtitle {
		font-size: 30px;
		line-height: 100%;
	}

	.color-accent {
		font-size: 30px;
		line-height: 100%;
	}

	.abouts-wrapper {
		border-radius: 32px;
		background: #FFF;
		padding: 30px;
	}

	.abouts {
		margin-top: 30px;
	}

	.uslugi {
		margin-top: 30px;
	}

	.pr-wp-title {
		font-size: 30px;
	}

	.pr-wp-subtitle {
		font-size: 14px;
	}

	.portfolio-wordpress-title {
		flex-direction: column;
	}

	.portfolio-wordpress-carts {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-top: 50px;
		gap: 30px;
	}

	.price-carts {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.price-wordpress-text {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}

	.price-cart-cena {
		color: #000;
		font-family: Manrope;
		font-size: 30px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
		margin-top: 7px;
	}

	.price-carts {
		margin-top: 30px;
	}

	.price-cart-title {
		font-size: 24px;
	}

	.otziv-carts {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.otziv {
		margin-top: 30px;
	}

	.otziv-wrapper {
		border-radius: 32px;
		background: var(--BG-1, #C0CDE6);
		padding: 50px 15px;
	}

	.call-to-action {
		gap: 20px;
		flex-direction: column;
	}

	.rabota {
		margin-top: 30px;
	}

	.faq-title {
		color: var(--White, #FFF);
		font-family: Manrope;
		font-size: 30px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%;
	}

	.faq-wrapper {
		display: flex;
		gap: 20px;
		padding-top: 100px;
		flex-direction: column;
	}

	.form-globalsss-wrapper {
		flex-direction: column;
		padding: 20px;
	}

	.form-g-right {
		background: #ffffff;
		padding: 30px;
		border-radius: 20px;
		width: 100%;
	}

	.form-g-left {
		width: 100%;
	}

	.form-g-left-title {
		font-size: 30px;
	}

	.form-g-left-subtitle {
		font-size: 13px;
	}

	.form-g-left-commanda {
		margin-top: 30px;
	}

	.form-g-left-text {
		font-size: 13px;
	}

	.contact-blockss-wrapper {
		justify-content: center;
	}

	.footer__right-email {
		font-family: 'Manrope';
		font-weight: 700;
		font-size: 20px;
	}

	.footer__right-phone {
		font-family: 'Manrope';
		font-weight: 700;
		font-size: 35px;
		white-space: nowrap;
	}
}

/*--------------------------------------------------------------
# Responsive - 568px
--------------------------------------------------------------*/

@media (max-width: 568px) {
	.contact-phone {
		color: #ffffff;
		font-family: 'Manrope';
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.contact-tg {
		margin-left: 14px;
	}

	.contact {
		display: none;
		align-items: center;
		justify-content: space-between;
	}

	.content-one-btn-block {
		margin-top: 27px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.btn-price-tg {
		margin-left: 0px;
	}

	.content-one-title {
		font-size: 60px;
		line-height: 60px;
	}

	.content-one-title-accent {
		font-size: 60px;
	}

	.hero-block-one {
		margin-top: 70px;
	}
}

/*--------------------------------------------------------------
# Responsive - 480px
--------------------------------------------------------------*/

@media (max-width: 480px) {
	.site-header {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
		align-items: center;
		flex-wrap: wrap;
	}

	.custom-logo {
		max-width: 95%;
	}
}

/*--------------------------------------------------------------
# Responsive - 360px
--------------------------------------------------------------*/

@media (max-width: 360px) {
	.content-one-title {
		font-size: 50px;
		line-height: 50px;
	}

	.content-one-title-accent {
		font-size: 50px;
	}
}

/*--------------------------------------------------------------
# Honeypot (anti-spam hidden field)
--------------------------------------------------------------*/

.hp-field {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	pointer-events: none;
}

/*--------------------------------------------------------------
# Thank You Page
--------------------------------------------------------------*/

.thanks-section {
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 0;
}

.thanks-wrapper {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.thanks-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #7341FF;
	color: #ffffff;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
}

.thanks-title {
	font-family: 'Manrope', sans-serif;
	font-size: 42px;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 16px;
}

.thanks-subtitle {
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #b0b0b0;
	line-height: 1.5;
	margin-bottom: 40px;
}

.thanks-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

@media (max-width: 568px) {
	.thanks-title {
		font-size: 28px;
	}

	.thanks-subtitle {
		font-size: 15px;
	}

	.thanks-icon {
		width: 60px;
		height: 60px;
		font-size: 30px;
	}

	.thanks-actions {
		flex-direction: column;
		align-items: center;
	}
} 


 .image-logo {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    align-items: center; 
    flex-wrap:wrap; 
  } 


  .img-logo-svg {
    opacity: 0.5; 
    transition: all;
  }


  .img-logo-svg:hover {
    opacity: 1; 
  } 
 




 

