/*
Theme Name: ijsufa
Template: Goodini
Theme URI: https://degorov.ru/
Description: Дочерняя тема для Goodini
Author: Dmitrieva O.V
Author URI: https://degorov.ru/
Version: 1.0
*/


:root {
	--zoom: 1;
	--height: 0;
	--h2: calc(20px + (40 - 20) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--p-24: calc(16px + (24 - 16) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--p-70: calc(32px + (70 - 32) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--p-50: calc(22px + (50 - 22) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--p-48: calc(22px + (48 - 22) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--p-30: calc(18px + (30 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--p-34: calc(18px + (34 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--p-60: calc(30px + (60 - 30) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--p-100: calc(40px + (100 - 40) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	--p-150: calc(70px + (150 - 70) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

.container-fluid,
#hero .container-fluid {
	max-width: 1912px;
}

body {
	/* overflow: hidden; */
}

.noHidden {
	overflow: visible;
}

/* #hero .main-img {
	opacity: 0;
}

.body_load #hero .main-img {
	animation: opacityImg 1s forwards;
} */

@keyframes opacityImg {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.home #hero {
	padding-top: var(--header_height) !important;
}


h2 {
	font-size: 40px;
	line-height: 1.2;
}

#footer {
	background: var(--dark);
}

.manager-1 .text-wrap .header h2 {
	margin-bottom: 4.5rem;
}

.prod__text-item {
	width: 57%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.prod__text-item:nth-child(even) {
	margin-left: auto;
}

.g-hero#hero .main {
	padding-bottom: 0;
	position: relative;
	padding-top: calc(80px + (250 - 80) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	padding-bottom: calc(150px + (300 - 150) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

.g-hero#hero::before {
	content: '';
	bottom: 0;
	left: -5%;
	width: 87%;
	height: 88%;
	background-image: url(assets/i/bgth.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}

.dark_theme .g-hero#hero .list p {
	color: #000000;
	font-size: 1.25rem;
}

.g-hero#hero h1 {
	margin-bottom: 1.25rem;
	font-size: var(--p-30);
	padding-left: 3rem;
	position: relative;
}

.g-hero#hero h1::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3rem;
	height: 2.5rem;
	background-image: url(assets/i/ch.svg);
	background-repeat: no-repeat;
	background-size: contain;

}

.g-hero#hero .row {
	justify-content: center;
}

.thanks__img {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(62%, 0);
	width: 55%;
}

.g-hero#hero .wrap .button {
	margin-top: 2rem;
	justify-content: center;
	display: flex;
}

.g-hero#hero .wrap {
	background-color: var(--color);
	padding: var(--p-100);
	color: #000000;
	width: 53rem;
	max-width: unset;
}

#manager .utp ul {
	max-width: 100%;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
	align-items: flex-start;
}

#manager .utp ul li {
	font-weight: 700;
	line-height: 1.5;
	padding: 3rem;
	margin: 0;
	padding-left: 8rem;
	background-image: url(assets/i/bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

#manager .utp ul li:nth-child(2) {
	margin-top: 5rem;
}

#manager .utp ul li:nth-child(3) {
	margin-top: -7rem;
}

#manager .utp ul li::before {
	content: "";
	display: block;
	width: 2.87rem;
	height: 2.87rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 3rem;
	top: 3rem;
}

#manager .utp ul li:nth-child(1):before,
#manager .utp ul li:nth-child(5n):before {
	background-image: url(assets/i/1.svg);
}

#manager .utp ul li:nth-child(2):before,
#manager .utp ul li:nth-child(6n):before {
	background-image: url(assets/i/2.svg);
}

#manager .utp ul li:nth-child(3):before,
#manager .utp ul li:nth-child(7n):before {
	background-image: url(assets/i/3.svg);
}

#manager .utp ul li:nth-child(4):before,
#manager .utp ul li:nth-child(8n):before {
	background-image: url(assets/i/4.svg);
}

.dark_theme .manager-1 .wrap {
	background-color: transparent;
}

.manager-1 .wrap {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.footer-2-inner,
.footer-2-inner .policy-link {
	font-size: 12px;
	color: #fff;
}

#footer-2::before {
	display: none;
}

.b2b-copy {
	opacity: 1;
}

.footer__contacts-wrapper {
	display: flex;
	align-items: center;
	gap: 2.37rem;
}

.footer__contacts-phone {
	display: flex;
	flex-direction: column;

}

.footer__contacts-adress {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
}

#footer-2 a {
	color: rgba(255, 255, 255, 1);

}

.policy-link {
	border-bottom: 1px solid;
}

.policy-link:hover {
	border-bottom-color: transparent;
}

#copyright.copy-white .b2b-copy {
	background: transparent;
	padding: 0;
}

#footer .phone-content {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.44;
	color: #fff;
	padding-left: 5rem;
}

#footer .phone-content:hover {
	color: var(--color2);
}

#footer .link,
#header .contacts .link {
	color: #fff;
	border-bottom: none;
	font-size: 1rem;
	padding: 0 5rem;
	position: relative;
}

#footer .footer-logo {
	max-width: 600px;
	margin: 0;

}

.footer-logo-wrapper {
	margin-left: -6rem;
}

#footer .link::before,
#header .contacts .link::before {
	content: '';
	position: absolute;
	width: 4.5rem;
	height: 0.7rem;
	background-image: url(assets/i/el1.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

#footer .footer-social {
	margin-top: 0;
}

#footer .row {
	justify-content: space-between;
	gap: 2rem;
}

#footer .link::after,
#header .contacts .link::after {
	content: '';
	position: absolute;
	width: 4.5rem;
	height: 0.7rem;
	background-image: url(assets/i/el2.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

#footer .link:hover {
	border-bottom: none !important;
	color: var(--color);
}

#footer-2 {
	padding: 1rem 0 2rem 0;
}

.manager-1 .text-wrap {
	max-width: 793px;
	-ms-flex: 1 0 793px;
	flex: 1 0 793px;
	padding: 0;
	align-items: center;
	justify-content: center;
	display: flex;
}

#manager {
	padding-top: 164px;
	padding-bottom: 3rem;
}

.form-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-top: 0;
	max-width: 49%;
	padding: 0 2.5rem 2.5rem;
	z-index: 1;
	border-radius: 0;
	box-shadow: none;
	background: #000000;

	color: #000000;
}

.form-wrap .form-head {
	color: #000000;
	background: transparent;
	margin: 0;
	padding: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dark_theme .manager-1 .form-wrap,
.form-wrap {
	background: var(--color);
	color: #000000;
	padding: 100px;
	padding-top: 5rem;
}

.manager-1 .text-wrap .subheader {
	margin: 0;
}

.quiz input[type=radio]+label {
	margin: 0;
	display: block;
	cursor: pointer;
	padding: 1.25rem 1.25rem 1.25rem 2.5rem;
	width: 100%;
	font-size: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.quiz__answer input[type=radio]:checked+label::before {
	background-color: rgba(0, 0, 0, 0.8);
}

.quiz__answer input[type=radio]+label::before {
	position: absolute;
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	background-color: transparent;
	border: none;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.8);
	opacity: 1;
}

.quiz__answers .quiz__answer:not(:first-child) {
	margin-top: 2rem;
}


.quiz__wrapper-form .form-quiz {
	background: var(--color);
	color: #000000;
	padding: 100px;
	min-height: 48rem;
	flex: 0 0 49%;
	width: 49%;
}

.quiz__wrapper-form .form-quiz .form_block {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.btn,
.btn:visited,
.btn:focus,
.btn:active {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}

.quiz__flex-next {
	margin-top: 3rem;
}

.quiz {
	padding: 150px 0;
	padding-bottom: 7rem;
}

.dark_theme .popup {
	background-color: var(--color);
}

.dark_theme .popup .btn span {
	padding: 1.75rem 3.375rem;
}

#header .content .row {
	justify-content: space-between;
	position: relative;
}

.header__inner-content {
	display: flex;
	gap: 2.5rem;
}

.header__adress {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-weight: 700;
	font-size: 1rem;
}

.header-img-el {
	pointer-events: none;
}

.characteristic .slick-arrow svg {
	transition: all 0.3s;
}



.characteristic .slick-arrow:hover svg {
	fill: var(--color);
}



.header-img-el-one {
	transform: translateX(-2.5rem);
}

.header-img-el-two {
	transform: translateX(2.5rem);
}

#header .logo {
	position: absolute;
	top: 1rem;
	left: 50%;
	font-size: 1rem;
	transform: translate(-50%, 0);
	width: 100%;
	min-height: 3rem;
}

