/****************************
* Dizayner Yoqubov Shaxzod  *
*  Tel: + 99 894 588-56-56  *
*   Tg: @Yoqubov_Shaxzod    *
*      Site: yoqubov.uz     *
****************************/

.link-underline {
	text-decoration: underline;
}

.link-underline li {
	padding: 5px 0;
}

.article-post ul li,
.article-post ol li {
	padding: 5px 0 0 0;
}

.italic {
	font-style: italic;
}

.article-post h4 {
	font-weight: bold;
}

@media (max-width: 1800px) {
	.key__bg img {
		max-width: fit-content;
	}
}

.callback__item,
.callback-calculator__form,
.create__form,
.callback__form {
	position: relative;
}

.callback__item.error input,
.callback-calculator__input.error input {
	border-color: #bd1c1b;
	box-shadow: 2px 8px 12px 0px #bd1c1b24;
}

.callback__item.error label,
.callback-calculator__input.error label {
	color: #bd1c1b;
}

.callback__item.error span,
.callback-calculator__input.error span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #ff1414;
	margin-top: 5px;
	margin-left: 25px;
}

.create__item.error input {
	border-color: #f263ff;
	box-shadow: 2px 8px 12px 0px #bd1c1b24;
}

.create__item.error {
	position: relative;
}

.create__item.error span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #f263ff;
	margin-top: 5px;
	margin-left: 25px;
}

.feedback-result {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 20px;
	opacity: 0;
	transition: 0.5s;
	z-index: -1;
}

form>div {
	opacity: 1;
}

form.sended .form-sender-result>*:not(.feedback-result),
form:not(.form-send--unhiden).sended>*:not(.feedback-result) {
	opacity: 0;
	transition: 0.2s;
}

form.sended .feedback-result {
	opacity: 1;
	z-index: 200;
}

.feedback-result p {
	line-height: 25px;
}

.create__form .feedback-result {
	color: white;
}

.about__subtext p {
	line-height: 22px;
}

.callback-calculator__rate {
	opacity: 1;
	transition: 1s;
}

