
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	min-width: 320px;
	font-family: 'Raleway', sans-serif;
}
body {
	line-height: 1;
	font-family: 'rgb(19,68,255)', sans-serif;
	color: #fff;
}
a {
	text-decoration: none;
}
i {
	font-style: normal;
}
li {
	list-style: none;
}
/* .services__header {
	font-size: 48px;
	text-align: center;
} */
/* ---------------------------------------- */
.wrapper {
	overflow: hidden;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
/* ------------------------------------------- */

.title{
	font-family: 'Raleway', sans-serif;
	color: rgba(236, 236, 236, 1);
	/*color: #f1c800f0;*/
	text-align: center;
	font-size: 44px;
	line-height: 1.2;
}
.title span{
	color: #FF6428;
}
.menu-toggle {
	display: none;
}	
@media (max-width: 768px){
	.title {
		font-size: 38px;
	}
	.main__container {
		flex-direction: column;
	}
	.main__content {
		order: 2;
	}
	.main__text {
		max-width: 100% !important;
	}
	.actions-main {
		justify-content: center;
	}
	.header__menu {
		display: none;
	}
	.menu-toggle {
		display: flex;
		border: none;
		background-color: transparent;
		padding: 0;
		align-items: center;
		justify-content: center;
  }
  .burg {
		display: inline-flex !important;
  }
  .header__container {
	justify-content: space-between;
  }

}

/* ---------------------------------------- */
.page {
	flex: 1 1 auto;
}
.page__main {
	/*padding-bottom: 0;*/
}
.page__store {}
/* ---------------------------------------- */
[class*="__container"] {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0px 15px;
}

/* ---------------------------------------- */
.header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	position: fixed;
	max-width: 100%;
	top: 0;
	background: #2b2b2b;
	box-shadow: 0px 0px 5px rgba(150, 243, 243, 0.7);
	z-index: 9999;
}
.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 50%;
	height: 100vh;
	background-color: #333;
	z-index: 1000;
	transform: translateX(-100%);
	transition: transform 0.3s ease-in-out;
}
.mobile-menu button {
	background: transparent;
	width: fit-content;
}
.close__img{
	height: 40px;
	width: 40px;
}
.mobile-menu.open {
	transform: translateX(0);
	z-index: 10000;
}
.header__container {
	padding-top: 5px;
	padding-bottom: 5px;
	display: flex;
	gap: 131px;
	align-items: center;
	min-height: fit-content ;
}
.header__logo img {
	width: 100px;
}
.burg {
	display: none;
	width: 32px;
	height: 30px;
	flex-direction: column;
	justify-content: space-around;
	cursor: pointer;
	transition: all .25s;
	position: relative;
}
.burg span {
	display: inline-block;
	width: 100%;
	height: 3.5px;
	background-color: #fff;
	transition: all .5s;
}
.header__menu {}