#header .contacts .link {
	width: max-content;
	font-size: 1rem;
}

#header .content .contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.dark_theme .popup .btn span::after {
	display: none;
}

.popup .btn span {
	padding: 1.75rem 3.375rem;
}

.quiz__title {
	width: 33rem;
}

.quiz__title p {
	font-size: 1.25rem;
}


.quiz__title h2 {
	margin-top: 0;
}

.hero-bg-three {
	position: absolute;
	pointer-events: none;
}

.hero-bg-three-l {
	bottom: 0;
	left: 0;
	width: 49%;
	transform: translate(-45%, 8%);
}

.hero-bg-three-r {
	top: 0;
	right: 0;
	width: 50%;
	transform: translate(39%, -11%);
}

.quiz__wrapper-form .form-quiz-inner {
	margin-bottom: 3rem;
}

.btn.quiz__btn__prev::before {
	background-image: url(assets/i/btn2.webp);
}

.quiz__inner {
	margin-top: auto;
}

.quiz__btn__next {
	margin-left: auto;
}

.quiz__buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.quiz__question p {
	margin: 0;
	padding-bottom: 5rem;
}

.radio_btn_format input[type=radio]:checked+label,
input[type=radio]:hover+label {
	color: #fff;
}

input[type=radio] {
	display: none;
}

.manager-1 .form-wrap {
	margin-top: 0;
}

.agreement-check a {
	color: var(--color2);
	border-bottom: 1px solid;
}

.dark_theme .hideLabels .form-group label {
	color: rgba(0, 0, 0, 0.8);
	left: 0;
}

.hideLabels .form-control {
	padding-left: 0;
	padding-bottom: 1.5rem;

}

.form-wrap .form-head {
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: var(--p-30);
	line-height: 1.26;
}

.dark_theme .hideLabels .form-control {
	color: #000000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
	border-radius: 0;
}

.hideLabels .form-control.error {
	border-color: transparent;
	border-bottom-color: red;
}

#manager .form-desk {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 1.25rem;
	margin-bottom: 5.5rem;
}

.hideLabels .mini-labels label,
.miniLabels label.form-label,
.hideLabels label.label-none,
.hideLabels .form-control:focus+label {
	top: -7px;
	font-size: 14px;
}

.hideLabels .form-group {
	margin: .5rem auto 2rem;
}

.dark_theme .form-group {
	background: transparent;
	border: none;

}

.btn span {
	position: relative;
	padding: 1.75rem 8.56rem 1.75rem 3.375rem;

}

.form-wrap .btn {
	position: relative;
}

.causes__inner {
	display: flex;
	align-items: center;
	margin-right: -6rem;
}

.causes__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.causes__item {
	padding: 1.5rem;
	padding-right: 4rem;
	position: relative;
	line-height: 1.57;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.7);
}

.wrapper {
	overflow: hidden;
	max-width: 1920px !important;
	margin: 0 auto !important;
}

.prod {
	background-color: #fff;
	color: #000;
}

.prod__text {
	padding: 3rem 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 5rem;
}

.prod__content-el {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	width: 30%;
	animation: before 5s infinite;
}

.prod__content {
	flex: 0 0 35%;
}

.prod__text-quote {
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	background-color: var(--dark);
	width: 26.5rem;
	height: 30.6rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 30px;
	line-height: 1.26;
	text-align: center;
	padding: 1.75rem;
	position: absolute;
	bottom: -20%;
	left: 3rem;
}

.prod-el {
	position: absolute;
	top: -9%;
	left: 0;
	z-index: 2;
	width: 20.8%;
}

.prod__text-quote p {
	margin: 0;
}

.prod__inner {
	display: flex;
	gap: 5.56rem;
}

.prod__img {
	position: relative;
	height: 100%;
}


.prod__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;


}

.prod__inner .title h2 {
	margin: 0;
}

.prod__text-item-img {
	width: 3.6rem;
	height: 3.6rem;
}

.causes__img-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-right: -6rem;
	gap: 2rem;
}

.causes__img::before {
	content: '';
	position: absolute;
	width: 14%;
	height: 30%;
	background-image: url(assets/i/elli.webp);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 10%;
	right: 23%;
	z-index: 2;
	animation: before 5s infinite;
}

@keyframes before {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(20%);
	}

	100% {
		transform: translateY(0);
	}
}

.causes__item strong {
	color: #fff;
	font-size: 1rem;
}

.main-boss-item {
	display: flex;
	gap: 86px;
}

.main-boss-block .name {
	font-size: 50px;
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 600;
	line-height: 1.16;
	padding-bottom: 99px;
}

.main-boss-block .position {
	font-family: 'Cormorant';
	font-weight: 600;
	text-align: center;
	font-size: 30px;
	margin-bottom: -1rem;
	margin-right: 4rem;
	line-height: 1.26;
	color: rgba(255, 255, 255, 0.7);
}

.main-boss-blockquote h2 {
	margin-top: 0;
	margin-bottom: 130px;
}

.main-boss-blockquote {
	font-size: 1.5rem;
	position: relative;
}

.main-boss-blockquote::before {
	content: '';
	position: absolute;
	background-color: rgba(255, 255, 255, 0.2);
	width: 1px;
	height: 100%;
	top: 0;
	right: -3rem;
}

.main-boss-logo {
	transform: translateX(-17%);
	width: 115%;
}

.main-boss-blockquote p:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.main-boss-block {
	flex: 0 0 29%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main-boss-image {
	flex: 0 0 33%;
	width: 33%;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.main-boss-el2 {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: auto;
	/* z-index: -1; */
}

.main-boss-img-main {
	border-radius: 54% / 55%;
	overflow: hidden;
	transform: translate(0, -5%);
	/* background-color: var(--dark); */
}

.main-boss-el2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: unset;
	max-height: unset;
}

.main-boss-img-main .main-boss-block {
	display: none;
}

.main-boss-el2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 84%;
	height: 47%;
	background-image: url(assets/i/v.webp);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-31%, -4%);
	z-index: -1;
}

.causes__content .title h2 {
	margin-top: 0;
}

.causes__content::before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(((100vw - 100%) /2)* -0.9);
	width: calc((100vw - 100%) /2);
	height: 100%;
	z-index: -1;
	background-color: var(--color2);

}

.causes__content {
	flex: 0 0 67%;
	padding: 8rem 8rem 2rem 0;
	background-color: var(--color2);
	position: relative;
}

.causes__img {
	overflow: hidden;
}

.causes__img-text {
	margin-top: 3rem;
}

.causes__item-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.causes__item-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.causes__item-num {
	font-family: 'Cormorant';
	font-size: var(--p-70);
	line-height: 1;
	text-align: right;
	color: rgba(255, 255, 255, 0.2);


}

.causes__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 7.8rem;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 100%);
}