.callback-calculator__rate.fade-out {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.specialists__box {
	box-shadow: none;
	border: 2px solid #9466f5;
}

.specialists__box_m {
	box-shadow: none;
}

.content-header {
	max-width: 630px;
}

/* @media (max-width: 1000px) {
  .content-header {
    padding-top: 0;
  }
} */

.button-w-100 {
	max-width: fit-content;
}

.button-ya button {
	font-size: 18px;
}

.create__title.title {
	font-size: 45px;
}

.top-header__search {
	flex: 0 0 449px;
	margin-right: 0;
}

.recommendation__list {
	align-items: flex-end;
}

.specialist-text-bottom {
	text-align: center;
	margin-top: 15px;
}

@media (max-width: 767px) {
	.about__item {
		display: flex;
		justify-content: left;
		align-items: center;
	}

	.about__content-box {
		margin-left: 20px;
	}

	.about__content {
		padding: 30px;
	}

	.vedenie .create__title.title {
		font-size: 32px;
	}
}

@media (min-width: 1000px) {
	.resize-title-h1 {
		font-size: 52px;
	}
}

/* Footer */
footer {
	padding: 48px 0;
	box-shadow: -20px 0 47px rgb(119 96 255 / 16%);
	border-top: 1px solid #f6f1fd;
}

.footer-inner {
	display: grid;
	grid-template-columns: 300px 2fr 300px;
	grid-template-areas:
		"logo menu contacts"
		"copiright menu contacts";
	grid-gap: 36px 48px;
}

.footer__logo {
	grid-area: logo;
}

.footer__logo img {
	display: block;
	width: 100%;
}

.footer__copiright {
	grid-area: copiright;
}

.footer__copiright-text {
	font-size: 1rem;
}

.footer__copiright-text+.footer__copiright-text {
	margin-top: 12px;
}

.footer__menu {
	display: flex;
	justify-content: center;
	gap: 30px;
	grid-area: menu;
	align-self: center;
}

.footer__menu-inner {}

.footer__menu-title {}

.footer__menu-inner>ul {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: space-between;
	gap: 15px;
}

.footer__menu-inner>ul>li {}

.footer__menu-inner>ul>li>a {
	display: inline-block;
	border-bottom: 1px dashed transparent;
}

.footer__menu-inner>ul>li>a:hover {
	border-bottom: 1px dashed currentColor;
}

.footer__social {
	grid-area: social;
	display: flex;
	justify-content: center;
	gap: 0 12px;
}

.footer__social-item {
	width: 42px;
	height: 42px;
	display: flex;
	background: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(167, 96, 244, 0.23);
	box-shadow: 0 4px 12px rgb(167 96 244 / 23%);
	border-radius: 6px;
}

.footer__social-item:hover {
	-webkit-box-shadow: 0 4px 12px rgba(167, 96, 244, 0.1);
	box-shadow: 0 4px 12px rgb(167 96 244 / 10%);
}

.footer__social-item img {
	display: block;
	width: 24px;
	margin: auto;
}

.footer-contacts {
	grid-area: contacts;
}

.footer-contacts__phone {
	display: flex;
	align-items: baseline;
	margin: 0 0 6px 0;
}

.footer-contacts__phone img {
	display: block;
	width: 20px;
	margin: 0 12px 0 0;
}

.footer-contacts__phone span {
	color: rgb(73, 83, 129);
	font-size: 1.5rem;
	font-weight: 900;
}

.footer-contacts__form {
	margin: 0 0 24px 36px;
	border-bottom: 1px dashed currentColor;
	display: inline-block;
	cursor: pointer;
}

.footer-contacts__form:hover {
	border-color: transparent;
}

.footer-contacts__item {
	display: flex;
	align-items: center;
}

.footer-contacts__item+.footer-contacts__item {
	margin-top: 24px;
}

.footer-contacts__item img {
	display: block;
	width: 20px;
	margin: 0 12px 0 0;
}

.footer-contacts__item span {
	font-size: 1rem;
}

a.footer-contacts__item span {
	border-bottom: 1px dashed transparent;
	margin: 0 0 -1px 0;
}

a.footer-contacts__item:hover span {
	border-bottom: 1px dashed currentColor;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-inner {
		grid-template-columns: 190px 2fr 260px;
		grid-gap: 36px 24px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.footer__menu>ul {
		display: block;
	}

	.footer__menu>ul>li+li {
		margin-top: 12px;
	}

	.footer-inner {
		grid-template-columns: 220px 2fr 300px;
		grid-template-areas:
			"logo menu contacts"
			"copiright copiright copiright";
	}

	.footer__menu {
		align-self: flex-start;
	}

	.footer__social {
		justify-content: flex-start;
	}
}

@media screen and (max-width: 767px) {
	.footer-inner {
		grid-template-columns: 1fr;
		grid-template-areas: "logo" "contacts" "social" "menu" "copiright";
		grid-gap: 24px 48px;
	}

	.footer__menu-inner>ul {
		display: block;
	}

	.footer__menu-inner>ul>li+li {
		margin-top: 12px;
	}

	.footer__logo {
		padding: 0 0 12px 0;
	}

	.footer__logo img {
		max-width: 238px;
	}

	.footer__social {
		justify-content: flex-start;
	}

	.footer__copiright {
		padding: 12px 0 0 0;
	}

	.footer__menu {
		justify-content: flex-start;
	}
}

@media screen and (max-width: 389px) {
	.footer__logo img {
		max-width: unset;
	}
}

.description-content {
	position: relative;
	padding: 70px 0;
	padding-bottom: 0;
}

.description-content__container {
	margin-top: 50px;
}

.description-content .description-content__container * {
	font-size: revert;
	margin: revert;
	font-weight: revert;
	line-height: 1.5;
}

.question-answer__body::after {
	height: 1200px;
}

.spollers__body {
	padding-top: 10px;
}

.description-content__bg {
	transform: rotate(14deg);
}

.description-content__bg2 {
	transform: rotate(180deg);
}

@media (max-width: 1700px) {

	.description-content__bg,
	.description-content__bg2 {
		display: none;
	}
}

.top-header {
	justify-content: space-between;
}

.flex {
	display: flex;
	align-items: center;
}

.navigation-header__logo {
	z-index: 0;
}

.navigation-header__item {
	padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

@media (max-width: 1200px) {

	.navigation-header__item:focus .dropdown-content-two,
	.navigation-header__item:active .dropdown-content-two,
	.navigation-header__item:hover .dropdown-content-two {
		position: relative;
		z-index: 99999;
	}
}

.dropdown-content-two {
	width: -webkit-fill-available;
}

.dropdown-content-two:focus,
.dropdown-content-two:active,
.dropdown-content-two:hover {
	opacity: 1;
	visibility: visible;
	z-index: 10;
	transition: 0.5s;
}

.dropdown-content-two__body {
	min-width: 300px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 967px) {
	.navigation-header__submenu {
		margin-top: 20px;
	}
}

@media (min-width: 1000px) {
	.top-header__logo {
		display: none;
	}
}

@media (max-width: 75em) {
	.menu__link {
		font-size: 20px;
	}

	.menu__list {
		max-width: 100%;
		text-align: center;
		margin-left: 0;
	}

	.menu__body {
		width: 90%;
	}

	.menu__arrow.spoller-button-js {
		display: none;
	}

	.menu__link.menu__link_m * {
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	.content-header__new-price {
		text-align: center;
	}
}

.content-header__new-price {
	font-size: 20px;
	font-weight: 500;
}

.content-header__new-price span.big-price {
	font-size: 28px;
	font-weight: 700;
}

.content-header__new-price br {
	display: none;
}

.rates__new-price span {
	font-size: 26px;
	font-weight: 700;
}

.rates__elem-last .rates__new-price {
	color: white;
}

.recommendation__new-price {
	font-size: 20px;
	font-weight: 500;
}

.recommendation__new-price span {
	font-size: 28px;
	font-weight: 700;
}

.spollers._spoller-init ul li {
	list-style: initial;
}

section.tags {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
}

.tags__list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.tag-item {
	padding: 8px 16px;
	gap: 12px;
	border: 1px solid #735cff;
	border-radius: 100px;
	font-family: "Onest";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0 8px 8px 0;
	background-color: #fff;
	transition: 0.5s;
}

.tag-item:hover {
	background-color: #735cff;
	color: #fff;
}

.bg-tags {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: url("../images/style/tags.png");
	background-size: 120%;
	z-index: -1;
	opacity: 0.7;
}

@media (max-width: 991px) {
	.tag-item {
		padding: 4px 8px;
		gap: 8px;
		font-size: 14px;
		line-height: 18px;
		margin: 0 6px 6px 0;
	}

	.bg-tags {
		top: 0px;
		background-size: 150%;
	}

	section.tags {
		position: relative;
		padding-top: 50px;
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.tags__list {
		gap: 12px;
	}

	.tag-item {
		
		font-size: 12px;
		margin: 0;
		text-align: left;
	}
}

@media (max-width: 700px) {
	.dropdown-content-two {
		margin: 0 auto;
		width: 300px;
	}

	.content-header__new-price {
		line-height: 1.3;
	}

	.content-header__new-price br {
		display: block;
	}
}

.rates__img {
	flex: none;
}

/* Articles */

.article__list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px !important;
	margin-right: -10px !important;
	margin-top: 50px;
}

.article__slide {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
}

.articles__image {
	height: 150px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.articles__image div.article-img {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #222;
}

@media (max-width: 61.99875em) {
	.articles__image {
		text-align: center;
	}
}

.articles__subtitle {
	height: 120px;
	font-weight: 700;
	margin-bottom: 8px;
}

.articles__subtitle span {
	font-size: 15px;
	line-height: 1.4;
}

.articles__text {
	font-size: 15px;
	line-height: 1.4;
	padding-bottom: 18px;
}

@media (max-width: 1200px) {
	.article__slide {
		width: 33.3%;
	}
}

@media (max-width: 900px) {
	.article__slide {
		width: 50%;
	}

	.articles__subtitle {
		height: fit-content;
	}

	.article__list {
		margin-left: -2px !important;
		margin-right: -2px !important;
	}

	.article__slide {
		padding-left: 2px;
		padding-right: 2px;
	}
}

.articles__box {
	position: relative;
	max-width: 377px;
	width: 100%;
	border-radius: 10px;
	height: 100%;
	margin: 0 auto;
}

.header-margin {
	padding-bottom: 20px;
}

.article-post * {
	/* font-size: 18px;
	color: #333333; */
    /* font-size: revert;
    font-weight: revert; */
    line-height: 1.5;
}

.article-post {
	/* line-height: 180%; */
}

@media (max-width: 768px) {

	.article-post h1,
	.article-post h2,
	.article-post h3,
	.article-post h4,
	.article-post h5,
	.article-post h6 {
		line-height: 1.2 !important;
	}
}

.article-post b {
	/* display: inline-block; */
}

.article-post h2,
.payment h2,
.contacts h2,
.about-us h2,
.certificates h2,
.reviews h2 {
	font-size: var(--fz-h3);
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.1;
	color: inherit;
}

.article-post h3 {
	font-size: CALC(var(--fz-h3) - 5px);
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1;
	color: inherit;
}

.h3-ml>div {
	position: relative;
}

.h3-ml>div>h3>span {
	position: absolute;
	left: -30px;
	margin-top: -6px;
}

.h3-ml span.ml-10 {
	left: -10px;
    margin-top: -6px;
}

.h2,
.h3 {
	position: relative;
	padding: 12px 12px 30px 12px;
}

.h2 span,
.h3 span {
	position: absolute;
	left: -25px;
	font-size: var(--fz-h3);
	font-weight: 600;
	line-height: 1;
	color: inherit;
}

.h2 span.ml-10,
.h3 span.ml-10 {
	left: -10px;
}

.h2 span {
	left: -40px;
	top: 1px;
}

@media (max-width: 1270px) {

	.h2-ml>div>h3>span,
	.h2-ml>div>h3>span {
		position: relative;
		left: 0;
		padding-right: 5px;
	}

	.h2>h2 {
		display: inline;
	}

	.h2 span,
	.h3 span {
		position: relative;
		top: 0;
		left: 0;
		padding-right: 5px;
	}

	.h2-ml span.ml-10,
	.h2 span.ml-10,
	.h3-ml span.ml-10,
	.h3 span.ml-10 {
		left: 0;
	}
}

@media (max-width: 768px) {
	.h3-ml span.ml-10 {
		margin-top: -3px;
	}
}

.article-post .gallery img {
	display: block;
	margin: 0 auto;
	/* border: 1px solid; */
	/* border-radius: 20px; */
	max-width: 100%;
	height: auto;
	padding: 2px;
    border: 1px solid #e8e8e8;
}

@media (max-width: 650px) {
	.article-post img {
		border: none;
	}
}

.article-post ul li,
.article-post ol li {
	margin-left: 40px;
	list-style-type: inherit;
}

.article-post a:link,
.article-post a:visited {
	text-decoration: revert;
}

@media (max-width: 1000px) {
	.navigation-header {
		padding-top: 0;
	}

	.header-margin {
		padding-bottom: 0;
	}
}

@media (max-height: 600px) {
	.dropdown-content-two__body a {
		/* padding-left: 0;
    padding-right: 0; */
	}
}

.article-post hr {
	margin-top: 21px;
	margin-bottom: 21px;
	border: 0;
	border-top: 1px solid #e6e6e6;
}

.article-post .content_img_responsive img,
.article-post .content_img_left img,
.article-post .content_img_right img {
	border: none;
	border-radius: 0;
	margin: 0;
}

.article-post img.content_img_responsive,
.article-post img.content_img_left,
.article-post img.content_img_right {
	border: none;
	border-radius: 0;
	margin-top: 13px;
}

.article-post .content_img_left {
	float: left;
	margin: 0 20px 5px 0 !important;
}

.article-post .content_img_right {
	float: right;
	margin: 0 0 5px 20px;
}

@media (max-width: 650px) {

	.article-post img.content_img_responsive,
	.article-post img.content_img_left,
	.article-post img.content_img_right,
	.article-post .content_img_responsive img,
	.article-post .content_img_left img,
	.article-post .content_img_right img {
		float: inherit;
		width: 70%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
}

@media (max-width: 500px) {

	.article-post img.content_img_responsive,
	.article-post img.content_img_left,
	.article-post img.content_img_right,
	.article-post .content_img_responsive img,
	.article-post .content_img_left img,
	.article-post .content_img_right img {
		width: 100%;
	}

	.article-post ul li,
	.article-post ol li {
		margin-left: 15px;
	}
}

.article-post h1,
.price__container h1,
.payment h1,
.contacts h1,
.about-us h1,
.certificates h1,
.reviews h1 {
	font-size: 35px;
	/* color: #663688; */
	font-weight: 700;
	line-height: 1.4;
	margin: 20px 0 30px 0;
}

.breadcrumb {
	
	/* text-transform: uppercase; */
	overflow-y: auto;
	margin-right: 0.9375rem;
}

.breadcrumb__container {
	/* box-sizing: border-box; */
}


.breadcrumb-content {
	
	height: 70px;
	justify-content: flex-start;
	align-items: center;
    overflow: auto;
}

.breadcrumb_item-link {
	position: relative;
	margin-right: 24px;
}

.breadcrumb_item-link::before {
	content: "";
	position: absolute;
	top: 2px;
	right: -18px;
	width: 8px;
	height: 8px;
	background: url("../images/style/right-arrow.png");
	background-size: cover;
}

.breadcrumb a {
	color: #939393;
}

.breadcrumb a:hover {
	text-decoration: underline;
	color: #000;
}


@media screen and (max-width: 389px) {
    .breadcrumb {
	font-size: 13px;
	/* text-transform: uppercase; */
	white-space: pre-line;
	
}

.breadcrumb__container {
	/* box-sizing: border-box; */
}

.breadcrumb-content {
	
	justify-content: flex-start;
	align-items: center;
    overflow: auto;
}

.breadcrumb_item-link {
	position: relative;
	margin-right: 24px;
}

.breadcrumb_item-link::before {
	content: "";
	position: absolute;
	top: 2px;
	right: -18px;
	width: 8px;
	height: 8px;
	background: url("../images/style/right-arrow.png");
	background-size: cover;
}

.breadcrumb a {
	color: #939393;
}

.breadcrumb a:hover {
	text-decoration: underline;
	color: #000;
}
}


p {
	padding: 5px 0;
}

.no-marker li::marker {
	content: none;
	color: transparent;
}

.no-marker li {
	margin: 20px 0;
}

blockquote {
	position: relative;
	padding: 10px 0 10px 20px;
	margin: 20px 0;
	border-left: 3px solid var(--color-text-primary);
	overflow: hidden;
}

blockquote::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 0;
	left: 0;
	border-top: 3px solid var(--color-text-primary);
}

blockquote::before {
	content: "";
	position: absolute;
	width: 50px;
	left: 0;
	bottom: 0;
	border-bottom: 3px solid var(--color-text-primary);
}

blockquote.rounded {
	border: 3px solid var(--color-text-primary);
	border-radius: 40px;
	padding-right: 30px;
	overflow: hidden;
}

blockquote.rounded::before,
blockquote.rounded::after {
	content: none;
}

blockquote.rounded ul li,
blockquote.rounded ol li {
	position: relative;
}

blockquote.rounded ul li::after,
blockquote.rounded ol li::after {
	position: absolute;
	content: "";
	top: 33px;
	left: -31px;
	width: 16px;
	height: 3px;
	background-color: #333;
	transform: rotateZ(45deg);
	transition: 0.3s ease;
}

blockquote.rounded ul li:hover::after,
blockquote.rounded ol li:hover::after {
	animation: rotateInfinite 2s linear infinite;
}

.blockquote-content {
	padding: 30px 10px;
}

@keyframes rotateInfinite {
	0% {
		transform: rotateZ(45deg);
	}

	50% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(45deg);
	}
}

blockquote.rounded ul li:last-child:after,
blockquote.rounded ol li:last-child:after {
	content: none;
}

blockquote.rounded.border-violet ul li::after,
blockquote.rounded.border-violet ol li::after {
	background-color: #663688;
}

.article-post blockquote h3 {
	margin-top: 20px;
	margin-left: 40px;
}

.article-post blockquote.rounded>p {
	margin-left: 40px;
}

blockquote.border-violet h3 {
	color: #663688;
}

blockquote.border-violet ul li::marker {
	color: #663688;
}

blockquote.border-violet,
blockquote.border-violet::before,
blockquote.border-violet::after {
	border-color: #663688;
}

blockquote.border-violet::before {
	left: -50px;
}

.articles.recommendation .recommendation__body {
	padding-top: 0;
}

.recommendation-in-article .recommendation__body {
	padding: 50px 0;
}

.articles.recommendation h2 {
	display: none;
}

.form-input {
	display: flex;
}

/* price */
/*
.price__calculation {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 30px;
	margin: 0 0 50px 0;
}

.price-total {
	position: relative;
}

.price__item h2 {
	font-size: var(--fz-h3);
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.1;
	color: inherit;
}

.price__item table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 3px;
	border-style: hidden;
	box-shadow: 0 0 0 1px #dddddd;
	overflow: hidden;
}

.price__item table th {
	text-align: left;
}

.price__item table td,
.price__item table th {
	background: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 10px 16px;
}

.price__item table tr>th:nth-child(2),
.price__item table tr>td:nth-child(2) {
	width: 200px;
	text-align: center;
}

.price__item table tr>th:nth-child(3),
.price__item table tr>td:nth-child(3) {
	width: 140px;
	text-align: center;
}

.price__item table tr>th:nth-child(4),
.price__item table tr>td:nth-child(4) {
	width: 80px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.price__item-check {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #dbdbdb;
	box-shadow: inset 1px 2px 5px 0px #0000001c;
	margin: 0;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
}

.price__item-check input {
	display: none;
}

.price__item-check-box {
	content: "";
	opacity: 0;
	transition: 0.06s ease-in-out;
	position: absolute;
	display: block;
	top: 2px;
	left: 6px;
}

.price__item-check label {
	padding-left: 15px;
	float: left;
	white-space: pre;
}

.price__item tr.print-line .price__item-check-box {
	width: 5px;
	height: 10px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: rotate(45deg);
	opacity: 1;
}

.form-input.print-line .price__item-check-box {
	width: 5px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	opacity: 1;
}

.price-total-inner {
	margin-top: 79px;
	padding: 24px;
	border: 1px solid #ededed;
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
	border-radius: 10px;
	background: var(--color-accent-primary);
	position: sticky;
	top: 30px;
	left: 0;
	text-align: center;
	color: white;
}

.price-total___caption {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.price-total___value {
	padding: 10px 0;
	font-size: 30px;
	font-family: "normal";
	margin: 0 0 10px 0;
}

.price-total-inner .form-input {
	margin-top: 20px;
}

.price-total-inner .form-input label {
	margin-top: 1px;
	margin-left: 15px;
	cursor: pointer;
}

.price-total .content-header__button-kp button {
	padding: 10px;
	border-radius: 10px;
	font-weight: 400;
}

@media (max-width: 768px) {
	.price__calculation {
		grid-template-columns: 1fr;
	}

	.content-header__button-kp {
		margin: 0 auto;
	}

	.price-total-inner {
		margin-top: 0;
	}
}

@media (max-width: 576px) {
	.price__calculation table {
		font-size: 14px;
	}

	.price__item table td,
	.price__item table th {
		padding: 8px;
	}

	.price__item h2 {
		font-size: 18px;
	}
}
*/

.price-grid {
    margin: 30px 0 0 0;
	grid-template-columns: 1fr 320px;
	grid-gap: 0 30px;
	position: relative;
}

.price-list {

}

.price-item {
	
}

.price-item+.price-item {
	margin-top: 30px;
}

.price-item h2 {
    color: #495381;
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.price-item-table-wrapper {
	padding: 0px 20px;
	border: 1px solid #c7c7c780;
	border-radius: 10px;
}

.price-item table {
	border-collapse: collapse;
	text-align: left;
}

.price-item tr {

}

.price-item tr+tr {
	border-top: 1px solid #e3e3e3;
}

.price-item td {
	color: #4F4F4F;
	font-size: 14px;
	font-weight: 400;
	padding: 18px 10px;
	white-space: nowrap;
}

.price-item th {
	text-align: center;
	color: #4F4F4F;
	font-size: 16px;
	font-weight: 600;
	padding: 26px 10px;
	white-space: nowrap;
}

.price-item tbody tr td:first-child {
	color: #735CFF;
	width: 100%;
	font-weight: 600;
	text-wrap: pretty;
}

.price__container input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
	border-radius: 0.25em;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}

.price__container input[type="checkbox"]:checked {
    background-color: var(--color-accent-primary);
    border-color: var(--color-accent-primary);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.price-control-outer {
	position: relative;
	z-index: 1;
}

.price-control {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 70px 0px rgba(167, 96, 244, 0.15);
    padding: 38px 38px;
}

.price-control__title {
    color: #495381;
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.price-control__value {
    color: #7B65FF;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.price-control__button {
    background: var(--color-accent-primary);
    height: 56px;
    width: 100%;
    color: var(--color-white);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid var(--color-accent-primary);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
	cursor: pointer;
}

.price-control__button:hover {
	color: var(--color-accent-primary);
    background-color: var(--color-white);
}

.price-control-print {
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
	cursor: pointer;
}

.price-control-print input {
	margin: 0 10px 0 0!important;
}

.price-control-print span {

}

@media print {
	.header {
		display: none;
	}

	.price-grid {
		display: block;
	}

	.price-control-outer {
		display: none;
	}

	.footer {
		display: none;
	}

	.breadcrumb {
		display: none;
	}

	.tags {
		display: none;
	}

	#jivo-iframe-container {
		display: none;
	}

	.price-item th:nth-child(3),
	.price-item td:nth-child(3) {
		display: none;
	}

	.globalClass_f38a {
		display: none;
	}

	.wrapper--prices.print-only-selected .price-item:not(.price-item--print) {
		display: none;
	}

	.wrapper--prices.print-only-selected  .price-item tr.print-hidden {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.price-grid {
		display: block;
	}

	.price-control {
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		padding: 10px 15px;
	}

	.price-control__title {
		margin: 0;
	}

	.price-control__value {
		margin: 0 auto 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.price-control__title {
		font-size: 12px;
	}

	.price-control__value {
		font-size: 12px;
	}

	.price-control__button {
		height: 40px;
		font-size: 14px;
	}

	.price-item-table-wrapper {
		overflow: auto;
	}

	.price-item h2 {
		font-size: 18px;
	}

	.price-control-print {
		display: none;
	}
}

/* payment */
.payment {
	line-height: 1.5;
}

.payment ol {
	margin-left: 15px;
}

.content_vagno {
	text-align: center;
	background: #e9b8b8;
	padding: 25px 20px 20px 20px;
	position: relative;
	margin: 20px 0 20px 0;
	border-radius: 20px;
}

.content_vagno svg {
	position: absolute;
	left: 15px;
	width: 40px;
	fill: white;
}

/* technical-support */

.technical-support {
	font-size: 18px;
}

.technical-support a {
	border-bottom: 1px dashed currentColor;
}

.technical-support a:hover {
	border-bottom: none;
}

/* contacts */
.contacts__box {
	margin-bottom: 80px;
}

.contacts__box:last-child {
	margin-bottom: 0;
}

.contacts__box-header {
	display: flow;
	justify-content: space-between;
	margin-bottom: 20px;
}

.contacts__box-header h2 {
	margin: 0;
}

.contacts__box table td,
.contacts__box table th {
	background: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 10px 16px;
	text-align: left;
}

@media (max-width: 992px) {
	.contacts__box-header {
		flex-direction: column;
	}

	.contacts__box-header h2 {
		margin-bottom: 20px;
	}
}

@media (max-width: 576px) {
	.contacts iframe {
		height: 300px !important;
	}

	.contacts__box-header table {
		font-size: 14px;
	}
}

/* about-us */
.about-us {
	line-height: 1.5;
}

.about-us hr {
	width: 100%;
	height: 1px;
	background-color: #222;
	margin: 20px 0;
}

.wrapper-not-max-height {
	min-height: 0;
}

/* certificates and reviews */
.certificates {}

/* .reviews {
  padding-top: 0;
} */

.certificates__list,
.reviews__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.certificates__item,
.reviews__item {
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 7%), 0px 0px 0px 4px #fff,
		0px 0px 0px 6px rgb(0 0 0 / 11%), 3px 2px 1px 5px #ccc;
	-moz-box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 9%), 0px 0px 0px 7px #fff,
		0px 0px 0px 9px rgb(0 0 0 / 12%), 3px 3px 4px 9px #ccc;
	box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 9%), 0px 0px 0px 7px #fff,
		0px 0px 0px 7px rgb(0 0 0 / 12%), 3px 3px 3px 7px #ccc;
	transition: 0.5s;
}

.certificates__item:hover,
.reviews__item:hover {
	box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 9%), 0px 0px 0px 7px #fff,
		0px 0px 0px 9px rgb(0 0 0 / 12%), 4px 4px 7px 14px #ccc;
	-webkit-box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 9%), 0px 0px 0px 7px #fff,
		0px 0px 0px 9px rgb(0 0 0 / 12%), 4px 4px 7px 14px #ccc;
	-moz-box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 9%), 0px 0px 0px 7px #fff,
		0px 0px 0px 9px rgb(0 0 0 / 12%), 4px 4px 7px 14px #ccc;
	transition: 0.5s;
}

.certificates__item img,
.reviews__item img {
	width: 100%;
}

@media (max-width: 576px) {

	.certificates__list,
	.reviews__list {
		grid-template-columns: 1fr;
	}
}

/* reviews */
.reviews__item-title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
}