.menu {
	padding: 10px 15px 10px 0px;
	border-radius: 5px;
	background-color: transparent;
}
.menu__list {
	display: flex;
	column-gap: 30px;
	row-gap: 10px;
	flex-wrap: wrap;
}
.menu__item {}
.menu__link {
	font-family: 'Raleway', sans-serif;
	color: rgba(236, 236, 236, 1);
	font-weight: 500;
	font-size: 18px;
}
.menu__link:hover {
	text-decoration: underline;
	color: #f1c800f0;
}
@media (max-width: 1092px) {
	.header__container {
		gap: 50px;
		min-height: 100px;
	}

	.menu__list {
		column-gap: 40px;
	}
}
@media (max-width: 768px) {
	.header__container {
		min-height: 65px;
	}
	
}
@media (max-width:479.98px) {
	.header__container {
		gap: 15px;
	}

	.menu {
		padding: 0;
	}
	.menu__list {
		column-gap: 20px;
	}

	.header__logo {
		width: 28px;
		flex: 0 0 100px;
		overflow: hidden;
	}
	
}
/* ------------------------------------------- */
.wrapper {
	background: linear-gradient(59deg, #101010 0%, #313131 100%);
}
@media (max-width: 991.98px){
	.main {padding-bottom: 50px;}
}
@media (max-width: 768px) {
	.main {
		padding-bottom: 30px;
	}
}

.main__container {
	display: flex;
	
}
@keyframes jump {
	0% {
	  transform: translateY(0); /* Element starts at its normal position */
	}
	50% {
	  transform: translateY(-20px); /* Element jumps up */
	}
	100% {
	  transform: translateY(0); /* Element returns to its normal position */
	}
 }
.main__content {
	flex: 0 1 50%;
	align-self: center;
	padding-top: 120px;
	padding-bottom: 60px;
	padding-right: 20px;
}

.main__title {
	font-family: 'Raleway', sans-serif;
	color: rgba(236, 236, 236, 1);
	font-size: 60px;
	line-height: 1.2;
}
.main-list {
	margin-bottom: 22px;
}
.main-list li {
	list-style: disc;
	line-height: 24px;
	font-weight: 500;
	color: rgba(236, 236, 236, 1);
	margin: 0 20px;
}

.main__title span {
	font-weight: 600;
	color: #f1c800f0;
}

.main__title:not(:last-child) {
	margin-bottom: 16px;
}

.main__text {
	line-height: 24px;
	font-weight: 500;
	max-width: 420px;
	color: rgba(236, 236, 236, 1);
	font-family: 'Raleway', sans-serif;
}
.main__text span {
	font-weight: 600;
}
.main__text:not(:last-child) {
	margin-bottom: 31px;
}

.main__actions {}

.actions-main {
	display: flex;
	align-items: center;
}

.actions-main__button {
	text-align: center;
	padding: 18.5px 48px;
	background-color: rgb(19,68,255);
	border-radius: 40px;
	color: #fff;
	font-weight: 600;
	line-height: 28px;
	transition: all 0.3s ease 0s;
	font-family: 'Raleway', sans-serif;
	
}
.actions-main__button:hover{
	transform: translateY(-20px);
	animation: jump 0.5s infinite alternate;
}

.actions-main__button:not(:last-child) {
	margin-right: 40px;
}

.actions-main__icon {}

.actions-main__icon:not(:last-child) {
	margin-right: 27px;
}
.main__decoration {
	margin-top: 120px;
	flex: 0 1 50%;
}
.main__image img {
	width: 100%;
   height: 100%;
}

@media (max-width: 1092px) {
	.main__image img {
		width: 100%;
	}

	.main__content {
		flex: 0 0 60%;
		padding-bottom: 0;
	}

	.main__decor {
		flex: 0 0 40%;
	}
}

@media (max-width: 768px) {
	.main__content {
		flex: 1 1 100%;
		padding-right: 0;
		padding-top: 80px;
	}

	.main__decor {
		display: none;
	}

	.main__title {
		font-size: 44px;
	}
}
@media (max-width: 479.98px) {
	.actions-main {
		flex-wrap: wrap;
		justify-content: center;
	}

	.actions-main__button {
		flex: 1 1 100%;
	}
	.actions-main__button:not(:last-child) {
		margin-right: 0px;
		margin-bottom: 15px;
	}
}

.about__left {
	position: relative;
	display: inline-block;
}

/*.about__left .image-container::before {*/
/*	content: url('../img/decor-top.svg');*/
/*	position: absolute;*/
/*	top: -15%;*/
/*	left: -15%;*/
/*	width: 20px;*/
/*	height: auto;*/
/*}*/

/*.about__left .image-container::after {*/
/*	content: url('https://mukhinrehub.com/wp-content/uploads/2024/01/cropped-logo-e1706821354812.png');*/
/*	position: absolute;*/
/*	bottom: -30%;*/
/*	right: 25%;*/
/*	width: 20px;*/
/*	height: 305px;*/
/*}*/
.about__left img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.about__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 180px;
	margin-top: 60px;
	align-items: center;
}