.btn::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(assets/i/btn.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.agreement-check input:checked+.agreement-label .check::before {

	border: 2px solid var(--color2);

	border-top-color: transparent;
	border-left-color: transparent;

}

.form-wrap .button {
	display: flex;
	justify-content: flex-end;
	margin-top: 3rem;
}

.btn {
	min-width: 277px;
	background-color: transparent;
}

.btn span::after {
	content: '';
	position: absolute;
	width: 4.5rem;
	height: 0.7rem;
	background-image: url(assets/i/el2.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 3.75rem;
	top: 50%;
	transform: translate(0, -50%);
}



.agreement-check a:hover {
	border-bottom-color: transparent;
}

.btn.quiz__btn__prev span {
	padding: 1.75rem 3.375rem 1.75rem 8.56rem;
}

.btn.quiz__btn__prev span::after {
	right: unset;
	left: 3.75rem;
	transform: rotate(180deg) translate(0, 50%);
}



.social .soc a {
	width: 2.375rem;
	height: 2.375rem;
	flex-shrink: 0;
	position: relative;
}

.social .soc {
	width: 2.375rem;
	height: 2.375rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social .soc a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background: linear-gradient(127.87deg, #9D9E9E -34.49%, #FAFAFA -24.4%, #9A9A9A -16.84%, #F2F2F2 -9.27%, #9D9D9D 3.34%, #FCFCFC 15.96%, #999999 26.05%, #9F9F9F 41.18%, #C4C4C4 58.84%, #D0D0D0 66.41%, #E9E9E9 81.54%, #F7F7F7 94.16%, #FDFDFD 106.77%, #BDBDBD 121.9%, #9C9C9C 157.22%, #FEFDFD 172.35%, #999999 182.44%, #FCFCFC 187.49%, #999999 200.1%, #FFFFFF 207.67%, #A5A5A5 217.76%), linear-gradient(90deg, #20B038 0%, #60D66A 100%);
	transform: translate(-50%, -50%) matrix(0, -1, -1, 0, 0, 0);
	border-radius: 50%;
	z-index: -1;

}

.social .soc a svg path {
	fill: #fff;
	transition: all 0.3s;
}

.social .soc.wa a svg {
	width: 100%;
	height: 100%;

}

.social .soc.wa a svg path {
	fill: url(#paint1_linear_130_981);
	transition: all 0.3s;
}

.social .soc.wa a svg .svg-path {
	fill: #fff;
}

.social .soc.wa a:hover svg path {
	fill: url(#paint1_linear_130_981);
}

.social .soc.wa a:hover svg .svg-path {
	fill: var(--color);
}

.social .soc a:hover svg path {
	fill: var(--color);
}

.social .soc svg {
	width: 1.25rem;
	height: 1.25rem;
}

.social {
	gap: 1.25rem;
}

.idea {
	padding: 0;
	background-color: #fff;
	color: #000000;
}

.idea__item-text {
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.idea__item-deadlines {
	font-size: 0.875rem;
	padding: 0.312rem 0.625rem;
	background-color: #F6F6F6;
	position: absolute;
	top: 2rem;
	right: 2rem;
}

.idea__item {
	position: relative;
	padding: 2rem;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.idea__inner {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding-top: 9rem;
}

.idea .title {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 3rem;
	padding-left: 3rem;
}

.idea .title h2 {
	margin: 0;
	width: 38rem;
}

.idea__img .idea__text {
	display: none;
}

.idea__text {
	font-family: 'Cormorant';
	font-size: 34px;
	line-height: 1.23;
	padding: 3rem 16% 3rem 0;
	background-color: var(--color2);
	color: #fff;
	width: 75%;
	margin-left: -1px;
}

.idea__text-inner {
	position: relative;
	padding-left: 0.5rem;
}

.idea_quote-bottom {
	bottom: -2rem;
	right: -3rem;
}

.idea__text p {
	margin: 0;
}

.idea__img {
	left: -6rem;
	position: absolute;
	width: 35%;
}

.idea__content {
	flex: 0 0 68%;
	width: 68%;
}

.idea__img-inner {
	transform: scale(1.1);
}

.idea__content {
	position: relative;
}

.idea__content::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--color2);
	width: 65.3%;
	height: 116.2%;
	transform: translate(-100%, 0);
	z-index: -1;
}


.idea_quote {
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 400;
	font-size: var(--p-150);
	line-height: 0.28;
	position: absolute;
}

.idea_quote-top {
	top: 0;
	left: -4rem;
}

.idea__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.idea__item:nth-child(-n+4) {
	padding-top: 3.5rem;
}

.works__inner .title .text_big {
	font-size: 100px;
	display: block;
	margin: 0;
}

.works__inner .title p {
	font-size: 1.25rem;
	line-height: 1.4;
}

.works__inner .title p:first-of-type {
	font-size: var(--p-24);
	line-height: 1.25;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.works__inner .title .text_big .text_color {
	transform: translate(0, 17%);
	display: inline-block;
	color: #fff;
}

.works__inner .title h2 {
	margin: 0;
	font-weight: 400;
	margin-bottom: 153px;
}

.works__inner {
	display: flex;
	gap: 4rem;
}

#header .contacts .link:hover {
	border-bottom: none !important;
	color: var(--color);
}

.works__content {
	flex: 0 0 29%;
}

#header .contacts .phone-content:hover {
	color: var(--color);
}

.works__cards {
	display: flex;
	position: relative;
	width: 100%;
}

.works-card__btn {
	width: 49%;
	height: 500px;
	position: relative;
	z-index: 3;
	transition: all 0.4s;
}

.works {
	background-color: var(--color2);
	padding-top: 4.7rem;
	padding-bottom: 235px;
}

.works .btn::before {
	background-image: url(assets/i/btn2.webp);
}

.works-card__btn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.works-card__btn:nth-child(2) {
	position: absolute;
	right: 25%;
	top: 15%;
	z-index: 2;
}

.works-card__title {
	font-family: 'Cormorant';
	font-weight: 600;
	font-size: var(--p-30);
	line-height: 1.26;
	color: #FFFFFF;
	padding: 2.5rem;
	position: absolute;
	top: 0;
	left: 0;
}

.card-intro {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1.4;
	font-size: 1.125rem;
	padding: 2.5rem;
	color: #fff;
}

.card-intro p {
	margin: 0;
}

.works-card__btn:hover .works-card-svg {
	transform: translate(-50%, -50%) scale(0.9);
	opacity: 1;
}

.works-card__btn:hover,
.works-card__btn:nth-child(3):hover {
	transform: translate(20%, 0) !important;

}

.works-card-svg {
	transition: all 0.3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(217, 217, 217, 1);
	border-radius: 50%;
	width: 7rem;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.works-card__btn:nth-child(3) {
	position: absolute;
	top: 30%;
	right: 0;
	z-index: 1;
}

.works-card__btn::before {
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);

}

.card__title {
	font-family: 'Cormorant';
	font-size: var(--p-60);
	line-height: 1.13;
	color: #FFFFFF;
}

.characteristic {
	color: #fff;
	background-color: var(--color2);
	padding: 5rem;
	padding-left: 6rem;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	width: 100%;
	transform: translate(-100%, -100%);
}

.characteristic.fancybox__content {

	position: relative;
	visibility: visible;

	transform: translate(0, 0);
}

.view {
	padding: 172px 0;
}

.causes {
	padding-bottom: 0;
}

.view__cards .slick-slide {
	margin: 0 var(--p-50);
}

.view__cards {
	margin-left: calc(var(--p-50) * -1);
}

.prod__img-inner {
	position: relative;
}

.view__img-el {
	background-color: var(--dark);
	width: 100%;
	height: var(--height);
	top: 0;
	left: 0;
	position: absolute;
	/* z-index: 1; */
	transform: translateY(0);
}

.view__img img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.view__img-in {
	/* opacity: 0; */
	display: block;
}

.view__img {
	position: relative;
}

.view__img-in {
	position: relative;
	overflow: hidden;
}

.view__img-in::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}



.card__title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card__title .f-button.is-close-btn {
	background-color: transparent;
	width: 4rem;
	height: 4rem;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 1rem;
	right: 0;
}

.card__title .f-button.is-close-btn svg {
	fill: #fff;
	width: 100%;
	height: 100%;
}

.card__title .f-button.is-close-btn:hover {
	transform: rotate(180deg);
	border-color: var(--color);
}

.characteristic .slick-arrow {
	width: 7.81rem;
	height: 7.81rem;
	background-color: transparent;
	box-shadow: none;
	top: 50%;
	bottom: unset;
	transform: translate(0, -50%);

}

.characteristic .slick-arrow svg {
	fill: transparent;
	width: auto;
	height: auto;
}

.characteristic .slick-next {
	right: 38%;
	z-index: 3;
	left: unset;
}

.characteristic .slick-prev {
	left: 3%;
}

.f-button:focus-visible {
	border-color: var(--color);
	box-shadow: none;
}

.works-card__slider .slick-slide {
	margin-right: 1.9rem;
}

.works-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	height: calc(300px + (700 - 300) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));

}

.cards-parameters ul li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.works-card {
	display: flex;
	gap: 4rem;
}

.works-card__slider-inner {
	width: 100%;
}

.cards-parameters {
	padding-top: 5.25rem;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.term-parametr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.term-parametr strong {
	font-size: 1.25rem;
}

.card__btns {
	margin-top: 4.375rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
	align-items: flex-start;
	font-size: 0.875rem;
}

.card__btns .btn::before {
	background-image: url(assets/i/btn2.webp);
}

.works-card__desc {
	flex: 0 0 27%;
}

.view__title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 62%;
	color: var(--color);
	text-align: center;
	opacity: 0;
	pointer-events: none;
}

.view__title h2 {
	font-size: 100px;
	font-style: italic;
	font-weight: 600;
	line-height: 1;
}

.hero__inner-wr {
	display: flex;
	justify-content: space-between;
	position: absolute;
	opacity: 1;
	top: -2rem;
	left: 0;
	width: 100%;
}

.hero-el {
	background-color: var(--dark);
	position: absolute;


}

.prod__img {
	visibility: hidden;
	overflow: hidden;
}


.hero-el-right {
	height: 100%;
	width: 36%;
	right: 0;
	top: 0;
	transform: translate(100%, -100%);
}

.hero-el-left {
	top: 0;
	left: 0;
	width: 65%;
	height: 33%;
	transform: translate(100%, 100%);
}

.hero-el-bottom-bottom {
	width: 100%;
	height: 5rem;
	bottom: 0;
	left: 0;
	transform: translate(0, 100%);
}

.hero-el-bottom {
	bottom: 0;
	left: 0;
	width: 36%;
	height: 68%;
	transform: translate(-100%, 100%);
}

.hero__text li:not(:last-child) {
	margin-bottom: 2rem;
}

.hero__text li strong {
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 700;
	font-size: var(--p-24);
	line-height: 1.25;
	margin-bottom: 0.75rem;
	color: #fff;
	display: block;
}

.hero__text {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 115px;
}

.hero__text-bottom {
	padding-top: 186px;
	font-size: 1.25rem;
	line-height: 1.4;
}

.hero__text li br {
	display: none;
}

.hero__text li {
	color: rgba(255, 255, 255, 0.5);
}

.hero__content {
	padding-left: 3rem;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	flex: 0 0 31%;
}

.hero__content-img-inner {
	margin-bottom: 3rem;
	padding-bottom: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
}

.main-img {
	position: absolute;
	bottom: 0;
	left: 50%;
	/* opacity: 0; */
	transform: translate(-72%, 0);
	width: 35%;
}

.hero {
	background-image: url(assets/i/bgbg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.hero__inner-main {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	height: 100%;
}

.hero__text-main {
	font-size: 1.25rem;
	flex: 0 0 37%;
	opacity: 0;
	align-self: flex-end;
}

.hero__title h1 {
	font-size: 100px;
	text-align: right;
	margin: 0;
	line-height: 0.9;
}

.hero__title {
	position: relative;
	opacity: 0;
}

.hero__title-el {
	position: absolute;
	bottom: 0;
	left: -6rem;
	height: 3.3rem;
	width: 85%;
	transform: translateX(-100%);
	animation: el 2.3s forwards;
	animation-delay: 0.3s;
}

#hero.hero__error .main {
	justify-content: center;
	text-align: center;
	align-items: center;
}

.error__img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#hero.hero__error .row {
	justify-content: center;
}

#hero.hero__error {
	min-height: 97vh;
}

