@charset "UTF-8";
@font-face {
	font-family: 'f-pt-450';
	src: url('../fonts/f-pt-450.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.ratings-section {
	background-color: #2857c1;
}

.block_brd-color-yellow {
	border-color: #ecb90f;
}

.arrow-link:hover .arrow-link__circle {
	background-color: #2857c1;
}
@keyframes lampswitch {
	0% {
		fill: #2857c1;
	}
	2% {
		fill: #000;
	}
	4% {
		fill: #2857c1;
	}
	6% {
		fill: #000;
	}
	8% {
		fill: #2857c1;
	}
	15% {
		fill: #2857c1;
	}
	16% {
		fill: #000;
	}
	17% {
		fill: #2857c1;
	}
	100% {
		fill: #2857c1;
	}
}
.b24-table__title {
	width: 100%;
	background-color: #3b0030;
	color: #fff;
	text-align: center;
	padding: 35px 20px;
	margin-bottom: 0;
}

.b24-table__body {
	margin-left: 0;
	margin-right: 0;
}

.b24-table__subtitle {
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 35px 20px;
	font-family: bold;
	position: relative;
	z-index: 1;
}

.b24-table__subtitle:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	right: -15px;
	z-index: -1;
}

.b24-table__subtitle_yellow:before {
	background-color: #f6ce45;
}

.b24-table__subtitle_red:before {
	background-color: #ce4238;
}

.b24-table__subtitle_violet:before {
	background-color: #632c82;
}

.b24-table__card {
	display: -ms-flexbox;
	display: box;
	display: flex;
	-o-box-orient: vertical;
	flex-direction: column;
	text-align: center;
	min-height: 100%;
}

@media (max-width: 1034.98px) {
	.b24-table__card {
		max-width: 360px;
		margin: auto;
		padding: 35px 0 15px;
	}
}
.b24-table__card-header {
	padding: 40px 10px 35px;
	font-family: bold;
	color: #000;
	position: relative;
}

@media (max-width: 1034.98px) {
	.b24-table__card-header {
		padding: 0;
	}
}
.b24-table__card-header:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 0px;
	border-bottom: 1px dashed #c7c7c6;
}

@media (max-width: 1034.98px) {
	.b24-table__card-header:after {
		display: none;
	}
}
.b24-table__card-body {
	padding: 35px 10px;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-o-box-orient: vertical;
	flex-direction: column;
}

html:not(.ie) .b24-table__card-body {
	-o-box-flex: 1;
	box-flex: 1;
	flex: 1;
}

.ie .b24-table__card-body {
	-o-box-flex: 1;
}

@media (min-width: 1035px) and (max-width: 1634.98px) {
	.b24-table__card-body {
		padding: 35px 0;
	}
}
@media (max-width: 1034.98px) {
	.b24-table__card-body {
		padding: 15px 10px;
	}
}
.b24-table__card-users {
	margin: 35px 0;
}

@media (max-width: 1034.98px) {
	.b24-table__card-users {
		margin: 15px 0;
	}
}
.b24-table__card-users:first-child {
	margin: 0 0 35px;
}

@media (max-width: 1034.98px) {
	.b24-table__card-users:first-child {
		margin-bottom: 15px;
	}
}
.b24-table__card-price:nth-child(2) {
	margin-bottom: 10px;
}

.b24-table__users-toggler {
	display: -ms-flexbox;
	display: box;
	display: flex;
	-o-box-pack: center;
	justify-content: center;
}

.b24-table__users-toggler-item {
	font-family: bold;
	color: #ccc;
	margin: 0 15px;
	cursor: url('../images/cursor--pointer.svg'), pointer;
}

@media (min-width: 1035px) and (max-width: 1634.98px) {
	.b24-table__users-toggler-item {
		margin: 0 8px;
	}
}
.b24-table__users-toggler-item_active {
	color: #000;
	pointer-events: none;
	cursor: url('../images/cursor--default.svg'), auto;
}

.white-block__afterline_bottom_yellow:after {
	background-color: #f6ce45;
}

@media (min-width: 1035px) {
	.competency-block:hover,
	.competency-block:focus {
		background-color: #1232c1;
		color: #fff;
	}
}
.animated-figures__circle {
	background-color: #ce4238;
}

@media (min-width: 1240px) {
	.index__title-block:after {
		left: 6vw;
	}
}
body.scroll-off {
	overflow: hidden;
}

