/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	   ========================================================================== */

/**
	 * Remove the margin in all browsers.
	 */

body {
	margin: 0;
}

/**
	 * Render the `main` element consistently in IE.
	 */

main {
	display: block;
}

/**
	 * Correct the font size and margin on `h1` elements within `section` and
	 * `article` contexts in Chrome, Firefox, and Safari.
	 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	   ========================================================================== */

/**
	 * 1. Add the correct box sizing in Firefox.
	 * 2. Show the overflow in Edge and IE.
	 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
	 * 1. Correct the inheritance and scaling of font size in all browsers.
	 * 2. Correct the odd `em` font sizing in all browsers.
	 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	   ========================================================================== */

/**
	 * Remove the gray background on active links in IE 10.
	 */

a {
	background-color: transparent;
}

/**
	 * 1. Remove the bottom border in Chrome 57-
	 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
	 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
	 * Add the correct font weight in Chrome, Edge, and Safari.
	 */

b,
strong {
	font-weight: bolder;
}

/**
	 * 1. Correct the inheritance and scaling of font size in all browsers.
	 * 2. Correct the odd `em` font sizing in all browsers.
	 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
	 * Add the correct font size in all browsers.
	 */

small {
	font-size: 80%;
}

/**
	 * Prevent `sub` and `sup` elements from affecting the line height in
	 * all browsers.
	 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	   ========================================================================== */

/**
	 * Remove the border on images inside links in IE 10.
	 */

img {
	border-style: none;
}

/* Forms
	   ========================================================================== */

/**
	 * 1. Change the font styles in all browsers.
	 * 2. Remove the margin in Firefox and Safari.
	 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
	 * Show the overflow in IE.
	 * 1. Show the overflow in Edge.
	 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
	 * Remove the inheritance of text transform in Edge, Firefox, and IE.
	 * 1. Remove the inheritance of text transform in Firefox.
	 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
	 * Correct the inability to style clickable types in iOS and Safari.
	 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
	 * Remove the inner border and padding in Firefox.
	 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
	 * Restore the focus styles unset by the previous rule.
	 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
	 * Correct the padding in Firefox.
	 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
	 * 1. Correct the text wrapping in Edge and IE.
	 * 2. Correct the color inheritance from `fieldset` elements in IE.
	 * 3. Remove the padding so developers are not caught out when they zero out
	 *    `fieldset` elements in all browsers.
	 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
	 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
	 */

progress {
	vertical-align: baseline;
}

/**
	 * Remove the default vertical scrollbar in IE 10+.
	 */

textarea {
	overflow: auto;
}

/**
	 * 1. Add the correct box sizing in IE 10.
	 * 2. Remove the padding in IE 10.
	 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
	 * Correct the cursor style of increment and decrement buttons in Chrome.
	 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
	 * 1. Correct the odd appearance in Chrome and Safari.
	 * 2. Correct the outline style in Safari.
	 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
	 * Remove the inner padding in Chrome and Safari on macOS.
	 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
	 * 1. Correct the inability to style clickable types in iOS and Safari.
	 * 2. Change font properties to `inherit` in Safari.
	 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	   ========================================================================== */

/*
	 * Add the correct display in Edge, IE 10+, and Firefox.
	 */

details {
	display: block;
}

/*
	 * Add the correct display in all browsers.
	 */

summary {
	display: list-item;
}

/* Misc
	   ========================================================================== */

/**
	 * Add the correct display in IE 10+.
	 */

template {
	display: none;
}

/**
	 * Add the correct display in IE 10.
	 */

[hidden] {
	display: none;
}

@font-face {
	font-family: "Golos";
	src: url("assets/fonts/Golos.eot?#iefix") format("embedded-opentype");
	src: url("assets/fonts/Golos.woff2") format("woff2");
	src: url("assets/fonts/Golos.svg#Golos") format("svg");
	src: url("assets/fonts/Golos.ttf") format("truetype");
	src: url("assets/fonts/Golos.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.parallax-slider {
	object-fit: cover;
}

#hero {
	background-color: unset;
	background-size: unset;
	background-position: unset;
	margin: 0rem;

	padding: 0rem;

	display: block;
}

#hero.banner {
	/* padding-top: 32px;
	padding-bottom: 298.5px;
	position: relative;
	z-index: 1; */
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.parallax-mirror {
	z-index: 0 !important;
}

.slick-arrow {
	box-shadow: none;
}
/* .slick-arrow.slick-disabled {
  cursor: pointer;

  filter: none;
  box-shadow: none;
} */
.slick-arrow svg {
	width: auto;
	height: auto;
}

/* обновления */

input[type="radio"]:checked + label,
input[type="radio"]:hover + label {
	color: #1a1a1a;
}

.score {
	padding: 0;
}

.score .form-group {
	position: relative;
	margin: 0;
	background: transparent;

	border: none;
	border-radius: 0;
}
.content p {
	font-size: 1rem;
}
.slick-arrow:active {
	box-shadow: unset;
}
.content ul {
	margin: 0;
}

/* обновления */

.container-fluid {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.margin {
	margin-bottom: 16px;
}

.top {
	position: absolute;
	top: 16px;
	left: 0;
	-webkit-animation: toTop 0.2s forwards;
	animation: toTop 0.2s forwards;
}

@-webkit-keyframes toTop {
	from {
		top: 16px;
	}
	to {
		top: 0px;
	}
}

@keyframes toTop {
	from {
		top: 16px;
	}
	to {
		top: 0px;
	}
}

#hero.parallax-window {
	background: transparent;
	min-height: 400px;
}