.table {
	overflow: auto;
	padding: 1px;
}

.article-table {
	width: 100%;
	border-collapse: collapse;
	border-style: hidden;
	overflow: hidden;
	margin: 10px 0 20px 0;
	border: 1px solid #dee2e6;
}

.article-table td,
.article-table th {
	padding: 4px 5px;
    border: 1px solid #dee2e6;
}

.article-table thead tr {
	background-color: #f8f9fa;
}

.article-table tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.075);
}

.article-table tbody tr:hover {
	background-color: rgba(0,0,0,.1);
}

@media (max-width: 768px) {
	.company_details .article-table {
		box-shadow: none;
	}

	.company_details .article-table td,
	.company_details .article-table th {
		display: block;
		border: none;
	}

	.company_details .article-table td {
		border-bottom: 1px dashed #714292;
	}

	.company_details .article-table tr:last-child td {
		border-bottom: 0;
	}

	.company_details .article-table tr th {
		padding-bottom: 0;
	}

	.company_details .article-table tr td {
		padding-top: 0;
	}
}

/* content-article */
.content-article {
	position: relative;
	max-width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* .content-article::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 60px;
	height: 3px;
	background-color: #663688;
} */

.content-article ol {
	margin-top: 10px;
}

.content-article>span {
	font-size: 24px;
	font-weight: 700;
	/* color: #663688; */
}