.black-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9000;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	background-color: rgba(0, 0, 0, 0.85);
}

.black-wrapper.active {
	opacity: 1;
	visibility: visible;
}

/* ----- choose-city ----- */
.choose-city-btn {
	position: relative;
	margin: 0 20px 10px 0;
	padding: 0 0 4px;
	border: none;
	border-bottom: 1px dotted #ffffff;
	background-color: transparent;
	color: #ffffff;
	font: 18px/23.67px 'Bold', sans-serif;
	transition: 0.25s;
}

.choose-city-btn:after {
	content: '';
	position: absolute;
	right: -18px;
	top: 7px;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}

.choose-city-btn:hover {
	border-color: rgba(255, 255, 255, 0.5);
	cursor: url('../images/cursor--pointer.svg'), pointer !important;
}

.choose-city-modal {
	position: fixed;
	left: 50%;
	top: 160px;
	transform: translateX(-50%);
	z-index: 9005;
	padding: 40px 60px 60px;
	width: 1530px;
	max-width: 100%;
	background-color: #ffffff;
	font-family: 'Bold', sans-serif;
	color: #000000;
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
}

.choose-city-modal.active {
	opacity: 1;
	visibility: visible;
}

.choose-city-modal__close {
	position: absolute;
	top: 40px;
	right: 40px;
	padding: 0;
	border: none;
	width: 30px;
	height: 30px;
	background-color: transparent;
}

.choose-city-modal__close:hover {
	cursor: url('../images/cursor--pointer.svg'), pointer !important;
}

.choose-city-modal__close:before,
.choose-city-modal__close:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 100%;
	height: 3px;
	background-color: #000000;
	transition: 0.25s;
}

.choose-city-modal__close:after {
	transform: translateY(-50%) rotate(-45deg);
}

.choose-city-modal__close:hover:before,
.choose-city-modal__close:hover:after {
	background-color: #143cda;
}

.choose-city-modal__title {
	margin: 0 0 70px;
	font-weight: 700;
	font-size: 34px;
	color: #000000;
}

.choose-city-modal__list {
	display: flex;
	flex-wrap: wrap;
	margin: -16px 0 0 -65px;
	padding: 0;
	font-weight: 700;
	font-size: 20px;
	list-style: none;
}

.choose-city-modal__list li {
	margin: 0 0 0 65px;
	width: 180px;
}

.choose-city-modal__list a {
	display: block;
	padding: 16px 0;
	color: #000000;
	transition: 0.25s;
}

.choose-city-modal__list a:hover {
	color: #143cda;
	text-decoration: inherit;
}

@media (max-width: 1199px) {
	.choose-city-modal__list {
		margin: -16px 0 0 -35px;
	}
	.choose-city-modal__list li {
		margin: 0 0 0 35px;
	}
}
@media (max-width: 768px) {
	.choose-city-modal {
		top: 0;
		padding: 35px 15px 15px;
		max-height: 480px;
		overflow: auto;
	}
	.choose-city-modal__close {
		top: 10px;
		right: 10px;
		width: 25px;
		height: 25px;
	}
	.choose-city-modal__title {
		margin: 0 0 25px;
		font-size: 24px;
	}
	.choose-city-modal__list {
		margin: -6px 0 0 -20px;
		font-size: 16px;
	}
	.choose-city-modal__list li {
		margin: 0 0 0 20px;
		width: 130px;
	}
	.choose-city-modal__list a {
		padding: 6px 0;
	}
}
/*----- easy-tabs -----*/
.tab-block {
	display: none;
}

.tab-block.active {
	display: block;
}

.easy-tabs__nav .btn_primary {
	background-color: #1033c2;
}

.easy-tabs__nav .btn_primary.active,
.easy-tabs__nav .btn_primary.active:focus,
.easy-tabs__nav .btn_primary.active:before,
.easy-tabs__nav .btn_primary.active:focus:before {
	background-color: #f43939;
}

.easy-tabs__tab .white-block h4 {
	margin-bottom: 1em;
	text-transform: inherit;
}

.easy-tabs__tab .white-block p {
	margin: 0;
}

.easy-tabs__tab .white-block p + p {
	margin-top: 1.25em;
}

.social__item svg {
	width: auto;
	height: 18px;
	transition: fill 0.3s;
}

.social__item:hover svg {
	fill: #ed1d2e;
}

.social .i-viber svg {
	height: 24px;
}