#hero.hero__error .wrap .button {
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes el {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

.hero__title-el img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hero__inner {
	height: 96vh;
}

.hero__title {
	flex: 0 0 47%;
	align-self: flex-start;
}

._text3 {
	display: inline-block;
}

.hero__text-main p:first-of-type {
	font-family: 'Cormorant';
	font-style: italic;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.25;
	margin-bottom: 3rem;
	width: 100%;
}

.hero__text-main p {
	margin: 0;
	width: 85%;
}

.hero__inner {
	margin-top: 6rem;
	position: relative;
	padding-bottom: 200px;
}

.hero__content-img-inner::before {
	content: '';
	position: absolute;
	top: 0;
	right: -3rem;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
}

.hero__content-img-text {
	font-family: 'Cormorant';
	font-weight: 600;
	font-size: 50px;
	line-height: 1.16;
}

.hero__content-img {
	opacity: 0;
}

.hero__content {
	opacity: 0;
}

.quiz__item.active {
	display: block;
}

.quiz__item {
	display: none;
}

.quiz__wrapper-form {
	display: flex;
	gap: 2rem;
	justify-content: space-between;

}

.quiz-el-img {
	margin-left: -6rem;
}


.quiz___title-inner {
	display: flex;
	flex-direction: column;
	gap: var(--p-100);
}



.quiz__question {
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: var(--p-30);
	line-height: 1.26;
}

.main-boss-img-main-in .main-boss_info-mobile {
	display: none;
}

#header .content {
	margin-left: 0;
}

#header .footer-social {
	margin-top: 0;
}

@media screen and (min-width: 2500px) {
	body {
		zoom: 1.333;
	}

	:root {
		--zoom: 1.333
	}


}

