body {
	margin: 0;
	color: var(--black, #000);
	font-family: Golos Text;
	font-size: 1.125rem;
	font-weight: 400;
}

html,
body {
	background: #fff;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

ul {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	margin: 0;
}

input::-ms-clear {
	display: none;
}

input {
	outline: none !important;
}

input:focus {
	outline: none !important;
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button:active,
button:focus {
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
}

button {
	cursor: pointer;
	border: 0;
}

ul {
	padding: 0;
	margin: 0;
}

.hidden {
	display: none;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-family: Golos Text;
	color: var(--black, #000);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 155.556% */
}

::-moz-placeholder {
	/* Firefox 19+ */
	font-family: Golos Text;
	color: var(--black, #000);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 155.556% */
}

:-ms-input-placeholder {
	/* IE 10+ */
	font-family: Golos Text;
	color: var(--black, #000);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 155.556% */
}

:-moz-placeholder {
	/* Firefox 18- */
	font-family: Golos Text;
	color: var(--black, #000);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 155.556% */
}

.screen-reader-response {
	display: none !important;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.btn-sends br {
	display: none;
}

.hamburger-active-html {
	overflow-y: hidden;
}

.dop-us {
	margin: 1rem 0 0 0;
}

/* для элемента input c type="radio" */
.custom-radio {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio+label {
	user-select: none;
	cursor: pointer;
	margin-left: 40px;
	margin-right: 0;
	font-size: 12px;
	line-height: 20px;
	color: #2E323D;
	position: relative;
	display: flex;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio+label::before {
	content: '';
	display: inline-block;
	width: 1.875rem;
	height: 1.875rem;
	left: -40px;
	position: absolute;
	border-radius: 0.375rem;
	border: 2px solid #772DC3;
	background: #F3F3F3;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked)+label:hover::before {}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active+label::before {}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus+label::before {}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked)+label::before {}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked+label::before {
	background: transparent;
}

.custom-radio:checked+label::before {
	background-color: #772DC3;
	background-image: url(../image/chek.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio:disabled+label::before {}

.open-modal {
	cursor: pointer;
}

.m-header {
	display: none;
}

.m-logo {
	display: none;
}

.m-blocks {
	display: none;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	padding: 0.75rem 0;
	width: 100%;
	z-index: 99;
	transition: 0.3s;
	/*background: #FFF*/
}

.header:hover {
	/*background: #fff;*/
	z-index: 99;
}

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

.logo-link {
	display: flex;
}

.header-center {
	display: flex;
	align-items: center;
}

.mail {
	display: block;
	color: var(--black, #000);
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 0.75rem;
	/* 100% */
	transition: 0.3s;
}

.mail:hover {
	color: #D65A00;
}

.line {
	width: 2rem;
	height: 0.0625rem;
	background: #69DCDC;
	margin: 0 0.5rem;
}

.btn {
	padding: 0.5rem 1rem;
}

.btn-open {
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 0.75rem;
	/* 100% */
	border-radius: 2rem;
	border: 1px solid var(--black, #000);
	transition: 0.3s;
}

.btn-open:hover {
	color: #D65A00;
	border: 1px solid #D65A00;
}

.social {
	display: flex;
	align-items: center;
	gap: 78px;
}

.social-link {
	display: block;
}

.social-link {
	width: 24px;
	height: 24px;
}

.dropdown-menu {
	margin-top: 1rem;
	position: absolute;
	z-index: 5;
	min-width: 14.3125rem;
	padding: 1rem;
	left: -1rem;
	border-radius: 0.5rem;
	background: var(--turquoise-4, #0D1E2E);
	visibility: hidden;
	opacity: 0;
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
	transition: .3s linear;
}

.dropdown-menu:before {
	content: "";
	position: absolute;
	top: -1rem;
	left: -1rem;
	display: block;
	width: 100%;
	height: 1rem;
	background: transparent;
}

.dropdown-menu:before:hover .dropdown-menu {
	opacity: 1;
}

.dropdown-submenu:hover .dropdown-menu {
	transform: rotateX(0deg);
	visibility: visible;
	opacity: 1;
}

.header-menu-list {
	display: flex;
	align-items: center;
}

.header-menu-list-item {
	position: relative;
}

.header-menu-list-item:not(:last-child) {
	margin-right: 1.5rem;
}

.header-menu-list-item-link {
	display: flex;
	color: var(--black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1rem;
	/* 100% */
	transition: 0.3s;
	align-items: center;
}
.header .btn-open, .header .mail{
	font-size: 1rem;
	line-height: 1rem;
}
.header-menu-list-item:hover .header-menu-list-item-link {
	color: #D65A00;
}

.header-menu-list-item-link svg {
	margin-left: 0.3rem;
	transition: 0.3s;
}

.header-menu-list-item:hover .header-menu-list-item-link svg path {
	fill: #D65A00;
}

.menu-list-item-drop:not(:last-child) {
	margin-bottom: 1rem;
}

.menu-list-item-drop-link {
	color: var(--white, #FFF);
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 0.75rem;
	/* 100% */
	transition: 0.3s;
}

.menu-list-item-drop-link:hover {
	color: #D65A00;
}

.main {
	position: relative;
	z-index: 1;
}

.main-content {
	padding-top: 9.75rem;
	padding-bottom: 4rem;
}

.title-h1 {
	color: var(--turquoise-4, #0D1E2E);
	font-size: 3rem;
	font-weight: 700;
	line-height: 3.625rem;
	/* 120.833% */
}

.title-h1.center-title,
.main-text.center-title {
	text-align: center;
	position: relative;
	z-index: 1;
}

@media (max-width: 500px) {

	.title-h1.center-title,
	.main-text.center-title {
		text-align: start;
	}
}

.main-text {
	color: var(--turquoise-4, #0D1E2E);
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.625rem;
	/* 120.833% */
	margin-bottom: 7rem;
}

.main-bg {
	position: absolute;
	right: 0;
	top: 0;
}

.sm-image,
.m-image {
	display: none;
}

.main-image .btn-get {
	left: 0rem;
}

.btn-get {
	position: absolute;
	z-index: 12;
	width: fit-content;
	padding: 1rem 2rem;
	/* 	top: 5rem; */
	top: 26%;
	left: -6rem;
	border-radius: 2rem;
	background: var(--turquoise-1, #69DCDC);
	color: var(--white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.875rem;
	/* 150% */
	overflow: hidden;
}

.btn-get::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #D65A00;
	transition: 0.3s;
	z-index: 1;
}

.btn-get:hover::before {
	width: 25rem;
	height: 25rem;
}

.btn-get-content {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;

}

.btn-get svg {
	margin-right: 1rem;
}

.abs-btn {
	position: fixed;
	/*right: -8.3em;*/
	right: 13px;
	top: 50svh;
	z-index: 3;
	transform: translate(50%, -50%) rotate(-90deg);
	color: var(--white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 1.3125rem */
}

.abs-btn-content {
	border-radius: 2rem 2rem 0 0;
	background: var(--turquoise-1, #69DCDC);
	transform: rotate(0deg);
	padding: 0.25rem 2rem;
	transition: 0.3s;
}

.abs-btn-content:hover {
	background: var(--biege-3, #D65A00);
}

.experts {
	margin: 2rem 0 6rem 0;
}

.title-h2 {
	color: var(--turquoise-3, #25495B);
	margin-bottom: 4rem;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.375rem;
	/* 118.75% */
}

.experts-card {
	margin-bottom: 2rem;
	position: relative;
	overflow: hidden;
}

.experts-card-link {
	display: block;
	height: 10rem;
	width: 80%;
	padding: 2rem 4rem 2rem 2rem;
	border-radius: 2rem;
	border: 1px solid var(--turquoise-1, #69DCDC);
	background: var(--white, #FFF);
}

.experts-card__circle span {
	display: block;
	width: 0.375rem;
	height: 0.375rem;
	position: relative;
	overflow: hidden;
}

.experts-card__circle span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0.375rem;
	height: 0.375rem;
	border: 1px #69DCDC solid;
	border-radius: 50%;
	transition: 0.3s;
}

.experts-card__circle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -0.375rem;
	display: block;
	width: 0.375rem;
	height: 0.375rem;
	border: 1px #D65A00 solid;
	background: #D65A00;
	border-radius: 50%;
	transition: 0.3s;
}

.experts-card:hover .experts-card__circle span:before {
	top: 0;
}

.experts-card:hover .experts-card__circle span:after {
	top: 0.375rem;
}

.experts-card__title {
	color: var(--black, #000);
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
	/* 150% */
	margin: 1.66rem 0;
	transition: 0.3s;
}

.experts-card__text {
	color: var(--black, #000);
	opacity: 0;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 155.556% */
}

.experts-card__image {
	position: absolute;
	right: 4rem;
	top: 50%;
	transition: 0.3s;
	transform: translate(0, -50%);
}

.experts-card__image img {
	width: 8rem;
	height: 8rem;
	transition: 0.3s;
}

.experts-card:hover .experts-card__title {
	margin: 0;
}

.experts-card:hover .experts-card__text {
	animation: fadeInUpSD 0.3s both 0.01s;
}

.experts-card:hover .experts-card__image {
	right: 2rem;

}

.experts-card:hover .experts-card__image img {
	transform: scale(1.2);
}

@keyframes fadeInUpSD {
	0% {
		opacity: 0;
		transform: translate3d(0, 15%, 0)
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}

.experts-card-2 {
	margin-bottom: 2rem;
	height: 185px;
}

.experts-card-2-link {
	display: block;
	border-bottom: 1px solid #69DCDC;
	height: 12.25rem;
	padding: 2rem;
	transition: 0.3s;
}

.experts-card-2-flex {
	display: flex;
}

.experts-card-2 .experts-card__title {
	margin: 0;
}

.experts-card-2 .experts-card__circle {
	margin-right: 1rem;
	height: 10px;
}

.experts-card-2 .experts-card__title {
	font-size: 1.125rem;
	line-height: 150%
}

.experts-card-2__text {
	color: #1C1C1C;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 155.556% */
	margin: 1rem 0;
	opacity: 0;
	transition: 0.3s;
}

.experts-card-2__more {
	display: flex;
	align-items: center;
	opacity: 0;
	transition: 0.3s;
	color: var(--turquoise-2, #377B88);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 0.75rem;
	/* 100% */
}

.experts-card-2__more svg {
	margin-left: 0.5rem;
}

.experts-card-2:hover .experts-card-2-link {
	border-bottom: 5px solid var(--turquoise-2, #377B88);
}

.experts-card-2:hover .experts-card-2__more {
	opacity: 1;
}

.experts-card-2:hover .experts-card-2__text {
	opacity: 1;
}

.experts-card-2:hover .experts-card__circle span:before {
	top: 0;
}

.experts-card-2:hover .experts-card__circle span:after {
	top: 0.375rem;
}

.know {
	padding: 6rem 0;
}

.know-bg {
	padding: 4rem;
	border-radius: 2rem;
	background: var(--turquoise-4, #0D1E2E);
	position: relative;
	overflow: hidden;
}

.know-bg:before {
	content: "";
	width: 22.9375rem;
	height: 22.9375rem;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../image/know-top.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.know-bg:after {
	content: "";
	width: 22.9375rem;
	height: 22.9375rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../image/know-bottom.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.know .title-h2 {
	color: var(--turquoise-1, #69DCDC);
}

.know-card {
	margin-bottom: 2rem;
}

.know-card-cicle {}

.know-card-cicle span {
	width: 0.375rem;
	height: 0.375rem;
	flex-shrink: 0;
	display: block;
	border-radius: 50%;
	background: #D65A00;
}

.know-card__title {
	color: var(--white, #FFF);
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 4.5rem;
	/* 150% */
}

.know-card__text {
	color: var(--turquoise-1, #69DCDC);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 155.556% */
	min-height: 5rem;
}

.shtorm {
	margin: 3rem 0;
}

.shtorm-left-content {
	position: relative;
}

.shtorm-left-content .title-h2 {
	font-size: 2rem;
	line-height: 2.375rem;
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

.shtorm-list {
	height: 31.75rem;
	overflow-y: scroll;
	-ms-overflow-style: none;
	/* IE и Edge */
	scrollbar-width: none;
}

.shtorm-list::-webkit-scrollbar {
	display: none;
}

.shtorm-list-card {
	display: flex;
	padding: 1rem;
	border-radius: 1rem;
	transition: 0.3s;
}

.shtorm-list-item {}

.shtorm-list-card-icon {
	margin-right: 1rem;
}

.shtorm-list-card__title {
	color: var(--black, #000);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.875rem;
	/* 150% */
}

.shtorm-list-card__text {
	color: var(--black, #000);
	margin: 0.5rem 0;
	opacity: 0;
	transition: 0.3s;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 155.556% */
}

.shtorm-list-card__more {
	color: var(--turquoise-2, #377B88);
	display: flex;
	opacity: 0;
	transition: 0.3s;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 0.75rem;
	/* 100% */
	display: flex;
	align-items: center;
}

.shtorm-list-card-icon svg path {
	transition: 0.3s;
}

.shtorm-list-card__more svg {
	margin-left: 0.5rem;
}

.shtorm-list-card:hover {
	background: #F5F5F5;
}

.shtorm-list-card:hover .shtorm-list-card-icon svg path {
	fill: var(--biege-3, #D65A00);
	stroke: var(--biege-3, #D65A00);
}

.shtorm-list-card:hover .shtorm-list-card__more {
	opacity: 1;
}

.shtorm-list-card:hover .shtorm-list-card__text {
	opacity: 1;
}

.different {
	padding: 6rem 0;
}

.different .title-h2 {}

.different-rows {
	display: flex;
	align-items: center;
}

.different-item {
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.different-card {
	padding: 1rem 2rem;
	border-radius: 2rem;
	background: var(--turquoise-2, #377B88);
	position: relative;
	overflow: hidden;
}

.different-card__link {
	display: flex;
	align-items: center;
	width: fit-content;
	color: var(--white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.875rem;
	/* 150% */
	z-index: 2;
	position: relative;
	white-space: nowrap;
}

.different-card:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #D65A00;
	transition: 0.3s;
	z-index: 1;
}

.different-card:hover:before {
	width: 25rem;
	height: 25rem;
}

.different-card__link svg {
	margin-left: 1rem;
	position: relative;
	z-index: 2;
}

.different-rows .different-tag-item {
	display: none;
}

.different-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.different-tag-item {
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.different-tag-card {
	border-radius: 2rem;
	background: #E5FBFA;
	padding: 1rem;
	color: var(--turquoise-2, #377B88);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.875rem;
	/* 150% */
}

.different-tag-more {
	padding: 1rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
	color: var(--turquoise-2, #377B88);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.875rem;
	/* 150% */
}

.get-cool {
	border-radius: 2rem;
	background: var(--turquoise-1, #69DCDC);
	padding: 4rem;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
}

.solution .get-cool {
	margin-top: 0px;
}

.get-cool:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #D65A00;
	transition: 0.3s;
	z-index: 1;
}

.get-cool-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.get-cool__title {
	color: var(--white, #FFF);
	/*font-size: 2rem;*/
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.375rem;
	/* 118.75% */
}

.get-cool__btn {
	display: flex;
	align-items: center;
	color: var(--white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.875rem;
	/* 150% */
	border-radius: 2rem;
	background: var(--turquoise-4, #0D1E2E);
	box-shadow: 0px 8px 24px 0px rgba(7, 47, 50, 0.16);
	padding: 1rem 2rem;
	white-space: nowrap;
}

.get-cool__btn svg {
	margin-right: 1rem;
}

.get-cool__image {
	position: absolute;
	right: 4rem;
	bottom: -0.5rem;
	z-index: 1;
	transition: 0.3s;
}

.get-cool:hover:before {
	width: 80rem;
	height: 80rem;
}

.get-cool:hover .get-cool__image {
	transform: scale(1.2);
}

.mission {
	margin: 6rem 0;
}

.mission-center {
	display: flex;
}

.mission-text {
	color: var(--black, #000);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem;
	/* 155.556% */
	width: 100%;
}

.cases {
	padding: 6rem 0;
}

.cases-block {
	position: relative;
}

.cases-block .title-h2 {
	position: absolute;
	left: 0;
	top: 0;
}

.cases-slider {
	overflow: hidden;
	margin-left: 200px;
}

.slider-arrow {
	position: absolute;
	left: 0;
	height: 0;
	z-index: 2;
	bottom: 30%;
	/*bottom: 34%;*/
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.swiper-prev,
.swiper-next {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.swiper-prev svg {
	margin-right: 0.5rem;
	margin-bottom: 2px;
}

.swiper-next svg {
	margin-left: 0.5rem;
}

.cases-card {
	display: flex;
	align-items: center;
	gap: 88px;
}

.cases-card__image {
	border-radius: 2.5rem;
	position: relative;
	width: 288px;
	/*height: 523px;*/
}

.cases-card__image img {
	/*border-radius: 2.5rem;*/
	display: block;
}

.cases-card__image-content {
	position: absolute;
    left: 0;
    top: 64px;
	padding: 0 1rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.cases-card__image-content_img {
	display: block;
	width: 100%;
	max-width: 250px;
	position: relative;
	left: 5px;
}

.cases-card .btn-get-content {
	border-radius: 2rem;
	background: var(--biege-3, #D65A00);
	padding: 1rem 2rem;
	color: var(--white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	width: fit-content;
	white-space: nowrap;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
	top: -80px;
	left: 30px;
	gap: 10px;
}

.cases-card__image-content_img img {
	width: 100% !important;
	max-height: 370px !important;
	object-fit: cover !important;
}

.cases-card__image-stat {
	/*padding: 1rem;*/
	padding: 16px;
	border-radius: 1rem;
	width: fit-content;
	background: var(--turquoise-3, #25495B);
}

.cases-card__image-stat:not(:last-child) {
	/*margin-bottom: 0.5rem;*/
	margin-bottom: 8px;
}

.cases-card__image-stat__number {
	color: var(--white, #FFF);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
}

.cases-card__image-stat__title {
	color: var(--white, #FFF);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
}

.cases-card__image-content-stat {
	/*margin: 1.5rem 0;*/
	/*padding-top: 0.5rem;*/
}

.cases-card__image-content .btn-get-content {
	border-radius: 2rem;
	background: var(--biege-3, #D65A00);
	padding: 1rem 2rem;
	color: var(--white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 1.875rem */
	width: fit-content;
	white-space: nowrap;
}

.cases-card__image-content .btn-get-content svg {
	margin-right: 1rem;
}

.cases-card-content {
	/*margin-left: 6rem;*/
	width: calc(100% - 288px - 88px);
}

.cases-card__title {
	color: var(--black, #000);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem;
	/* 150% */
}

.cases-card-tags {
	display: flex;
	align-items: center;
	margin: 2rem 0 1rem 0;
}

.cases-card-tag {
	padding: 0.5rem 0.75rem;
	border-radius: 2rem;
	background: #E5FBFA;
	color: var(--turquoise-2, #377B88);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 0.75rem;
	/* 100% */
	margin-right: 0.5rem;
}

.cases-card__text {
	color: var(--black, #000);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 155.556% */
	margin-bottom: 2rem;
}

.cases-card__link {
	border-radius: 2rem;
	border: 1px solid var(--black, #000);
	padding: 1rem 2rem;
	display: block;
	width: fit-content;
	color: var(--black, #000);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.875rem;
	/* 150% */
	transition: 0.3s;
}

.cases-card__link:hover {
	border: 1px solid #D65A00;
	color: #D65A00;
}

.feedback {
	margin: 6rem 0;
}

.feedback-card {
	position: relative;
	cursor: pointer;
	border-radius: 2rem;
	background: var(--turquoise-3, #25495B);
	box-shadow: 0px 8px 24px 0px rgba(7, 47, 50, 0.16);
	height: 29rem;
	margin-bottom: 2rem;
	overflow: hidden;
}

.feedback-card:not(.feedback-card-text)+.modal-overlay .modal {
	padding: 0;
	overflow: hidden;
	background: none;
	box-shadow: unset;
}

.feedback-card:not(.feedback-card-text)+.modal-overlay .modal-video video {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.feedback-card__image {
	height: 100%;
	width: 100%;
}

.feedback-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feedback-card-text {
	padding: 2rem;
}

.feedback-card__text {
	color: var(--white, #FFF);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 155.556% */
}

.feedback-card__long {
	color: var(--turquoise-1, #69DCDC);
	margin-top: 0.5rem;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 1.6875rem */
}

.feedback__btn {
	position: absolute;
	width: fit-content;
	right: 2rem;
	bottom: 2rem;
	display: flex;
	align-items: center;
	border-radius: 2rem;
	border: 1px solid var(--turquoise-1, #69DCDC);
	padding: 0.5rem 1rem;
	color: var(--turquoise-1, #69DCDC);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 1.5rem */
	transition: 0.3s;
}

.feedback__btn svg {
	margin-left: 1rem;
}

.feedback__btn svg path {
	transition: 0.3s;
}

.feedback-card:hover .feedback__btn {
	color: #000;
	background: #69DCDC;
}

.feedback-card:hover .feedback__btn svg path {
	fill: #000;
}

.more-btn-link {
	display: flex;
	align-items: center;
	width: fit-content;
	color: var(--black, #000);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.875rem;
	/* 150% */
	padding: 1rem 2rem;
	border-radius: 2rem;
	border: 1px solid var(--black, #000);
	transition: 0.3s;
}

.more-btn-link svg {
	margin-left: 1rem;
}

.more-btn-link path {
	transition: 0.3s;
}

.more-btn-link:hover {
	border: 1px solid #D65A00;
	color: #D65A00;
}

.more-btn-link:hover path {
	fill: #D65A00;
}

.more-btn {
	margin: 2rem 0 2rem 0;
}

.feedback .more-btn {
	margin: 0rem 0 2rem 0;
}

.we-pirus {
	padding: 6rem 0;
}

.we-pirus-card-circle span {
	display: block;
	width: 0.375rem;
	height: 0.375rem;
	border: 1px #D65A00 solid;
	background: #D65A00;
	border-radius: 50%;
	transition: 0.3s;
}

.we-pirus-card__title {
	color: var(--black, #000);
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 4.5rem;
	/* 150% */
}

.we-pirus-card__text {
	color: var(--black, #000);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 155.556% */
}

.ads-flex {
	display: flex;
	align-items: center;
	margin: 2rem 0;
	    flex-flow: wrap;
    grid-gap: 30px;
}

.ads-item {
	display: block;
	border-radius: 2rem;
	background: #E5FBFA;
	padding: 22px;
	width: 47%;
}
.ads-image img{
max-width: 100%;
}

.ads-text {
	color: var(--turquoise-2, #377B88);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.875rem;
	/* 150% */
	margin-top: 10px;
}

.we-pirus-image {
	bottom: 0;
	position: relative;
	display: flex;
}

.we-pirus-image img {
	width: 100%;
}

.we-pirus-bg {
	display: flex;
	border-radius: 2rem;
	background: var(--white, #FFF);
	box-shadow: 0px 8px 24px 0px rgba(7, 47, 50, 0.16);
	overflow: hidden;
}

.we-pirus-bg-left {
	width: 30%;
	background: #69DCDC;
	display: flex;
	justify-content: center;
	/*filter: hue-rotate(357deg) grayscale(0.34);*/
}

.we-pirus-bg-video {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	mix-blend-mode: luminosity;
	padding: 50px;
	/*width: 260px;*/
}

.we-pirus-bg-video video {
	object-fit: cover;
}

.we-pirus-bg-video video::-webkit-media-controls-panel {
	display: none !important;
	opacity: 1 !important;
}

.we-pirus-bg-video video::-webkit-media-controls {
	display: none;
}

.we-pirus-bg-video img {
	width: 100%;
}

.we-pirus-bg-right {
	width: 70%;
}

.we-pirus-bg-content {
	padding: 2rem;
}

.we-pirus-bg__title {
	color: var(--black, #000);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem;
	/* 150% */
}

.we-pirus-bg__text {
	color: var(--black, #000);
	font-family: Golos Text;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 155.556% */
	margin: 0.5rem 0 2rem 0;
}

@media (max-width: 900px) {
	.we-pirus-bg__text {
		font-size: 18px;
		line-height: 28px;
	}
}

.we-pirus-bg__link {}

.partherts {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
	padding: 16px 0;
}

.feedback .row+.partherts {
	margin-top: 0px;

}

.partherts-item img {
	width: 100%;
}

.partherts-item {
	margin-right: 0.5rem;
}

.blog {
	margin: 6rem 0;
}

.blog-card {}

.blog-card-link {
	display: block;
}

.blog-card-circle span {
	display: block;
	width: 0.375rem;
	height: 0.375rem;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
}

.blog-card-circle span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0.375rem;
	height: 0.375rem;
	border: 1px #69DCDC solid;
	border-radius: 50%;
	transition: 0.3s;
}

.blog-card-circle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -0.375rem;
	display: block;
	width: 0.375rem;
	height: 0.375rem;
	border: 1px #D65A00 solid;
	background: #D65A00;
	border-radius: 50%;
	transition: 0.3s;
}

.blog-card:hover .blog-card-circle span:before {
	top: 0;
}

.blog-card:hover .blog-card-circle span:after {
	top: 0.375rem;
}

.blog-card__image {
	margin: 1.5rem 0;
}

.blog-card__image img {}

.blog-card__title {
	color: var(--black, #000);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem;
	/* 150% */
}

.blog-card__text {
	color: var(--black, #000);
	margin: 1.5rem 0;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 155.556% */
}

.blog-card__link {
	color: var(--turquoise-2, #377B88);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 0.75rem;
	/* 100% */
	display: flex;
	align-items: center;
	transition: 0.3s;
	opacity: 0;
}

.blog-card__link svg {
	margin-left: 0.5rem;
}

.blog-card:hover .blog-card__link {
	opacity: 1;
}

.faq {
	padding: 6rem 0;
}

.call-back {
	margin: 6rem 0;
}

.call-back-image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.anim-image {
	position: relative;
	width: 22.5rem;
	height: 22.5rem;
}

.anim1 {
	position: absolute;
	left: 2rem;
	top: 3rem;
	z-index: 2;
	animation: pirusspin 6.1s infinite ease-in-out;
	width: 11.625rem;
	height: 11.25rem;
}

.anim2 {
	width: 11rem;
	height: 10.6875rem;
	position: absolute;
	right: 2rem;
	bottom: 2.5rem;
	animation: spin2 6.1s infinite ease-in-out;
}

@keyframes pirusspin {

	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(0, 30px);
	}
}

@keyframes spin2 {

	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(0, 20px);
	}
}

.feedback-card__text a {
	color: var(--white, #FFF) !important;
	text-decoration: underline;
}

.call-back-top {
	display: flex;
	align-items: center;
	margin-bottom: 4rem;
}

.call-back-top .social {
	margin-right: 2rem;
}

.call-back-top .social-link {
	margin-right: 1.5rem;
}

.call-back-top .mail {
	display: block;
	color: var(--turquoise-4, #0D1E2E);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem;
	/* 150% */
}

.call-back-item {
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
	padding: 1rem;
	border-bottom: 1px solid var(--turquoise-2, #377B88);
}

.input {
	width: 100%;
	outline: none;
	border: none;
	font-family: Golos Text;
	color: var(--black, #000);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	/* 155.556% */
	padding-left: 2rem;
}

.icon-input {
	position: absolute;
	left: 1rem;
	top: 1.2rem;
}

.btn-sends {
	margin-top: 2rem;
}

.btn-send {
	outline: none;
	border-radius: 2rem;
	background: var(--turquoise-1, #69DCDC);
	padding: 1rem 2rem;
	color: var(--turquoise-4, #0D1E2E);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 1.875rem */
	position: relative;
	overflow: hidden;
	transition: 0.3s;
}

.btn-send-content {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

.btn-send-content svg {
	margin-left: 1rem;
}

.btn-send-content svg path {
	transition: 0.3s;
}

.btn-send::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #D65A00;
	transition: 0.3s;
	z-index: 1;
}

.btn-send:hover {
	color: #fff;
}

.btn-send:hover path {
	fill: #fff;
}

.btn-send:hover::before {
	width: 20rem;
	height: 20rem;
}

.footer {
	background: var(--black, #000);
	padding: 6rem 0;
}

.footer-flex {
	display: flex;
}

.footer-item {
	width: 25%;
}

.footer-item-center {
	width: 52%;
	margin: 0 1rem 0 2rem;
}

.footer-logo {
	display: block;
}

.footer-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mail {
	color: var(--turquoise-1, #69DCDC);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 12px;
	/* 100% */
}

.header-center .mail {
	color: var(--black, #000);
}

.header-center .mail:hover {
	color: #D65A00;
}

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

.footer-bottom .line {
	/*width: 100%;*/
	margin: 0 8px;
}

.footer-abs {
	display: flex;
	justify-content: flex-end;
}

.footer-copy {
	color: var(--turquoise-1, #69DCDC);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 0.75rem;
	/* 100% */
}

.top-menu {
	margin-bottom: 3rem;
}

.top-menu-center {
	margin-top: 3rem;
}

.top-menu-list {
	display: flex;
	align-items: center;
}

.top-menu-list-item {
	margin-right: 2rem;
}

.top-menu-list-item-link {
	color: var(--white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.875rem;
	/* 100% */
	text-decoration-line: underline;
}

.bottom-menu-title {
	color: var(--white, #FFF);
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 0.75rem;
	/* 100% */
}

.bottom-menu-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.bottom-menu-list-item {
	/*	margin-bottom: 1rem;*/
	/*	margin-right: 1rem;*/
}

.no-bottom {
	margin-bottom: 0;
}

.bottom-menu-list-item-link {
	color: var(--turquoise-1, #69DCDC) !important;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.875rem;
	/* 100% */
	text-decoration-line: underline;
}

.bottom-menu-list-item-link:hover {
	text-decoration-line: none;
}

.m-more-btn {
	display: none;
}

.humbuger-menu-block {
	display: none;
}

.slider-pagination {
	display: none;
}

.m-svg {
	display: none;
}

.different-rows .different-tag-more {
	display: none;
}

@media (max-width: 1650px) {}

@media (max-width: 1400px) {}




.footer .container {
	max-width: 1200px;
}

.footer .container .footer-flex {
	justify-content: space-between;
}

.footer .container .footer-flex .footer-item {
	width: 25%;
}

.footer-item-center {
	width: calc(50% - 48px);
	margin: 0;
}

.footer .container .footer-flex .footer-item-center .top-menu-list-item-link {
	font-size: 0.77rem;
}

@media (max-width: 1200px) {
	.footer {
		padding: 3rem 0 0 0;
	}

	.footer .container .footer-flex {
		flex-direction: column;
	}

	.footer .container .footer-flex .footer-item {
		width: 100%;
	}

	.footer .container .footer-flex .footer-item .footer-content {
		flex-direction: row;
	}

	.footer .container .footer-flex .footer-item {
		width: 100%;
	}

	.footer .container .footer-flex .footer-item .footer-content .footer-bottom {
		width: 30%;
	}

	.footer .container .footer-flex .footer-item-center+.footer-item .footer-content {
		flex-direction: row;
		margin-top: 32px;
	}
}

@media screen and (max-width: 1064px) {
	.different-rows .different-tag-item {
		display: block;
	}

	.different-rows .different-tag-more {
		display: block;
	}

	.different-rows {
		flex-wrap: wrap;
		margin-bottom: 54px;
	}

	.follow.d-blocks,
	.call-back-top {
		display: block;
	}
}

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

	.d-tags,
	.follow.d-blocks {
		display: none;
	}

	.feedback__btn {}

	.feedback-card__text {
		height: 15.75rem;
		overflow: hidden;
	}

	.humbuger-menu-block {
		display: block;
	}

	.header-menu-list {
		display: none;
	}

	.accordion-m .link {
		position: relative;
		display: flex;
		align-items: center;
	}

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

	.accordion-m .link a {
		color: var(--black, #000);
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 600;
		line-height: 0.75rem;
		/* 100% */
	}

	.submenu {
		display: none;
		padding: 1rem;
		border-radius: 0.5rem;
		background: var(--turquoise-4, #0D1E2E);
		margin-bottom: 1rem;
	}

	.icon-down {
		margin-left: 0.5rem;
		display: flex;
	}

	.submenu .link a {
		color: var(--white, #FFF);
	}

	.main-content {
		position: relative;
		z-index: 10;
	}

	.d-image {
		display: none;
	}

	.sm-image {
		display: block;
	}

	.experts {
		margin-bottom: 3rem;
	}

	.experts-card-link {
		width: 85%;
	}

	.experts-card:hover .experts-card__title {
		margin: 0;
	}

	.experts-card__image {
		right: 0;
	}

	.experts-card:hover .experts-card__image {
		right: 0;
	}

	.experts-card:hover .experts-card__image img {
		transform: scale(1);
	}

	.experts-card__title {
		margin: 0;
		margin-top: 20px;
	}

	.experts-card__text {
		/*font-size: 1rem;
		line-height: 1.45rem;*/
		display: none;
	}

	.experts-card-2__text {}

	.experts-card-2__more {}

	.know {
		padding: 3rem 0;
	}

	.shtorm-list-card__text {
		opacity: 1;
	}

	.shtorm-list-card__more {
		opacity: 1;
	}

	.different {
		padding: 3rem 0;
	}

	.get-cool__title {
		font-size: 1.8rem;
	}

	.get-cool-item {}

	.get-cool__btn {
		white-space: nowrap;
	}

	.mission {
		margin: 3rem 0;
	}

	.mission-text {
		width: 80%;
	}

	.cases-slider {
		margin-left: 0;
	}

	.cases-card {
		flex-direction: column;
		gap: 0px;
	}

	.cases-card__image {}

	.cases-card__image img {
		width: 100%;
		/*height: 32rem;*/
		object-fit: scale-down;
	}

	.slider-arrow {
		width: 100%;
		bottom: initial;
		top: 16rem;
	}

	.cases-card-content {
		margin-left: 0;
		margin-top: 2rem;
		width: 100%;
	}

	.cases-card__title {
		width: 50%;
	}

	.cases {
		padding: 0;
	}

	.feedback {
		margin: 3rem 0;
	}

	.feedback-card {
		height: 26.75rem;
		overflow: hidden;
	}

	.feedback-card__image {
		height: 100%;
		width: 100%;
	}

	.feedback-card__image img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		display: block;
	}

	.we-pirus {
		padding: 3rem 0;
	}

	.we-pirus-image {
		bottom: -1px;
	}

	.we-pirus-bg-left {
		width: 40%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.partherts {
		flex-wrap: wrap;
	}

	.partherts-item {
		width: 12%;
	}

	.blog {
		margin: 3rem 0;
	}

	.blog-card {
		margin-bottom: 3rem;
	}

	.blog-card__link {
		opacity: 1;
	}

	.dev-cases-card .blog-card__link {
		display: none;
	}

	.faq {
		padding: 3rem 0 100px 0;
	}

	.call-back {
		margin: 3rem 0;
	}

	.call-back-top .social {
		margin-right: 0;
	}

	.footer {
		padding: 3rem 0;
		position: relative;
	}

	.footer-flex {
		flex-direction: column;
	}

	.footer-item {
		width: 100%;
	}

	.footer-content {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}

	.footer-bottom .line {
		width: 3.5rem;
	}

	.footer-item-center {
		margin: 2rem 0;
		width: 80%;
	}

	.no-bottom {
		margin-bottom: 1rem;
	}

	.footer-abs {
		position: absolute;
		bottom: 3rem;
		right: 3rem;
	}

	.m-content {
		display: none;
	}

	.shtorm-image {
		display: flex;
		justify-content: center;
	}

	.shtorm-left-content .title-h2 {
		font-size: 1.7rem;
	}

	.dev-cases .more-btn {
		margin: 0rem 0 2rem 0;
	}

	.about {
		padding: 8.75rem 0 70px 0 !important;
	}
}

@media screen and (max-width: 841px) {
	.experts-card {
		overflow: initial;
	}

	.experts-card__image {
		right: -0.5rem;
	}
}

@media screen and (max-width: 800px) {
	.btn-get-content .d-svg {
		display: none;
	}

	.btn-get-content .m-svg {
		display: block;
		width: initial;
	}
}

@media screen and (max-width: 760px) {
	.btn-get {
		font-size: 1rem;
	}
}

@media screen and (max-width: 668px) {
	.btn-get {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 520px) {
	.cases-card .btn-get-content {
		padding: 1rem 1rem;
		font-size: 1.1rem;
		left: 8px;
	}

	.btn-get-content .m-svg {
		width: 100%;
	}
    .main-image .btn-get-content .m-svg {
		width: initial;
	}
	.cases-block .title-h2 {
		position: relative;
		margin-bottom: 32px;
	}

	.footer-copy {
		margin-top: 58px;
	}

	.header-center .mail {
		display: none;
	}

	.header-center .line {
		display: none;
	}

	.header-center .social {
		display: none;
	}

	.hamburger-menu {
		width: 100%;
	}

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

	.m-content .line {
		width: 100%;
	}

	.m-content .mail {
		color: #000;
	}

	.main-bg img {
		width: 10.25rem;
		height: 10.25rem;
	}

	.title-h1 {
		font-size: 2.25rem;
		line-height: 2.625rem;
	}

	.main-text {
		font-size: 2.25rem;
		line-height: 2.625rem;
		margin-bottom: 3rem;
	}

	.main-content {
		padding-top: 6.72rem;
		padding-bottom: 2rem;
	}

	.sm-image {
		display: none;
	}

	.m-image {
		display: block;
	}

	.btn-get svg {
		width: 1rem;
	}

	.d-svg {
		display: none;
	}

	.m-svg {
		display: block;
	}

	.experts {
		margin: 2rem 0 3rem 0;
	}

	.experts-card {
		margin-bottom: 3rem;
	}

	.experts-card__image {
		right: 1rem;
	}

	.m-more-btn {
		display: block;
		margin-top: 10px;
	}

	.m-more-btn .more-btn-link.--active {
		margin-top: 40px;
	}

	.know-bg {
		padding: 2rem;
	}

	.know-card__text {
		min-height: 100%;
	}

	.shtorm-list {
		margin-top: 3rem;
	}

	.get-cool {
		padding: 2rem;
	}

	.get-cool-flex {
		flex-direction: column;
	}

	.get-cool__title {
		width: 100%;
		margin-bottom: 2rem;
	}

	.get-cool__btn svg {
		width: 3.5rem;
	}

	.get-cool__image {
		width: 12rem;
		height: 12rem;
		right: 0rem;
		bottom: -3.5rem;
	}

	.get-cool__image img {
		object-fit: scale-down;
	}

	.mission-text {
		width: 100%;
	}

	.slider-arrow {
		display: none;
	}

	.cases-card__title {
		width: 100%;
	}

	.cases-card-tags {
		flex-wrap: wrap;
	}

	.cases-card-tag {
		padding: 0.5rem 0.75rem;
		font-size: 0.75rem;
		line-height: 0.75rem;
		margin-right: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.slider-pagination {
		display: flex;
		justify-content: center;
		margin-top: 0rem;
	}

	.swiper-pagination-bullet {
		width: 0.375rem;
		height: 0.375rem;
		border: 1px solid #69DCDC;
		background: transparent;
	}

	.swiper-pagination-bullet-active {
		background: #D65A00;
		border: 1px solid #D65A00;
	}

	.feedback-card {
		/*height: 22rem;*/
		height: auto;
		margin-bottom: 3rem;
	}

	.feedback-card .feedback-card-content {
		padding-bottom: 60px;
	}

	.more-btn {
		margin-top: 0;
	}

	.we-pirus-card {
		margin-bottom: 2rem;
	}

	.ads-flex {
		display: block;
	}

	.ads-item {
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.ads-item .ads-image img {
		display: block;
	}

	.we-pirus-bg {
		flex-direction: column;
	}

	.we-pirus-bg-left {
		width: 100%;
		height: 21rem;
	}

	.we-pirus-bg-right {
		width: 100%;
	}

	.we-pirus-bg-content {
		padding: 0.75rem;
	}

	.we-pirus .we-pirus-bg .we-pirus-bg__link {
		font-size: 20px;
		line-height: 30px;
		width: 100%;
		justify-content: space-between;
	}

	.partherts-item {
		width: 30%;
	}

	.call-back-top {
		flex-direction: column;
		justify-content: center;
		margin: 2rem 0 4rem 0;
	}

	.call-back-top .social {
		margin-bottom: 2rem;
	}

	.anim-image {
		width: 16rem;
		height: 16rem;
	}

	.anim1 {
		width: 8.26669rem;
		height: 8rem;
		left: 1rem;
		top: 2rem;
	}

	.anim2 {
		width: 7.82225rem;
		height: 7.6rem;
		right: 1rem;
		bottom: 1.5rem;
	}

	.footer .footer-item-center .top-menu.top-menu-center {
		margin: 48px 0;
	}

	.footer .footer-item-center .top-menu.top-menu-center .top-menu-list-item {
		margin: 0;
	}

	.footer .footer-item-center .top-menu.top-menu-center .top-menu-list {
		gap: 32px;
	}

	.footer .footer-item-center .top-menu .top-menu-list-item {
		margin: 0;
	}

	.footer .footer-item-center .top-menu .top-menu-list {
		gap: 32px;
	}

	.footer-logo img {
		width: 3.37275rem;
		height: 1rem;
	}

	.footer-item-center {
		width: 100%;
	}

	.top-menu-list {
		flex-wrap: wrap;
	}

	.top-menu-list-item {
		margin-bottom: 2rem;
	}

	.footer-abs {
		width: 4rem;
		height: 4rem;
		bottom: 1.5rem;
		right: 1rem;
	}

	.footer-abs img {
		width: 100%;
	}

	.cases-block {
		margin-top: 2rem;
	}

	.cases-card__image-content .btn-get-content {
		font-size: 1.25rem;
		padding: 1rem 1.5rem;
	}

	.cases-card__image {
		/*display: flex;
		justify-content: flex-start;*/
		width: 100%;
	}

	.cases-card__image img {
		width: 288px;
		height: 523px;
	}

	.we-pirus-bg-video {
		width: 100%;
	}

	.feedback-card__text {
		height: auto;
	}

	.seo .btn-seo {
		padding: 1rem 32px;
		font-size: 20px;
	}
}

.cases .cases-slider .swiper-slide {
	padding-bottom: 40px;
}
.wpcf7-not-valid::-webkit-input-placeholder {
  color: red;
}
.wpcf7-not-valid::-moz-placeholder {
  color: red;
}
.wpcf7-not-valid:-ms-input-placeholder {
  color: red;
}
.wpcf7-not-valid::-ms-input-placeholder {
  color: red;
}
.wpcf7-not-valid::placeholder {
  color: red;
}

@media (max-width: 500px) {
	.footer .container .footer-flex .footer-item .footer-content .footer-bottom {
		width: auto;
		display: none;
	}

	.footer .container .footer-flex .footer-item-center+.footer-item .footer-content {
		flex-direction: row;
	}

	.footer .container .footer-flex .footer-item-center {
		margin: 32px 0 0 0;
	}

	main {
		/*margin-top: 63px;*/
		margin-top: 0;
	}

	.icon-down {
		display: inline-flex;
	}

	.submenu {
		margin-top: 10px;
	}

	.swiper-pagination-bullet {
		opacity: 1 !important;
	}

	.experts-int .title-h2 {
		max-width: 360px;
	}

	.cases .cases-slider .swiper-slide {
		padding-bottom: 20px;
	}
}

@media (max-width: 1200px) {
	.btn-seo-content {
		white-space: nowrap;
	}

	.seo .seo-content .seo-content-left {
		width: 40%;
	}

	.seo .seo-content .seo-content-right {
		width: 60%
	}

	.btn-seo-content svg {
		/*width: 40%;*/
	}
}

@media (max-width: 992px) {
	.seo .seo-content .seo-content-left {
		width: 100%;
	}

	.seo .seo-content .seo-content-right {
		width: 100%
	}
}

@media (max-width: 520px) {
	.btn-seo-content svg {
		width: auto;
	}
}

.contact .social .social-link {
	width: 48px;
	height: 48px;
}

.media-controls-container .media-controls.mac .controls-bar.top-left,
.media-controls-container .media-controls.mac .controls-bar.top-right {
	display: none !important;
}

.main-image-video {
	height: 100%;
	display: flex;
	justify-content: center;
}

.main-image-video .mobile-p {
	display: none;
}

.main-image {
	height: 270px;
	position: relative;
}

.main-image .btn-get {
	position: absolute;
	padding: 16px 32px;
	top: 73px;
	left: 37px;
	border-radius: 2rem;
	background: var(--turquoise-1, #69DCDC);
	color: var(--white, #FFF);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	overflow: hidden;
}

.main-image-video .desc-p {
	width: 920px;
}

@media (max-width: 1024px) {
	.main-image {
		height: 192px;
	}

	.main-image .btn-get {
		top: 42px;
		left: 153px;
	}

	.main-image-video .desc-p {
		width: 650px;
		margin-left: 130px;
	}
}

@media (max-width: 992px) {
	.main-image .btn-get {
		left: 0;
	}

	.main-image-video .desc-p {
		margin-left: 90px;
	}
}

@media (max-width: 760px) {
	.main-image-video .desc-p {
		margin-left: 0;
	}
}

@media (max-width: 670px) {
	.main-image-video .desc-p {
		display: none;
	}

	.main-image-video .mobile-p {
		display: block;
		max-width: 264px;
	}

	.main-image-video {
		justify-content: start;
		/*padding-left: 67px;*/
	}

	.main-image {
		height: auto;
	}

	.main-content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.main-image .btn-get {
		top: 73px;
		left: -50px;
	}

	.main-image-video {
		justify-content: end;
	}

	.different-card__link {
		white-space: normal;
	}
}

section.package .row .col-lg-4 {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.header.scroll-desktop-menu {
	background: #FFF;
}

.call-back-form select {
	width: 100%;
	border: 0 !important;
	outline: none;
	font-family: Golos Text;
	color: #000;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	padding-left: 26px;
	  background: url("/wp-content/uploads/2024/05/downarrow.png") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
}

.call-back-form label {
	display: block;
	font-family: Golos Text;
	color: #000;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
}

.modal-content .social-link {
	width: 100%;
	height: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}
.panel-heading-pirus {
 margin-top: 29px;
}
.panel-heading-pirus a {
 border-radius: 32px;
border: 1px solid #69DCDC;
color: #000;
background: #69DCDC;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 38px;
 display: block;
 padding: 16px 37px;
 position: relative;
 transition: 0.3s;
}
.panel-heading-pirus a:hover {
background: #69DCDC;
}

.panel-heading-pirus.in a {
background: #fff;
}
.panel-collapse-pirus {
 display: none;
}
.modal .call-back-form{
width: 100%;
}
.img-responsive{
max-width: 100%; 
height: auto;
}
.piruspricetbl{
width: 100%;
color: white;
border-collapse: collapse;
}
.piruspricetbl td{
padding: 2rem;
}
.piruspricetbl tr{
    background: var(--turquoise-4, #0D1E2E);
}
.piruspricetbl td:first-child{
color: black;
background: white;
}
.piruspricetbl .package-card__title_first{
border-radius: 2rem 0 0 0;
}
.piruspricetbl .package-card__title_last{
border-radius: 0 2rem 0 0;
}
.piruspricetbl .package-card-btn_first{
border-radius: 0 0 0 2rem;
}
.piruspricetbl .package-card-btn_last{
border-radius: 0 0 2rem 0;
}
.header-center .social{
	gap: 28px;
}
@media (min-width: 992px) {
.bonus-pirus{
margin-bottom: 30px;
}
}
@media(max-width: 992px){
.social {
gap: 12px;
}
}
@media(max-width: 767px){
.ads-item{
width: 100%;
}
.experts-card__text{
display: none;
}
.panel-body-pirus .social{
display: block;
}
.panel-heading-pirus a{
    font-size: 18px;
	padding: 16px 23px;
}
}