.social_mobile-menu .i-viber svg {
	height: 22px;
}

@media (max-width: 1035px) {
	.social__item svg {
		fill: #000;
	}
}
.btn_service_block {
	padding-top: 50px;
	text-align: center;
}

@media (max-width: 1034.98px) and (min-width: 768px) {
	.index__portfolio {
		height: auto !important;
	}
}
@media (min-width: 768px) {
	.index__portfolio {
		padding-top: 50px;
	}
}
/*----- results-positions -----*/
.results-positions__first {
	margin-bottom: 30px;
}

.results-positions__title {
	margin-bottom: 0;
	color: #313131;
}

.results-positions__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.results-positions__l-item {
	margin-bottom: 0;
	padding: 35px 0;
	border-bottom: 1px dashed #b9b9b9;
}

.results-positions__l-item:first-child {
	padding-top: 0;
}

.results-positions__l-item-img {
	aspect-ratio: 16/7.2;
}

.results-positions__l-item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.results-positions__l-item-right {
	padding-top: 15px;
}

.results-positions__l-item-r-first {
	margin-bottom: 15px;
}

.results-positions__l-item-name {
	margin-bottom: 8px;
	font-size: 28px;
	color: #313131;
}

.results-positions__l-item-description {
	margin-bottom: 0;
	font-size: 20px;
	font-family: 'f-pt-450';
	color: #313131;
}

.results-positions__l-item-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}

.results-positions__l-item-l-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	margin-bottom: 0;
}

.results-positions__l-item-l-item + .results-positions__l-item-l-item {
	margin-top: 6px;
}

.results-positions__l-item-l-item:first-child + .results-positions__l-item-l-item {
	margin-top: 10px;
}

.results-positions__l-item-l-item + .results-positions__l-item-l-item::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	border-bottom: 1px dashed #b9b9b9;
}

.results-positions__l-item-l-item-title {
	font-size: 16px;
	font-family: 'Bold';
	color: #313131;
}

.results-positions__l-item-l-item-name,
.results-positions__l-item-l-item-value {
	display: inline-block;
	position: relative;
	padding-bottom: 2px;
	background-color: #fff;
}

.results-positions__l-item-l-item-name {
	margin-right: 30px;
}

.results-positions__l-item-l-item-value {
	margin-left: 30px;
}