.content-article li {
	position: relative;
	margin-left: 0 !important;
	list-style-type: none !important;
	padding-left: 30px !important;
}

.content-article li::before {
	content: "";
	position: absolute;
    top: 15px;
    left: 4px;
    width: 1px;
    height: 13px;
	transform: rotate(315deg);
	background-color: var(--color-text-primary);
}

.content-article li ol li::before {
	content: none;
}

.content-article li a {
	text-decoration: none !important;
	border-bottom: 1px dashed currentColor;
	transition: .2s;
}

.content-article li>a:first-child {
	/* font-weight: 700; */
}

.content-article li a:hover {
	border-bottom-color: transparent;
}

@media (max-width: 767px) {
	.content-article li a {
		font-size: 14px;
	}

	.content-article li {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.content-article li::after {
		bottom: -1px;
	}

	/* .content-article::after {
		width: 48px;
	} */
}

.big-post img {
	border: none;
}

.big-post .img-left {
	margin: 0;
}

.big-post .img-left.float {
	float: left;
	margin-right: 50px;
}

.big-post .content-article svg {
	display: none;
	fill: #663688;
	width: 25px;
	margin-bottom: -5px;
	transition: .5s;
}

.big-post .content-article.top svg {
	transform: rotate(0deg);
	transition: .5s;
}

.big-post .content-article ol li {
	padding: 2px 0;
}

.violet {
	color: #663688;
}

.big-post .content-article span {
	/* cursor: pointer; */
	border-bottom: 2px solid currentColor;
}

.big-post .content-article ol {
	/* display: none; */
}

/* .big-post .content-article::after {
	content: none;
} */

@media (max-width: 61.99875em) {
	.instrumenty-dlya-prodvizheniya-sajta .content_img_left {
		width: 100% !important;
		padding-top: 20px;
	}

	.recommendation__title {
		margin-bottom: 20px;
		font-size: 28px;
	}

	.recommendation__item {
		flex: 0 1 100%;
	}
}

/* col-4 articles list */

.article__slide {
	width: 33.3%;
}

.articles__box {
	border: 1px solid #e6e6e6;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
	border-radius: 35px;
	transition: .2s;
}

.articles__box:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 5px;
	transition: .2s;
}