.about__right {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.about__descr {
	line-height: 24px;
	line-height: 24px;
	font-weight: 500;
	max-width: 420px;
	color: rgba(236, 236, 236, 1);
	font-family: 'Raleway', sans-serif;
	text-align: justify;
}
/*.about__row {*/
/*	display: grid;*/
/*	grid-template-columns: 1fr 1fr;*/
/*	align-items: center;*/
/*	column-gap: 20px;*/
/*}*/
/*.about__right img {*/
/*	width: 100%;*/
/*}*/
/*.about__header {*/
/*	font-size: 30px;*/
/*}*/
/*.about__image img {*/
/*	height: 400px;*/
/*	width: 100%;*/
/*	object-fit: cover;*/
/*	object-position: top;*/
/*	border-radius: 20px;*/
/*}*/
/*.about__content h2 {*/
/*	font-family: 'Raleway', sans-serif;*/
/*	font-weight: 100;*/
/*}*/
/*.about__content p {*/
/*	font-family: 'Raleway', sans-serif;*/
/*	font-size: 18px;*/
/*	line-height: normal;*/
/*}*/
/*.about__content h2 span {*/
/*	font-weight: 700;*/
/*}*/
.services {
	padding-top: 120px;
	padding-bottom: 60px;
}
.services__container {
}
.services__content {
	margin-top: 40px;
	grid-auto-rows: minmax(auto, 1fr);
}
.services__label {
	display: flex;
	flex-direction: row;
	gap: 25px;
	align-items: center;
}
.services__count {
	font-size: 18px;
}
.services__title {
	color: rgba(236, 236, 236, 1);
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
.services__item {
	align-items: center;
	border-radius: 30px;
	border: 1px solid #fff;
	padding: 25px;
	transition: 0.3s;
	cursor: pointer;
	margin-top: 25px;
}
.services__item.active {
	box-shadow: 0px 0px 20px rgba(150, 243, 243, 0.7);
}
.services__item.active .services__descr {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #fff;
}
.services__descr {
	overflow: hidden;
	height: 0;
}
.services__descr p {
	line-height: 24px;
	font-size: 16px;
}
.client__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.client__item {
	padding: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	align-items: center;
	display: flex;
	align-items: center;
	background: #2d88d7;
	cursor: pointer;
	font-size: 16px;
}

.client__item:hover {
    color: #f1c800f0;
}
.client__item p {
	font-family: 'Raleway', sans-serif;
}
.contants {
}
.contacts__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
.contacts__left {
	position: relative;
	padding: 80px;
	border-radius: 8px 0 0 8px;
	/* background-image: url(../img/contact.png); */
	/* background-position: right;
	background-repeat: no-repeat;
	background-size: cover; */
}
.contacts__left h2 {
	position: relative;
	display: flex;
	margin-bottom: 40px;
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.contacts__left > li {
	position: relative;
	padding-left: 60px;
	height: 48px;
	margin: 14px 0;
	font-size: 20px;
	color: #fff;
	display: flex;
	align-items: center;
}
.contact-info li {
	margin-top: 15px;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}
.contact-info li a {
	color: #fff;
}
.contact-info li a:hover {
	color: #f1c800f0;
}

.contacts__right iframe {
	width: 100% !important;
}
/* .contacts__left a {
	color: rgba(236, 236, 236, 1);
}

.contacts__column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.phone__column {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 40px;
}
.phone__column a {
	font-size: 24px;
}
.mail__row a {
	font-size: 24px;
}
.mail__row {
	display: flex;
	flex-direction: row;
	gap: 14px;
	align-items: center;
}
.adress__row a {
	font-size: 24px;
} */
.form__column {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.form__column label {
	font-family: "Raleway" , sans-serif;
}
.form__column input {
	 width: 100%;
	border-radius: 20px;
	padding: 20px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 12px;
	font-family: "Raleway" , sans-serif;
}
.form__column button {
	width: 50%;
	font-size: 20px;
	cursor: pointer;
}
.button__column {
	display: flex;
	justify-content: center;
	align-items: center;
}
input:focus {
	outline: #FFf;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.actions-main__button {
		text-align: center;
		padding: 18.5px 48px;
		background-color: rgb(19,68,255);
		border-radius: 40px;
		color: #fff;
		font-weight: 600;
		line-height: 28px;
		transition: all 0.3s ease 0s;
		font-family: 'Raleway', sans-serif;
	border: none;
	cursor: pointer;
}
input.valid {
	background: url(../img/valid.svg) no-repeat 95%;
	background-size: auto 40px;
}
input.invalid {
	border: 2px solid #FE0000;
	background: url(../img/invalid.svg) no-repeat 95%;
	color: #FE0000;
}

input:focus {
	border: none;
}
.tm-overall-inner {
	display: none !important;
}
.team {
}
.team__grid {
	display: grid;
	grid-template-columns: 1fr 30%;
}
.team__header {
	font-size: 48px;
	font-family: "Raleway" , sans-serif;
}
.team__descr {
	font-size: 16px;
	font-weight: 500;
	font-family: "Raleway" , sans-serif;
	margin-top: 20px;
}
.team__descr {
	text-align: center;
	/* text-align: #000; */
}
.team__text {
	color: #000;
	margin-top: 16px;
}
.team__right img {
	width: 100%;
}
.team__left {
}
.team__right {
}
.team_technics {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.team_technics p {
	padding: 10px 0;
	border: 1px 0 solid #fff;
}
.section__title {
	text-align: center;
	font-size: 60px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	margin-bottom: 40px;
	color: #f1c800f0;
}
.splide__slide {
	display: flex;
	flex-direction: column;
	padding: 20px;
	border-radius: 20px;
}
.splide__slide:hover {
	box-shadow: 0px 0px 20px rgba(150, 243, 243, 0.7);
}
.team__image {
	min-height: 400px;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-position: center;
	transition: 0.5s;
	cursor: pointer;
}
/* .team__image:hover {
	transform: scale(1.2);
} */
.team__name {
	font-family: "Raleway", sans-serif;
	color: rgba(21, 21, 21, 1);
	font-size: 18px;
	text-align: center;
}
.splide__slide {
	background: #fff;
}
form {
	width: 100%;
}
.form__container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.form__container h2 {
	font-family: "Raleway", sans-serif;
	font-size: 30px;
	margin-top: 20px;
}
.footer {
	min-height: 50px;
	font-family: "Raleway", sans-serif;
	background: #2b2b2b;
}
.footer__list {
	display: flex;
	gap: 20px;
	/* justify-content: space-between;s */
}
.footer__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__branding img {
	height: 60px;
	width: 60px;
}
/*.reviews__container h2 {*/
/*	display: none !important;*/
/*}*/
h3.section__title  {
	margin-bottom: 0 !important;
}
section {
	padding: 60px 0;
}
.services__content {
	padding: 0;
}
.splide {
	padding: 0;
}
@media (max-width: 768px) {
	.client__list { 
		grid-template-columns: 1fr;
	}
	section {
		padding: 30px 0;
	}
	.contacts__grid {
		grid-template-columns: 1fr;
	}
	.contacts__left {
		padding: 40px;
	}
	.contacts__right {
		padding: 40px;
	}
	form {
		width: 100%;
	}
	.mobile-menu .menu__list {
		display: flex;
		flex-direction: column;
		padding: 40px 20px;
		gap: 30px;
	}
	.about__row {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.about__descr {
		max-width: 100%;
	}
	.about__left .image-container::after {
		display: none;
	}
}
@media (max-width:479.98px) {
	.form__column button {
		width: 100%;
	}
	.footer__container {
		padding: 20px;
  }
  .footer__list {
	flex-direction: column;
  }
	.main__content {
		padding-top: 0;
	}
	.main__image img {
		/*height: 60vh*/
	}
	.section__title {
	    font-size: 40px;
	}
	.contacts__left {
	    padding: 0;
	}
	.contacts__left h2 {
	    font-size: 25px;
	    margin-bottom: 20px;
	}
	.contacts__right {
	    padding: 40px 0 0 0 ;
	}
	.services__title {
	    font-size: 16px;
	}
	.main__decoration {
		margin-top: 60px;
	}
	.services {
		padding: 30px 0;
	}
}



.ti-footer {
	display: none;
}