@media (min-width: 576px) {
	.results-positions__l-item-name {
		font-size: 36px;
	}
	.results-positions__l-item-list {
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.results-positions__first {
		margin-bottom: 45px;
	}
	.results-positions__l-item {
		padding: 40px 0;
	}
	.results-positions__l-item-right {
		padding-top: 25px;
	}
	.results-positions__l-item-r-first {
		margin-bottom: 33px;
	}
	.results-positions__l-item-l-item:first-child + .results-positions__l-item-l-item {
		margin-top: 32px;
	}
	.results-positions__l-item-description {
		font-size: 24px;
	}
	.results-positions__l-item-list {
		font-size: 24px;
	}
}
@media (min-width: 1035px) {
	.results-positions__first {
		margin-bottom: 64px;
	}
	.results-positions__l-item-r-first {
		margin-bottom: 15px;
	}
	.results-positions__l-item-l-item:first-child + .results-positions__l-item-l-item {
		margin-top: 10px;
	}
	.results-positions__l-item-left {
		width: 50%;
	}
	.results-positions__l-item-right {
		padding-top: 5px;
		padding-left: 10.5%;
		width: 50%;
	}
	.results-positions__l-item {
		display: flex;
		padding: 50px 0;
	}
	.results-positions__l-item-description {
		font-size: 20px;
	}
	.results-positions__l-item-list {
		font-size: 18px;
	}
	.results-positions__l-item-name {
		font-size: 28px;
	}
}
@media (min-width: 1635px) {
	.results-positions__l-item-r-first {
		margin-bottom: 33px;
	}
	.results-positions__l-item-l-item:first-child + .results-positions__l-item-l-item {
		margin-top: 32px;
	}
	.results-positions__l-item-name {
		font-size: 36px;
	}
	.results-positions__l-item-description {
		font-size: 24px;
	}
	.results-positions__l-item-list {
		font-size: 24px;
	}
}
/* ----- .reviews ----- */
.reviews__list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.reviews__l-item {
	margin-bottom: 0;
	padding: 20px 15px;
	background-color: #fff;
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.reviews__l-item-photo {
	position: relative;
}

.reviews__l-item-photo:hover {
	cursor: url('../images/cursor--pointer.svg'), pointer;
}

.reviews__l-item-photo img {
	display: inline-block;
}

.reviews__l-item-right {
	margin-top: 25px;
}

.reviews__l-item-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Bold';
}

.reviews__l-item-position {
	margin-bottom: 0;
	font-size: 16px;
}

.reviews__l-item-text {
	margin: 15px 0 0;
}

.reviews__list.slick-carousel .reviews__l-item {
	margin: 0 16px;
	height: auto;
}

.reviews .slick-carousel__user-nav {
	margin-top: 50px;
}

.reviews__list.slick-carousel .slick-track {
	display: flex;
	padding: 15px 0;
}

.reviews__list.slick-carousel .slick-list {
	margin: 0 -16px;
}

@media (min-width: 768px) {
	.reviews__l-item {
		display: flex !important;
		padding: 40px;
		text-align: left;
	}
	.reviews__l-item-left {
		width: 166px;
	}
	.reviews__l-item-right {
		margin-top: 0;
		padding-left: 40px;
		width: calc(100% - 166px);
	}
	.reviews__l-item-title {
		margin-bottom: 15px;
		font-size: 24px;
	}
	.reviews__l-item-position {
		font-size: 18px;
	}
	.reviews__l-item-text {
		margin: 24px 0 0;
	}
}
@media (min-width: 1635px) {
	.reviews__l-item {
		width: calc(50% - 16px);
	}
}
/* ----- ----- */
.bg-c-light-grey {
	background-color: #f8f9f7;
}

.mrg-b-70 {
	margin-bottom: 1.18em;
}

.mrg-b-60 {
	margin-bottom: 1em;
}

/* Новые хлебные крошки */
.new-breadcrumbs {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	row-gap: 10px;
	flex-wrap: wrap;
}

.new-breadcrumbs__item {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.new-breadcrumbs__item:not(:last-child)::after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	background-color: #f6ce45;
	border-radius: 50%;
	margin: 0 24px;
}

.new-breadcrumbs__link {
	font-family: var(--ui-font-family-open-sans);
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #fff;
}

.new-breadcrumbs__link:hover {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.new-breadcrumbs__item:not(:last-child)::after {
		margin: 0 14px;
	}
	.new-breadcrumbs__link {
		font-size: 14px;
	}
}
/* Изменения от 05.04.2023 - Стили секции с тегами для блога */
.new-tags ~ .container .news-list .block_coral-t {
	padding-top: 0 !important;
}

.new-tags {
	margin-top: 100px;
	margin-bottom: 40px;
}

.new-tags__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.new-tags__wrap input {
	display: none;
}

.new-tags__wrap input:checked + label {
	color: #fff;
	border-color: #1133c1;
	background-color: #1133c1;
}

.new-tags__wrap label {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.05em;
	color: #313131;
	margin-bottom: 0;
	cursor: pointer;
	padding: 8px 16px;
	border: 1px solid #313131;
	cursor: pointer;
	border-radius: 30px;
}

.new-tags input[type='submit'] {
	display: none;
}

.new-detail-picture {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.new-tags {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.new-detail-picture {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.partnersWrapper div.owl-item {
		opacity: 1;
	}
}
.index-portfolio {
	width: 100%;
}

.index-portfolio #dataPortfolio {
	width: 100%;
	margin-top: 50px;
}

.index-portfolio .portfolio-list__your-project {
	position: relative;
}

.index-portfolio .portfolio-list__your-project::after {
	content: '';
	display: block;
	padding-top: 68%;
}

.index-portfolio .portfolio-list__your-project .portfolio-list__your-project-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.index-portfolio .portfolio-list__item {
	flex: initial;
	width: calc(50% - 30px);
}

.index-portfolio form[name='arrFilter_form'] {
	padding: 0 15px;
}

@media (max-width: 767.98px) {
	.index-portfolio .portfolio-list__item {
		flex: initial;
		width: 100%;
	}
	.index-portfolio #dataPortfolio {
		margin-top: 30px;
	}
}
.tariff {
	padding: 70px 0;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.tariff {
		padding: 50px 0;
	}
}
.tariff__title {
	margin-bottom: 0.6666666667em;
}

.tariff-table {
	width: 100%;
	position: relative;
}

.tariff-table::before {
	content: '';
	position: absolute;
	width: 75%;
	height: calc(100% + 30px);
	box-shadow: 0px 9px 15px 3px rgba(0, 0, 0, 0.1);
	top: 0;
	right: 0;
	z-index: -1;
}

.tariff-table__row {
	width: 100%;
	display: flex;
}

.tariff-table__row:not(:first-child) {
	border-bottom: 1px dashed rgba(49, 49, 49, 0.2);
}

.tariff-table__row:last-child {
	border-bottom: none;
}

.tariff-table__cell {
	width: 25%;
	padding: 16px 24px;
	color: #000;
	font-size: 18px;
}

.tariff-table__cell--head {
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tariff-table__logo {
	width: 95px;
	height: 95px;
	margin-bottom: 24px;
}

.tariff-table__title {
	font-family: Bold;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.26;
	text-align: center;
	margin-bottom: 24px;
	position: relative;
}

.tariff-table__title::after {
	content: '';
	width: 130px;
	height: 3px;
	background-color: #0030c6;
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
}

.tariff-table__cell--title {
	font-family: Bold;
}

.tariff-table__cell--content {
	color: #313131;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tariff-table__cell--price {
	font-size: 24px;
	font-family: Bold;
	text-align: center;
}

.tariff-table__cell--price .btn_service {
	padding: 7px 34px;
}

.tariff-slider {
	display: none;
	overflow: visible;
}

.tariff-slider__slide {
	height: auto;
	width: 280px;
	box-shadow: 0px 9px 15px 3px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
}

.tariff-slider__cell {
	padding: 16px 24px;
	color: #000;
	font-size: 18px;
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 10px;
}

.tariff-slider__cell:not(:first-child) {
	border-bottom: 1px dashed rgba(49, 49, 49, 0.2);
}

.tariff-slider__cell:last-child {
	border-bottom: none;
}

.tariff-slider__cell::before {
	content: attr(data-title);
	font-weight: 700;
	font-size: 16px;
}

.tariff-slider__cell--head {
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tariff-slider__logo {
	width: 95px;
	height: 95px;
	margin-bottom: 24px;
}

.tariff-slider__title {
	font-family: Bold;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.26;
	text-align: center;
	margin-bottom: 24px;
	position: relative;
}

.tariff-slider__title::after {
	content: '';
	width: 130px;
	height: 3px;
	background-color: #0030c6;
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
}

.tariff-slider__cell--title {
	font-family: Bold;
}

.tariff-slider__cell--content {
	color: #313131;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tariff-slider__cell--price {
	font-size: 24px;
	font-family: Bold;
	text-align: center;
}

.tariff-slider__cell--price .btn_service {
	padding: 7px 34px;
}

.tariff-slider__cell--order {
	margin-top: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 1034px) {
	.tariff-slider {
		display: block;
	}
}
.white-block__list {
	margin-top: 40px;
	margin-bottom: 56px;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}

@media screen and (max-width: 540px) {
	.white-block__list {
		row-gap: 18px;
	}
}
.white-block__list li {
	font-size: 18px;
	margin-bottom: 0;
}

.white-block__afterline {
	display: flex;
	flex-direction: column;
}

.white-block__afterline .mb-lg-20 > a {
	color: #1133c1;
}

.white-block__price {
	margin-top: auto;
}

@media screen and (max-width: 1439px) {
	.white-block_apps {
		padding: 30px 15px;
	}
}
.description-tags__row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.description-tags__row .tags__row-item {
	cursor: pointer;
	flex: 0 1 275px;
	max-width: 275px;
	margin: 0 10px 20px;
	padding: 10px 20px;
	color: #ffffff;
	font-weight: bold;
	transition: 0.3s ease;
	border-radius: 5px;
	text-decoration: none;
	display: none;
	text-align: center;
	background-color: #1133c1;
}

.description-tags__row .tags__row-item:nth-child(-n + 6) {
	display: block;
}

.description-tags__row.more .tags__row-item {
	display: block;
	margin: 30px auto 0;
	background: #ce4238;
	flex: 0 1 100%;
	color: #fff;
}

.anchor-links {
	padding: 100px 0;
}
@media screen and (max-width: 1034px) {
	.anchor-links {
		padding: 70px 0;
	}
}
@media screen and (max-width: 767px) {
	.anchor-links {
		padding: 20px 0;
		width: calc(100% + 6rem);
		margin-left: -3rem;
	}
}
.anchor-links__list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.anchor-links__list {
		overflow: auto;
		justify-content: flex-start;
		padding: 20px 3rem;
		flex-wrap: nowrap;
	}
}
.anchor-links__item {
	display: inline-flex;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.anchor-links__item {
		flex-shrink: 0;
	}
}
.anchor-links__link {
	color: #313131;
	font-family: Bold;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	border-radius: 50px;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
	.anchor-links__link {
		font-size: 18px;
		padding: 15px 25px;
	}
}
.anchor-links__link:hover {
	color: #fff;
	background-color: #113eda;
	text-decoration: none;
	box-shadow: none;
}

.new-cost {
	padding: 70px 0;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.new-cost {
		padding: 40px 0;
	}
}
.new-cost__title {
	text-align: center;
}
.new-cost__tabs {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.new-cost__tabs-controls {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	border-radius: 50px;
	background-color: #f8f9f7;
}
@media screen and (max-width: 767px) {
	.new-cost__tabs-controls {
		margin-bottom: 20px;
	}
}
.new-cost__tabs-control {
	background-color: transparent;
	border: none;
	color: #313131;
	font-family: Bold;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 30px;
	border-radius: 50px;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.new-cost__tabs-control {
		font-size: 18px;
		padding: 15px 25px;
		font-size: 18px;
	}
}
.new-cost__tabs-control:hover {
	color: #ce4238;
}
.new-cost__tabs-control.active {
	background-color: #ce4238;
	color: #fff;
}
.new-cost__tabs-contents {
	width: 100%;
}
.new-cost__tabs-content {
	width: 100%;
	display: none;
}
.new-cost__tabs-content.active {
	display: block;
}
.new-cost__slider-1,
.new-cost__slider-2 {
	overflow: visible;
}
.new-cost__item {
	height: auto;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.new-cost__item-title {
	text-align: center;
	color: #fff;
	font-family: Bold;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	padding: 30px;
	background-color: #ce4238;
}
@media screen and (max-width: 767px) {
	.new-cost__item-title {
		padding: 20px;
		font-size: 15px;
	}
}
.new-cost__item-content {
	flex: 1 1 auto;
	padding: 30px 50px 40px 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.new-cost__item-content {
		padding: 24px 20px;
	}
}
.new-cost__item-content ul {
	width: 100%;
	margin-bottom: 40px;
	list-style-type: none;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.new-cost__item-content ul {
		margin-bottom: 25px;
	}
}
.new-cost__item-content ul li {
	color: #313131;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	position: relative;
	padding-left: 34px;
}
@media screen and (max-width: 767px) {
	.new-cost__item-content ul li {
		font-size: 18px;
		padding-left: 24px;
	}
}
.new-cost__item-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 14px;
	height: 4px;
	background-color: #113eda;
}
@media screen and (max-width: 767px) {
	.new-cost__item-content ul li::before {
		width: 12px;
		top: 10px;
		height: 3px;
	}
}
.new-cost__item-content ul li:not(:last-child) {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.new-cost__item-content ul li:not(:last-child) {
		margin-bottom: 10px;
	}
}
.new-cost__item-content ul li:last-child {
	margin-bottom: 0;
}
.new-cost__item-content .callback-btn {
	margin-top: auto;
}

.container-full {
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.header__wrap {
	position: relative;
}

.main-nav_header,
.main-nav_header .main-nav__item {
	position: initial;
}

.main-nav_header .main-nav__item:hover .main-nav__link {
	color: #ed1d2e;
}

.main-nav_header .main-nav__item:hover .main-nav__dropdown {
	opacity: 1;
	pointer-events: initial;
	transform: translateY(calc(100% - 20px));
}

.main-nav__dropdown {
	width: 100%;
	background-color: #fff;
	padding: 50px 74px 70px 74px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 50px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.main-nav__dropdown::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-100%);
	width: 100%;
	height: 30px;
}

.main-nav__subnav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 30px;
}

.main-nav__subnav-title {
	color: #000;
	font-family: Bold;
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
}

.main-nav__subnav ul {
	padding-left: 0;
}

.main-nav__subnav ul li {
	margin-bottom: 0;
	line-height: 1;
	list-style-type: none;
	position: relative;
	padding-left: 31px;
}

.main-nav__subnav ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 16px;
	height: 5px;
	background-color: #1133c1;
}

.main-nav__subnav ul li + li {
	margin-top: 10px;
}

.main-nav__subnav ul li a {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 120%;
}

@media screen and (max-width: 1634px) {
	.main-nav_header .main-nav__item:hover .main-nav__dropdown {
		transform: translateY(100%);
	}

	.main-nav__dropdown {
		transform: translateY(calc(100% + 20px));
		display: grid;
		grid-template-columns: repeat(3, minmax(230px, 1fr));
		gap: 50px;
		padding: 50px;
	}

	.main-nav__dropdown::before {
		height: 12px;
	}
}

@media (max-width: 767.98px) {
	.work-example__header {
		padding-bottom: 0;
	}
	.work-example__stats {
		display: block;
	}
	.work-example__stats .work-example {
		height: auto !important;
	}
}

@media screen and (max-width: 1034px) {
	.tariff-table__cell {
		padding: 16px 4px;
	}
}

@media screen and (max-width: 767px) {
	.tariff-table::before {
		width: 100%;
	}

	.tariff-table .tariff-table__row:nth-child(1) {
		display: none;
	}

	.tariff-table .tariff-table__row {
		flex-direction: column;
	}

	.tariff-table__cell {
		width: 100%;
		display: flex;
		flex-direction: column;
		row-gap: 6px;
		padding: 16px;
	}

	.tariff-table__cell::before {
		content: attr(data-title);
		font-weight: 700;
	}

	.tariff-table__cell--title {
		text-align: center;
	}
}

.portfolio-list__item-text-wrapper {
	transform: translateY(0);
	filter: none;
	opacity: 1;
}

.portfolio-list__item::before {
	background-color: #000;
	opacity: 0.3;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
	filter: alpha(opacity=30);
}

.projects_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.projects_grid-btn {
	display: block;
	margin: 0 auto;
	margin-top: 70px;
}
@media (max-width: 1034px) {
	.projects_grid {
		gap: 20px;
	}
}
@media (max-width: 767px) and (min-width: 576px) {
	.portfolio-list__item-title {
		font-size: 1.5rem;
	}
	.projects_grid-btn {
		margin-top: 40px;
	}
}
@media (max-width: 576px) {
	.projects_grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
/* 
.portfolio-block.portfolio-block--10 {
	padding: 0 !important;
} */

/*div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}*/
.blog__item {
	position: relative;
}

.blog__item:not(:last-child) {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.blog__item {
		width: calc(50% - 15px);
	}
}

.blog__item:hover .blog__item-img {
	transform: scale(1.1);
}

.blog__item .block_orange-t {
	margin-top: 25px;
}

.blog__item-img-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 72%;
	position: relative;
	overflow: hidden;
}

.blog__item-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: transform 750ms ease-in-out;
}