.articles__image div.article-img {
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
}

.articles__image {
	height: 200px;
}

.articles__subtitle span {
	font-size: 17px;
}

.articles__subtitle {
	height: 90px;
	padding: 0 15px;
}

.articles__text {
	padding: 0 15px 25px 15px;
}

.article__list {
	margin: 0 -20px !important;
}

.article__slide {
	padding: 0 20px;
}

.articles__image div.article-img {
	border-bottom: none;
}

@media (max-width: 1200px) {
	.article__slide {
		width: 50%;
	}
}

@media (max-width: 700px) {
	.article__slide {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.footer__menu {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.no-marker li {
		margin: 10px 0;
	}

	blockquote.rounded {
		padding-left: 20px;
		padding-right: 20px;
	}

	.article-post blockquote h3 {
		margin-left: 15px;
	}

	.blockquote-content {
		padding: 20px 0;
	}

	.article-post>div>h1 {
		font-size: 26px;
	}

	.article-post>div>h2 {
		font-size: 24px;
	}

	.article-post>div>h3 {
		font-size: 18px;
	}

	.footer__menu-inner>ul>li>a {
		border-bottom: 1px dashed currentColor;
	}
}

@media (max-width: 400px) {
	.articles__subtitle span {
		font-size: 14px;
	}
}

.article-post img.img-radius {
	border-radius: 20px;
}

.works .template-card__more {
	margin: auto 0 0 0;
}

/*--- ABOUT ---*/
.section-about {
	padding: 20px 0 0 0;
	position: relative;
}

.about__title {
	font-family: Onest;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
	text-align: center;
	margin: 0 0 20px 0;
	;
}

.about__title span {
	background: var(--Gradient, linear-gradient(128deg, #765FFE 24.36%, #D774E0 95.4%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Onest;
	font-size: inherit;
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
}

.about__description {
	margin: 0 0 48px 0;
}

.about__description p {
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.about__description>*:last-child {
	margin-bottom: 0;
}

.about-advantages {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px 30px;
	margin: 0 0 48px 0;
}

.about-advantages__item {
	display: grid;
	grid-template-columns: 64px 1fr;
	grid-gap: 10px 20px;
}

.about-advantages__item-image {
	grid-row: 1/3;
	display: flex;
}

.about-advantages__item-image img {
	display: block;
	width: 100%;
	margin: auto;
}

.about-advantages__item-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	background: var(--Gradient, linear-gradient(128deg, #765FFE 24.36%, #D774E0 95.4%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-advantages__item-description {
	font-size: 16px;
	line-height: 24px;
}

.about-numbers {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 0 30px;
}

.about-numbers {
}

.about-numbers__item {
	display: flex;
	align-items: center;
	gap: 0 8px;
}

.about-numbers__item-value {
	font-size: 48px;
	font-weight: 700;
	line-height: 64px;
	background: var(--Gradient, linear-gradient(128deg, #765FFE 24.36%, #D774E0 95.4%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-numbers__item-text {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

.about-numbers__item-image {}

.about-numbers__item-image img {
	display: block;
	width: 64px;
	height: 64px;
}

.about-partners {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.about-partners__item {
	
}

.about-partners__item img {
	display: block;
	width: auto;
	max-width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.about-numbers {
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px 30px;
	}

	.about-partners {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 30px;
	}

	.about-partners__item img {
		margin: 0 auto;
	}

	.about-numbers__item {
		align-items: center;
		flex-direction: column;
	}
}

@media screen and (max-width: 767px) {
	.about-partners {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px 15px;
	}

	.about-partners__item img {
		margin: 0 auto;
	}

	.about-advantages {
		grid-template-columns: 1fr;
		grid-gap: 20px 0;
	}

	.about-numbers {
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}

	.about-numbers__item {
		text-align: center;
		flex-direction: column;
		gap: 10px;
	}

	.about__title {
		font-size: 26px;
		line-height: 1!important;
	}

	.section-about {
	}

	.main-page .header__body {
		padding-bottom: 40px;
	}

	.main-page .header__background-ibg {
		/* bottom: 70px;
		height: calc(100% + 70px); */
		top: 0;
		bottom: unset;
		height: 100%;
	}

	.about-advantages__item-title {
		font-size: 22px;
	}

	.about-advantages__item {
		grid-gap: 0px 20px;
	}
}

/*--- CASES ---*/
.cases {
    padding: 50px 0;
    background-color: #f1f1f1;
    background-size: cover;
    background-position: top center;
}

.cases--development {

}

.corporate-page .cases,
.eshop-page .cases,
.seo-page .cases {
	padding: 100px 0 0 0;
	position: relative;
}

.corporate-page .cases:before,
.eshop-page .cases:before,
.seo-page .cases:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, white, transparent);
    pointer-events: none;
}

.cases-header {
	margin: 0 0 50px 0;
	display: flex;
    align-items: center;
    justify-content: space-between;
	position: relative;
    z-index: 1;
}

.cases-header-wrapper {

}

.cases-header__title {
	color: #495381;
	font-size: 48px;
	font-weight: 600;
	line-height: 64px;
	max-width: 552px;
	text-align: left;
	margin: 0 0 15px 0;
}

.cases-header__title span {
	color: #9465F4;
	display: block;
	text-align: right;
}

.cases-header__description {
	color: #495381;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	opacity: 0.5;
}

.cases-header-arrows {
    display: flex;
    align-items: center;
    gap: 0 40px;
}

.cases-header-button {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    box-shadow: 0px 4px 10px 0px rgba(167, 96, 244, 0.15);
	cursor: pointer;
	transition: 0.1s;
}

.cases-header-button:hover {
	box-shadow: 0px 2px 10px 0px rgba(167, 96, 244, 0.05);
}

.cases-header-button--prev:before,
.cases-header-button--next:after {
    content: "";
    background-image: url(../images/style/arrow-slider.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 18px;
    display: block;
    margin: auto;
}

.cases-header-button--next:after {
    transform: rotateZ(180deg);
}

.cases-header-arrows__numbers {
    color: #495381;
    font-size: 28px;
    font-weight: 600;
    line-height: 64px;
    display: flex;
    align-items: baseline;
	min-width: 64px;
	justify-content: center;
}

.cases-header-arrows__numbers-value {

}

.cases-header-arrows__numbers-max {
	color: #B6AAFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 64px;
}

.cases-carousel {
	margin: -100px;
}

.cases-carousel .splide__pagination {
	display: none;
}

.cases-carousel .splide__slide {
	padding: 100px;
}

.cases-grid {
	display: grid;
	grid-template-columns: 430px 1fr;
	grid-gap: 24px 40px;
}

.cases--development .cases-grid {
	grid-template-columns: 461px 1fr;
	grid-gap: 24px 30px;
}

.cases-left {
	grid-row: 1/3;
}

.cases-button-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 25px 0 0 0;
}

.cases__btn {
    width: 100%;
	max-width: 198px;
    padding: 14px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--color-white);
    border: 2px solid var(--color-accent-primary);
    background: var(--color-accent-primary);
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 100px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
	cursor: pointer;
	margin: 40px auto 0 auto;
}

.cases__btn:hover {
    background: none;
    color: var(--color-accent-primary);
}

.cases-button-wrapper .cases__btn {
	margin: 0;
}

.cases__btn-tiny {
    width: 100%;
	max-width: 198px;
    padding: 14px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
	color: #4F4F4F;
    border: 2px solid #B68AF8;
    -webkit-box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    box-shadow: 0 5px 47px rgba(119, 96, 255, .1);
    border-radius: 100px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
	cursor: pointer;
}

.cases__btn-tiny:hover {
    background: #B68AF8;
    color: #fff;
}

.cases-image {

}

.cases-image img {
	display: block;
	width: 100%;
	border-radius: 20px;
}

.cases-content {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 4px 70px 0px rgba(167, 96, 244, 0.15);
	overflow: hidden;
}

.cases-content-top {
	padding: 38px 38px 18px 38px;
}

.cases-content-bottom {
	padding: 18px 38px 38px 38px;
	background: #fbfaff;
}

.cases-content__title {
	color: #495381;
	font-size: 23px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.cases-info-wrapper {

}

.cases--development .cases-info-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px 15px;
}

.cases-info {
	position: relative;
	padding: 0 0 0 40px;
}

.cases-info+.cases-info {
	margin-top: 30px;
}

.cases--development .cases-info {
	padding: 0 0 0 35px;
}

.cases--development .cases-info+.cases-info {
	margin-top: 0;
}

.cases-info__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	display: flex;
}

.cases-info__icon img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.cases-info__description {
	color: #735CFF;
	font-size: 12px;
	font-weight: 300;
}

.cases-info__value {
    color: #4F4F4F;
    font-size: 15px;
    font-weight: 600;
    margin: 6px 0 0 0;
}

.cases--development .cases-info__value {
	font-size: 13px;
}

.cases-content__subtitle {
	color: #7B65FF;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.cases--development .cases-content__subtitle {
	margin: 0 0 15px 0;
}

.cases:not(.cases--development) .cases-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cases:not(.cases--development) .cases-content ul>li {
	padding: 0 0 0 18px;
	position: relative;
	color: #414141;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
}

.cases:not(.cases--development) .cases-content ul>li+li {
	margin-top: 10px;
}

.cases:not(.cases--development) .cases-content ul>li:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	background: #7EA7DF;
	border-radius: 50%;
	top: 4px;
	left: 0;
}

.cases--development .cases-content-bottom ul {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

.cases--development .cases-content-bottom ul>li {
	color: #414141;
	font-size: 11px;
	font-weight: 300;
	line-height: 15px;
	padding: 0;
	position: relative;
	padding: 0 0 0 15px;
}

.cases--development .cases-content-bottom ul>li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 3px;
    height: 3px;
    background: currentColor;
    border-radius: 50%;
}

.cases-content-bottom p {
	color: #414141;
	font-size: 11px;
	font-weight: 300;
	line-height: 15px;
	margin: 0 0 10px 0;
	padding: 0;
}

.cases-content-bottom>*:last-child {
	margin-bottom: 0;
}

.cases-messanger {
	display: flex;
	align-items: center;
	padding: 18px 18px 18px 38px;
	gap: 0 10px;
}

.cases-messanger-title {
	color: #495381;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
}

.cases-messanger-link {
    display: flex;
    align-items: center;
}

.cases-messanger-link__icon {
    display: flex;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

.cases-messanger-link__icon img {
    display: block;
    width: 18px;
    margin: auto;
}

.cases-messanger-link span {
    color: #495381;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    transition: 0.1s linear;
}

.cases-messanger-link:hover span {
    opacity: 0.8;
}

.cases-graph {
	display: grid;
	grid-template-columns: 1fr 200px;
}

.cases-graph-content {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 4px 70px 0px rgba(167, 96, 244, 0.15);
	padding: 38px 38px;
}

.cases-graph__title {
	color: #495381;
	font-size: 23px;
	font-weight: 700;
	line-height: 27px;
	margin: 0 0 30px 0;
}

.cases-graph__title span {
	color: #735CFF;
}

.cases-graph-content img {
	display: block;
	width: 100%;
}

.cases-numbers {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
}

.cases-numbers__item {

}

.cases-numbers__item-value {
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	margin: 0 0 6px 0;
	background: linear-gradient(128deg, #765FFE 24.36%, #D774E0 95.4%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cases-numbers__item-description {
	color: #495381;
	font-size: 16px;
	font-weight: 700;
	line-height: 27px;
}

.cases-table {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 4px 70px 0px rgba(167, 96, 244, 0.15);
	padding: 38px 38px;
}

.cases-table__title {
	color: #495381;
	font-size: 23px;
	font-weight: 700;
	line-height: 27px;
	margin: 0 0 30px 0;
}

.cases-table__title span {
	color: #735CFF;
}

.cases-table-wrapper {

}

.cases-table table {
	border-collapse: collapse; 
}

.cases-table tr {

}

.cases-table tr+tr {
	border-top: 1px solid #e6e5d580;
}

.cases-table td {
	color: #4F4F4F;
	font-size: 12px;
	font-weight: 600;
	padding: 20px 6px;
}

.cases-table tbody tr td:first-child {
	color: #735CFF;
	width: 100%;
}

@media screen and (max-width: 991px) {
	.cases-grid {
		grid-template-columns: 1fr;
		grid-gap: 24px 0;
	}

	.cases-content__title,
	.cases-graph__title,
	.cases-table__title {
		font-size: 18px;
	}

	.cases-header {
		display: block;
	}

	.cases-header__title {
		max-width: unset;
	}

	.cases-header__title span {
		text-align: left;
	}

	.cases-header-arrows {
		margin: 40px 0 0 0;
	}

	.cases__btn {
		margin: 30px auto 10px auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.cases--development .cases-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 767px) {
	.cases-grid {
		grid-template-columns: 100%;
	}

	.cases--development .cases-grid {
		grid-template-columns: 100%;
	}

	.cases-button-wrapper {
		flex-direction: column;
		gap: 15px 0;
	}

	.cases-graph {
		display: block;
	}

	.cases-numbers {
		flex-direction: row;
		padding: 0;
		margin: 30px 0 0 0;
	}

	.cases-header__title {
		font-size: 28px;
		line-height: 36px;
	}

	.cases-header {
		margin: 0 0 30px 0;
	}

	.cases-header-arrows {
		margin: 25px 0 0 0;
		width: 100%;
		justify-content: space-between;
	}

	.cases-numbers__item-value {
		font-size: 20px;
		text-align: center;
	}

	.cases-numbers__item-description {
		font-size: 12px;
	}

	.cases-table-wrapper {
		overflow: auto;
	}
}

@media screen and (max-width: 389px) {
	.cases-messanger-title {
		flex: 0 0 100%;
		text-align: center;
		margin: 0 0 12px 0;
	}

	.cases-messanger {
		flex-wrap: wrap;
		padding: 18px 38px 18px 38px;
		justify-content: center;
	}
}

.articles-box {
  display: flex;
  align-items: center;
}

.articles-box img {
	width: 200px;
	float: right;
}

.articles-box__content {
  margin-left: 20px;
}


.modification {
	display: block;
    padding: 100px 0 0 0;
    position: relative;
}

.modification-header {
    margin: 0 0 50px 0;
    display: block;
    position: relative;
    z-index: 1;
}

.modification-header__title {
    color: #495381;
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
    text-align: left;
    margin: 0 0 15px 0;
}

.modification-header__title span {
    color: #9465F4;
    display: block;
    text-align: right;
}

.modification-header__description {
    color: #495381;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    opacity: 0.5;
}

.modification-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px 20px;
}

.modification-content img {
	width: 100%;
	border-radius: 10px;
	border: 2px dashed #9f8ffe;
	transition: .2s;
}

.modification-content a {
	position: relative;
}

.modification-content a:after {
	content: "";
	position: absolute;
	top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	background-color: #9f8ffe;
	border-radius: 50%;
    box-shadow: 0px 3px 10px rgb(69 41 233 / 43%), 0px 7px 25px rgba(193, 182, 255, 57%);
	transition: .2s;
}

.modification-content a::before {
	content: url('../images/style/plus.png');
	position: absolute;
	top: 50%; 
    left: 50%;
	width: 40px;
	height: 40px;
    transform: translate(-50%, -50%);
	z-index: 999;
}

.modification-content img:hover {
	opacity: .7;
}

.modification-content a:hover:after {
	opacity: 0;
	width: 0;
}

.modification-content a:hover::before {
	opacity: 0;
	width: 0;
}

.gallery {
	margin: 25px 0;
}

.gallery .gallery-image {
}

.gallery .gallery-image img {
	/* border: none;
	border-radius: 0; */
}

.bullets {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px 20px;
	margin: 20px 0;
}

.bullet-item {
	display: flex;
	align-items: center;
	border: 1px solid var(--color-text-primary);
	padding: 10px;
}

.bullet-item__img img {
	width: 60px;
	max-width: max-content;
	border-radius: 0;
}

.bullet-item__content {
	margin-left: 20px;
}

.bullet-item__content-title {
	font-weight: 700;
}

.bullet-item__content-text {
	margin-top: 10px;
}

@media (max-width: 768px) {
	.bullets {
		grid-template-columns: 1fr;
	}
}


.expert {
    width: 100%;
    position: relative;
    padding: 45px 20px 20px 20px;
    margin: 32px 0;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  
  .expert__sticker {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: var(--color-accent-primary);
    padding: 6px 12px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .expert__content {
    margin-top: 12px;
  }
  
  .expert__content-img {
    float: left;
    margin: 0 20px 4px 0 !important;
    border-radius: unset;
    margin: unset;
	border-radius: 5px !important;
  }
  
  .expert__name {
    padding: 0 0 5px 0;
    font-weight: 700;
  }
  
  @media (max-width: 768px) {
    .expert {
      width: fit-content;
      display: block;
      margin: 32px -20px;
      border-radius: 0;
    }
  
    .expert__content-img {
      display: none;
    }
  
    .expert__content {
      display: inline-block;
    }
  }

  .social {
	  padding: 5px 0;
  }

  .article-post .articles__box {
	border: none;
  }

  .article-post .articles__image {
	height: 150px;
  }

  .articles__text .tags {
	font-style: italic;
  }

.articles__box-badge {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 100px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 12px;
	border-radius: 0 5px 0 5px;
	text-transform: uppercase;
	background-color: var(--color-accent-primary);
}

.article-post .article__list {
	margin: 50px 0 0 0 !important;
}

.article-post .article__list a:link, .article-post .article__list a:visited {
	text-decoration: none;
}

.img-description {
	text-align: center;
	font-size: 12px;
	color: #939393;
}

.content-article2 a {
	text-decoration: none !important;
	border-bottom: 1px dashed currentColor;
	transition: .2s;
}

.content-article2 a:hover {
	border-bottom-color: transparent;
}

/****************************
* Dizayner Yoqubov Shaxzod  *
*  Tel: + 99 894 588-56-56  *
*   Tg: @Yoqubov_Shaxzod    *
*      Site: yoqubov.uz     *
****************************/