@media screen and (max-width: 1919px) {
	.prod__text-quote {
		width: 22.5rem;
		height: 24.6rem;
		font-size: 1.5rem;
	}

	.prod__text {
		font-size: var(--p-24);
	}

	.footer-logo-wrapper {
		margin-left: calc(((100vw - 100%) /2)* -1);
	}

	#manager {
		padding-top: calc(64px + (164 - 64) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	}

	.dark_theme .manager-1 .form-wrap,
	.form-wrap {
		padding: var(--p-100);
	}

	.quiz {
		padding: var(--p-150) 0;
	}

	.idea__text {
		font-size: var(--p-34);
	}

	.view {
		padding: calc(70px + (172 - 70) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360)) 0;
	}

	.main-boss-item {

		gap: calc(40px + (86 - 40) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	}

	.main-boss-blockquote h2 {
		margin-bottom: calc(40px + (130 - 40) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	}

	.main-boss-block .position {
		font-size: var(--p-30);
	}

	.main-boss-block .name {
		font-size: var(--p-50);
		padding-bottom: calc(40px + (99 - 40) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	}

	.quiz__wrapper-form .form-quiz {
		padding: var(--p-100);
	}

	.works-card__btn {
		height: calc(350px + (500 - 350) * (calc(100vw / var(--zoom)) - 1023px) / (1920 - 1023));
	}

	.works {
		padding-bottom: calc(140px + (235 - 140) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	}

	.works__inner .title h2 {

		margin-bottom: calc(70px + (153 - 70) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	}

	.works__inner .title .text_big {
		font-size: var(--p-100);
	}

	.prod__text-quote {
		font-size: var(--p-30);
	}

	.view__title h2 {
		font-size: var(--p-100);
	}

	.idea__img {
		left: calc((((100vw / var(--zoom)) - 100%) /2)* -1);
	}

	.causes__inner {
		margin-right: calc((((100vw / var(--zoom)) - 100%) /2)* -1);
	}

	.hero__text-bottom {
		padding-top: calc(60px + (186 - 60) * (calc(100vw / var(--zoom)) - 1023px) / (1920 - 1023));
	}

	.hero__text {
		padding-bottom: calc(40px + (115 - 40) * (calc(100vw / var(--zoom)) - 1023px) / (1920 - 1023));
	}

	h2 {
		font-size: var(--h2);

	}

	.hero__inner {
		padding-bottom: calc(70px + (200 - 70) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	}

	.hero__content-img-inner {
		padding-bottom: calc(40px + (100 - 40) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
	}

	.hero__text-main p:first-of-type {
		font-size: var(--p-48);
	}

	.hero__title h1 {
		font-size: var(--p-100);
	}

	.hero__content-img-text {
		font-size: var(--p-50);
	}

	.quiz {
		padding-top: 6rem;
	}

	.card__btns {
		margin-top: 2rem;
		gap: 1.5rem;
	}



	.quiz__wrapper-form .form-quiz {
		padding: 4rem;
	}

	.cards-parameters {
		padding-top: 3.25rem;
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}

	.cards-parameters ul li,
	.term-parametr {
		margin-bottom: 0.7rem;
	}

	.hero__text-bottom {
		padding-top: 6rem;
	}

	.hero-el-bottom {
		width: 39%;
	}

	.hero__title {
		flex: 0 0 49%;
	}

	.hero__content {
		padding-left: 2rem;
	}

	.hero-el-right {
		width: 35.4%;
	}

	.hero__text-main p:first-of-type {
		font-size: 2.4rem;
	}

	.causes__content {
		padding: 5rem 6rem 2rem 0;
	}

	.causes__item {
		padding-right: 2rem;
	}

	.form-wrap {
		max-width: 41%;
	}

	.idea {
		overflow: hidden;
	}

	.idea__inner {
		padding-top: 5rem;
	}

	.view__title {
		width: 71%;
	}

	.main-boss-blockquote {
		font-size: 1.25rem;
	}

	.main-boss-blockquote h2 {
		margin-bottom: 4rem;
	}

	.main-boss-blockquote p:not(:last-child) {
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.quiz-el-img {
		width: 109%;
	}

	.hero__content-img-inner::before {
		right: -2rem;
	}

	.hero__content-img-inner {
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}

	.hero__content-img {
		width: 33%;

	}

	.hero-el-bottom-bottom {
		height: 3rem;
	}

	.quiz__title {
		width: 31rem;
	}

	.quiz__question p {
		padding-bottom: 3rem;
	}

	.quiz__answers .quiz__answer:not(:first-child) {
		margin-top: 1.5rem;
	}

	.quiz__wrapper-form .form-quiz {
		min-height: 42rem;
	}

}

@media screen and (max-width: 1599px) {
	.quiz__title p {
		font-size: 1.125rem;
		width: 80%;
	}

	.prod__text {
		padding: 2rem 0;
		margin-bottom: 4rem;
	}

	#footer .footer-logo {
		max-width: 400px;
	}

	.manager-1 .text-wrap {
		max-width: 700px;
		-ms-flex: 1 0 700px;
		flex: 1 0 700px;

	}

	#manager .utp ul li {
		padding: 2rem;
		padding-left: 6rem;
	}

	#manager .utp ul li::before {
		width: 2.5rem;
		height: 2.5rem;
		left: 1.7rem;
		top: 2rem;
	}

	.main-boss-item {
		gap: 3rem;
	}

	.dark_theme .manager-1 .form-wrap {
		padding: 4rem;
	}

	.quiz .btn span::after {
		width: 3.1rem;
		right: 2.25rem;
	}

	.main-boss-blockquote::before {

		right: -2rem;
	}

	.btn.quiz__btn__prev span::after {
		right: unset;
		left: 2.25rem;
	}

	.quiz .btn {
		min-width: 212px;
	}

	.quiz .btn span {
		padding: 1.25rem 4.56rem 1.25rem 1.375rem;
	}

	.btn.quiz__btn__prev span {
		padding: 1.25rem 1.375rem 1.25rem 4.56rem;
	}
}

@media screen and (max-width: 1535px) {
	.works-card__btn {
		width: 60%;
	}

	.prod__text-item-img {
		width: 2.6rem;
		height: 2.6rem;
	}

	.thanks__img {
		width: 48%;
	}

	.prod__text-item {
		gap: 0.5rem;
	}

	.quiz__wrapper-form .form-quiz {
		min-height: 38rem;
	}

	.cards-parameters {
		padding-top: 2rem;
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}



	.hero__text-main {
		font-size: 1.125rem;
	}

	.hero__text-main p:first-of-type {
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}

	.hero__text li strong {
		margin-bottom: 0.5rem;
	}

	.hero__inner {
		margin-top: 4rem;
	}

	.causes__content {
		padding: 4rem 4rem 2rem 0;
	}

	.manager-1 .text-wrap {
		max-width: 85%;
		-ms-flex: 1 0 85%;
		flex: 1 0 85%;
	}

	.manager-1 .form-wrap {
		max-width: 41%;
	}

	.idea__text {
		font-size: 1.6rem;
	}

	.idea__item {
		padding: 1.5rem;
	}

	.idea__item-text {
		font-size: 0.9rem;
	}

	.idea__item-deadlines {
		top: 1.5rem;
		right: 1.5rem;
	}

	.quiz {
		padding: 4rem 0;
	}

	.view__cards .slick-slide {
		margin: 0 1.5rem;
	}

	.quiz__wrapper-form .form-quiz {
		padding: 4rem;
	}

	.works__inner .title h2 {
		margin-bottom: 5rem;
	}

	.works-card-svg {
		width: 5rem;
		height: 5rem;
	}

	.works-card-svg svg {
		width: 2.5rem;
		height: 2.5rem;
	}

	.quiz__wrapper-form .form-quiz {
		padding: 3rem;
	}
}

@media screen and (max-width: 1439px) {
	.prod__text-quote {
		width: 18.5rem;
		height: 20.6rem;
		font-size: 1.3rem;
	}



	#manager {
		padding-top: 6rem;
	}

	.characteristic .slick-arrow {
		width: 5.81rem;
		height: 5.81rem;
	}



	.works-card {
		gap: 2rem;
	}

	.characteristic {
		padding: 3rem;
	}

	.header-img-el-one {
		transform: translateX(-1.5rem);
	}

	.header-img-el-two {
		transform: translateX(1.5rem);
	}

	.hero__text li strong {
		font-size: 1.25rem;
	}

	.hero__text {
		padding-bottom: 4rem;
	}

	.hero-el-left {
		height: 29%;
	}

	.hero-el-bottom {
		height: 74%;
	}

	.hero__text-bottom {
		padding-top: 4rem;
		font-size: 1.125rem;
	}

	.prod__text svg {
		width: 3rem;
		height: 3rem;
	}
}

@media screen and (max-width: 1365px) {
	.works__inner {
		gap: 3rem;
	}

	.hero__text-main {
		margin-bottom: 5rem;
	}

	.g-hero#hero h1 {
		margin-bottom: 2rem;
	}

	.thanks__img {
		width: 43%;
	}

	.g-hero#hero .main {
		padding: 9rem 0;
	}

	.works {
		padding-bottom: 9rem;
	}

	.works-card__desc {
		flex: 0 0 38%;
	}

	.footer__contacts-adress {
		width: 17rem;
	}

	.cards-parameters {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.card__btns {
		margin-top: 1.5rem;
		gap: 1rem;
	}

	.card__title .f-button.is-close-btn {
		width: 3rem;
		height: 3rem;
		padding: 0.5rem;
	}

	.hero__title {
		flex: 0 0 52%;
	}

	.hero__text-main p:first-of-type {
		font-size: 1.8rem;
	}

	.hero__text-main p:first-of-type {
		margin-bottom: 1rem;
	}

	.hero__inner {
		height: 43rem;
	}

	.causes__img-inner {
		margin-right: 0;
	}

	.causes__img::before {
		width: 12%;
		height: 19%;
	}

	.causes__item strong {
		font-size: 0.9rem;
	}

	#manager .utp ul li {
		padding-left: 4rem;
		font-size: 0.875rem;
	}

	.causes__item {
		padding-right: 1.5rem;
	}



	#manager .utp ul li::before {
		width: 2.1rem;
		height: 2.1rem;
		left: 1.1rem;
	}

	.manager-1 .text-wrap .header h2 {
		margin-bottom: 2.5rem;
	}

	#manager .form-desk {
		font-size: 1.125rem;
		margin-bottom: 2rem;
	}

	.dark_theme .manager-1 .form-wrap {
		padding: 3rem;
	}

	.idea__item-img {
		width: 6rem;
	}

	.main-boss-block {
		flex: 0 0 26%;
	}

	.main-boss-block .name {
		font-size: 2rem;
	}


	.main-boss-block .position {
		font-size: 1.25rem;
		margin-right: -2rem;
	}

	.main-boss-blockquote {
		font-size: 1.125rem;
	}

	.quiz__answers .quiz__answer:not(:first-child) {
		margin-top: 1rem;
	}

	.quiz__wrapper-form .form-quiz-inner {
		margin-bottom: 2rem;
	}



	.quiz .btn {
		min-width: 212px;
	}

	.quiz .btn span::after {
		width: 3.5rem;
		right: 1.75rem;
	}

	.works__inner .title p {
		font-size: 1.125rem;
	}

	.works__inner .title p:first-of-type {
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 1279px) {
	.prod__inner {
		gap: 3.5rem;
	}

	.thanks__img {
		transform: translate(3%, 0);
		width: 37%;
	}

	.view {
		padding: 5rem 0;
	}

	.header-img-el-one {
		transform: translateX(0);
	}

	.header-img-el-two {
		transform: translateX(0);
	}

	.manager-1 .form-wrap .form-head {
		margin: 0;
		padding: 0;
	}

	.footer-2-inner p {
		margin: 0;
		margin-bottom: 0.5rem;
	}
}