.blog__item-body {
	border: 1px solid #cccccc;
	padding: 0 80px 65px;
}

@media (max-width: 1634.98px) {
	.blog__item-body {
		padding: 0 52px 65px;
	}
}

@media (max-width: 1034.98px) {
	.blog__item-body {
		padding: 0 32px 42px;
	}
}

.blog__item-views,
.blog__item-date {
	font-size: 18px;
	display: flex;
	align-items: center;
}

.blog__item-views:before {
	content: '';
	display: block;
	min-width: 24px;
	max-width: 24px;
	min-height: 16px;
	max-height: 16px;
	margin-right: 10px;
	background-image: url('../images/icon--eye.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width: 1035px) {
	.blog__item-date {
		margin-left: 52px;
	}
}

.blog__item-date:before {
	content: '';
	display: block;
	min-width: 24px;
	max-width: 24px;
	min-height: 24px;
	max-height: 24px;
	margin-right: 12px;
	background-image: url('../images/icon--clock.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 767.98px) {
	.blog__item-views,
	.blog__item-date {
		font-size: 16px;
	}

	.blog__item-views:before {
		min-width: 21px;
		max-width: 21px;
		min-height: 14px;
		max-height: 14px;
	}

	.blog__item-date:before {
		min-width: 21px;
		max-width: 21px;
		min-height: 21px;
		max-height: 21px;
	}
}

.blog__item-link {
	margin: 0;
}

.blog__item-link:hover,
.blog__item-link:focus {
	color: #000;
	text-decoration: none;
}

.blog__item-link:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (max-width: 767.98px) {
	.pager__item a,
	.pager__item span {
		font-size: 2rem;
	}
}

.portfolio-list__item-text-wrapper-article {
	z-index: 1;
}

.r52-a-cookies.active {
  z-index: 9999;
}