@media screen and (max-width: 1023px) {
	#hero.parallax-window {
		min-height: 900px;
	}
}

@media screen and (max-width: 757px) {
	#hero.parallax-window {
		min-height: 1000px;
	}
}

@media screen and (max-width: 599px) {
	#hero.parallax-window {
		min-height: 700px;
	}
}

.slogan__title {
	font-size: 48px;
	line-height: 58px;
	margin-top: 0;
	margin-bottom: 96px;
	word-wrap: break-word;
}

@media screen and (max-width: 1364px) {
	.slogan__title {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 1149px) {
	.slogan__title {
		font-size: 30px;
		line-height: 40px;
	}
}

@media screen and (max-width: 770px) {
	.slogan__title {
		font-size: 36px;
		line-height: 40px;
	}
}

@media screen and (max-width: 599px) {
	.slogan__title {
		font-size: 30px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 499px) {
	.slogan__title {
		font-size: 27px;
	}
}

@media screen and (max-width: 413px) {
	.slogan__title {
		font-size: 24px;
		line-height: 33px;
	}
}

.slogan__title--bold {
	font-weight: bold;
	word-wrap: break-word;
}

.slogan__title--big {
	font-size: 64px;
	line-height: 64px;
	display: inline-block;
	margin-top: 10px;
	word-wrap: break-word;
}

@media screen and (max-width: 1364px) {
	.slogan__title--big {
		font-size: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width: 770px) {
	.slogan__title--big {
		font-size: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width: 500px) {
	.slogan__title--big {
		font-size: 30px;
	}
}

@media screen and (max-width: 413px) {
	.slogan__title--big {
		font-size: 26px;
		margin-top: 0px;
	}
}

.numbers__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 500px) {
	.numbers__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.numbers-line {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1.5px;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	height: 120%;
	background-color: #e84d23;
	z-index: 1;
}

@media screen and (max-width: 500px) {
	.numbers-line-mobile {
		height: 120%;
	}
}

.numbers-card {
	max-width: 715px;
	padding-left: 24px;
	padding-top: 65px;
	padding-right: 100px;
	position: relative;
}

@media screen and (max-width: 1280px) {
	.numbers-card {
		width: calc(100% / 3);
		padding: 50px 24px 0 24px;
	}
}

@media screen and (max-width: 770px) {
	.numbers-card {
		padding: 50px 15px 0 15px;
	}
}

@media screen and (max-width: 500px) {
	.numbers-card {
		max-width: initial;
		width: 100%;
		padding: 20px 10px;
	}
}

.numbers-card__title {
	font-size: 32px;
	margin: 0;
	line-height: 28px;
	color: #e84d23;
	margin-bottom: 38px;
	padding-left: 30px;
	position: relative;
	word-wrap: break-word;
}

@media screen and (max-width: 1364px) {
	.numbers-card__title {
		font-size: 30px;
	}
}

@media screen and (max-width: 1149px) {
	.numbers-card__title {
		font-size: 27px;
	}
}

@media screen and (max-width: 500px) {
	.numbers-card__title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 374px) {
	.numbers-card__title {
		font-size: 22px;
	}
}

.numbers-card__title--bold {
	font-weight: bold;
	color: #e84d23;
	position: relative;
	z-index: 2;
}

.numbers-card__title--zoom {
	position: relative;
	z-index: 2;
	color: #e84d23;
}

.numbers-card__text {
	line-height: 24px;
	word-wrap: break-word;
}

@media screen and (max-width: 770px) {
	.numbers-card__text {
		font-size: 14px;
	}
}

.numbers-card__circle {
	position: absolute;
	top: 42%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 5%;
	background-color: #fbddd5;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	z-index: 0;
}

@media screen and (max-width: 1535px) {
	.numbers-card__circle {
		top: 44%;
	}
}

@media screen and (max-width: 500px) {
	.numbers-card__circle-mobile {
		width: 61px;
		height: 61px;
	}
}

@-webkit-keyframes circle {
	from {
		width: 0px;
		height: 0px;
	}
	to {
		width: 61px;
		height: 61px;
	}
}

@keyframes circle {
	from {
		width: 0px;
		height: 0px;
	}
	to {
		width: 61px;
		height: 61px;
	}
}

@-webkit-keyframes circleback {
	from {
		width: 61px;
		height: 61px;
	}
	to {
		width: 0px;
		height: 0px;
	}
}

@keyframes circleback {
	from {
		width: 61px;
		height: 61px;
	}
	to {
		width: 0px;
		height: 0px;
	}
}

@-webkit-keyframes line {
	from {
		height: 120%;
	}
	to {
		height: 75%;
	}
}

@keyframes line {
	from {
		height: 120%;
	}
	to {
		height: 75%;
	}
}

@-webkit-keyframes lineback {
	from {
		height: 75%;
	}
	to {
		height: 120%;
	}
}

@keyframes lineback {
	from {
		height: 75%;
	}
	to {
		height: 120%;
	}
}

.slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: hidden;
}

.slider__wrapper {
	overflow-x: hidden;
	margin-bottom: 112px;
	padding-top: 160px;
	background-color: #ffffff;
	z-index: 1;
}

@media screen and (max-width: 1364px) {
	.slider__wrapper {
		padding-top: 120px;
	}
}

@media screen and (max-width: 770px) {
	.slider__wrapper {
		padding-top: 100px;
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 500px) {
	.slider__wrapper {
		padding-top: 50px;
		margin-bottom: 50px;
	}
}

.slider__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 64px;
}

@media screen and (max-width: 500px) {
	.slider__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px;
	}
}

.slider__title {
	margin: 0;
	font-size: 40px;
	line-height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	width: auto;
	-webkit-animation: cardchange 4s;
	animation: cardchange 4s;
}

@media screen and (max-width: 1364px) {
	.slider__title {
		font-size: 34px;
		line-height: 40px;
	}
}

@media screen and (max-width: 770px) {
	.slider__title {
		font-size: 33px;
		line-height: 40px;
	}
}

@media screen and (max-width: 500px) {
	.slider__title {
		font-size: 26px;
		margin-bottom: 20px;
		margin-right: 0;
	}
}

@media screen and (max-width: 374px) {
	.slider__title {
		font-size: 23px;
		line-height: 34px;
	}
}

.slider__title--bold {
	font-weight: bold;
}

.slider-card {
	margin-right: 32px;
	width: 327px;
	max-width: 93%;
	min-height: 368px;
	height: 100%;
	position: relative;
	/* padding: 30px 24px; */
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	/*  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center; */
	/* align-items: center; */
	/* -ms-flex-negative: 0;
  flex-shrink: 0; */
	-webkit-transform: skewX(0deg);
	transform: skewX(0deg);
	will-change: transform;
	/* contain: strict; */
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width: 1280px) {
	.slider-card {
		min-height: initial;
		height: 350px;
		overflow-y: hidden;
	}
}

@media screen and (max-width: 500px) {
	.slider-card {
		margin-right: 10px;
		max-width: 100%;
	}
}

.anim_card {
	padding: 30px 24px;
	/* background-image: url(../i/icon/back.svg); */
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--light);
	transform: translateY(100%);
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	transition: 0.5s cubic-bezier(0.21, 1.03, 0.7, 1) all;
}

/* .slider-card:hover .slider-back {
  opacity: 1;
  visibility: visible;
} */

.slider-card:hover .anim_card {
	transform: translateY(0);
	transition: 0.5s cubic-bezier(0.21, 1.03, 0.7, 1) all;
}

/* .slider-card:hover .slider-card__text {
  display: block;
} */

/* .slider-card:hover .button1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

.slider-card:hover .slider-card__title {
	opacity: 0;
	transition: 0.5s cubic-bezier(0.21, 1.03, 0.7, 1) all;
}

.slider-card::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(25, 2, 2, 0.52);
	z-index: -2;
}

.slider-card > picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -2;
}

.slider-card > picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.slider-card > picture source {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* .slider-card__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  word-wrap: break-word;
  overflow-x: hidden;
} */

.slider-card__title {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 24px;
	display: block;
	width: 100%;
	text-align: left;
	overflow-wrap: break-word;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	word-wrap: break-word;
	padding: 30px 24px;
}

.slider-card__title--anim {
	color: #1a1a1a;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 24px;
}

.slider-card__text {
	line-height: 24px;
	/* display: none; */
	margin-bottom: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.slider-card .button1 {
	margin-bottom: 0;
	max-width: 212px;
	margin: 0 auto;
	/* display: none; */
}

.slider-back {
	border: 1px solid var(--light);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--light);
	z-index: -1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.slider-back__img {
	width: 90%;
	margin-top: 70px;
	margin-left: 10px;
	display: inline-block;
}

.slider__arrows {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-prev,
.slider-next {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid var(--light);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: background-color 1s ease;
	transition: background-color 1s ease;
	overflow: hidden;
}

@media screen and (max-width: 770px) {
	.slider-prev,
	.slider-next {
		width: 50px;
		height: 50px;
	}
}

.slider-prev > svg path,
.slider-next > svg path {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.slider-prev::after,
.slider-next::after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #e84d23;
	z-index: -1;
}

.slider-prev:hover::after,
.slider-next:hover::after {
	display: block;
	z-index: 2;
}

.slider-prev:hover > svg path,
.slider-next:hover > svg path {
	stroke: #ffffff;
}

.slider-prev {
	/* -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); */
	margin-right: 24px;
	position: relative;
	filter: none !important;
}

.slider-prev svg {
	transform: rotate(180deg);
}

.slider-prev::after {
	-webkit-animation: scale forwards 0.3s;
	animation: scale forwards 0.3s;
}

.slider-next {
	margin-right: 0;
	position: relative;
}

.slider-prev > svg {
	z-index: 3;
}

.slider-next > svg {
	z-index: 2;
}

.slider-next:hover::after {
	display: block;
	z-index: 1;
}

.slider-next::after {
	-webkit-animation: scaleNext forwards 0.3s;
	animation: scaleNext forwards 0.3s;
}

.slick-track {
	height: 100%;
}

@-webkit-keyframes scale {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes scaleNext {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleNext {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.team {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 767px) {
	.team {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 700px) {
	.team {
		padding: 0;
	}
}

.team-about {
	width: 50%;
	background-color: var(--light);
	padding-top: 126px;
	padding-bottom: 126px;
	padding-right: 50px;
	position: relative;
}
.team-about ul {
	width: 70%;
}
.team-about ul li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}
.team-about ul li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 15px;
	background: url(../i/icons/check.svg) no-repeat center;
}

@media screen and (max-width: 1279px) {
	.team-about {
		padding-bottom: 70px;
	}
	.team-about ul {
		width: 100%;
	}
}

@media screen and (max-width: 1149px) {
	.team-about {
		width: 64%;
		padding-top: 71px;
		padding-bottom: 126px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	.team-about {
		width: 100%;
	}
	.team-about ul {
		width: 67%;
	}
}

@media screen and (max-width: 770px) {
	.team-about {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 700px) {
	.team-about {
		padding: 30px 2rem;
	}
}

@media screen and (max-width: 499px) {
	.team-about {
		padding: 30px 1rem;
	}
}

.team-about::before {
	content: "";
	position: absolute;
	top: 0;
	left: -500%;
	z-index: 0;
	width: 500%;
	height: 100%;
	background-color: var(--light);
}

@media screen and (max-width: 500px) {
	.team-about::before {
		display: none;
	}
}

.team-about--bold {
	font-weight: bold;
}

.team-about__title {
	font-size: 40px;
	line-height: 48px;
	margin: 0;
	margin-bottom: 64px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.team-about__title > span {
	display: block;
}

@media screen and (max-width: 1365px) {
	.team-about__title {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.team__img {
		position: absolute;
		top: 116px;
		left: -45px;
	}
}

@media screen and (max-width: 770px) {
	.team-about__title {
		font-size: 33px;
		line-height: 40px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 500px) {
	.team-about__title {
		font-size: 26px;
	}
}

@media screen and (max-width: 374px) {
	.team-about__title {
		font-size: 23px;
		line-height: 34px;
	}
}

.team-about__text {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 33px;
	margin-right: 102px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

@media screen and (max-width: 1149px) {
	.team-about__text {
		font-size: 16px;
	}
}

@media screen and (max-width: 770px) {
	.team-about__text {
		font-size: 16px;
	}
}

@media screen and (max-width: 359px) {
	.team-about__text {
		margin-right: 40px;
	}
}

.team-about__list {
	margin-bottom: 64px;
	margin-right: 102px;
}

@media screen and (max-width: 499px) {
	.team-about__list {
		margin-right: 56px;
	}
}
@media screen and (max-width: 413px) {
	.team-about__list {
		margin-right: 66px;
	}
}

.team-about__item {
	margin-bottom: 20px;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

@media screen and (max-width: 770px) {
	.team-about__item {
		font-size: 14px;
	}
}

.team-about__item::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	background: url(../i/icons/mark.svg) no-repeat center/cover;
	width: 20px;
	height: 21px;
}

.team-about .button1 {
	width: 350px;
}

@media screen and (max-width: 770px) {
	.team-about .button1 {
		width: 317px;
	}
}

@media screen and (max-width: 359px) {
	.team-about .button1 {
		width: 242px;
	}
}

.team__right {
	position: relative;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media screen and (max-width: 767px) {
	.team__right {
		width: 100%;
		padding-bottom: 414px;
	}
}

@media screen and (max-width: 770px) {
	.team__right {
		padding-bottom: 160px;
	}
}

@media screen and (max-width: 750px) {
	.team__right {
		position: absolute;
		top: 15%;
		right: 0;
		padding: 0;
	}
}

@media screen and (max-width: 374px) {
	.team__right {
		top: 13%;
	}
}

@media screen and (max-width: 359px) {
	.team__right {
		top: 21%;
	}
}

.team__img {
	position: absolute;
	top: 185px;
	left: -45px;
}

@media screen and (max-width: 1279px) {
	.team__img {
		left: -66px;
	}
}

@media screen and (max-width: 1149px) {
	.team__img {
		left: -45px;
	}
}

@media screen and (max-width: 1023px) {
	.team__img {
		left: 0;
	}
}

@media screen and (max-width: 770px) {
	.team__img {
		width: 250px;
	}
}

@media screen and (max-width: 750px) {
	.team__img {
		width: 153px;
		position: relative;
	}
}

@media screen and (max-width: 499px) {
	.team__img {
		width: 120px;
	}
}

@media screen and (max-width: 359px) {
	.team__img {
		width: 106px;
	}
}

.team__logo {
	text-align: right;
	width: 85%;
	margin-top: 126px;
	margin-left: auto;
	margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
	.team__logo {
		display: none;
	}
}

.team-city {
	width: 80%;
	margin-left: auto;
	min-height: 385px;
	background: url(../i/city-bg.png) no-repeat center/cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media screen and (max-width: 1149px) {
	.team-city {
		width: 80%;

		min-height: 315px;
	}
}

@media screen and (max-width: 1023px) {
	.team-city {
		min-height: 385px;
		margin-top: 17rem;
	}
}

@media screen and (max-width: 766px) {
	.team-city {
		margin-top: 0rem;
	}
}

@media screen and (max-width: 766px) {
	.team-city {
		display: none;
	}
}

.team-city__text {
	padding-top: 32px;
	padding-bottom: 32px;
	padding-right: 27px;
	padding-left: 30%;
	background-color: rgba(255, 255, 255, 0.41);
	border: 1px solid #dedede;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
}

@media screen and (max-width: 1149px) {
	.team-city__text {
		padding-top: 32px;
		padding-bottom: 32px;
		padding-right: 11px;
		padding-left: 47%;
		font-size: 14px;
	}
}

@media screen and (max-width: 1023px) {
	.team-city__text {
		padding-top: 32px;
		padding-bottom: 32px;
		padding-right: 27px;
		padding-left: 10%;
		font-size: 16px;
	}
}

@media screen and (max-width: 766px) {
	.team-city__text {
		padding-top: 32px;
		padding-bottom: 32px;
		padding-right: 27px;
		padding-left: 35%;
		font-size: 16px;
	}
}

@media screen and (max-width: 500px) {
	.team-city__text {
		padding: 20px;
		font-size: 16px;
	}
}

.team-city--bold {
	font-weight: bold;
}

.why {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	padding: 0 3rem 0 0;
	margin: 0;
	max-width: 1715px;
}

@media screen and (max-width: 499px) {
	.why {
		flex-direction: column;
		padding: 0 0rem 0 0;
		margin: 0;
		max-width: 1715px;
		margin-top: 3rem;
	}
}

.why__left {
	width: calc(50% + 110px);
	position: relative;
	min-height: 72rem;
}

@media screen and (max-width: 1900px) {
	.why__left {
		width: calc(50% + 40px);
	}
}

@media screen and (max-width: 1600px) {
	.why__left {
		width: calc(50% + 53px);
		min-height: 69rem;
	}
}

@media screen and (max-width: 1439px) {
	.why__left {
		width: calc(50% + 36px);
		min-height: 79rem;
	}
}

@media screen and (max-width: 1149px) {
	.why__left {
		width: calc(54% + 37px);
		min-height: 44rem;
	}
}

@media screen and (max-width: 1023px) {
	.why__left {
		margin-top: 12rem;
		min-height: 38rem;
	}
}

@media screen and (max-width: 767px) {
	.why__left {
		margin-top: 10rem;
		min-height: 38rem;
	}
}

@media screen and (max-width: 599px) {
	.why__left {
		margin-top: 17rem;
		min-height: 33rem;
	}
}

@media screen and (max-width: 499px) {
	.why__left {
		margin-top: 1rem;
		min-height: 20rem;
		width: 100%;
		order: 2;
	}
}

.why__img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: none;
}

.why__img--anim {
	opacity: 1;
}

.why__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.why__img source {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.why__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	cursor: pointer;
}

.why__overlay path {
	height: 100%;
	width: 100%;
}

.why__right {
	width: 50%;
	padding-top: 112px;
	padding-left: 112px;
	padding-bottom: 112px;
	z-index: 1;
}

@media screen and (max-width: 1300px) {
	.why__right {
		width: 50%;
		padding-top: 81px;
		padding-left: 46px;
		padding-bottom: 64px;
		z-index: 1;
	}
}

@media screen and (max-width: 1149px) {
	.why__right {
		width: 41%;
		padding-top: 81px;
		padding-left: 20px;
		padding-bottom: 45px;
		z-index: 1;
	}
}

@media screen and (max-width: 764px) {
	.why__right {
		padding: 42px 12px 12px;
	}
}

@media screen and (max-width: 499px) {
	.why__right {
		padding: 0 1rem;
		width: 100%;
		order: 1;
	}
}

.why__title {
	font-size: 40px;
	line-height: 48px;
	margin: 0;
	margin-bottom: 64px;
	display: block;
}

@media screen and (max-width: 1364px) {
	.why__title {
		font-size: 33px;
		line-height: 40px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1023px) {
	.why__title {
		font-size: 33px;
		line-height: 40px;
		margin-bottom: 41px;
		margin-left: -26rem;
	}
}

@media screen and (max-width: 767px) {
	.why__title {
		font-size: 27px;
		line-height: 40px;
		margin-bottom: 41px;
		margin-left: -20rem;
	}
}

@media screen and (max-width: 599px) {
	.why__title {
		font-size: 27px;
		line-height: 40px;
		margin-bottom: 41px;
		margin-left: -20rem;
	}
}

@media screen and (max-width: 499px) {
	.why__title {
		font-size: 26px;
		margin-left: 0rem;
	}
}

@media screen and (max-width: 374px) {
	.why__title {
		font-size: 23px;
		line-height: 34px;
	}
}

.why__title--bold {
	font-weight: bold;
	display: block;
}

.why__include {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	color: #e84d23;
	margin-left: 40px;
	padding-left: 10px !important;
	margin-bottom: 16px !important;
	display: inline-block;
	list-style-type: none;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

@media screen and (max-width: 599px) {
	.why__include {
		margin-left: 33px;
		padding-left: 0px !important;
		margin-bottom: 6px !important;
	}
}

.why__include::before {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	left: -165px !important;
	width: 165px !important;
	height: 2px !important;
	z-index: -1;
	background: #e84d23 !important;
}

@media screen and (max-width: 599px) {
	.why__include::before {
		left: -115px !important;
		width: 92px !important;
	}
}

.why__text {
	line-height: 24px;
	margin-bottom: 40px;
	display: none;
}

.why__text:first-child {
	display: block;
}

@media screen and (max-width: 770px) {
	.why__text {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	.why__text {
		margin-bottom: 20px;
	}
}

.why__list {
	margin-bottom: 64px;
}

@media screen and (max-width: 1149px) {
	.why__list {
		margin-bottom: 38px;
	}
}

@media screen and (max-width: 500px) {
	.why__list {
		margin-bottom: 20px;
	}
}

.why__item {
	list-style-type: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 40px;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}

@media screen and (max-width: 1149px) {
	.why__item {
		margin-bottom: 22px;
	}
}

.why__item::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 15px;
	background: url(../i/icons/check.svg) no-repeat center;
}

@media screen and (max-width: 770px) {
	.why__item {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.why__item {
		margin-bottom: 12px;
		padding-left: 33px;
		font-size: 14px;
		line-height: 22px;
	}
}

/* @media screen and (max-width: 500px) {
  .why__item {
    margin-bottom: 20px;
  }
} */

.why .button1 {
	width: 300px;
}

.button1:focus,
.button1:active {
	color: #fff;
}

@media screen and (max-width: 764px) {
	.why .button1 {
		width: 212px;
	}
}

@media screen and (max-width: 499px) {
	.why .button1 {
		width: 268px;
	}
}

.proc {
	width: 100%;
	padding: 0;
	background-color: #f9f9f9;
	padding-top: 112px;
	padding-bottom: 164px;
}

@media screen and (max-width: 1439px) {
	.proc {
		padding-bottom: 40px;
	}
	.clients {
		padding-top: 70px;
	}
}

@media screen and (max-width: 1364px) {
	.proc {
		padding-top: 60px;
	}
	.clients {
		padding: 0;
		padding-top: 60px;
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 1024px) {
	.proc {
		display: none;
	}
}

.proc .container {
	position: relative;
}

.proc__icon {
	position: absolute;
	top: 0;
	right: 20px;
}

.proc__title {
	font-size: 40px;
	line-height: 48px;
	margin: 0;
	margin-bottom: 56px;
}

@media screen and (max-width: 1364px) {
	.proc__title {
		font-size: 34px;
		line-height: 40px;
	}
}
.proc__title--bold {
	font-weight: bold;
	display: block;
}

.proc__content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.proc__left {
	width: 25%;
}

@media screen and (max-width: 1279px) {
	.proc__left {
		width: 30%;
	}
}

.proc__right {
	width: 25%;
}

@media screen and (max-width: 1279px) {
	.proc__right {
		width: 30%;
	}
}

.proc__center {
	width: 50%;
	height: 500px;
	position: relative;
}

@media screen and (max-width: 1279px) {
	.proc__center {
		width: 40%;
	}
}

.proc__center > img {
	max-width: 146%;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: -109px;
	left: -38%;
	pointer-events: none;
	max-height: none;
	transition: opacity 0.1s ease-in-out;
}

@media screen and (max-width: 1919px) {
	.proc__center > img {
		top: -99px;
	}
}

@media screen and (max-width: 1439px) {
	.proc__center > img {
		max-width: 145%;
		top: -88px;
		left: -34%;
	}
}
@media screen and (max-width: 1439px) {
	.proc__center > img {
		max-width: 141%;
		top: 40px;
		left: -29%;
	}
}

@media screen and (max-width: 1279px) {
	.proc__center > img {
		max-width: 145%;
		top: 35px;
		left: -34%;
	}
}

.proc-block {
	margin-bottom: 41px;
}

.proc-block__title {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 16px;
	cursor: pointer;
	margin: 2rem 0 1rem;
}

.proc-block__title--active {
	color: #e84d23;
}

.proc-block__text {
	line-height: 24px;
}

.proc-img {
	display: none;
}

/* @media screen and (max-width: 1280px) {
  .proc-img:first-child {
    top: -100px;
  }
} */

.proc-img:nth-child(4) {
	display: block;
}

/* @media screen and (max-width: 1280px) {
  .proc-img:nth-child(4) {
    top: -100px;
  }
}

@media screen and (max-width: 1280px) {
  .proc-img:nth-child(2) {
    top: 50px;
  }
}

@media screen and (max-width: 1280px) {
  .proc-img:nth-child(3) {
    top: 140px;
  }
}

@media screen and (max-width: 1280px) {
  .proc-img:nth-child(5) {
    top: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .proc-img:nth-child(6) {
    top: 150px;
  }
} */

.clients {
	padding: 0;
	padding-top: 112px;
	padding-bottom: 112px;
}

@media screen and (max-width: 1364px) {
	.clients {
		padding: 0;
		padding-top: 60px;
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 770px) {
	.clients {
		padding-top: 80px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.clients {
		padding-top: 50px;
		padding-bottom: 50px;
		overflow: hidden;
	}
}

.clients__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.clients__title {
	font-size: 40px;
	line-height: 48px;
	margin: 0;
	margin-bottom: 64px;
}

@media screen and (max-width: 1364px) {
	.clients__title {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 770px) {
	.clients__title {
		font-size: 33px;
		line-height: 40px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 500px) {
	.clients__title {
		font-size: 26px;
	}
}

@media screen and (max-width: 374px) {
	.clients__titl {
		font-size: 23px;
		line-height: 34px;
	}
}

.clients__title--bold {
	font-weight: bold;
	display: block;
}

.clients__arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.clients__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 767px) {
	.clients__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.clients-slider {
	background-color: #fff;

	position: relative;
	z-index: -1;
	opacity: 0;
	position: absolute;
	width: 100%;
}
.clients-slider.active {
	position: relative;
	z-index: 3;

	opacity: 1;
}
.tabs_cont_prog {
	position: relative;
	width: 70%;
}

@media screen and (max-width: 1279px) {
	.tabs_cont_prog {
		width: 60%;
	}
}

@media screen and (max-width: 1023px) {
	.tabs_cont_prog {
		width: 50%;
	}
}

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

.clients-slider__inner {
	width: 100%;
	height: 400px;
	margin-top: 11px;
	-webkit-box-shadow: 11px -11px var(--light);
	box-shadow: 11px -11px var(--light);
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	cursor: pointer;
}

@media screen and (max-width: 1364px) {
	.clients-slider__inner {
		height: 300px;
	}
}

@media screen and (max-width: 1023px) {
	.clients-slider__inner {
		height: 438px;
	}
}

.clients-slider__inner:hover::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	background-color: rgba(25, 2, 2, 0.52);
}

.clients-slider__inner:hover .screen-show {
	display: block !important;
}

.clients-slider__inner:hover .play path:last-child {
	fill: #e84d23;
}

.clients-slider__inner > video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
}

.clients-slider__title {
	font-size: 18px;
	line-height: 24px;
	color: #1a1a1a;
	font-weight: bold;
	display: block;
	margin-top: 21px;
	margin-bottom: 12px;
}

.clients-slider__card {
	margin-right: 32px;
	max-width: 30%;
}

@media screen and (max-width: 1279px) {
	.clients-slider__card {
		max-width: 45%;
	}
}

@media screen and (max-width: 1023px) {
	.clients-slider__card {
		max-width: 100%;
		margin-right: 0;
	}
}

.clients-slider__video {
	/* width: 100%; */
}

.swiper-wrapper {
	transition-property: transform;
	box-sizing: border-box;
}

.wrapper-slide {
	display: flex;
}

.screen-wrap {
	width: 100%;
	height: 100%;

	position: relative;
}

.screen {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.screen-show {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	display: none !important;
}

.letter {
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}

.block {
	display: block !important;
}

.transp::after {
	background: transparent !important;
}

.play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	z-index: 1;
}

.clients-feedback {
	padding-right: 67px;
	width: 30%;
}

@media screen and (max-width: 1279px) {
	.clients-feedback {
		width: 40%;
	}
}

@media screen and (max-width: 1023px) {
	.clients-feedback {
		width: 50%;
	}
}

@media screen and (max-width: 599px) {
	.clients-feedback {
		width: 100%;
	}
}

@media screen and (max-width: 770px) {
	.clients-feedback {
		padding-right: 20px;
	}
}

.clients-feedback__item {
	cursor: pointer;
}

.clients-feedback__list {
	margin-bottom: 34px;
}

.clients-feedback__btn {
	line-height: 28px;
	display: inline-block;
	border-bottom: 1px solid transparent;
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #7f7f80;
	color: #1a1a1a;
}

@media screen and (max-width: 770px) {
	.clients-feedback__btn {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

.clients-feedback__btn:hover {
	border-bottom: 1px solid #e84d23;
	color: #e84d23;
}

.clients-feedback__btn:hover::before {
	content: "";
	position: absolute;
	width: 500%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #e84d23;
	height: 2px;
	left: -505%;
	z-index: 0;
}

.clients-feedback__btn:hover::after {
	content: "";
	position: absolute;
	width: 500%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #e84d23;
	height: 2px;
	right: -505%;
	z-index: 0;
}

.clients-feedback__btn--active {
	border-bottom: 1px solid #e84d23;
	color: #e84d23;
}

.clients-feedback__btn--active::before {
	content: "";
	position: absolute;
	width: 500%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #e84d23;
	height: 2px;
	left: -505%;
	z-index: 0;
}

.clients-feedback__btn--active::after {
	content: "";
	position: absolute;
	width: 500%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #e84d23;
	height: 2px;
	right: -505%;
	z-index: 0;
}

.clients-feedback .button1 {
	width: 292px;
	margin-top: 0;
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.clients-feedback .button1 {
		width: 205px;
	}
}

.score .container {
	padding-right: 0;
}

.score__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media screen and (max-width: 767px) {
	.score__wrapper {
		flex-direction: column;
	}
}

.score__left {
	min-height: 750px;
	background-color: var(--light);
	width: 50%;
	position: relative;
	padding-top: 112px;
	padding-bottom: 159px;
}

@media screen and (max-width: 1364px) {
	.score__left {
		width: 100%;
		min-height: auto;
		/* padding-left: 20px; */
		padding-bottom: 75px;

		padding-top: 80px;
	}
}

@media screen and (max-width: 770px) {
	.score__left {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.score__left {
		min-height: 40rem;
	}
}

@media screen and (max-width: 499px) {
	.score__left {
		min-height: 36rem;
	}
}

.score__left::before {
	content: "";
	position: absolute;
	width: 500%;
	top: 0;
	left: -500%;
	height: 100%;
	background-color: var(--light);
	z-index: 0;
}

.score__title {
	font-size: 40px;
	line-height: 48px;
	margin: 0;
	margin-right: 32px;
	margin-bottom: 80px;
}

@media screen and (max-width: 1364px) {
	.score__title {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 770px) {
	.score__title {
		font-size: 33px;
		line-height: 40px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 500px) {
	.score__title {
		font-size: 26px;
	}
}

@media screen and (max-width: 374px) {
	.score__title {
		font-size: 23px;
		line-height: 34px;
	}
}

.score__title--bold {
	font-weight: bold;
	display: block;
}

.score-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.score-question {
	margin-right: 32px;
	display: none;
}

.score-question__title {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	display: inline-block;
}

@media screen and (max-width: 770px) {
	.score-question__title {
		font-size: 16px;
	}
}

.score-question__text {
	margin: 0;
	line-height: 24px;
	margin-bottom: 32px;
}

@media screen and (max-width: 770px) {
	.score-question__text {
		font-size: 14px;
	}
}

.score-question__radios {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr);
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 33px;
}

@media screen and (max-width: 500px) {
	.score-question__radios {
		-webkit-column-gap: 10px;
		column-gap: 10px;
	}
}

.score-question__radios--col {
	-ms-grid-columns: (1fr);
	grid-template-columns: repeat(2, 1fr);
}

.score-question__radios--col1 {
	-ms-grid-columns: (1fr);
	grid-template-columns: repeat(1, 1fr);
}

.score-question__radio {
	display: none;
}

.score-question sup {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.score-question__label,
input[type="radio"] + label {
	line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
input[type="radio"] + label::before {
	content: none;
}
input[type="radio"]:checked + label::after {
	content: none;
}
input[type="radio"] + label {
	position: relative;
	padding-left: 0rem;
}

@media screen and (max-width: 500px) {
	.score-question__label {
		font-size: 14px;
	}
}

.score-question__label:hover {
	color: #e84d23;
}

.score-question__label:hover sup {
	color: #e84d23;
}

.score-question__label > svg {
	display: inline-block;
	margin-right: 8px;
}

.score-question__mark {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 27px;
	height: 27px;
	border: 1px solid #7f7f80;
	border-radius: 50%;
	margin-right: 16px;
}

.score__button--left > svg {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	margin-right: 16px;
	margin-left: 0;
}

.score__button--left:hover > svg {
	-webkit-transform: scale(-1, 1) !important;
	transform: scale(-1, 1) !important;
}

.score__button--left:last-child {
	padding: 19px 24px;
}

.score__arrow {
	position: static !important;
	margin-left: 16px;
	display: inline-block;
}

@media screen and (max-width: 500px) {
	.score__arrow {
		display: none;
	}
}

.score__arrow path {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.score__right {
	width: 50%;
	padding-top: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 1280px) {
	.score__right {
		width: 100%;
		padding-top: 80px;
	}
}

@media screen and (max-width: 770px) {
	.score__right {
		padding-top: 50px;
	}
}

.score-comp {
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

@media screen and (max-width: 767px) {
	.score-comp {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 241px;
	}
}

@media screen and (max-width: 499px) {
	.score-comp {
		height: 200px;
	}
}

.telegram {
	width: 26px;
	height: 26px;
}

.viber {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 24px;
	height: 24px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: #7360f2;
	margin-right: 8px;
}

.viber > svg {
	width: 16px;
	height: 16px;
}

.mark-active {
	position: relative;
}

.mark-active::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 9px;
	height: 9px;
	background-color: #e84d23;
	border-radius: 50%;
}

.score-desc {
	margin: 0;
	margin-left: 48px;
	padding-left: 23px;
	border-left: 2px solid #e84d23;
	margin-bottom: 63px;
	position: relative;
}

@media screen and (max-width: 1279px) {
	.score-desc {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 500px) {
	.score-desc {
		margin-left: 23px;
	}
}

.score-desc__title {
	font-size: 24px;
	line-height: 32px;
	margin: 0;
	margin-bottom: 24px;
}

@media screen and (max-width: 499px) {
	.score-desc__title {
		font-size: 16px;
	}
}

.score-desc__title--bold {
	font-weight: bold;
	display: block;
}

.score-desc__subtitle {
	font-size: 16px;
	line-height: 24px;
}

.score-desc__subtitle--bold {
	display: block;
	font-weight: bold;
}

.score-desc__image {
	position: relative;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 1280px) {
	.score-desc__image {
		height: 300px;
	}
}

.score-desc__img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0;
	display: none;
}

.score-desc__img > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.score-desc__img > source {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.score-desc__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.long-arrow {
	position: absolute;
	bottom: -140px;
	left: -170px;
}

@media screen and (max-width: 1280px) {
	.long-arrow {
		display: none;
	}
}

.score-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 48px;
	margin-right: 40px;
	display: none;
}

.score-form__title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 52px;
}

@media screen and (max-width: 1279px) {
	.score-form__title {
		margin-bottom: 30px;
	}
}

.score-form__title--bold {
	display: block;
	font-weight: bold;
}

.score-form__input {
	border: none;
	border-bottom: 1px solid #999999;
	margin-bottom: 36px;
	padding-bottom: 20px;
	outline: none;
	width: 100%;
}

@media screen and (max-width: 1279px) {
	.score-form__input {
		margin-bottom: 20px;
	}
}

.score-form__input:hover,
.score-form__input:focus {
	border-bottom: 1px solid #e84d23;
}

.score-form .button1 {
	margin-top: 30px;
	margin-bottom: 31px;
}

@media screen and (max-width: 1279px) {
	.score-form .button1 {
		margin-top: 12px;
		margin-bottom: 25px;
	}
}

.score-form__agree {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 64px;
	max-width: 520px;
	line-height: 22px;
}

.score-form__agree > svg {
	display: inline-block;
	margin-right: 10px;
}

/*# sourceMappingURL=style.css.map */