@media screen and (max-width: 1149px) {
	.prod__text-quote {
		width: 15.5rem;
		height: 17.6rem;
		font-size: 1.1rem;
	}

	.prod__text-item {
		width: 64%;
		font-size: 1rem;
	}

	.main-boss {
		padding: 1rem 0;
	}

	.main-boss-logo {
		transform: translateX(-11%);
	}

	.social .soc svg {
		width: 1rem;
		height: 1rem;
	}

	#footer .footer-logo {
		max-width: 300px;
	}

	.social {
		gap: 0.6rem;
	}

	.footer__contacts-wrapper {
		gap: 1rem;
	}

	.social .soc a {
		width: 2rem;
		height: 2rem;
	}

	.hero__text-main p {
		width: 100%;
	}

	.hero__inner {
		height: 36rem;
	}

	.hero__text-bottom {
		padding-top: 2rem;
	}

	.hero__text {
		padding-bottom: 2rem;
	}

	.hero__text li:not(:last-child) {
		margin-bottom: 1.4rem;
	}

	.hero__text-main {
		font-size: 1rem;
	}

	.hero__content-img-inner::before {
		right: -1.5rem;
	}

	.hero__title {
		flex: 0 0 54%;
	}

	.causes__img::before {
		bottom: -4%;
	}

	#manager .form-desk {
		font-size: 1rem;
	}

	.form-wrap .button {
		margin-top: 2rem;
	}

	.dark_theme .manager-1 .form-wrap {
		padding: 2rem;
	}

	.idea__item-deadlines {
		font-size: 12px;
	}

	.view__title {
		width: 82%;
	}

	.main-boss-blockquote h2 {
		margin-bottom: 3rem;
	}

	.main-boss-blockquote p:not(:last-child) {
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}

	.main-boss-block .name {
		font-size: 1.7rem;
		padding-bottom: 2rem;
	}

	.quiz .btn span::after {
		display: none;
	}

	.quiz .btn span {
		padding: 1.25rem 3.56rem !important;
	}

	.quiz .btn {
		min-width: 185px;
	}

	.card-intro {
		padding: 1.5rem;
	}

	.prod__text-quote br {
		display: none;
	}

	.works__inner .title p {
		font-size: 1rem;
	}

	.works-card__title {
		padding: 1.5rem;
	}
}

