body {
	/* Значення за замовченням */
	font-family: "DM Sans";
	line-height: 1;
	/* font-size: 16px; */
	/* background-color: #949090; */
	color: #3D3D3F;
	background-color: #F9FAFF;
}

.wrapper {
	overflow: hidden;
	min-height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

[class*="__container"] {
	max-width: 1262px;
	/* 
	1232px 
	+ 
	paddind (15px * 2) 
	*/
	/* відступ безпеки */
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* =======  ===================================================== */
.header__page {}

.page__main {}

.page__services {}

.page__offering {}

.page__projects {}

.page__team {}

.page__testimonials {}

.page__contact-us {}

.title {
	font-weight: 700;
	font-size: 40px;
	line-height: 130%;
}

.button {
	background: linear-gradient(2.79deg, #F35F2F -13.68%, rgba(243, 95, 47, 0.75) 121.16%);
	opacity: 0.85;
	border-radius: 5px;
	color: #ffffff;
	transition: all 0.3s ease 0s;
}

.button:hover {
	background: linear-gradient(2.79deg, #f54004 -13.68%, rgba(249, 64, 3, 0.9) 121.16%);
}

.button_small {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	padding: 12px 23px;
}

.button_big {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	padding: 14px 29px;
}

/* ======= header ===================================================== */

.header {}

.header__container {
	display: flex;
	min-height: 150px;
	justify-content: space-between;
	align-items: center;
	padding-left: 40px;
	padding-right: 20px;
	gap: 30px;
}

.header__logo {
	display: flex;
}

.logo {
	align-self: center;
	gap: 8px;
}

.logo__img {}

.logo__text {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 119.230769%;
	/* 31/26 */
	text-transform: uppercase;
	align-self: center;
}

.header__menu {}

.menu {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.menu__list {
	display: flex;
	gap: 60px;
	flex-wrap: wrap;
}

.menu__item {
	transition: color 0.3s ease 0s;
}

.menu__link {}

.menu__link:hover {
	color: rgba(243, 95, 47, 0.75);
	text-decoration: underline;
}

.header__button {}

@media (max-width: 1023.98px) {

	.header__container {
		padding-left: 15px;
		padding-right: 15px;
		gap: 15px;
	}

	.menu__items {
		gap: 30px;
	}
}

.menu__link:hover {
	text-decoration: underline;
}


.header__button {
	flex: 0 0 auto;
}

.icon-menu {
	display: none;
}

.header__logo,
.header__button {
	position: relative;
	z-index: 6;
}

@media (max-width:767.98px) {

	.header__container,
	.menu__list {
		column-gap: 15px;
	}

	.icon-menu {
		display: block;
		flex: 0 0 30px;
		height: 18px;
		position: relative;
		z-index: 5;
	}

	.icon-menu span,
	.icon-menu::before,
	.icon-menu::after {
		content: "";
		right: 0;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #0a0a0a;
		z-index: 5;
	}

	.icon-menu::before {
		top: 0;
	}

	.icon-menu::after {
		bottom: 0;
	}

	.icon-menu span {
		top: calc(50% - 1px);
	}

	.menu-open .icon-menu span {
		width: 0;
	}

	.menu-open .icon-menu::before {
		top: calc(50% - 1px);
		transform: rotate(-45deg);
	}

	.menu-open .icon-menu::after {
		bottom: calc(50% - 1px);
		transform: rotate(45deg);
	}

	.menu__body {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #fff;
		left: -100%;
		top: 0;
		padding: 100px 15px 30px 15px;
		overflow: auto;
		transition: left 0.3s ease 0s;
		z-index: 5;
	}

	.menu__body::before {
		content: "";
		width: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		height: 70px;
		background-color: #fff;
		z-index: 2;
		transition: left 0.3s ease 0s;
	}

	.menu__list {
		row-gap: 10;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		font-size: 24px;
	}

	.menu__link {
		font-size: 32px;
	}

	.header__container {
		min-height: 70px;
	}
}

@media (max-width:416.98px) {
	.header__logo {
		width: 47px;
		overflow: hidden;
	}
}

.menu-open .menu__body,
.menu-open .menu__body::before {
	left: 0;
}

.menu-open {
	overflow: hidden;
}

/* ======= main ===================================================== */

.main {
	padding-top: 45px;
	padding-bottom: 60px;
}

.main__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.main__content {
	flex: 0 1 50%;
	padding-left: 40px;
}

.main__content-title {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 72px;
	line-height: 118.055556%;
}

.main__content-title:not(:last-child) {
	margin-bottom: 42px;
}

.main__content-text {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
}

.main__content-text:not(:last-child) {
	margin-bottom: 40px;
}


.main__button:not(:last-child) {
	margin-bottom: 90px;
}


.main__image {}

.main__image img {
	max-width: 100%;
}

@media (max-width: 1200.98px) {
	.main__content {
		padding-left: 0px;
	}

	.main__content-title {
		font-size: 54px;
	}
}

@media (max-width: 990.98px) {
	.main__content-title {
		font-size: 48px;
	}

	.main__image {
		flex: 0 1 50%;
	}
}

@media (max-width: 767.98px) {

	.main {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.main__container {
		flex-direction: column;
		gap: 30px;
		text-align: center;
	}

	.main__content-title {
		font-size: 35px;
	}
}



/* ======= services ===================================================== */
.services {}

.services__container {
	padding-top: 60px;
	padding-bottom: 30px;
}

.services__title {
	margin-bottom: 55px;
	text-align: center;
}

.services__card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	border: 2px solid rgba(235, 235, 235, 0.8);
	border-radius: 17px;
}

.card-services {
	padding: 50px 60px;
	text-align: center;
}

.card-services__image {
	display: inline-block;
	margin-bottom: 23px;
	transition: all 0.3s ease 0s;
}

.card-services__image:hover {
	transform: scale(1.1);
}

.card-services__title {
	font-weight: 700;
	font-size: 36px;
	line-height: 130.555556%;
	margin-bottom: 13px;
}

.card-services__text {

	font-weight: 400;
	font-size: 24px;
	line-height: 129.166667%;
	color: #3D3D3F;
	opacity: 0.7;
}


.image-1 {}

.image-2 {}

.image-3 {}

.card__title {
	font-weight: 700;
	font-size: 36px;
	line-height: 130.555556%;
}

.card__text {
	font-weight: 400;
	font-size: 24px;
	line-height: 129.166667%;
	color: #3D3D3F;
	opacity: 0.7;
}


@media (max-width: 767.98px) {
	.services__container {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.services__title {
		margin-bottom: 25px;

	}
}

@media (max-width: 374.98px) {
	.services__container {
		padding-top: 20px;
		padding-bottom: 10px;
	}
}

/* =======  ===================================================== */

.offering {}

.offering__container {
	padding-top: 30px;
	padding-bottom: 60px;
}

.offering__title {
	text-align: center;
	margin-bottom: 90px;
}

.offering__content {}

.offering__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 50px;
}

.card-offering {
	background-color: #FFFFFF;
	box-shadow: 0px 4px 22px rgba(95, 95, 95, 0.05);
	border-radius: 23px;
	position: relative;
	max-width: 356px;
}

.card-offering::before {
	content: "";
	width: 102px;
	height: 102px;
	right: 35%;
	top: -50px;
	position: absolute;
	background-color: #FFFFFF;
	border-radius: 50%;
	box-shadow: 0px 4px 22px rgba(95, 95, 95, 0.05);
}

.card-offering-1::before {
	content: "";
	background: url("../img/offering/01.svg") center no-repeat;
	background-color: #FFFFFF;
}

.card-offering-2::before {
	content: "";
	background: url("../img/offering/02.svg") center no-repeat;
	background-color: #FF7A50D4;
}

.card-offering-3::before {
	content: "";
	background: url("../img/offering/03.svg") center no-repeat;
	background-color: #FFFFFF;
}

.card-offering__title {
	padding-top: 75px;
	font-weight: 700;
	font-size: 24px;
	line-height: 129.166667%;
	text-align: center;
	margin-bottom: 10px;
}

.card-offering__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 162.5%;
	color: #595959;
	text-align: center;
	margin-bottom: 60px;
}

.card-offering__arrow {
	background-color: #F1F1F5;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	position: relative;
	top: -13%;
	left: 45%;
}

.arrow2 {
	background-color: #FF7A50D4;
}

@media (max-width: 792.98px) {
	.offering__cards {
		gap: 60px;
	}
}

@media (max-width: 767.98px) {
	.offering__container {
		padding-top: 20px;
		padding-bottom: 40px;
	}
}

@media (max-width: 374.98px) {
	.offering__container {
		padding-top: 15px;
		padding-bottom: 30px;
	}
}

/* =======  ===================================================== */
.projects {}

.projects__container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.projects__title {
	text-align: center;
	margin-bottom: 55px;
}

.projects__body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 27px;
	margin-bottom: 60px;
}

.projects__card {
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	filter: drop-shadow(0px 4px 22px rgba(95, 95, 95, 0.05));
}

.projects__image {
	text-align: center;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.projects__image:hover {
	text-align: center;
	transform: scale(1.05);
}

.projects__image img {
	max-width: 100%;
}

.projects__sub-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	padding: 20px 35px;
	text-align: center;
	display: inline-block;
	transition: color 0.3s ease 0s;
}

.projects__sub-title:hover {
	color: #F35F2F;
}

.button-box {
	display: flex;
	justify-content: center;
}

.project__button {}

@media (max-width: 900.98px) {
	.projects__body {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
		gap: 20px;
		margin-bottom: 40px;
	}
}

@media (max-width: 435.98px) {
	.projects__body {
		grid-template-columns: auto;
		grid-template-rows: auto;
		gap: 5px;
		margin-bottom: 25px;
	}
}

@media (max-width: 767.98px) {
	.projects__container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.projects__title {

		margin-bottom: 25px;
	}
}

@media (max-width: 374.98px) {
	.projects__container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* ======= team ===================================================== */
.team {}

.team__container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.team__title {
	text-align: center;
	margin-bottom: 45px;
}

.title {}

.team__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 35px;
}

.team__card-boxes {
	background: #ffffff;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}

.team__avatar {
	overflow: hidden;
	width: 241px;
	height: 249px;
	border-radius: 10px;
	margin-bottom: 18px;

}

.team__avatar img {
	position: relative;
	width: 100%;
	top: -20px;
	left: 0;
}

.team__name {
	font-weight: 500;
	font-size: 18px;
	line-height: 167%;
}

.team__work {
	font-weight: 400;
	font-size: 14px;
	line-height: 157.142857%;
	color: #999999;
	margin-bottom: 17px;
}

.team__social {
	justify-content: center;
	padding-bottom: 20px;
}

.social-items {
	display: flex;
	flex-direction: row;
	gap: 12px;
}

.social-items li {
	transition: all 0.3s ease 0s;
}

.social-items li:hover {
	transform: scale(1.2);
}

@media (max-width: 767.98px) {
	.team__container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.team__title {

		margin-bottom: 25px;
	}
}

@media (max-width: 374.98px) {
	.team__container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* ======= testimonials ===================================================== */
.testimonials {}

.testimonials__container {
	padding-top: 60px;
	padding-bottom: 155px;
}

.testimonials__title {
	text-align: center;
	margin-bottom: 32px;
}

.testimonials__content {
	max-width: 743px;
	margin: 0 auto;
}

.testimonials__items {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
	justify-content: space-around;
}

.testimonials__item {
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}

.testimonials__item:hover {}

.item1 {
	width: 128px;
	height: 128px;
	top: 110px;
}

.item1::before {
	content: "";
	background: url("../img/decor/02.svg") center no-repeat;
	position: relative;
	top: 100px;
	left: 100px;
}

.item2 {
	width: 140px;
	height: 140px;
}

.item2::before {}

.item3 {
	width: 154px;
	height: 154px;
	top: 110px;
}

.item3::before {}

.item4 {
	width: 152px;
	height: 152px;
	top: 150px;
	left: 75px;
}

.item4::before {}

.item5 {
	width: 180px;
	height: 180px;
}

.item6 {
	width: 145px;
	height: 145px;
	top: 150px;
	right: 75px;
	border: 4px solid coral;
}

.testimonials__review {
	position: relative;
	max-width: 319px;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0px 4px 120px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	top: 140px;
	right: -57%;
	margin-bottom: 52px;
}


.testimonials__review-text {
	padding-top: 22px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 131.25%;
	text-align: center;
	max-width: 290px;
}

.testimonials__review-name {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: rgba(243, 95, 47, 1);
	padding-bottom: 5px;
}

.testimonials__review-company {
	font-weight: 400;
	font-size: 14px;
	line-height: 128.571429%;
	padding-bottom: 13px;
	color: #515155;
	opacity: 0.7;
}

@media (max-width: 767.98px) {
	.testimonials__items {
		display: flex;
		flex-wrap: wrap;
		gap: 50px;
		justify-content: space-around;
	}

	.item1 {

		top: 0px;
	}

	.item2 {}


	.item3 {

		top: 0px;
	}

	.item4 {

		top: 0px;
		left: 0px;
	}

	.item5 {
		width: 180px;
		height: 180px;
	}

	.item6 {
		top: 0px;
		right: 0px;

	}

	.testimonials__review {
		position: relative;
		max-width: 319px;
		text-align: center;
		top: 40px;
		right: -40%;
		margin-bottom: 52px;
	}
}

@media (max-width: 550.98px) {
	.testimonials__review {
		position: relative;
		max-width: 319px;
		text-align: center;
		top: 40px;
		right: -23%;
		margin-bottom: 52px;
	}
}

@media (max-width: 435.98px) {
	.testimonials__review {
		position: relative;
		max-width: 100%;
		text-align: center;
		top: 40px;
		right: 0%;
		margin-bottom: 20px;
	}
}

@media (max-width: 767.98px) {
	.testimonials__container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.testimonials__title {
		margin-bottom: 25px;
	}
}

@media (max-width: 374.98px) {
	.testimonials__container {
		padding-top: 20px;
		/* padding-bottom: 20px; */
	}
}

/* ======= contact-us ===================================================== */

.contact-us {}

.contact-us__container {
	padding-top: 60px;
	padding-bottom: 45px;
}

.contact-us__title {
	text-align: center;
	margin-bottom: 50px;
}

input {
	height: 50px;
	min-width: 343px;
	padding-left: 10px;
	background-color: #ffffff;
	font-weight: 400;
	font-size: 14px;
	line-height: 128.571429%;
	/* color: rgba(81, 81, 85, 0.4); */
	box-shadow: 0px 4px 120px rgba(0, 0, 0, 0.03);
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
}

input::placeholder {
	color: rgba(85, 81, 81, 0.4);
}

.contact-us__form {
	max-width: 720px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 18px;
	line-height: 227.777778%;
	text-transform: uppercase;
	column-gap: 30px;
	row-gap: 10px;
	justify-content: center;
}


.contact-us__name {}

.contact-us__name input {}

.contact-us__email {}

.contact-us__email input {}

.contact-us__deadline {}

.contact-us__deadline input {}

.contact-us__budget {}

.contact-us__budget input {}

.contact-us__write-us {
	display: inline-block;
	width: 100%;
}

.contact-us__write-us input {
	display: inline-block;
	width: 100%;
	min-height: 225px;
}

.contact-us__button {
	margin-left: 72%;
	margin-top: 51px;
}

@media (max-width: 767.98px) {
	input {
		display: inline-block;
		min-width: 100%;
		flex-wrap: wrap;
	}

	.contact-us__form {
		max-width: 100%;
		display: flex;
		flex-direction: column;
		column-gap: 10px;
		row-gap: 10px;
	}

	.contact-us__button {
		margin-left: 0%;
		margin-top: 10px;
	}
}

@media (max-width: 767.98px) {
	.contact-us__container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.contact-us__title {
		margin-bottom: 25px;
	}
}

@media (max-width: 374.98px) {
	.contact-us__container {
		padding-top: 20px;
		/* padding-bottom: 20px; */
	}
}

/* =======  ===================================================== */
.footer {}

.footer__main {
	padding-top: 45px;
	padding-bottom: 30px;
}

.main-footer {}

.main-footer__container {
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(auto, 320px) auto auto minmax(auto, 320px);
}

@media (max-width: 1100px) {
	.main-footer__container {
		gap: 45px;
		grid-template-columns: minmax(auto, 378px) auto auto;
	}

	.main-footer__column:nth-child(1) {
		grid-column: span 3;
	}
}

@media (max-width: 767.98px) {
	.main-footer__container {
		gap: 35px;
		grid-template-columns: auto auto;
	}

	.main-footer__column:nth-child(1) {
		grid-column: span 2;
	}

	.main-footer__column:nth-child(4) {
		grid-column: span 2;
	}
}

.main-footer__column {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.main-footer__column a:hover {
	text-decoration: underline;
}

.main-footer__logo-box {
	display: flex;
	align-items: center;
	gap: 8px;
}

.main-footer__logo {}

.main-footer__logo-text {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 119.230769%;
	text-transform: uppercase;
}

.main-footer__location {
	/* padding-bottom: 16px; */
}

.main-footer__contacts {
	/* padding-bottom: 16px; */
}

.main-footer__social {}

.social {
	display: flex;
	gap: 16px;
}

.social__link {
	transition: all 0.3s ease 0s;
}

.social__link:hover {
	transform: scale(1.1);
}

.main-footer__label {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: #323232;

}

.main-footer__menu {}

.menu-footer {}


.menu-footer__list {
	display: grid;
	gap: 24px;
}

.menu-footer__item {
	transition: all 0.3s ease 0s;
}

.menu-footer__item:hover {
	color: #F35F2F;
	text-decoration: underline;
}

.main-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 180%;
	max-width: 320px;
}

.subscribe {}

.subscribe__input {
	border: 1.1px solid rgba(150, 150, 150, 0.2);
	margin-bottom: 12px;
}

.subscribe__input::placeholder {
	color: rgba(117, 117, 117, 0.65);
}

.subscribe__button {
	display: flex;
	width: 100%;
	justify-content: center;
}



.footer__bottom {}

.bottom-footer {
	border-top: 1px solid rgba(150, 150, 150, 0.2);
	padding-top: 25px;
	padding-bottom: 45px;
}

.bottom-footer__container {
	display: flex;
	justify-content: space-between;
	color: #646464;
}

.bottom-footer__copy {}

.bottom-footer__list {
	display: flex;
	gap: 54px;
}

.bottom-footer__list li:hover {
	text-decoration: underline;
}


@media (max-width: 767.98px) {
	.bottom-footer {

		padding-top: 15px;
		padding-bottom: 25px;
	}

	.bottom-footer__container {
		display: flex;
		gap: 75px;
		justify-content: space-around;
	}

	.bottom-footer__copy {}

	.bottom-footer__list {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

}

/* =======  ===================================================== */
/* =======  ===================================================== */
/* @media (max-width: 767.98px) {


}

@media (max-width: 374.98px) {


} */