@media screen and (max-width: 1023px) {
	.prod__text-quote {
		width: 13.5rem;
		height: 14.6rem;
		font-size: 1rem;
		left: 2rem;
		padding: 1rem;
	}

	#hero.hero__error {
		min-height: 64vh;
	}

	.dark_theme .g-hero#hero .list p {
		margin-bottom: 1rem;
	}

	.g-hero#hero .wrap {
		width: 100%;
	}

	.thanks__img {
		transform: translate(42%, 0);
		width: 46%;
	}

	/* .hero__inner-wr {
		top: 0;
	} */

	.works {
		padding-bottom: 11rem;
	}

	.quiz {
		padding-top: 4rem;
	}

	.main-boss {
		padding-bottom: 5rem;
	}

	.home #hero::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		background: rgb(0, 0, 0);
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 73%);
		width: 100%;
		height: 100%;
	}

	.footer__contacts-wrapper {
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.footer__contacts-phone {
		margin-left: auto;
		align-items: flex-end;
	}

	#header .contacts .phone-content {
		font-size: 1rem !important;
	}

	#header .logo a img {
		max-height: unset;
	}

	.header__adress {
		width: 13rem;
	}

	.header__inner-content {
		gap: 1.5rem;
	}

	#header .logo a {
		width: auto;
		max-width: unset;
	}







	.header__adress {
		font-size: 0.8rem;
	}

	#header .logo {
		top: unset;
		bottom: 0;
	}

	.hero__title h1 {
		font-size: 3rem;
	}

	#header .content .row {
		padding-bottom: 4rem;
	}

	.social .soc {
		width: 2rem;
		height: 2rem;
	}

	.hero__text-main p:first-of-type {
		font-size: 1.3rem;
	}

	.hero__text-bottom {
		font-size: 0.9rem;
		padding-top: 1rem;
	}

	.hero-el-left {
		height: 43%;
	}

	.hero__content-img-text {
		font-size: 1.5rem;
	}

	.hero__content-img {
		width: 32%;
	}

	.hero__inner {
		margin-top: 2rem;
	}

	.hero__text li strong {
		margin-bottom: 0.3rem;
	}

	.main-img {
		left: unset;
		right: 0;
		transform: translate(-25%, -3%);
		width: 50%;
	}

	.hero-el-left {
		height: 41%;
		width: 100%;
	}

	.hero-el-bottom {
		width: 59%;
	}

	.hero-el-right {
		width: 3.4%;
	}

	.hero__text {
		font-size: 0.9rem;
		padding-bottom: 1rem;
	}

	.causes__img::before {
		width: 30%;
		right: 0;
	}

	.causes__inner {
		margin-right: 0;
	}

	.hero__content {
		padding-left: 0;
	}

	.hero__content-img-text {
		display: none;
	}

	.hero__content-img-inner {
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}

	.hero__content-img-inner::before {
		right: -1rem;
	}

	.hero__content {
		padding-right: 2rem;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		border-left: none;
	}

	.hero__inner-main {
		gap: 2rem;
		height: auto;
		flex-direction: column;
		width: 57%;
	}

	.hero__content-img {
		width: 70%;
	}

	.hero__text li strong {
		font-size: 1.125rem;
	}

	.hero__text li:not(:last-child) {
		margin-bottom: 1rem;
	}

	.hero__inner {
		margin-top: 0;
	}

	.hero__inner-wr {
		flex-direction: column;
		width: 48%;
	}

	.hero__title {
		flex: unset;
	}

	.causes__inner {
		flex-direction: column;
	}

	.causes__content::before {
		left: -4rem;
		width: 132%;
	}

	.causes__img img {
		height: 46vh;
		width: 100%;
		object-fit: cover;
	}

	.causes__img {
		width: 115%;

	}

	.causes__content {
		padding: 4rem 0 2rem 0;
	}

	.manager-1 .wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2rem;
	}

	#manager .utp ul li:nth-child(2) {
		margin-top: 2rem;
	}

	#manager .utp ul {
		max-width: 87%;
	}

	.manager-1 .form-wrap {
		max-width: 63%;
	}

	.dark_theme .manager-1 .form-wrap {
		padding: 3rem;
	}

	.manager-1 .text-wrap {
		max-width: 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}

	#manager .utp ul li:nth-child(3) {
		margin-top: -5rem;
	}

	.idea .title {
		border-right: none;

	}

	.idea__item:nth-child(3) {
		border-right: 1px solid rgba(0, 0, 0, 0.2);
	}

	.idea__text {
		display: none;
	}

	.idea__img .idea__text {
		display: block;
		position: absolute;
		top: 25%;
		right: 0;
		padding: 2rem;
		background-color: transparent;
		width: 65%;
	}

	.idea__text {
		font-size: 1.4rem;
	}

	.idea__content {
		flex: unset;
		width: 100%;
	}

	.idea__img-inner {
		width: 37%;
		transform: none;
		margin-top: 2rem;
	}

	.idea__img {
		position: relative;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.idea::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 69%;
		background-color: var(--color2);
	}

	.idea__item {
		background-color: #fff;
	}

	.idea .title {
		padding-bottom: 2rem;
		padding-left: 0;
	}

	.idea__content::before {
		display: none;
	}

	.idea__inner {
		flex-direction: column-reverse;
	}

	.view__cards .slick-slide {
		margin: 0 1rem;
	}

	.view__title h2 {
		font-size: 3rem;

	}

	.main-boss-image {
		flex: 0 0 47%;
		width: 47%;
	}

	.main-boss-block .name {
		padding-bottom: 1rem;
	}

	.main-boss-block {
		/* display: none; */
		position: absolute;
		bottom: -4rem;
		right: 0;
	}

	.main-boss-logo {
		display: none;
	}

	.main-boss-item {
		position: relative;
	}

	.main-boss_info-mobile .main-boss-block {
		display: flex;
	}

	.main-boss-blockquote {
		width: 72%;
	}

	.quiz___title-inner {
		gap: 2rem;
	}

	.quiz__title h2 {
		font-size: 2.3rem;
	}

	.quiz__wrapper-form {
		gap: 3rem;
		flex-direction: column;
		align-items: center;
	}

	.quiz__wrapper-form .form-quiz {

		min-height: 35rem;
		flex: 0 0 75%;
		width: 75%;
	}

	.works__cards {
		margin-right: -3rem;
	}

	.works__inner {
		flex-direction: column;
	}

	.button {
		margin-top: 1.5rem;
	}

	.works__inner .title p:first-of-type {
		padding-bottom: 1rem;
		margin-bottom: 2rem;
	}

	.works__inner .title h2 {
		margin-bottom: 2rem;
	}


}

@media screen and (max-width: 767px) {
	.prod__inner {
		gap: 2rem;
	}

	.prod__inner {
		flex-direction: column;
	}

	.prod__text {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem;
	}

	.prod__content {
		padding-top: 3rem;
	}

	.prod__text {
		margin-bottom: 0;
	}

	.prod__text-item {
		width: 100%;

	}

	.works-card__img img {
		height: 17rem;
	}

	.main-boss {
		padding-bottom: 2rem;
	}

	#hero.hero__error {
		min-height: 64vh !important;
	}

	.error__img {
		opacity: 0.5;
	}

	.works-card {
		flex-direction: column;
	}

	.works-card__slider .slick-slide {
		margin-right: 0;
	}

	.cards-parameters ul li,
	.term-parametr {
		margin-bottom: 0.5rem;
	}

	.cards-parameters {
		padding-top: 1rem;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}

	.characteristic .slick-next {
		right: 3%;
	}

	.header__adress {
		display: none;
	}

	#header .content .row {
		justify-content: flex-end;
	}

	.hero__inner-main {
		width: 87%;
	}

	.hero__text-main {
		width: 70%;
		align-self: flex-start;
		font-size: 0.9rem;
	}

	.hero__inner-wr {
		width: 55%;
		top: 0;
	}

	.causes__img::before {
		width: 25%;
	}

	.causes__items {
		grid-template-columns: repeat(2, 1fr);
	}

	#manager .utp ul {
		max-width: 100%;
	}

	.idea .title h2 {
		width: auto;
	}

	.manager-1 .form-wrap {
		max-width: 86%;
	}

	.form-wrap .button {
		justify-content: center;
	}

	.form-wrap .form-head {
		font-size: 1.5rem;
	}

	#manager .form-desk {
		font-size: 0.9rem;
	}

	.idea__items {
		border-bottom: none;
		border-right: none;
	}

	.idea__items {
		grid-template-columns: repeat(3, 1fr);
	}

	.main-boss-item {
		flex-wrap: wrap;
	}

	.view__title h2 {
		font-size: 2rem;
	}

	.main-boss-blockquote {
		order: 1;
	}

	.view__cards .slick-slide {
		margin: 0 0.5rem;
	}

	.main-boss-block .name {
		font-size: 1.5rem;
	}

	.main-boss-block {
		align-items: flex-start;
	}

	.main-boss-item {
		gap: 2rem;
	}

	.main-boss-block .position {
		margin-right: unset;
		margin-left: 0;
	}

	.main-boss-block {
		flex: 0 0 41%;
	}

	.quiz__wrapper-form .form-quiz {
		width: 100%;
		flex: unset;
	}

	.main-boss-block {
		position: relative;
		bottom: unset;
		right: unset;
	}

	.card-intro {
		font-size: 0.9rem;
	}

	.prod__text br {
		display: none;
	}

	.prod__text svg {
		width: 2rem;
		height: 2rem;
	}

	.prod__text-quote {
		width: 12.5rem;
		height: 13.6rem;
		left: -1rem;
		font-size: 0.9rem;
	}

	.main-img {
		transform: translate(-11%, -14%);
		width: 64%;
	}

	.hero-el-left {
		height: 30%;
	}

	.hero-el-right {
		opacity: 0;
	}

	.hero__content-img {
		width: 94%;
	}

	.hero__content {
		position: relative;
	}

	.hero__content::before {
		content: '';
		position: absolute;
		bottom: -3rem;
		right: 0rem;
		width: 100%;
		height: 100%;
		background-color: var(--dark);
		filter: blur(58px);
		will-change: filter;
	}
}

@media screen and (max-width: 550px) {}

@media screen and (max-width: 499px) {
	.prod__inner {
		flex-direction: column-reverse;
	}



	.works-card-svg {
		width: 3rem;
		height: 3rem;
		padding: 0.6rem;
	}

	.prod__text-item {
		font-size: 0.875rem;
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	.prod__text-quote {
		bottom: -32%;
	}

	#hero.hero__error {
		min-height: 45vh !important;
	}

	#hero.hero__error h1 {
		font-size: 2.05rem;
	}

	.thanks__img {
		display: none;
	}

	.g-hero#hero .main {
		padding: 6rem 0;
	}


	.hero-el-bottom-bottom {
		display: none;
	}

	.hero-el-right {
		display: none;
	}

	.header__inner-content {
		gap: 1rem;
	}

	.social .soc svg {
		width: 1rem;
		height: 1rem;
	}

	.footer__contacts-wrapper {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.social .soc a {
		width: 1.5rem;
		height: 1.5rem;
	}

	#footer .phone-content {
		padding-left: 0;
	}

	#footer .footer-logo {
		max-width: 340px;
	}

	.footer__contacts-adress {
		width: 100%;
		text-align: center;
		justify-content: center;
		order: 2;
	}

	#footer .footer-social {
		order: 1;
	}

	.causes__item-img {
		width: 4rem;
		height: 3rem;
	}

	.footer__contacts-phone {
		align-items: center;
		margin: 0 auto;
	}

	.header-img-el img {
		display: none;
	}

	#header .logo a {
		width: 7rem;

	}

	#footer .link::before,
	#header .contacts .link::before,
	#footer .link::after,
	#header .contacts .link::after {
		width: 2rem;
	}

	#footer .link,
	#header .contacts .link {
		color: #fff;
		border-bottom: none;
		font-size: 1rem;
		padding: 0 2.4rem;
		position: relative;
	}

	.header-img-el {
		height: 1px;
		width: 70%;
		background-color: rgba(255, 255, 255, 0.3);
	}

	.main-img {
		transform: translate(-2%, -18%);
		width: 76%;
	}

	.hero__inner {
		height: 40rem;
	}

	.causes__item-text p br {
		display: none;
	}

	.dark_theme .manager-1 .form-wrap {
		padding: 2rem;
		width: 100%;
	}

	.causes__item {
		padding: 1rem;
	}

	#manager .utp ul li {
		padding: 1rem;
		padding-left: 3rem;
	}

	#manager .utp ul {
		gap: 0.7rem;
	}

	#manager .utp ul li::before {
		width: 1.7rem;
		height: 1.8rem;
		left: 0.6rem;
		top: 1rem;
	}

	.idea__item:nth-child(-n+4),
	.idea__item {
		padding: 1rem;
		padding-top: 2rem;
	}

	.idea__text {
		font-size: 1.2rem;
	}

	.idea__item-text {
		line-height: 1.3;
	}

	.idea__item-deadlines {
		top: 1rem;
		right: 1rem;
	}

	.idea__item:nth-child(-n+4) .main-boss-blockquote {
		width: 91%;
	}

	.quiz-el-img {
		margin-left: 0;
		width: 92%;
	}

	.main-boss-block .name {
		font-size: 1.3rem;
	}

	.main-boss-block .position {
		font-size: 1rem;
	}

	.quiz__title {
		width: auto;
	}

	.quiz__title p {
		font-size: 1rem;
	}

	.quiz__title h2 {
		font-size: 1.9rem;
	}

	.quiz__wrapper-form .form-quiz {
		padding: 2rem;
	}

	.works-card__btn {
		height: 16rem;
	}

	.quiz__answers .quiz__answer:not(:first-child) {
		margin-top: 0;
	}

	.quiz .btn {
		min-width: 135px;
	}

	.quiz .btn span {
		padding: 1rem 1.75rem !important;
	}

	.btn span::after {
		width: 3.5rem;
	}

	.quiz__wrapper-form .form-quiz {
		min-height: auto;
	}

	.btn span {
		padding: 1.75rem 7.56rem 1.75rem 3.375rem;
	}

	.btn {
		min-width: 230px;
	}

	.prod__text {
		gap: 0.5rem;
		margin-top: 0;
	}

	.prod-el {
		display: none;
	}

	.prod__text-quote {
		left: 2rem;
	}

	.prod__inner .title h2 {
		margin-bottom: 1.25rem;
	}

	.prod__img-inner {
		position: relative;
		margin: 0 calc(((100vw - 100%) /2)* -1);
	}

	.prod-el {
		top: 22%;
		width: 37.8%;
	}

	.idea__img .idea__text {
		padding: 1rem;
	}

	.idea__inner {
		padding-top: 4rem;
	}

	.footer__contacts-adress {
		font-size: 0.9rem;
	}

	.manager-1 .form-wrap {
		max-width: 100%;
	}

	#manager {
		padding-top: 4rem;
	}

	.dark_theme .g-hero#hero .list p {
		font-size: 1rem;
	}

	.g-hero#hero .wrap {
		padding: 2rem;
	}

	.works__cards {
		margin-right: 0;

	}

	.works-card__btn {
		position: relative !important;
		top: unset !important;
		right: unset !important;
		transform: unset !important;
	}

	.works__cards {
		display: block;
	}

	.works-card__btn:hover,
	.works-card__btn:nth-child(3):hover {
		transform: unset !important;
	}

	.characteristic .slick-arrow {
		width: 3.81rem;
		height: 3.81rem;
	}

	.characteristic .slick-arrow svg {
		fill: var(--dark);
	}

	.works {
		padding: 4rem 0;
	}
}

@media screen and (max-width: 413px) {
	.main-boss-block {
		flex: 0 0 79%;
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	.hero-el-left {
		height: 39%;
	}

	.hero__inner {
		height: 39rem;
	}

	.hero__text-main {
		width: 90%;
	}

	.hero__content {
		padding-right: 1rem;

	}

	.hero__content-img {
		width: 92.2%;
	}

	.hero__text {
		font-size: 12px;
	}

	.hero__text li strong {
		font-size: 1rem;
	}

	.characteristic .slick-arrow {
		width: 3.81rem;
		height: 3.81rem;
	}

	.characteristic__inner {
		overflow: auto;
		padding-right: 1rem;
	}

	.characteristic {
		padding: 2rem;
		padding-right: 1rem;
	}

	#footer .link,
	#header .contacts .link {
		font-size: 0.9rem;
	}

	#header .contacts .phone-content {
		font-size: 0.9rem !important;
	}

	.hero__title h1 {
		font-size: 2.3rem;
	}

	#manager .utp ul {
		grid-template-columns: repeat(1, 1fr);
	}

	#manager .utp ul li:nth-child(3) {
		margin-top: 0;
	}

	#manager .utp ul li:nth-child(2) {
		margin-top: 0;
	}

	#manager .utp ul li:nth-child(even) {
		margin-left: 2rem;
	}

	.idea__items {
		border-right: 1px solid rgba(0, 0, 0, 0.2);
	}

	.idea__item:nth-child(3) {
		border-right: none;
	}

	.idea__items {
		grid-template-columns: repeat(2, 1fr);
	}

	.main-boss-blockquote::before {
		display: none;
	}

	.main-boss-item {
		gap: 1rem;
		align-items: center;
		justify-content: center;
	}

	.main-boss-image {
		flex: 0 0 68%;
		width: 68%;
	}

	.main-boss-blockquote {
		margin-top: 2rem;
	}
}

@media screen and (max-width: 374px) {
	.main-boss-blockquote {
		width: 100%;
	}
}

@media screen and (max-width: 359px) {}

@media screen and (max-width: 320px) {}