@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap");

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure,
form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
sel ect {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
html,
input,
select,
textarea {
  color: #222;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0;
}

.crm-block .b-pure-content div {
  text-align: center;
}

.crm-block .b-pure-content div p {
  text-align: inherit;
}

.crm-block .b-pure-content * {
  font-family: Manrope;
}

.crm-block .b-pure-content .b-button {
  color: #fff;
}

.site-map {
  margin-top: 3.2rem;
}

@media (max-width:480px) {
  .site-map {
    margin-top: 2.3rem;
  }
}

.site-map__wrap {
  margin-top: 4rem;
  margin-bottom: 10rem;
}

@media (max-width:1024px) {
  .site-map__wrap {
    margin-bottom: 5rem;
    margin-top: 3rem;
  }
}

@media (max-width:480px) {
  .site-map__wrap {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}

.site-map__wrap:last-child {
  margin-bottom: 0;
}

.site-map__category_name a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #000;
  text-decoration: none;
}

@media (max-width:480px) {
  .site-map__category_name a {
    font-size: 20px;
  }
}

.site-map__category_name a:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width:480px) {
  .site-map__category_name.trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .site-map__category_name.trigger:after {
    content: "";
    margin-top: -4px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    transform: rotate(45deg);
    transition: transform .3s;
  }
}

.site-map__category_name.trigger a:hover {
  text-decoration: none;
  cursor: default;
}

.site-map__category {
  margin-top: 4rem;
  max-width: 172rem;
  columns: 4;
}

@media (max-width:1515px) {
  .site-map__category {
    max-width: 100%;
  }
}

@media (max-width:1024px) {
  .site-map__category {
    columns: 2;
    margin-top: 2rem;
  }
}

@media (max-width:480px) {
  .site-map__category {
    columns: unset;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s;
  }

  .site-map__category:before {
    content: "";
    height: 2rem;
    width: 100%;
    display: block;
  }
}

@media (max-width:480px) {
  .site-map__wrap.active .site-map__category_name.trigger:after {
    transform: rotate(-135deg);
  }
}

@media (max-width:480px) {
  .site-map__wrap.active .site-map__category {
    max-height: var(--elH);
  }
}

.site-map__category.cols3 {
  columns: 3;
  max-width: 129rem;
}

@media (max-width:1515px) {
  .site-map__category.cols3 {
    max-width: 100%;
  }
}

@media (max-width:1024px) {
  .site-map__category.cols3 {
    columns: 2;
  }
}

@media (max-width:480px) {
  .site-map__category.cols3 {
    columns: unset;
  }
}

.site-map__category_link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #a50f2d;
  text-decoration: none;
}

@media (max-width:480px) {
  .site-map__category_link {
    font-size: 16px;
  }
}

.site-map__category_link:hover {
  text-decoration: underline;
}

.site-map__category_item {
  margin-bottom: 3.2rem;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
}

@media (max-width:1024px) {
  .site-map__category_item {
    margin-bottom: 2rem;
  }
}

.site-map__category_sublinks {
  margin-top: 1.6rem;
}

@media (max-width:480px) {
  .site-map__category_sublinks {
    margin-top: 5px;
  }
}

.site-map__category_sublinks a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0;
  text-align: left;
  color: #000;
  text-decoration: none;
  margin-bottom: .4rem;
}

@media (max-width:480px) {
  .site-map__category_sublinks a {
    margin-top: 4px;
    font-size: 14px;
  }
}

.site-map__category_sublinks a:last-child {
  margin-bottom: 0;
}

.site-map__category_sublinks a:hover {
  text-decoration: underline;
}

.catalog.vacancies {
  padding: 0 20.5rem;
}

@media (max-width:1920px) {
  .catalog.vacancies {
    padding-left: 0;
  }
}

@media (max-width:1515px) {
  .catalog.vacancies {
    padding-right: 0;
  }
}

@media (max-width:1024px) {
  .catalog.vacancies .catalog-content {
    padding-left: 2rem;
  }
}

@media (max-width:480px) {
  .catalog.vacancies .catalog-content {
    padding-left: 2.5rem;
  }
}

.catalog__vacancies {
  padding-right: 20.5rem;
  margin-top: 2rem;
}

@media (max-width:1920px) {
  .catalog__vacancies {
    padding-right: 0;
  }
}

@media (max-width:480px) {
  .catalog__vacancies {
    margin-top: 1rem;
  }
}

.vacancy__block {
  background: #fff;
  padding: 2.4rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 20rem;
  margin-bottom: 2rem;
}

@media (max-width:1024px) {
  .vacancy__block {
    position: relative;
    min-height: 20rem;
    height: unset;
  }
}

@media (max-width:480px) {
  .vacancy__block {
    flex-direction: column;
    padding: 3.4rem 3rem;
    margin-bottom: 2rem;
  }
}

.vacancy__block>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width:480px) {
  .vacancy__block>div {
    justify-content: flex-start;
    gap: 0;
  }
}

@media (max-width:1024px) {
  .vacancy__block .link-red {
    position: absolute;
    right: 3rem;
    bottom: 2.4rem;
  }
}

@media (max-width:480px) {
  .vacancy__block .link-red {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: 2.4rem;
  }
}

.vacancy__block_name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
}

@media (max-width:480px) {
  .vacancy__block_name {
    font-size: 2.58rem;
  }
}

a.vacancy__block_name {
  transition: .4s;
}

a.vacancy__block_name:hover {
  color: #a50f2d;
}

.vacancy__block_right {
  width: 29%;
  align-items: flex-end;
}

@media (max-width:1024px) {
  .vacancy__block_right {
    width: 22%;
  }
}

@media (max-width:480px) {
  .vacancy__block_right {
    width: 100%;
    margin-top: .7rem;
  }
}

.vacancy__block_left {
  width: 45%;
}

@media (max-width:1024px) {
  .vacancy__block_left {
    width: 75%;
  }
}

@media (max-width:480px) {
  .vacancy__block_left {
    width: 100%;
  }
}

.vacancy__block_link {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #a50f2d;
  transition: box-shadow .3s;
  box-shadow: 0 1px 0 0 transparent;
}

@media (max-width:480px) {
  .vacancy__block_link {
    font-size: 2.05rem;
  }
}

.vacancy__block_link:hover {
  text-decoration: none;
  box-shadow: 0 1px 0 0 #a50f2d;
}

.vacancy__block_footnote {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #aab8c3;
}

@media (max-width:1024px) {
  .vacancy__block_footnote {
    padding-right: 30%;
  }
}

@media (max-width:480px) {
  .vacancy__block_footnote {
    font-size: 1.95rem;
    padding-right: 0;
    margin-top: 2rem;
  }
}

.vacancy-page.wrapper {
  margin: 8rem auto 15rem;
  max-width: 114.4rem;
  padding: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width:1920px) {
  .vacancy-page.wrapper {
    max-width: 114.4rem;
    margin: 0rem auto 12rem;
  }
}

@media (max-width:1515px) {
  .vacancy-page.wrapper {
    max-width: 93.4rem;
  }
}

@media (max-width:1024px) {
  .vacancy-page.wrapper {
    margin-top: 6rem;
    max-width: 100%;
    margin-bottom: 10rem;
  }
}

@media (max-width:480px) {
  .vacancy-page.wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-top: 2.5rem;
    margin-bottom: 5rem;
  }
}

.vacancy-page.wrapper .crm-block {
  padding: 0;
}

@media (max-width:1515px) {
  .vacancy-page.wrapper .crm-block {
    margin-top: 2rem;
  }
}

.vacancy-page.wrapper .vacancy__bottom .vacancy__bottom_links .link-red span {
  font-size: 16px;
}

.vacancy-page.wrapper .vacancy__send-agree {
  margin-top: .4rem;
}

.vacancy-page.wrapper .vacancy__send_text {
  font-size: 1.6rem;
}

@media (max-width:480px) {
  .vacancy-page.wrapper .vacancy__send_text {
    font-size: 1.84rem;
  }
}

.vacancy-page.wrapper .vacancy__send_text a {
  font-size: 1.6rem;
  color: #a50f2d;
}

@media (max-width:480px) {
  .vacancy-page.wrapper .vacancy__send_text a {
    font-size: 1.84rem;
  }
}

.vacancy-page.wrapper .vacancy__bottom_info {
  font-size: 1.6rem;
}

@media (max-width:480px) {
  .vacancy-page.wrapper .vacancy__bottom_info {
    font-size: 1.84rem;
    padding-left: 3.2rem;
  }
}

.vacancy-page.wrapper .vacancy__bottom_info a {
  font-size: 1.6rem;
  color: #a50f2d;
}

@media (max-width:480px) {
  .vacancy-page.wrapper .vacancy__bottom_info a {
    font-size: 1.84rem;
  }
}

.vacancy__title {
  display: flex;
  flex-direction: column;
}

.vacancy__title .title {
  font-size: 3.65rem;
  line-height: 1.4;
}

@media (max-width:480px) {
  .vacancy__title .title {
    font-size: 3.2rem;
  }
}

.vacancy__title .vacancy__block_footnote {
  padding-right: 0;
  color: #a50f2d;
}

.city-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

@media (max-width:480px) {
  .city-wrapper {
    margin-top: 1rem;
  }
}

.city-wrapper .vacancy__block_footnote {
  margin-top: 0;
}

.vacancy__tags {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 6rem;
}

@media (max-width:480px) {
  .vacancy__tags {
    gap: 1.7rem;
    margin-top: 2.8rem;
  }
}

.vacancy__text {
  padding-top: 1.2rem;
}

@media (max-width:1024px) {
  .vacancy__text {
    padding-top: 0;
  }
}

.vacancy__bottom {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width:1024px) {
  .vacancy__bottom {
    flex-direction: column;
    margin-top: 4rem;
  }
}

@media (max-width:480px) {
  .vacancy__bottom {
    margin-top: 0;
  }
}

.vacancy__bottom .link-red {
  margin-right: .5rem;
}

.vacancy__bottom .vacancy__bottom_links {
  display: flex;
  align-items: center;
}

@media (max-width:1515px) {
  .vacancy__bottom .vacancy__bottom_links {
    flex-direction: column;
  }
}

@media (max-width:480px) {
  .vacancy__bottom .vacancy__bottom_links {
    flex-direction: column;
    align-items: flex-start;
  }
}

.vacancy__bottom .vacancy__bottom_links .link-red span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width:480px) {
  .vacancy__bottom .vacancy__bottom_links .link-red span {
    font-size: 1.93rem;
    line-height: 2.2;
  }
}

.vacancy__bottom .send-cv {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width:480px) {
  .vacancy__bottom .send-cv {
    font-size: 16px;
    line-height: 2.2;
  }
}

.link {
  color: #a50f2d;
}

.animate .vacancy__send_checkbox {
  box-shadow: 1px 1px 2px #aab8c3;
  animation: a .5s 0s linear forwards;
}

@keyframes a {
  0% {
    transform: translateX(0);
  }

  12.5% {
    transform: translateX(-.2rem);
  }

  25% {
    transform: translateX(0);
  }

  37.5% {
    transform: translateX(.2rem);
  }

  50% {
    transform: translateX(0);
  }

  62.5% {
    transform: translateX(-.2rem);
  }

  75% {
    transform: translateX(0);
  }

  87.5% {
    transform: translateX(.2rem);
  }

  to {
    transform: translateX(0);
  }
}

.vacancy__send-agree {
  display: flex;
  align-items: center;
  margin-top: .5rem;
  position: relative;
}

@media (max-width:480px) {
  .vacancy__send-agree {
    margin-top: .5rem;
  }
}

.vacancy__send-agree input {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem !important;
  height: 2rem !important;
  opacity: 0;
  pointer-events: none;
  margin-bottom: 0;
  margin-left: .2rem;
}

.vacancy__send-agree .vacancy__send_checkbox {
  width: 2rem;
  height: 2rem;
  border: 1px solid #aab8c3;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  cursor: pointer;
  transition: background .3s;
  margin-right: 1.3rem;
}

.vacancy__send-agree .vacancy__send_checkbox svg {
  width: 1.2rem;
  height: .9rem;
}

.vacancy__send-agree .vacancy__send_checkbox svg path {
  stroke: transparent;
  transition: .3s;
}

.vacancy__send-agree .vacancy__send_checkbox:hover svg path {
  stroke: #a50f2d;
}

.vacancy__send-agree input:checked~.vacancy__send_checkbox {
  background: #a50f2d;
  border: 1px solid #a50f2d;
}

.vacancy__send-agree input:checked~.vacancy__send_checkbox svg path {
  stroke: #fff;
}

.vacancy__send {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
  text-decoration: none;
}

@media (max-width:480px) {
  .vacancy__send {
    font-size: 1.84rem;
    margin-top: 0;
  }
}

.vacancy__send a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 0;
  text-align: left;
  color: #aab8c3;
  text-decoration: none;
}

.vacancy__send a:hover {
  color: #a50f2d;
}

@media (max-width:480px) {
  .vacancy__send a {
    font-size: 1.84rem;
  }
}

.vacancy__send span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 0;
  text-align: left;
  color: #aab8c3;
}

@media (max-width:480px) {
  .vacancy__send span {
    font-size: 1.84rem;
  }
}

.vacancy__send .link {
  text-decoration: none;
  color: #697279;

}

.vacancy__send .link:hover {
  color: #a50f2d;
}

.vacancy__bottom_info {
  margin: 1rem auto 0;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 0;
  text-align: left;
  color: #aab8c3;
  max-width: calc(100% - 6.6rem);
}

@media (max-width:480px) {
  .vacancy__bottom_info {
    font-size: 1.84rem;
    max-width: 100%;
  }
}

.vacancy__bottom_info a {
  color: #697279;
  text-decoration: none;
}

.vacancy__bottom_info a:hover {
  color: #a50f2d;
}

.survey form input {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: .1rem solid #d2dce5;
  margin-bottom: 4rem;
  width: 100%;
  color: #212424;
}

@media (max-width:480px) {
  .survey form input {
    font-size: 1.91rem;
  }
}

.survey form input::placeholder {
  color: #697279;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (max-width:480px) {
  .survey form input::placeholder {
    font-size: 1.91rem;
  }
}

@media (max-width:480px) {
  .survey .vacancy__bottom_info {
    padding-left: 3.2rem;
  }
}

@media (max-width:480px) {
  .survey .vacancy__bottom {
    margin-top: 2rem;
  }
}

.wrapper.survey {
  margin-top: 15rem;
  margin-bottom: 15rem;
  display: flex;
  justify-content: center;
}

@media (max-width:1920px) {
  .wrapper.survey {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}

@media (max-width:1024px) {
  .wrapper.survey {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

@media (max-width:480px) {
  .wrapper.survey {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.survey__form {
  max-width: 88rem;
  width: 100%;
  background: #fff;
  padding: 4rem 16rem;
}

@media (max-width:1024px) {
  .survey__form {
    padding: 4rem 10rem;
  }
}

@media (max-width:480px) {
  .survey__form {
    padding: 2.55rem;
    overflow: hidden;
  }
}

.survey__form .vacancy__bottom {
  margin-top: 0;
}

@media (max-width:480px) {
  .survey__form .vacancy__bottom {
    margin-top: 2rem;
  }
}

.survey__form .select-items {
  width: 100%;
}

.survey__form .form__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width:480px) {
  .survey__form .form__title {
    font-size: 2.55rem;
  }
}

.survey__form .select-selected {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #697279;
  padding-top: 1.6rem;
  padding-bottom: 2.4rem;
  border-bottom: .1rem solid #d2dce5;
  margin-bottom: 4rem;
  width: 100%;
  justify-content: flex-start;
}

@media (max-width:480px) {
  .survey__form .select-selected {
    font-size: 1.91rem;
  }
}

.survey__form .select-selected:after {
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  margin-top: 0;
}

.survey__form .select-items .select-wrapper div {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (max-width:480px) {
  .survey__form .select-items .select-wrapper div {
    font-size: 1.91rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width:480px) {
  .survey__form .form__item .form__item-name {
    font-size: 1.91rem;
  }
}

.survey__form .custom-select {
  width: 100%;
  margin-top: 3rem;
}

.survey__form button.link-red {
  margin-top: 4rem;
}

.survey__form .vacancy__bottom_info,
.survey__form .vacancy__send,
.survey__form .vacancy__send span {
  color: #aab8c3;
}

.survey__form .vacancy__bottom_info a,
.survey__form .vacancy__send .link {
  color: #697279;
  transition: color .3s;
}

.survey__form .vacancy__bottom_info a:hover,
.survey__form .vacancy__send .link:hover {
  color: #a50f2d;
}

.thanks__form {
  width: 78rem;
  padding: 4rem 17.7rem;
  background: #fff;
  gap: 4rem;
  display: flex;
  flex-direction: column;
}

@media (max-width:1920px) {
  .thanks__form {
    width: 58.6rem;
    padding: 4rem 8rem;
  }
}

@media (max-width:1515px) {
  .thanks__form {
    width: 66rem;
    padding: 4rem 11.7rem;
  }
}

@media (max-width:1024px) {
  .thanks__form {
    width: 100%;
  }
}

@media (max-width:480px) {
  .thanks__form {
    padding: 2.55rem;
  }
}

.thanks__form .text-normal,
.thanks__form p {
  font-size: 1.6rem;
}

@media (max-width:480px) {

  .thanks__form .text-normal,
  .thanks__form p {
    font-size: 16px;
  }
}

.thanks__form .form__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width:480px) {
  .thanks__form .form__title {
    font-size: 2.55rem;
  }
}

.employee .pagination-block {
  margin-top: 2.8rem;
}

.employee__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  margin-top: 15rem;
  padding-bottom: 4.7rem;
  border-bottom: 1px solid #d2dce5;
  grid-auto-flow: dense;
}

@media (max-width:1920px) {
  .employee__wrapper {
    margin-top: 12rem;
  }
}

@media (max-width:1515px) {
  .employee__wrapper {
    margin-top: 5.2rem;
  }
}

@media (max-width:1024px) {
  .employee__wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6rem;
    gap: 2rem;
  }
}

@media (max-width:480px) {
  .employee__wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5rem;
  }
}

.employee-block {
  grid-column: span 1;
  height: 60.7rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  margin-bottom: 3.3rem;
}

@media (max-width:1920px) {
  .employee-block {
    height: 50.5rem;
  }
}

@media (max-width:1515px) {
  .employee-block {
    min-height: 44rem;
    height: auto;
  }
}

@media (max-width:1024px) {
  .employee-block {
    margin-bottom: 4rem;
  }
}

@media (max-width:480px) {
  .employee-block {
    min-height: 41rem;
    margin-bottom: 3rem;
  }
}

.employee-block .employee-block__bg {
  height: 29rem;
  width: 100%;
  position: relative;
}

@media (max-width:1920px) {
  .employee-block .employee-block__bg {
    height: 21.5rem;
  }
}

@media (max-width:1515px) {
  .employee-block .employee-block__bg {
    height: 15.5rem;
  }
}

@media (max-width:480px) {
  .employee-block .employee-block__bg {
    height: 19.5rem;
  }
}

.employee-block .employee-block__bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 36, 36, .3);
  display: block;
}

.employee-block .employee-block__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.employee-block .employee-block__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-right: 4rem;
}

@media (max-width:1515px) {
  .employee-block .employee-block__content {
    padding-right: 0;
    padding-top: 1rem;
  }
}

@media (max-width:1024px) {
  .employee-block .employee-block__content {
    padding-top: 2.8rem;
  }
}

@media (max-width:480px) {
  .employee-block .employee-block__content {
    padding: 2.7rem 0 .5rem;
  }
}

.employee-block .employee-block__bottom {
  display: flex;
  align-items: center;
}

@media (max-width:1515px) {
  .employee-block .employee-block__bottom {
    margin-top: 1rem;
  }
}

@media (max-width:480px) {
  .employee-block .employee-block__bottom {
    margin-top: 3.5rem;
  }
}

.employee-block .employee-block__bottom span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
}

@media (max-width:1515px) {
  .employee-block .employee-block__bottom span {
    line-height: 1.3;
  }
}

@media (max-width:480px) {
  .employee-block .employee-block__bottom span {
    font-size: 1.95rem;
    line-height: 1.5;
  }
}

.employee-block .employee-block__bottom img {
  width: 7.2rem;
  min-width: 7.2rem;
  height: 7.2rem;
  border-radius: 100%;
  margin-right: 2.4rem;
}

@media (max-width:480px) {
  .employee-block .employee-block__bottom img {
    width: 9.2rem;
    min-width: 9.2rem;
    height: 9.2rem;
  }
}

.employee-block__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
  text-decoration: none;
}

@media (max-width:1515px) {
  .employee-block__text {
    line-height: 1.4;
  }
}

@media (max-width:480px) {
  .employee-block__text {
    font-size: 2.55rem;
    line-height: 1.44;
  }
}

.employee-block.big {
  grid-column: span 2;
  display: grid;
}

@media (max-width:480px) {
  .employee-block.big {
    grid-column: span 1;
  }
}

.employee-block.big .employee-block__bg {
  grid-row: 1/1;
  grid-column: 1/1;
  height: 100%;
  z-index: 1;
}

.employee-block.big .employee-block__bg:before {
  content: none;
}

.employee-block.big .employee-block__bg img {
  width: 100%;
  height: 100%;
}

.employee-block.big .employee-block__content {
  grid-row: 1/1;
  grid-column: 1/1;
  background: rgba(33, 36, 36, .3);
  z-index: 2;
  padding: 3.2rem 4rem 4rem;
}

@media (max-width:480px) {
  .employee-block.big .employee-block__content {
    padding: 4.2rem 2.5rem 5rem;
  }
}

.employee-block.big .employee-block__text {
  color: #eff1f6;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -.01em;
  text-align: left;
}

@media (max-width:480px) {
  .employee-block.big .employee-block__text {
    font-size: 3.15rem;
  }
}

.employee-block.big .employee-block__bottom span {
  color: #eff1f6;
}

.news-page.story-employee .story-p__img-wrap {
  max-width: 119rem;
  margin: 0 auto;
}

@media (max-width:1920px) {
  .news-page.story-employee .story-p__img-wrap {
    max-width: 90rem;
  }
}

.news-page.story-employee .story-p__img-wrap img {
  width: 100%;
}

.news-page.story-employee .avatar-block .img-wrapper {
  width: 15rem;
  height: 15rem;
}

@media (max-width:1024px) {
  .news-page.story-employee .avatar-block .img-wrapper {
    width: 14.7rem;
    height: 14.7rem;
  }
}

@media (max-width:480px) {
  .news-page.story-employee .avatar-block .img-wrapper {
    width: 8rem;
    height: 8rem;
  }
}

.news-page.story-employee .story-p__img .news-page__contest {
  max-width: 119rem;
  margin: 0 auto;
}

@media (max-width:1920px) {
  .news-page.story-employee .story-p__img .news-page__contest {
    max-width: 90rem;
  }
}

@media (max-width:480px) {
  .news-page.story-employee .story-p__img .news-page__contest {
    font-size: 1.95rem;
    line-height: 1.6;
  }
}

.news-page.story-employee .unite-block {
  max-width: 119rem;
  margin: 8rem auto 0;
}

@media (max-width:1920px) {
  .news-page.story-employee .unite-block {
    max-width: 90rem;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .unite-block {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 3.5rem;
  }
}

@media (max-width:480px) {
  .news-page.story-employee .unite-block {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-top: 7rem;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .unite-block .man36 {
    font-size: 3.6rem;
    line-height: 1.44;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .center-block {
    order: 4;
    width: 100%;
  }
}

@media (max-width:480px) {
  .news-page.story-employee .center-block {
    margin-top: 6rem;
  }
}

.news-page.story-employee .center-block .man36 {
  font-size: 3.15rem;
  line-height: 1.5;
}

.news-page.story-employee .center-block .text-wrapper {
  max-width: 123rem;
}

@media (max-width:1920px) {
  .news-page.story-employee .center-block .text-wrapper {
    max-width: 120rem;
  }
}

@media (max-width:480px) {
  .news-page.story-employee .center-block .text-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .center-block .text-wrapper__first {
    padding-bottom: 6rem;
    padding-top: 0;
  }
}

.news-page.story-employee .sticky-wrapper {
  padding-top: 7rem;
}

@media (max-width:1920px) {
  .news-page.story-employee .sticky-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .sticky-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4.5rem;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .sticky-wrapper>.line {
    order: 3;
    margin-bottom: 1rem;
  }
}

@media (max-width:480px) {
  .news-page.story-employee .sticky-wrapper>.line {
    margin-bottom: 3rem;
  }
}

.news-page.story-employee .pb10 {
  padding-bottom: 0;
}

@media (max-width:1920px) {
  .news-page.story-employee .pb10 {
    padding-bottom: 0;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .pb10 {
    padding-bottom: 0;
  }
}

.news-page.story-employee .text-wrapper.bottom {
  margin-top: 10rem;
}

@media (max-width:1920px) {
  .news-page.story-employee .text-wrapper.bottom {
    margin-top: 8rem;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .text-wrapper.bottom {
    margin-top: 6rem;
  }
}

.news-page.story-employee .stories {
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .news-page.story-employee .stories {
    margin-top: 12rem;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .stories {
    margin-top: 7.5rem;
  }
}

.news-page.story-employee .press-contacts {
  justify-content: flex-start;
  padding-top: 1rem;
}

@media (max-width:1024px) {
  .news-page.story-employee .press-contacts {
    padding-top: 3rem;
  }
}

.news-page.story-employee .press-contacts .links {
  justify-content: flex-start;
}

.news-page.story-employee .block-line {
  margin-top: 0;
  margin-bottom: 7rem;
}

@media (max-width:1024px) {
  .news-page.story-employee .block-line {
    margin-bottom: 5.5rem;
  }
}

@media (max-width:480px) {
  .news-page.story-employee .block-line {
    margin-bottom: 6.5rem;
  }
}

.news-page.story-employee .story-p__img {
  margin-top: 8rem;
}

@media (max-width:1024px) {
  .news-page.story-employee .story-p__img {
    margin-top: 6rem;
  }
}

@media (max-width:480px) {
  .news-page.story-employee .story-p__img {
    margin-top: 5rem;
  }
}

.news-page.story-employee .story-p__img .story-p__img-wrap {
  width: 100%;
  height: 43rem;
}

@media (max-width:480px) {
  .news-page.story-employee .story-p__img .story-p__img-wrap {
    height: 33rem;
  }
}

.news-page.story-employee .story-p__img .story-p__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-page.story-employee .story-employee__data {
  display: flex;
  align-items: center;
  margin-top: 3.2rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: #a50f2d;
}

@media (max-width:480px) {
  .news-page.story-employee .story-employee__data {
    margin-top: 2.2rem;
  }
}

.news-page.story-employee .story-employee__data span {
  color: #697279;
  margin-left: 2rem;
}

@media (max-width:480px) {
  .news-page.story-employee .story-employee__data span {
    margin-left: 3rem;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .sticky-wrapper__block {
    order: 2;
    width: 100%;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .sticky-wrappper__block.right-block {
    order: 1;
    width: 100%;
  }
}

.news-page.story-employee .sticky-wrappper__block.right-block .links {
  align-items: flex-start;
}

@media (max-width:1920px) {
  .news-page.story-employee .sticky-wrappper__block.right-block .links {
    align-items: flex-end;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .sticky-wrappper__block.right-block .links {
    align-items: flex-start;
    padding-left: 0;
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media (max-width:480px) {
  .news-page.story-employee .sticky-wrappper__block.right-block .links {
    align-items: flex-end;
    padding-left: 2rem;
    padding-top: 1rem;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .avatar-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 9rem;
    gap: 2rem;
  }
}

@media (max-width:480px) {
  .news-page.story-employee .avatar-block {
    padding-top: 1rem;
    display: none;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .avatar-block .img-wrapper {
    width: 10rem;
    height: 10rem;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .avatar-block .avatar-name {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    max-width: 18rem;
  }
}

@media (max-width:1024px) {
  .news-page.story-employee .line {
    display: none;
  }
}

.employee-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, .4);
  z-index: 200;
  display: none;
  opacity: 0;
  transition: opacity .4s;
}

.employee-modal .close-employee {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  color: #212424;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  border: .1rem solid #d2dce5;
  border-radius: 10rem;
  height: min-content;
  position: relative;
  top: -2rem;
  transition: background-color .3s;
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 5;
  background: #fff;
}

@media (max-width:1024px) {
  .employee-modal .close-employee {
    border: unset;
    padding: unset;
    right: .5rem;
    top: 1.5rem;
    background: unset;
  }
}

@media (max-width:1024px) {
  .employee-modal .close-employee span {
    display: none;
  }
}

.employee-modal .close-employee:hover {
  border-color: #40454e;
}

.employee-modal .close-employee:hover .close-employee__cross {
  background-color: #40454e;
}

.employee-modal .close-employee:hover .close-employee__cross:after,
.employee-modal .close-employee:hover .close-employee__cross:before {
  background-color: #fff;
}

.employee-modal .close-employee .close-employee__cross {
  position: relative;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: rgba(210, 220, 229, .3);
  border-radius: 50%;
}

@media (max-width:1024px) {
  .employee-modal .close-employee .close-employee__cross {
    display: block;
    background: unset;
    width: 5.8rem;
    height: 5.8rem;
    width: 7.8rem;
    height: 7.8rem;
  }
}

.employee-modal .close-employee .close-employee__cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: .2rem;
  background-color: #aab8c3;
  transition: color .3s;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width:1024px) {
  .employee-modal .close-employee .close-employee__cross:after {
    background: #d2dce5;
  }
}

.employee-modal .close-employee .close-employee__cross:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: .2rem;
  background-color: #aab8c3;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: color .3s;
}

@media (max-width:1024px) {
  .employee-modal .close-employee .close-employee__cross:before {
    background: #d2dce5;
  }
}

.employee-modal .employee__block {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

@media (max-width:1024px) {
  .employee-modal .employee__block {
    align-items: flex-end;
  }
}

.employee-modal .employee__wrapper-modal {
  display: flex;
  flex-direction: column;
  width: 70.8rem;
  height: 100%;
  background: #f0f2f6;
}

@media (max-width:1024px) {
  .employee-modal .employee__wrapper-modal {
    width: 100%;
    border-radius: 12px 12px 0 0;
    overflow: auto;
    flex-direction: column;
    position: relative;
    height: auto;
    max-height: 94%;
  }
}

.employee-modal .employee__text-block {
  padding: 4.8rem;
  height: 100%;
  overflow-y: auto;
}

@media (max-width:1024px) {
  .employee-modal .employee__text-block {
    height: unset;
    overflow: unset;
    padding: 4.2rem 2rem;
  }
}

@media (max-width:480px) {
  .employee-modal .employee__text-block {
    padding: 6.2rem 2.5rem;
    display: flex;
    flex-direction: column;
  }
}

.employee-modal .employee__top-wrap {
  display: flex;
  align-items: center;
}

@media (max-width:480px) {
  .employee-modal .employee__top-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.employee-modal .employee__avatar_text {
  display: flex;
  flex-direction: column;
  margin-left: 3.2rem;
}

@media (max-width:480px) {
  .employee-modal .employee__avatar_text {
    margin-left: 0;
    margin-top: 2.55rem;
  }
}

.employee-modal .employee__avatar_name {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -.01em;
  text-align: left;
  color: #212424;
}

.employee-modal .employee__avatar {
  width: 12rem;
  min-width: 12rem;
  height: 12rem;
  border-radius: 100%;
}

.employee-modal .employee__avatar_position {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
}

.employee-modal .employee__descr {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  margin-top: 3.2rem;
}

@media (max-width:480px) {
  .employee-modal .employee__descr {
    order: 5;
    font-size: 2.55rem;
    font-weight: 500;
    line-height: 1.4;
  }
}

.employee-modal .employee__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  margin-top: 3rem;
  color: #697279;
}

@media (max-width:480px) {
  .employee-modal .employee__text {
    order: 6;
    font-size: 2.05;
  }
}

.employee-modal.show {
  opacity: 1;
}

.employee__success {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin: 15rem 0 0;
  width: 100%;
  overflow: hidden;
}

@media (max-width:1920px) {
  .employee__success {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 12rem;
  }
}

@media (max-width:1515px) {
  .employee__success {
    grid-template-columns: 1fr 1fr;
    margin-top: 10rem;
  }
}

@media (max-width:1024px) {
  .employee__success {
    margin-top: 7rem;
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.employee__success .story-success {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 36rem;
  min-height: 36rem;
  text-decoration: none;
}

@media (max-width:1024px) {
  .employee__success .story-success {
    margin-bottom: 2rem;
    padding: 1.5rem;
    height: auto;
    min-height: 33rem;
    position: relative;
    max-width: calc(50% - 1rem);
  }
}

@media (max-width:480px) {
  .employee__success .story-success {
    max-width: 100%;
  }
}

.employee__success .story-success:hover .story__img {
  transform: scale(1.01);
}

.employee__success .story-success:hover .story__title {
  color: #a50f2d;
}

.employee__success .story-success .story__img {
  height: 28rem;
  border-radius: unset;
  min-width: 22rem;
  width: 22rem;
  transition: transform .3s;
}

@media (max-width:1024px) {
  .employee__success .story-success .story__img {
    height: 21rem;
    border-radius: unset;
    min-width: 17rem;
    width: 17rem;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
  }
}

.employee__success .story-success .story__img img {
  width: 100%;
  height: 100%;
  border-radius: unset;
  object-fit: cover;
  object-position: center;
}

.employee__success .story-success .story__texts {
  margin-left: 4rem;
}

@media (max-width:1024px) {
  .employee__success .story-success .story__texts {
    margin-left: 0;
    width: 100%;
  }
}

.employee__success .story-success .story__title {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #212424;
  transition: .3s;
}

@media (max-width:1024px) {
  .employee__success .story-success .story__title {
    padding-left: 18.5rem;
    min-height: 22.5rem;
    padding-bottom: 1.5rem;
  }
}

.employee__success .story-success .story__desc,
.employee__success .story-success p {
  font-size: 16px;
  line-height: 1.5;
  color: #697279;
  margin-top: 2rem;
}

@media (max-width:1024px) {

  .employee__success .story-success .story__desc,
  .employee__success .story-success p {
    margin-top: 0;
  }
}

.employee__offers p {
  margin-top: 7rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width:480px) {
  .employee__offers p {
    margin-top: 5rem;
    font-size: 2.6rem;
  }
}

.employee__text-normal {
  margin-top: 15rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0;
  text-align: left;
  padding-left: 2rem;
  position: relative;
}

@media (max-width:1920px) {
  .employee__text-normal {
    margin-top: 12rem;
  }
}

@media (max-width:1515px) {
  .employee__text-normal {
    margin-top: 10rem;
  }
}

@media (max-width:1024px) {
  .employee__text-normal {
    margin-top: 7rem;
  }
}

@media (max-width:480px) {
  .employee__text-normal {
    line-height: 1.6;
    font-size: 2.05rem;
  }
}

.center-block {
  overflow: hidden;
}

@media (max-width:1024px) {
  .sticky-wrapper .right-block .links {
    padding-bottom: 3.2rem;
  }
}

.stories__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 2rem;
}

@media (max-width:1515px) {
  .stories__wrap {
    gap: 2rem;
  }
}

@media (max-width:1024px) {
  .stories__wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
  }
}

@media (max-width:480px) {
  .stories__wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: unset;
  }
}

.stories__el {
  display: flex;
  flex-direction: column;
  height: 57.5rem;
  background: #fff;
  justify-content: space-between;
  padding: 2.9rem 2.8rem;
  text-decoration: none;
  grid-column: span 1;
}

@media (max-width:1920px) {
  .stories__el {
    height: 41.3rem;
  }
}

@media (max-width:1515px) {
  .stories__el {
    height: 31rem;
  }
}

@media (max-width:1024px) {
  .stories__el {
    padding: 1.8rem;
  }
}

@media (max-width:480px) {
  .stories__el {
    grid-column: span 1;
    height: unset;
    min-height: 32rem;
  }
}

.stories__el img {
  height: 5rem;
}

.stories__el .stories__el_top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.stories__el .stories__el_text {
  color: #212424;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  margin-top: 2rem;
}

@media (max-width:1515px) {
  .stories__el .stories__el_text {
    margin-top: 1.5rem;
    line-height: 1.4;
    font-size: 16px;
  }
}

@media (max-width:480px) {
  .stories__el .stories__el_text {
    font-size: 2.5rem;
  }
}

.stories__el .stories__el_bottom {
  display: block;
  max-width: 50%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #aab8c3;
}

@media (max-width:1920px) {
  .stories__el .stories__el_bottom {
    max-width: 100%;
  }
}

@media (max-width:1515px) {
  .stories__el .stories__el_bottom {
    line-height: 1.4;
    font-size: 1.5rem;
  }
}

@media (max-width:480px) {
  .stories__el .stories__el_bottom {
    font-size: 2.05rem;
    margin-top: 4rem;
  }
}

.big.stories__el {
  grid-column: span 2;
}

@media (max-width:480px) {
  .big.stories__el {
    grid-column: span 1;
  }
}

@media (max-width:1920px) {
  .story-p .sticky-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:1024px) {
  .story-p .sticky-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width:1024px) {
  .story-p .sticky-wrapper>.line {
    order: 3;
    margin-bottom: 1rem;
  }
}

@media (max-width:480px) {
  .story-p .sticky-wrapper>.line {
    margin-bottom: 3rem;
  }
}

@media (max-width:1024px) {
  .story-p .sticky-wrapper__block {
    order: 1;
    width: 70%;
  }
}

@media (max-width:1024px) {
  .story-p .sticky-wrappper__block.right-block {
    order: 2;
    width: 30%;
  }
}

.story-p .sticky-wrappper__block.right-block .links {
  align-items: flex-end;
}

@media (max-width:1920px) {
  .story-p .sticky-wrappper__block.right-block .links {
    align-items: flex-end;
  }
}

@media (max-width:1024px) {
  .story-p .sticky-wrappper__block.right-block .links {
    align-items: flex-start;
    padding-left: 2rem;
  }
}

@media (max-width:480px) {
  .story-p .sticky-wrappper__block.right-block .links {
    align-items: flex-end;
  }
}

@media (max-width:1024px) {
  .story-p .avatar-block {
    display: flex;
    flex-direction: column;
    padding-bottom: .5rem;
  }
}

@media (max-width:480px) {
  .story-p .avatar-block {
    padding-top: 1rem;
  }
}

@media (max-width:1024px) {
  .story-p .center-block {
    order: 4;
    width: 100%;
  }
}

@media (max-width:1024px) {
  .story-p .center-block .text-wrapper__first {
    padding-bottom: 4rem;
  }
}

@media (max-width:1024px) {
  .story-p .center-block .quote {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media (max-width:1515px) {

  .story-p .career.informationTechnology,
  .story-p .story-p__img {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

@media (max-width:480px) {
  .story-p .career.informationTechnology .informationTechnology__block {
    width: 100%;
    margin-right: 0;
  }
}

.story-p .story-p__img-wrap {
  max-width: 119rem;
  margin: 0 auto;
}

@media (max-width:1920px) {
  .story-p .story-p__img-wrap {
    max-width: 90rem;
  }
}

.story-p .story-p__img-wrap img {
  width: 100%;
}

.story-p .story-p__img .news-page__contest {
  max-width: 119rem;
  margin: 0 auto;
}

@media (max-width:1920px) {
  .story-p .story-p__img .news-page__contest {
    max-width: 90rem;
  }
}

.story-p .key-operating {
  max-width: 119rem;
  margin: 8rem auto 0;
}

@media (max-width:1920px) {
  .story-p .key-operating {
    max-width: 90rem;
  }
}

@media (max-width:1024px) {
  .story-p .key-operating {
    margin-top: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.story-p .unite-block {
  max-width: 119rem;
  margin: 8rem auto 0;
}

@media (max-width:1920px) {
  .story-p .unite-block {
    max-width: 90rem;
  }
}

@media (max-width:1024px) {
  .story-p .unite-block {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 6rem;
  }
}

.story-p .wrapper.informationTechnology {
  padding-left: 0;
  padding-right: 0;
}

.story-p .career .informationTechnology__content {
  justify-content: space-between;
  gap: 4rem;
  margin: 8rem auto 0;
}

@media (max-width:480px) {
  .story-p .career .informationTechnology__content {
    margin-top: 0;
  }
}

.story-p .story-p__text-block {
  font-family: Manrope;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -.01em;
  text-align: left;
}

.story-p .small {
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width:480px) {
  .story-p .small {
    font-size: 18px;
  }
}

.story-p .text-wrapper.bottom {
  border-top: unset;
  padding: 4rem 0 0;
}

.story-p .text-wrapper.bottom .press-contacts {
  border-top: unset;
}

.story-p .tag-wrapper {
  margin-top: 10rem;
}

.story-p .story-p__solve {
  margin-bottom: 15rem;
}

.story-p .story-p__solve .section-top {
  margin-top: 0;
  padding-top: 10rem;
}

@media (max-width:1920px) {
  .story-p .story-p__solve {
    margin-bottom: 12rem;
  }
}

.story-p .story-p__solve .subtitle {
  max-width: 50%;
}

@media (max-width:1024px) {
  .story-p .story-p__solve .subtitle {
    max-width: 100%;
  }
}

@media (max-width:1024px) {
  .story-p .story-p__solve .solve__intro {
    height: 40.5rem;
  }
}

@media (max-width:480px) {
  .story-p .story-p__solve .solve__intro {
    height: 53.5rem;
  }
}

@media (max-width:1024px) {
  .story-p .story-p__solve .solve__slider {
    margin-top: -6rem;
  }
}

@media (max-width:480px) {
  .story-p .story-p__solve .solve__slider {
    margin-top: -16rem;
  }
}

.story-p .block__story-p_title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
}

@media (max-width:480px) {
  .story-p .block__story-p_title {
    font-size: 1.96rem;
  }
}

.story-p .block__story-p_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
  margin-top: .4rem;
}

@media (max-width:480px) {
  .story-p .block__story-p_text {
    font-size: 1.91rem;
  }
}

.story-p .block__story-p {
  text-decoration: none;
  margin-bottom: 4rem;
  display: block;
}

@media (max-width:480px) {
  .story-p .block__story-p {
    margin-bottom: 3rem;
  }
}

.story-p .range-slider {
  width: 100%;
}

.story-p .services-range {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 7.4rem;
}

@media (max-width:1515px) {
  .story-p .services-range {
    margin-top: 2.4rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width:1024px) {
  .story-p .services-range {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:480px) {
  .story-p .services-range {
    display: flex;
    flex-direction: row;
  }
}

.story-p .services-range .service-range {
  width: 100%;
  height: 23.6rem;
  margin-right: 0;
  margin-left: 0;
  border-right: unset;
  position: relative;
  padding: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  border: unset;
  border-left: .1rem solid #d2dce5;
  text-decoration: none;
}

.story-p .services-range .service-range .subtitle {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width:480px) {
  .story-p .services-range .service-range .subtitle {
    font-size: 2.05rem;
    line-height: 1.4;
  }
}

.story-p .services-range .service-range:after {
  display: none;
}

.story-p .services-range .service-range:first-child .service__inner,
.story-p .services-range .service-range:nth-child(2) .service__inner,
.story-p .services-range .service-range:nth-child(3) .service__inner,
.story-p .services-range .service-range:nth-child(4) .service__inner {
  border-top: .1rem solid #d2dce5;
}

.story-p .services-range .service-range:nth-child(4n+1) {
  border-left: 0;
}

.story-p .services-range .service-range:hover {
  background-color: #dedfe1;
}

.story-p .services-range .service-range:hover .service__inner {
  border-color: transparent;
}

@media (max-width:1515px) {
  .story-p .services-range .service-range {
    height: 27.5rem;
  }
}

@media (max-width:1024px) {
  .story-p .services-range .service-range {
    border: 0;
    padding: 0;
    position: relative;
    height: 25rem;
  }

  .story-p .services-range .service-range:nth-child(odd) {
    padding-right: 1rem;
  }

  .story-p .services-range .service-range:nth-child(odd):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: .1rem;
    height: calc(100% - 1rem);
    background-color: #d2dce5;
  }

  .story-p .services-range .service-range:nth-child(2n+2) {
    padding-left: 1rem;
  }

  .story-p .services-range .service-range:nth-child(3) .service__inner,
  .story-p .services-range .service-range:nth-child(4) .service__inner {
    border-top: 0;
  }
}

@media (max-width:480px) {
  .story-p .services-range .service-range {
    height: unset;
  }

  .story-p .services-range .service-range:nth-child(odd) {
    padding-right: 0;
  }

  .story-p .services-range .service-range:nth-child(odd):before {
    content: unset;
  }

  .story-p .services-range .service-range:nth-child(2n+2) {
    padding-left: 0;
  }

  .story-p .services-range .service-range:nth-child(2) .service__inner {
    border-top: 0;
  }
}

.story-p .services-range .service-range__inner {
  padding-top: 2.9rem;
  padding-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-bottom: .1rem solid #d2dce5;
  border-top: .1rem solid #d2dce5;
  transform: translateY(1px);
}

@media (max-width:1024px) {
  .story-p .services-range .service-range__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width:480px) {
  .story-p .services-range .service-range__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width:480px) {
  .story-p .services-range .service-range__top {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}

.story-p .services-range .service-range__top_img {
  width: 4.5rem;
  margin-bottom: 1rem;
}

@media (max-width:480px) {
  .story-p .services-range .service-range__top_img {
    width: 4.5rem;
    min-width: 4.5rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.story-p .services-range .service-range__top_img img {
  width: 100%;
}

.story-p .services-range .service-range__text {
  max-width: 70%;
}

@media (max-width:1515px) {
  .story-p .services-range .service-range__text {
    max-width: 100%;
  }
}

.story-p .services-range .service-range__top {
  display: flex;
  flex-direction: column;
}

@media (max-width:480px) {
  .story-p .services-range .service-range__top {
    gap: 0;
  }
}

.story-p .services-range .service-range__bottom {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
  max-width: 70%;
}

.story-p .BCG {
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: .5rem;
}

.story-block {
  max-width: 123rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width:1920px) {
  .story-block {
    max-width: 94rem;
  }
}

@media (max-width:480px) {
  .story-block {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.features {
  width: 100%;
  overflow: hidden;
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .features {
    margin-top: 12rem;
  }
}

@media (max-width:1024px) {
  .features {
    margin-top: 10rem;
  }
}

@media (max-width:480px) {
  .features {
    margin-top: 5.5rem;
  }
}

.features .features__slider {
  margin-top: 8rem;
  position: relative;
}

@media (max-width:1920px) {
  .features .features__slider {
    margin-top: 4rem;
  }
}

.features .features__slider .features-next,
.features .features__slider .features-prev {
  top: -12rem;
}

@media (max-width:1515px) {

  .features .features__slider .features-next,
  .features .features__slider .features-prev {
    top: -8rem;
  }
}

@media (max-width:480px) {

  .features .features__slider .features-next,
  .features .features__slider .features-prev {
    display: none;
  }
}

.features .features__slider .features-prev {
  left: unset;
  right: 5rem;
}

.features .features__slider .swiper-button-next.swiper-button-disabled,
.features .features__slider .swiper-button-prev.swiper-button-disabled {
  opacity: .5;
}

.features-card__img {
  display: block;
  width: 100%;
  height: 63rem;
}

@media (max-width:1920px) {
  .features-card__img {
    height: 56rem;
  }
}

@media (max-width:1515px) {
  .features-card__img {
    height: 36rem;
  }
}

@media (max-width:1024px) {
  .features-card__img {
    height: 27rem;
  }
}

@media (max-width:480px) {
  .features-card__img {
    height: 31rem;
  }
}

.features-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-card__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  margin-top: 1.8rem;
}

@media (max-width:480px) {
  .features-card__title {
    margin-top: 2.8rem;
    font-size: 2.6rem;
  }
}

.features-card__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: left;
  margin-top: 1rem;
}

@media (max-width:480px) {
  .features-card__text {
    font-size: 2.05rem;
  }
}

.program.wrapper {
  background: #212424;
  margin-top: 15rem;
  padding-top: 15rem;
  padding-bottom: 15rem;
}

@media (max-width:1920px) {
  .program.wrapper {
    margin-top: 12rem;
    padding-top: 10rem;
    padding-bottom: 11rem;
  }
}

@media (max-width:1024px) {
  .program.wrapper {
    margin-top: 16rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (max-width:480px) {
  .program.wrapper {
    margin-top: 9rem;
    padding: 5.5rem 2.5rem 7rem;
  }
}

.program.wrapper .section-top {
  margin-top: 0;
  padding-top: 0;
}

.program.wrapper .title-wrapper {
  width: unset;
  max-width: 78rem;
}

.program.wrapper .title-wrapper .title {
  color: #eff1f6;
  margin-left: 0;
}

.program.wrapper .link-red {
  margin-top: 3.2rem;
}

.program.wrapper .section-top__aside {
  width: 78rem;
}

@media (max-width:1515px) {
  .program.wrapper .section-top__aside {
    width: 100rem;
  }
}

@media (max-width:1024px) {
  .program.wrapper .section-top__aside {
    width: 100%;
  }
}

.program.wrapper .section-top__aside .text-normal,
.program.wrapper .section-top__aside p {
  color: #eff1f6;
  padding-right: 0;
}

.program__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10rem;
}

@media (max-width:1920px) {
  .program__list {
    margin-top: 8rem;
  }
}

@media (max-width:1024px) {
  .program__list {
    margin-top: 6rem;
    flex-direction: column;
  }
}

@media (max-width:480px) {
  .program__list {
    margin-top: 5.5rem;
  }
}

.program__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background: #282b2b;
  min-height: 40rem;
  padding: 2rem 2.8rem;
  width: calc((100% - 8rem) / 3);
  margin-right: 4rem;
}

@media (max-width:1920px) {
  .program__item {
    min-height: 45rem;
    padding: 2rem 2.8rem 3rem;
  }
}

@media (max-width:1515px) {
  .program__item {
    min-height: 31rem;
  }
}

@media (max-width:1024px) {
  .program__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
    min-height: 33rem;
  }
}

@media (max-width:480px) {
  .program__item {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    padding-bottom: 3.6rem;
    margin-bottom: 2.2rem;
  }
}

.program__item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width:1024px) {
  .program__item:last-child {
    margin-bottom: 0;
  }
}

.program__name {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -.01em;
  text-align: left;
  color: #9c9ea2;
}

@media (max-width:480px) {
  .program__name {
    font-size: 3.1rem;
  }
}

.silver {
  color: #a4bbcb;
}

.gold {
  color: #caaf45;
}

.program__condititons {
  max-width: 35rem;
  margin-top: 5rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: #eff1f6;
}

@media (max-width:1515px) {
  .program__condititons {
    margin-top: 4.5rem;
  }
}

.program__condititons li {
  display: flex;
  align-items: flex-start;
  margin-top: .8rem;
}

@media (max-width:480px) {
  .program__condititons li {
    margin-top: 1.2rem;
  }
}

.program__condititons li:before {
  content: "";
  width: .6rem;
  min-width: .6rem;
  height: .6rem;
  background: #a50f2d;
  border-radius: 100%;
  display: block;
  margin-right: 2rem;
  transform: translateY(1.4rem);
}

@media (max-width:480px) {
  .program__condititons li:before {
    width: .8rem;
    min-width: .8rem;
    height: .8rem;
    margin-left: -1rem;
  }
}

.wrapper.partners-faq {
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .wrapper.partners-faq {
    margin-top: 12rem;
  }
}

@media (max-width:1024px) {
  .wrapper.partners-faq {
    margin-top: 10rem;
  }
}

@media (max-width:480px) {
  .wrapper.partners-faq {
    padding-left: 0;
    padding-right: 0;
  }
}

.wrapper.partners-faq>ul {
  margin-top: 8rem;
}

.wrapper.partners-faq .accordion__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #40454e;
  padding-bottom: 5.2rem;
}

@media (max-width:480px) {
  .wrapper.partners-faq .accordion__title {
    font-size: 4.1rem;
    line-height: 4.8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.wrapper.partners-faq ul .accordion__list-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  background-color: unset;
  text-align: start;
  padding: 0;
  transition: all .2s;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -.01em;
  text-align: left;
  color: #212424;
}

@media (max-width:480px) {
  .wrapper.partners-faq ul .accordion__list-title {
    font-size: 2.7rem;
    padding-left: 2.8rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.wrapper.partners-faq ul .accordion__list-title .accordion__list-text {
  flex-grow: 1;
}

.wrapper.partners-faq .accordion ul .accordion__plus {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  min-width: 3.2rem;
  min-height: 3.2rem;
  border: .1rem solid #aab8c3;
  border-radius: 50%;
  position: relative;
  margin-right: 0;
  transition: all .2s;
}

@media (max-width:1024px) {
  .wrapper.partners-faq .accordion ul .accordion__plus {
    margin-right: 3rem;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (max-width:480px) {
  .wrapper.partners-faq .accordion ul .accordion__plus {
    width: 4.2rem;
    height: 4.2rem;
    min-width: 4.2rem;
    min-height: 4.2rem;
    margin: 0;
    margin-right: 2rem;
  }
}

.wrapper.partners-faq .accordion {
  list-style-type: none;
  counter-reset: a;
}

.wrapper.partners-faq .accordion .accordion__list-title:before {
  content: counter(a);
  counter-increment: a;
  list-style: decimal;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -.01em;
  text-align: left;
  color: #a50f2d;
  width: 20rem;
  min-width: 20rem;
}

@media (max-width:1920px) {
  .wrapper.partners-faq .accordion .accordion__list-title:before {
    width: 16rem;
    min-width: 16rem;
  }
}

@media (max-width:1515px) {
  .wrapper.partners-faq .accordion .accordion__list-title:before {
    width: 11rem;
    min-width: 11rem;
  }
}

@media (max-width:1024px) {
  .wrapper.partners-faq .accordion .accordion__list-title:before {
    width: 8rem;
    min-width: 8rem;
  }
}

@media (max-width:480px) {
  .wrapper.partners-faq .accordion .accordion__list-title:before {
    width: 3.5rem;
    min-width: 3.5rem;
    font-size: 3rem;
  }
}

.wrapper.partners-faq .accordion li.active {
  background-color: #fff;
  padding-bottom: 3.3rem;
  border-color: #fff;
}

.wrapper.partners-faq li.active .accordion__list-title {
  padding-left: 2.8rem;
}

.wrapper.partners-faq .accordion li.active .accordion__plus {
  background-color: #a50f2d;
  border-color: #a50f2d;
  margin-right: 6rem;
}

@media (max-width:1024px) {
  .wrapper.partners-faq .accordion li.active .accordion__plus {
    margin: 0;
    margin-right: 6rem;
  }
}

@media (max-width:480px) {
  .wrapper.partners-faq .accordion li.active .accordion__plus {
    margin-right: 2rem;
  }
}

.wrapper.partners-faq .faq .faq__block .faq__right .accordion li.active .accordion__plus:before,
.wrapper.partners-faq li.active .accordion__plus:after {
  background-color: #fff;
}

.wrapper.partners-faq .accordion li.active .accordion__plus:after {
  transform: translateX(-50%);
}

.wrapper.partners-faq .accordion li .accordion__list-desc {
  display: block;
  color: #697279;
  padding-left: 24rem;
  padding-right: 24rem;
  padding-top: 0;
  transition: padding-top .2s;
  box-sizing: content-box;
}

@media (max-width:1920px) {
  .wrapper.partners-faq .accordion li .accordion__list-desc {
    padding-left: 19rem;
  }
}

@media (max-width:1515px) {
  .wrapper.partners-faq .accordion li .accordion__list-desc {
    padding-left: 15rem;
  }
}

@media (max-width:1024px) {
  .wrapper.partners-faq .accordion li .accordion__list-desc {
    padding-right: 2rem;
    padding-left: 11rem;
  }
}

@media (max-width:480px) {
  .wrapper.partners-faq .accordion li .accordion__list-desc {
    padding-left: 6rem;
    padding-top: 0;
    padding-right: 3rem;
    font-size: 1.95rem;
  }
}

.wrapper.partners-faq .accordion li.active .accordion__list-desc {
  padding-top: 2rem;
}

@media (max-width:480px) {
  .wrapper.partners-faq .accordion li.active .accordion__list-desc {
    padding-top: 0;
  }
}

.corporate.partners {
  margin-top: 15rem;
  flex-direction: column;
  border-top: unset;
}

@media (max-width:1920px) {
  .corporate.partners {
    margin-top: 12rem;
  }
}

@media (max-width:1024px) {
  .corporate.partners {
    margin-top: 7rem;
    flex-direction: column;
    display: flex;
    flex-wrap: nowrap;
    height: unset;
  }
}

@media (max-width:480px) {
  .corporate.partners {
    margin-top: 5rem;
  }
}

.corporate.partners .corporate__content {
  margin-top: 8rem;
}

@media (max-width:1920px) {
  .corporate.partners .corporate__content {
    margin-top: 4rem;
  }
}

@media (max-width:1024px) {
  .corporate.partners .corporate__content {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
  }
}

@media (max-width:480px) {
  .corporate.partners .corporate__content {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

@media (max-width:480px) {
  .corporate.partners .corporate__content .corporate__block_color div {
    font-size: 2.2rem;
  }
}

.corporate.partners .corporate__content .corporate__block {
  height: unset;
  min-height: 55rem;
}

@media (max-width:1920px) {
  .corporate.partners .corporate__content .corporate__block {
    min-height: 41rem;
  }
}

@media (max-width:1515px) {
  .corporate.partners .corporate__content .corporate__block {
    min-height: 30rem;
  }
}

@media (max-width:1024px) {
  .corporate.partners .corporate__content .corporate__block {
    width: calc(50% - 1rem);
  }
}

@media (max-width:480px) {
  .corporate.partners .corporate__content .corporate__block {
    width: 100%;
    min-height: 22rem;
    padding: 1rem 1.8rem;
  }
}

.corporate.partners .corporate__content .corporate__block picture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.corporate.partners .corporate__content .corporate__helper.dark {
  background: unset;
}

.corporate.partners .corporate__content .corporate__helper.dark a {
  color: #212424;
}

.wrapper.customers-faq .accordion .accordion__top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 5.2rem;
  gap: 2rem;
}

@media (max-width:1024px) {
  .wrapper.customers-faq .accordion .accordion__top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.wrapper.customers-faq .accordion .accordion__top .accordion__title {
  padding-bottom: 0;
}

@media (max-width:480px) {
  .wrapper.customers-faq .accordion .accordion__top .link-red {
    padding-left: 2.5rem;
  }
}

.top-partners {
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .top-partners {
    margin-top: 11.5rem;
  }
}

@media (max-width:1024px) {
  .top-partners {
    margin-top: 10rem;
  }
}

@media (max-width:480px) {
  .top-partners {
    margin-top: 5.5rem;
  }
}

.top-partners .pagination-block {
  margin-top: 8rem;
  border-top: 1px solid #d2dce5;
  padding-top: 2.8rem;
}

@media (max-width:1024px) {
  .top-partners .pagination-block {
    margin-top: 1.6rem;
  }
}

@media (max-width:1024px) {
  .top-partner {
    margin-bottom: 4.4rem;
  }
}

@media (max-width:480px) {
  .top-partner {
    width: 100%;
    margin-bottom: 5.5rem;
  }
}

.top-partners_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}

@media (max-width:1024px) {
  .top-partners_wrapper {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:480px) {
  .top-partners_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: unset;
  }
}

.top-partner__img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(210, 220, 229, .3019607843);
  width: 100%;
  height: 37rem;
}

@media (max-width:1920px) {
  .top-partner__img {
    height: 27.5rem;
  }
}

@media (max-width:1515px) {
  .top-partner__img {
    height: 20rem;
  }
}

@media (max-width:480px) {
  .top-partner__img {
    padding: 2rem;
  }
}

.top-partner__img img {
  width: 24rem;
}

@media (max-width:480px) {
  .top-partner__img img {
    width: 100%;
    object-fit: contain;
    height: 85%;
  }
}

.top-partner_name {
  margin-top: 2rem;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
  text-decoration: none;
}

@media (max-width:480px) {
  .top-partner_name {
    font-size: 2.6rem;
  }
}

.top-partner_text p+p {
  margin-top: 1.2rem;
}

.top-partner_text {
  max-height: 7.5em;
  overflow: hidden;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
  margin-top: 1.2rem;
  max-width: 32rem;
  transition: max-height .3s;
  position: relative;
  background: #eff1f6;
}

@media (max-width:480px) {
  .top-partner_text {
    font-size: 16px;
    max-width: 100%;
  }
}

.top-partner_text ol li,
.top-partner_text ul li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
  padding-left: 2.5rem;
}

@media (max-width:480px) {

  .top-partner_text ol li,
  .top-partner_text ul li {
    font-size: 16px;
  }
}

.top-partner_text--gradient:before {
  content: "";
  position: absolute;
  bottom: -.5rem;
  left: 0;
  width: 100%;
  height: 1em;
  background: -webkit-linear-gradient(0deg, #eff1f6 50%, rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, #eff1f6 50%, rgba(255, 255, 255, 0));
  transition: background-color .3s;
}

.top-partner_text--gradient-transparent:before {
  background: transparent;
}

.top-partner_text>:last-child {
  padding-bottom: .5rem;
}

.top-partner__prof,
.top-partner_text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
}

.top-partner_button {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.78;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #a50f2d;
}

.top-partner_button:hover {
  transition: .4s;
  box-shadow: 0 1px 0 0 transparent;
  box-shadow: 0 4px 0 -3px #a50f2d;
}

.program-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, .4);
  z-index: 200;
  display: none;
  opacity: 0;
  transition: opacity .4s;
}

.program-modal .close-program {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  color: #212424;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  border: .1rem solid #d2dce5;
  border-radius: 10rem;
  height: min-content;
  position: relative;
  top: -2rem;
  transition: background-color .3s;
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 5;
  background: #fff;
}

@media (max-width:1024px) {
  .program-modal .close-program {
    border: unset;
    padding: unset;
    right: .5rem;
    top: 5.5rem;
    background: unset;
  }
}

@media (max-width:1024px) {
  .program-modal .close-program span {
    display: none;
  }
}

.program-modal .close-program:hover {
  border-color: #40454e;
}

.program-modal .close-program:hover .close-program__cross {
  background-color: #40454e;
}

.program-modal .close-program:hover .close-program__cross:after,
.program-modal .close-program:hover .close-program__cross:before {
  background-color: #fff;
}

.program-modal .close-program .close-program__cross {
  position: relative;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: rgba(210, 220, 229, .3);
  border-radius: 50%;
}

@media (max-width:1024px) {
  .program-modal .close-program .close-program__cross {
    display: block;
    background: unset;
    width: 5.8rem;
    height: 5.8rem;
    width: 7.8rem;
    height: 7.8rem;
  }
}

.program-modal .close-program .close-program__cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: .2rem;
  background-color: #aab8c3;
  transition: color .3s;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width:1024px) {
  .program-modal .close-program .close-program__cross:after {
    background: #d2dce5;
  }
}

.program-modal .close-program .close-program__cross:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: .2rem;
  background-color: #aab8c3;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: color .3s;
}

@media (max-width:1024px) {
  .program-modal .close-program .close-program__cross:before {
    background: #d2dce5;
  }
}

.program-modal .program__block {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

@media (max-width:1024px) {
  .program-modal .program__block {
    align-items: flex-end;
  }
}

.program-modal .program__wrapper {
  display: flex;
  width: 70.8rem;
  height: 100%;
}

@media (max-width:1024px) {
  .program-modal .program__wrapper {
    width: 100%;
    height: 94%;
    border-radius: 12px 12px 0 0;
    overflow: auto;
    flex-direction: column;
  }
}

.program-modal .program__text-block {
  background: #fff;
  padding: 4.8rem;
  height: 100%;
  overflow-y: auto;
}

@media (max-width:1024px) {
  .program-modal .program__text-block {
    height: unset;
    overflow: unset;
    padding: 4.2rem 2rem;
  }
}

@media (max-width:480px) {
  .program-modal .program__text-block {
    padding: 6.2rem 2.5rem;
  }
}

.program-modal .program__text-block_title {
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.02em;
  text-align: left;
  margin-bottom: 2rem;
}

@media (max-width:1024px) {
  .program-modal .program__text-block_title {
    margin-bottom: .8rem;
  }
}

@media (max-width:480px) {
  .program-modal .program__text-block_title {
    font-size: 4.2rem;
    line-height: 1.5;
    margin-bottom: 1.8rem;
  }
}

.program-modal .program-modal__item {
  width: 100%;
  padding-bottom: 2.4rem;
  padding-top: 3.2rem;
  border-bottom: 1px solid #d2dce5;
}

@media (max-width:480px) {
  .program-modal .program-modal__item {
    border-bottom: unset;
    padding-bottom: 1.3rem;
  }
}

.program-modal .program-modal__item:last-child {
  border-bottom: unset;
  padding-bottom: unset;
}

.program-modal .program-modal__item_name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #9d9fa2;
  display: flex;
  align-items: center;
}

@media (max-width:480px) {
  .program-modal .program-modal__item_name {
    font-size: 3.1rem;
  }
}

.program-modal .program-modal__item_name:before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  margin-right: .8rem;
  border-radius: 100%;
  background: #9d9fa2;
}

@media (max-width:480px) {
  .program-modal .program-modal__item_name:before {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.program-modal .silver {
  color: #a4bbcb;
}

.program-modal .silver:before {
  background: #a4bbcb;
}

.program-modal .gold {
  color: #ccae47;
}

.program-modal .gold:before {
  background: #ccae47;
}

.program-modal .program-modal__item_desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  margin-top: .4rem;
  color: #697279;
}

@media (max-width:480px) {
  .program-modal .program-modal__item_desc {
    font-size: 2.05rem;
  }
}

.program-modal .program-modal__item_list-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  margin-top: 3.2rem;
  color: #212424;
  margin-bottom: .4rem;
}

@media (max-width:480px) {
  .program-modal .program-modal__item_list-name {
    font-size: 2.55rem;
    margin-top: 3rem;
    margin-bottom: 1.3rem;
  }
}

.program-modal li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
  margin-bottom: .8rem;
  position: relative;
  padding-left: 1.6rem;
}

@media (max-width:480px) {
  .program-modal li {
    padding-left: 2.8rem;
    font-size: 2.05rem;
    margin-bottom: 1rem;
  }
}

.program-modal li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: .6rem;
  min-width: .6rem;
  height: .6rem;
  display: block;
  border-radius: 100%;
  background: #a50f2d;
  margin-right: 1.6rem;
}

@media (max-width:480px) {
  .program-modal li:before {
    width: .8rem;
    min-width: .8rem;
    height: .8rem;
  }
}

.program-modal li .red {
  color: #a50f2d;
}

.program-modal.show {
  opacity: 1;
}

.partner-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, .4);
  z-index: 200;
  display: none;
  opacity: 0;
  transition: opacity .4s;
}

.partner-modal .close-partner {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  color: #212424;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  border: .1rem solid #d2dce5;
  border-radius: 10rem;
  height: min-content;
  position: relative;
  top: -2rem;
  transition: background-color .3s;
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 5;
  background: #fff;
}

@media (max-width:1024px) {
  .partner-modal .close-partner {
    border: unset;
    padding: unset;
    right: .5rem;
    top: 1.5rem;
    background: unset;
  }
}

@media (max-width:1024px) {
  .partner-modal .close-partner span {
    display: none;
  }
}

.partner-modal .close-partner:hover {
  border-color: #40454e;
}

.partner-modal .close-partner:hover .close-partner__cross {
  background-color: #40454e;
}

.partner-modal .close-partner:hover .close-partner__cross:after,
.partner-modal .close-partner:hover .close-partner__cross:before {
  background-color: #fff;
}

.partner-modal .close-partner .close-partner__cross {
  position: relative;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: rgba(210, 220, 229, .3);
  border-radius: 50%;
}

@media (max-width:1024px) {
  .partner-modal .close-partner .close-partner__cross {
    display: block;
    background: unset;
    width: 5.8rem;
    height: 5.8rem;
    width: 7.8rem;
    height: 7.8rem;
  }
}

.partner-modal .close-partner .close-partner__cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: .2rem;
  background-color: #aab8c3;
  transition: color .3s;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width:1024px) {
  .partner-modal .close-partner .close-partner__cross:after {
    background: #d2dce5;
  }
}

.partner-modal .close-partner .close-partner__cross:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: .2rem;
  background-color: #aab8c3;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: color .3s;
}

@media (max-width:1024px) {
  .partner-modal .close-partner .close-partner__cross:before {
    background: #d2dce5;
  }
}

.partner-modal .partner__block {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

@media (max-width:1024px) {
  .partner-modal .partner__block {
    align-items: flex-end;
  }
}

.partner-modal .partner__wrapper {
  display: flex;
  flex-direction: column;
  width: 70.8rem;
  height: 100%;
  background: #f0f2f6;
}

@media (max-width:1024px) {
  .partner-modal .partner__wrapper {
    width: 100%;
    max-height: 94%;
    height: auto;
    border-radius: 12px 12px 0 0;
    overflow: auto;
    flex-direction: column;
    position: relative;
  }
}

.partner-modal .partner__text-block {
  padding: 4.8rem;
  height: 100%;
  overflow-y: auto;
}

@media (max-width:1024px) {
  .partner-modal .partner__text-block {
    height: unset;
    overflow: unset;
    padding: 4.2rem 2rem;
  }
}

@media (max-width:480px) {
  .partner-modal .partner__text-block {
    padding: 6.2rem 2.5rem;
    display: flex;
    flex-direction: column;
  }
}

.partner-modal .partner__text-block_title {
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.02em;
  text-align: left;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

@media (max-width:1024px) {
  .partner-modal .partner__text-block_title {
    margin-bottom: .8rem;
  }
}

@media (max-width:480px) {
  .partner-modal .partner__text-block_title {
    font-size: 4.2rem;
    line-height: 1.5;
    margin-bottom: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 0;
    order: 2;
  }
}

.partner-modal .partner__logo {
  width: 4.8rem;
}

@media (max-width:480px) {
  .partner-modal .partner__logo {
    width: 6.1rem;
    order: 1;
  }
}

.partner-modal .partner__statuses {
  margin-top: 5.3rem;
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
  border-top: 1px solid #d2dce5;
  border-bottom: 1px solid #d2dce5;
}

@media (max-width:480px) {
  .partner-modal .partner__statuses {
    margin-top: 4.8rem;
    order: 3;
  }
}

.partner-modal .partner__statuses .text-normal,
.partner-modal .partner__statuses p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
}

@media (max-width:480px) {

  .partner-modal .partner__statuses .text-normal,
  .partner-modal .partner__statuses p {
    font-size: 2.05rem;
  }
}

.partner-modal .partner__statuses .red {
  color: #a50f2d;
}

.partner-modal .partner__descr {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  margin-top: 3.2rem;
}

@media (max-width:480px) {
  .partner-modal .partner__descr {
    order: 5;
    font-size: 2.55rem;
    font-weight: 500;
    line-height: 1.4;
  }
}

.partner-modal .partner__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  margin-top: 3rem;
  color: #697279;
}

@media (max-width:480px) {
  .partner-modal .partner__text {
    order: 6;
    font-size: 2.05;
  }
}

.partner-modal .link-red {
  margin-top: 5.2rem;
}

@media (max-width:480px) {
  .partner-modal .link-red {
    order: 4;
  }
}

.partner-modal.show {
  opacity: 1;
}

.top-partners-catalog {
  margin-top: 5rem;
}

.top-partners-catalog .top-partners_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width:1024px) {
  .top-partners-catalog .top-partners_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-partners-catalog .top-partners_wrapper .top-partner__img {
  grid-row: 2 span;
  height: 10rem;
  background-color: unset;
  margin-top: 1rem;
}

@media (max-width:1024px) {
  .top-partners-catalog .top-partners_wrapper .top-partner__img {
    padding: 0;
    height: 4rem;
    display: flex;
    justify-content: flex-start;
  }
}

.top-partners-catalog .top-partners_wrapper .top-partner__img img {
  width: 15rem;
  height: 100%;
  object-position: top;
  object-fit: contain;
}

@media (max-width:1024px) {
  .top-partners-catalog .top-partners_wrapper .top-partner__img img {
    height: 100%;
  }
}

.top-partners-catalog .top-partners_wrapper .top-partner {
  display: grid;
  grid-template-columns: 1fr 8fr;
  grid-template-rows: min-content;
  gap: 4rem;
  background-color: #fff;
  padding: 4rem;
}

@media (max-width:1024px) {
  .top-partners-catalog .top-partners_wrapper .top-partner {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    padding: 3rem;
    margin-bottom: 3rem;
  }
}

.top-partners-catalog .top-partners_wrapper .top-partner_name {
  margin-top: 0;
  font-size: 16px;
}

.top-partners-catalog .top-partners_wrapper .top-partner_text {
  max-width: 100%;
  max-height: unset;
  background-color: unset;
  margin-top: 0;
}

@media (max-width:480px) {
  .top-partners-catalog .top-partners_wrapper .top-partner_text {
    order: 2;
  }
}

.top-partners-catalog .top-partners_wrapper .top-partner_text--gradient:before {
  content: unset;
}

.top-partner-wrap {
  margin-top: auto;
}

.comments-block {
  height: 9.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #d2dce5;
  position: relative;
}

@media (max-width:1024px) {
  .comments-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width:480px) {
  .comments-block {
    overflow: hidden;
  }
}

.comments-block .filters {
  height: 100%;
  border-left: 0;
}

.comments-block .filters .custom-select {
  width: 27.4rem;
}

.comments-block .filters .custom-select .select-selected {
  padding-top: .5rem;
  padding-bottom: .5rem;
  justify-content: space-between;
}

@media (max-width:1024px) {
  .comments-block .filters .custom-select {
    width: auto;
  }
}

.comments-block .filters .custom-select .select-items {
  width: 27.4rem;
}

@media (max-width:1024px) {
  .comments-block .filters .custom-select .select-items {
    width: 100%;
  }
}

.solve.career {
  width: 100%;
  overflow: auto;
}

.solve.career .section-top {
  padding-top: 15rem;
}

@media (max-width:1920px) {
  .solve.career .section-top {
    padding-top: 12rem;
  }
}

@media (max-width:1515px) {
  .solve.career .section-top {
    padding-top: 11rem;
  }
}

@media (max-width:1024px) {
  .solve.career .section-top {
    padding-top: 10rem;
    padding-left: .5rem;
  }
}

@media (max-width:480px) {
  .solve.career .section-top {
    padding-top: 5rem;
    margin-top: 5rem;
  }
}

.solve.career .text-normal,
.solve.career p {
  color: #eff1f6;
}

@media (max-width:1920px) {

  .solve.career .text-normal,
  .solve.career p {
    padding-right: 10%;
  }
}

@media (max-width:1515px) {

  .solve.career .text-normal,
  .solve.career p {
    max-width: 99%;
  }
}

.solve.career .title {
  max-width: 40rem;
}

@media (max-width:1024px) {
  .solve.career .title {
    max-width: 100%;
  }
}

@media (max-width:1515px) {
  .solve.career .title-wrapper {
    width: 40%;
  }
}

@media (max-width:1024px) {
  .solve.career .title-wrapper {
    margin-left: 3.5rem;
    width: calc(100% - 6rem);
  }
}

@media (max-width:480px) {
  .solve.career .title-wrapper {
    margin-left: 2rem;
    width: calc(100% - 5rem);
  }
}

.solve.career .title-wrapper .text-normal,
.solve.career .title-wrapper p {
  margin-left: 20.5rem;
  margin-top: 3rem;
  max-width: 65rem;
}

@media (max-width:1920px) {

  .solve.career .title-wrapper .text-normal,
  .solve.career .title-wrapper p {
    margin-left: 15.5rem;
  }
}

@media (max-width:1515px) {

  .solve.career .title-wrapper .text-normal,
  .solve.career .title-wrapper p {
    margin-left: 11.5rem;
  }
}

@media (max-width:1024px) {

  .solve.career .title-wrapper .text-normal,
  .solve.career .title-wrapper p {
    margin-left: 0;
  }
}

@media (max-width:1024px) {
  .solve.career .section-top__aside {
    margin-left: 3.5rem;
    margin-left: 2rem;
  }
}

.solve.career .section-top__aside .text-normal,
.solve.career .section-top__aside p {
  font-size: 18px;
  max-width: 80%;
}

@media (max-width:1515px) {

  .solve.career .section-top__aside .text-normal,
  .solve.career .section-top__aside p {
    max-width: 99%;
  }
}

.solve.career .solve__intro {
  padding-bottom: 7rem;
  min-height: 55.5rem;
  height: unset;
}

@media (max-width:1920px) {
  .solve.career .solve__intro {
    min-height: 49rem;
    height: unset;
  }
}

@media (max-width:1515px) {
  .solve.career .solve__intro {
    min-height: 49rem;
    height: unset;
  }
}

@media (max-width:1024px) {
  .solve.career .solve__intro {
    position: relative;
    min-height: 40rem;
    padding-bottom: 10rem;
  }
}

@media (max-width:480px) {
  .solve.career .solve__intro {
    min-height: 51.5rem;
  }
}

.solve.career .solve__intro .footnote {
  max-width: 70%;
}

@media (max-width:1024px) {
  .solve.career .solve__slider {
    margin-top: -4rem;
  }
}

@media (max-width:480px) {
  .solve.career .solve__slider {
    margin-top: -15rem;
  }
}

.career .informationTechnology__content {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(auto-fit, minmax(min(33.3333333333%, max(64px, 20%)), 1fr));
  padding-top: 15rem;
}

@media (max-width:1920px) {
  .career .informationTechnology__content {
    padding-top: 12rem;
  }
}

@media (max-width:1024px) {
  .career .informationTechnology__content {
    padding-top: 10rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
}

@media (max-width:480px) {
  .career .informationTechnology__content {
    padding-top: 5rem;
    flex-direction: column;
    gap: unset;
  }
}

.career .informationTechnology__content .informationTechnology__block {
  margin-bottom: 1rem;
  gap: 3.2rem;
  margin-bottom: 1.4rem;
}

@media (max-width:1024px) {
  .career .informationTechnology__content .informationTechnology__block {
    width: calc((100% - 2rem) / 2);
  }
}

@media (max-width:480px) {
  .career .informationTechnology__content .informationTechnology__block {
    width: 100%;
    gap: 1.5rem;
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-top: 0;
  }
}

.solve .solve-story__container .swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 36rem;
}

@media (max-width:480px) {
  .solve .solve-story__container .swiper-slide {
    padding: 1.5rem;
    height: auto;
    height: 33rem;
    position: relative;
  }
}

.solve .solve-story__container .swiper-slide:hover .story__img {
  transform: scale(1.01);
}

.solve .solve-story__container .swiper-slide:hover .story__title {
  color: #a50f2d;
}

.solve .solve-story__container .swiper-slide .story__img {
  height: 28rem;
  border-radius: unset;
  min-width: 22rem;
  width: 22rem;
  transition: transform .3s;
  position: relative;
}

@media (max-width:480px) {
  .solve .solve-story__container .swiper-slide .story__img {
    height: 21rem;
    border-radius: unset;
    min-width: 17rem;
    width: 17rem;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
  }
}

.solve .solve-story__container .swiper-slide .story__img img {
  width: 100%;
  height: 100%;
  border-radius: unset;
  object-fit: cover;
  object-position: center;
}

.solve .solve-story__container .swiper-slide .story__texts {
  margin-left: 4rem;
}

@media (max-width:480px) {
  .solve .solve-story__container .swiper-slide .story__texts {
    margin-left: 0;
    width: 100%;
  }
}

.solve .solve-story__container .swiper-slide .story__title {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #212424;
  transition: all .3s;
}

@media (max-width:480px) {
  .solve .solve-story__container .swiper-slide .story__title {
    padding-left: 18.5rem;
    min-height: 22.5rem;
    padding-bottom: 1.5rem;
  }
}

.solve .solve-story__container .swiper-slide .story__desc,
.solve .solve-story__container .swiper-slide p {
  font-size: 16px;
  line-height: 1.5;
  color: #697279;
  margin-top: 2rem;
}

@media (max-width:480px) {

  .solve .solve-story__container .swiper-slide .story__desc,
  .solve .solve-story__container .swiper-slide p {
    margin-top: 0;
  }
}

.suggestion.wrapper {
  margin-top: 15rem;
  width: 100%;
  overflow: hidden;
}

@media (max-width:1920px) {
  .suggestion.wrapper {
    margin-top: 12rem;
  }
}

@media (max-width:1024px) {
  .suggestion.wrapper {
    margin-top: 8rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 2rem;
    margin-right: 2rem;
    width: calc(100% - 4rem);
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    width: calc(100% - 5rem);
    margin-top: 7rem;
  }
}

.suggestion.wrapper .title {
  max-width: 40%;
}

@media (max-width:1920px) {
  .suggestion.wrapper .title {
    max-width: 100%;
  }
}

@media (max-width:1515px) {
  .suggestion.wrapper .title {
    max-width: 100%;
  }
}

@media (max-width:1024px) {
  .suggestion.wrapper .title {
    max-width: 100%;
  }
}

@media (max-width:480px) {
  .suggestion.wrapper .title {
    max-width: 100%;
  }
}

.suggestion.wrapper .suggestion-slider {
  width: 100%;
}

@media (max-width:1024px) {
  .suggestion.wrapper .suggestion-slider {
    position: relative;
  }
}

.suggestion.wrapper .suggestion-slider .swiper-button-next,
.suggestion.wrapper .suggestion-slider .swiper-button-prev {
  display: none;
}

@media (max-width:1024px) {

  .suggestion.wrapper .suggestion-slider .swiper-button-next,
  .suggestion.wrapper .suggestion-slider .swiper-button-prev {
    display: flex;
    top: -7rem;
  }
}

@media (max-width:480px) {

  .suggestion.wrapper .suggestion-slider .swiper-button-next,
  .suggestion.wrapper .suggestion-slider .swiper-button-prev {
    top: 17rem;
  }
}

@media (max-width:1024px) {
  .suggestion.wrapper .suggestion-slider .swiper-button-prev {
    left: unset;
    right: 5.5rem;
  }
}

@media (max-width:480px) {
  .suggestion.wrapper .suggestion-slider .swiper-button-prev {
    right: unset;
    left: 0;
  }
}

.photo-gallery {
  width: 100%;
  overflow: hidden;
  margin-top: 8rem;
}

@media (max-width:1024px) {
  .photo-gallery {
    margin-top: 10rem;
  }
}

@media (max-width:480px) {
  .photo-gallery {
    margin-top: 5rem;
  }
}

.photo-gallery .swiper-container .swiper-button-next {
  right: -2rem;
}

@media (max-width:1024px) {
  .photo-gallery .swiper-container .swiper-button-next {
    display: none;
  }
}

.photo-gallery .swiper-container .swiper-button-prev {
  left: -2rem;
}

@media (max-width:1024px) {
  .photo-gallery .swiper-container .swiper-button-prev {
    display: none;
  }
}

.gallery-slider {
  margin-top: 5rem;
  position: relative;
}

.suggestion__wrapper {
  margin-top: 7.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

@media (max-width:1515px) {
  .suggestion__wrapper {
    margin-top: 5rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .suggestion__card_title {
    min-height: 8rem;
  }
}

@media (max-width:1024px) {
  .suggestion__wrapper {
    display: flex;
    grid-template-columns: unset;
    gap: unset;
  }
}

@media (max-width:480px) {
  .suggestion__wrapper {
    margin-top: 2.8rem;

    .suggestion__card_title {
      min-height: none;
    }
  }
}

.suggestion__card {
  margin-bottom: 1rem;
}

.suggestion__card_img {
  width: 100%;
  height: 22rem;
}

@media (max-width:1920px) {
  .suggestion__card_img {
    height: 24rem;
  }
}

@media (max-width:1515px) {
  .suggestion__card_img {
    height: 24rem;
  }
}

@media (max-width:480px) {
  .suggestion__card_img {
    height: 24rem;
  }
}

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

.suggestion__card_info {
  margin-top: 2rem;
}

@media (max-width:1920px) {
  .suggestion__card_info {
    margin-top: 2.4rem;
  }
}

.suggestion__card_info ul {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.56;
  color: #212424;
  margin-top: 0;
}

@media (max-width:1920px) {
  .suggestion__card_info ul {
    max-width: 100%;
  }
}

@media (max-width:480px) {
  .suggestion__card_info ul {
    font-size: 2.3rem;
  }
}

.suggestion__card_info li {
  margin: 0rem 0;
  padding: 0;
  padding-left: 16px !important;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 2.2rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23A50F2D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top 1.5rem !important;
}

@media (max-width:1920px) {
  .suggestion__card {
    margin-bottom: 2rem;
  }
}

@media (max-width:1515px) {
  .suggestion__card {
    margin-bottom: 1rem;
  }
}

.suggestion__card_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  min-height: 6rem;
}

@media (max-width:480px) {
  .suggestion__card_title {
    font-size: 3.1rem;
  }
}

.suggestion__card_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0;
  text-align: left;
  margin-top: 1.2rem;
}

@media (max-width:480px) {
  .suggestion__card_text {
    font-size: 2.3rem;
  }
}

.gallery__card {
  height: 42rem;
}

@media (max-width:1515px) {
  .gallery__card {
    height: 47rem;
  }
}

@media (max-width:1024px) {
  .gallery__card {
    height: 39rem;
  }
}

@media (max-width:480px) {
  .gallery__card {
    height: 28rem;
  }
}

.gallery__card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stories-slider-new.swiper-container {
  margin-top: 5rem;
  position: relative;
}

@media (max-width:1024px) {
  .stories-slider-new.swiper-container {
    margin-top: 4rem;
  }
}

.stories-slider-new.swiper-container .swiper-button-next,
.stories-slider-new.swiper-container .swiper-button-prev {
  top: 23rem;
}

@media (max-width:1920px) {

  .stories-slider-new.swiper-container .swiper-button-next,
  .stories-slider-new.swiper-container .swiper-button-prev {
    top: 18rem;
  }
}

@media (max-width:1515px) {

  .stories-slider-new.swiper-container .swiper-button-next,
  .stories-slider-new.swiper-container .swiper-button-prev {
    top: 14rem;
  }
}

@media (max-width:1024px) {

  .stories-slider-new.swiper-container .swiper-button-next,
  .stories-slider-new.swiper-container .swiper-button-prev {
    display: none;
  }
}

.stories-slider-new.swiper-container .swiper-button-next {
  right: -2rem;
}

.stories-slider-new.swiper-container .swiper-button-prev {
  left: -2rem;
}

.stories-slider-new.swiper-container .story {
  height: auto;
  min-height: unset;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stories-slider-new.swiper-container .story__img {
  width: 100%;
  height: 46rem;
}

@media (max-width:1920px) {
  .stories-slider-new.swiper-container .story__img {
    height: 34rem;
  }
}

@media (max-width:1515px) {
  .stories-slider-new.swiper-container .story__img {
    height: 25rem;
  }
}

@media (max-width:480px) {
  .stories-slider-new.swiper-container .story__img {
    height: 32rem;
  }
}

.stories-slider-new.swiper-container .story__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.stories-slider-new.swiper-container .story__texts {
  margin-top: 2.4rem;
}

.stories-slider-new.swiper-container .story__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
  transition: all .3s;
}

.stories-slider-new.swiper-container .story__desc,
.stories-slider-new.swiper-container p {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
}

.stories {
  width: 100%;
  overflow: hidden;
}

@media (max-width:1024px) {
  .stories .title {
    padding-right: 4rem;
  }
}

@media (max-width:1515px) {
  .stories .above-block {
    margin-top: 11rem;
  }
}

@media (max-width:1024px) {
  .stories .above-block {
    margin-top: 10rem;
  }
}

@media (max-width:480px) {
  .stories .above-block {
    margin-top: 5.5rem;
  }
}

.stories-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 8rem;
}

@media (max-width:1920px) {
  .stories-slider {
    margin-top: 7rem;
  }
}

@media (max-width:1515px) {
  .stories-slider {
    margin-top: 6rem;
  }
}

@media (max-width:1024px) {
  .stories-slider {
    margin-top: 3rem;
  }
}

@media (max-width:480px) {
  .stories-slider {
    margin-top: 3.5rem;
    overflow: unset;
  }
}

.stories-slider .swiper-button-next,
.stories-slider .swiper-button-prev {
  display: none;
}

@media (max-width:1515px) {

  .stories-slider .swiper-button-next,
  .stories-slider .swiper-button-prev {
    display: flex;
  }
}

.stories .story,
.story {
  text-decoration: none;
}

.stories .story {
  min-height: 75rem;
  display: grid;
}

@media (max-width:1920px) {
  .stories .story {
    min-height: 57rem;
  }
}

@media (max-width:1515px) {
  .stories .story {
    min-height: 43rem;
  }
}

@media (max-width:1024px) {
  .stories .story {
    min-height: 37rem;
  }
}

@media (max-width:480px) {
  .stories .story {
    min-height: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.stories .story .story__bg {
  grid-row: 1/1;
  grid-column: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width:480px) {
  .stories .story .story__bg {
    grid-row: unset;
    grid-column: unset;
    display: block;
    width: 100%;
    height: 20rem;
  }
}

.stories .story .story__content {
  grid-row: 1/1;
  grid-column: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.5rem 4rem;
  background: rgba(33, 36, 36, .3);
}

@media (max-width:480px) {
  .stories .story .story__content {
    grid-row: unset;
    grid-column: unset;
    justify-content: flex-start;
    padding: 0;
    background: unset;
  }
}

.stories .story div {
  display: flex;
  align-items: center;
}

@media (max-width:480px) {
  .stories .story div {
    margin-top: 7rem;
  }
}

.stories .story img {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 100%;
  margin-right: 2.5rem;
}

@media (max-width:480px) {
  .stories .story img {
    width: 9.2rem;
    height: 9.2rem;
  }
}

.story__name {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0;
  text-align: left;
  color: #eff1f6;
}

@media (max-width:480px) {
  .story__name {
    color: #212424;
    font-size: 1.96rem;
  }
}

.story__text {
  color: #eff1f6;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -.01em;
  text-align: left;
}

@media (max-width:480px) {
  .story__text {
    color: #212424;
    font-size: 2.65rem;
    margin-top: 2.2rem;
  }
}

.download-block.career {
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .download-block.career {
    margin-top: 12rem;
  }
}

@media (max-width:480px) {
  .download-block.career {
    margin-top: 7rem;
  }
}

.download-block.career .title {
  margin-bottom: 5rem;
}

.download-block.career .download-item {
  border-top: .1rem solid #d2dce5;
  border-bottom: unset;
}

@media (max-width:480px) {
  .download-block.career .download-item {
    padding: 2.6rem 0;
  }
}

.download-block.career .download-item:last-child {
  border-bottom: .1rem solid #d2dce5;
}

.download-block.career .download-item .download-data {
  min-width: 20rem;
  display: inline-block;
  padding-right: 2rem;
}

@media (max-width:1920px) {
  .download-block.career .download-item .download-data {
    min-width: 30.8rem;
  }
}

@media (max-width:1515px) {
  .download-block.career .download-item .download-data {
    min-width: 22.8rem;
  }
}

@media (max-width:480px) {
  .download-block.career .download-item .download-data {
    display: none;
  }
}

.download-block.career .download-item .download-text {
  padding-left: 0;
}

.career.subscribe {
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .career.subscribe {
    margin-top: 12rem;
  }
}

@media (max-width:480px) {
  .career.subscribe {
    margin-top: 5rem;
  }
}

.dark.motivation-block,
.dark .motivation-block {
  padding-bottom: 15rem;
  margin-bottom: 0;
}

@media (max-width:1920px) {

  .dark.motivation-block,
  .dark .motivation-block {
    padding-bottom: 12rem;
  }
}

@media (max-width:1515px) {

  .dark.motivation-block,
  .dark .motivation-block {
    padding-bottom: 10rem;
  }
}

.dark.motivation-block .section-top,
.dark .motivation-block .section-top {
  margin-top: 0;
  padding-top: 21.5rem;
}

@media (max-width:1920px) {

  .dark.motivation-block .section-top,
  .dark .motivation-block .section-top {
    padding-top: 14rem;
  }
}

@media (max-width:1515px) {

  .dark.motivation-block .section-top,
  .dark .motivation-block .section-top {
    padding-top: 8.5rem;
  }
}

@media (max-width:1024px) {

  .dark.motivation-block .section-top,
  .dark .motivation-block .section-top {
    padding-top: 9.5rem;
  }
}

@media (max-width:480px) {

  .dark.motivation-block .section-top,
  .dark .motivation-block .section-top {
    padding-top: 5.5rem;
  }
}

.motivation-block {
  margin-bottom: 15rem;
}

@media (max-width:1920px) {
  .motivation-block {
    margin-bottom: 12rem;
  }
}

@media (max-width:1515px) {
  .motivation-block {
    margin-bottom: 10rem;
  }
}

.motivation-block .section-top {
  margin-top: 0;
  margin-top: 21.5rem;
}

@media (max-width:1920px) {
  .motivation-block .section-top {
    margin-top: 14rem;
  }
}

@media (max-width:1515px) {
  .motivation-block .section-top {
    margin-top: 8.5rem;
  }
}

@media (max-width:1024px) {
  .motivation-block .section-top {
    margin-top: 9.5rem;
  }
}

@media (max-width:480px) {
  .motivation-block .section-top {
    margin-top: 5.5rem;
  }
}

.motivation-block.dark .informationTechnology__content .informationTechnology__block div:last-child {
  color: #697279;
}

.motivation-block.dark .informationTechnology__content .informationTechnology__block .informationTechnology__helper div:last-child {
  color: #eff1f6;
}

.motivation-block.dark .informationTechnology__content .informationTechnology__block {
  border-color: #40454e;
}

@media (max-width:480px) {
  .callback.wrapper-margin {
    margin-left: 0;
    margin-right: 0;
  }
}

.callback {
  background-color: #fff;
  position: relative;
}

.callback .footer__btn {
  color: #a50f2d;
  padding: 0;
}

.callback .callback__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.callback .callback__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.callback--wider .callback__inner {
  max-width: 120rem;
}

.callback--full .callback__inner {
  max-width: 100%;
}

.callback--wide .callback__inner {
  max-width: none;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media (max-width:1024px) {
  .callback--wide .callback__inner {
    display: flex;
    flex-direction: column;
  }
}

.callback__inner {
  max-width: 90rem;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 4rem;
}

.callback__inner > * {
  margin-top: 4rem;
}
.callback__inner > *:first-child {
  margin-top: 0;
}

@media (max-width:480px) {

  .callback__inner > * {
    margin-top: 8rem;
  }
  .callback__inner > *:first-child {
    margin-top: 0;
  }
}


.callback__img+.callback__inner {
  padding: 15.6rem 11.7rem;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width:1515px) {
  .callback__img+.callback__inner {
    padding: 8rem 11.7rem;
  }
}

@media (max-width:1024px) {
  .callback__img+.callback__inner {
    padding: 13.8rem 2.5rem;
  }
}

@media (max-width:480px) {
  .callback__img+.callback__inner {
    padding: 5rem 2.5rem;
  }
}

.callback__img+.callback__inner .callback__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
}

@media (max-width:480px) {
  .callback__img+.callback__inner .callback__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}

.callback__img+.callback__inner .footer__btn {
  flex-direction: row-reverse;
  padding: 0;
}

.callback__img+.callback__inner .footer__btn > *:first-child {
  margin-left: 2rem;
}

.callback__img+.callback__inner .footer__btn svg {
  margin-left: 0;
}

.callback__img+.callback__inner .footer__btn svg rect {
  fill: #fff;
}

.callback__img+.callback__inner .footer__btn svg path {
  stroke: #212424;
}

.dark .callback__title,
.dark .footer__btn {
  color: #eff1f6;
}

.callback__title {
  font-size: 3.45rem;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.02em;
  text-align: left;
}

.opacity-0 {
  opacity: 0;
}

.help.wrapper {
  max-width: 100%;
  overflow: hidden;
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .help.wrapper {
    margin-top: 12rem;
  }
}

@media (max-width:480px) {
  .help.wrapper {
    margin-top: 7rem;
  }
}

@media (max-width:1024px) {
  .help.wrapper .section-title {
    max-width: calc(100% - 12rem);
  }
}

@media (max-width:480px) {
  .help.wrapper .section-title {
    max-width: 100%;
  }
}

.projects__slider {
  margin-top: 8rem;
  position: relative;
}

@media (max-width:1920px) {
  .projects__slider {
    margin-top: 4rem;
  }
}

.projects__slider .swiper-slide {
  width: max-content;
}

.projects__slider .swiper-slide img {
  height: 92rem;
  width: auto;
}

@media (max-width:1920px) {
  .projects__slider .swiper-slide img {
    height: 70rem;
  }
}

@media (max-width:1515px) {
  .projects__slider .swiper-slide img {
    height: 51rem;
  }
}

@media (max-width:1024px) {
  .projects__slider .swiper-slide img {
    height: 48rem;
  }
}

@media (max-width:480px) {
  .projects__slider .swiper-slide img {
    height: 32rem;
  }
}

.projects__slider .swiper-button-next.projects-next {
  top: -12rem;
  right: 0;
}

@media (max-width:1920px) {
  .projects__slider .swiper-button-next.projects-next {
    top: -8rem;
  }
}

@media (max-width:480px) {
  .projects__slider .swiper-button-next.projects-next {
    display: none;
  }
}

.projects__slider .swiper-button-prev.projects-prev {
  top: -12rem;
  left: unset;
  right: 5.5rem;
}

@media (max-width:1920px) {
  .projects__slider .swiper-button-prev.projects-prev {
    top: -8rem;
  }
}

@media (max-width:480px) {
  .projects__slider .swiper-button-prev.projects-prev {
    display: none;
  }
}

.medical-care {
  min-height: 75rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 7rem;
}

@media (max-width:1920px) {
  .medical-care {
    min-height: 57rem;
  }
}

@media (max-width:1515px) {
  .medical-care {
    min-height: 42.5rem;
  }
}

@media (max-width:1024px) {
  .medical-care {
    min-height: 46.5rem;
  }
}

@media (max-width:480px) {
  .medical-care {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
    min-height: 54rem;
  }
}

.medical-care .section-top {
  padding-top: 21.5rem;
}

@media (max-width:1920px) {
  .medical-care .section-top {
    padding-top: 14rem;
  }
}

@media (max-width:1515px) {
  .medical-care .section-top {
    padding-top: 8.5rem;
  }
}

@media (max-width:1024px) {
  .medical-care .section-top {
    padding-top: 9.5rem;
    padding-left: 5rem;
  }
}

@media (max-width:480px) {
  .medical-care .section-top {
    margin-top: 7rem;
    padding-top: 5.5rem;
    padding-left: 2.5rem;
  }
}

@media (max-width:1515px) {
  .medical-care .title-wrapper {
    width: 66%;
  }
}

@media (max-width:1024px) {
  .medical-care .title-wrapper {
    width: 92%;
  }
}

.wrapper.customers-faq.dark {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

@media (max-width:1920px) {
  .wrapper.customers-faq.dark {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (max-width:1024px) {
  .wrapper.customers-faq.dark {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.wrapper.customers-faq.dark .accordion__title {
  color: #eff1f6;
}

.wrapper.customers-faq.dark li.active {
  background-color: #40454e !important;
  border-color: #40454e !important;
}

.wrapper.customers-faq.dark .accordion__list-desc {
  color: #eff1f6 !important;
}

.wrapper.customers-faq {
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .wrapper.customers-faq {
    margin-top: 12rem;
  }
}

@media (max-width:1024px) {
  .wrapper.customers-faq {
    margin-top: 10rem;
  }
}

@media (max-width:480px) {
  .wrapper.customers-faq {
    padding-left: 0;
    padding-right: 0;
  }
}

.wrapper.customers-faq .accordion__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #40454e;
  padding-bottom: 5.2rem;
}

@media (max-width:480px) {
  .wrapper.customers-faq .accordion__title {
    font-size: 4.1rem;
    line-height: 4.8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.wrapper.customers-faq ul .accordion__list-title {
  display: grid;
  grid-template-columns: min-content 1fr;
  border: 0;
  background-color: unset;
  text-align: start;
  padding: 0;
  padding-right: 2rem;
  transition: all .2s;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width:480px) {
  .wrapper.customers-faq ul .accordion__list-title {
    font-size: 2.1rem;
    padding-left: 2.8rem;
  }
}

.wrapper.customers-faq .accordion ul .accordion__plus {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border: .1rem solid #aab8c3;
  border-radius: 50%;
  position: relative;
  margin-right: 8.8rem;
  transition: all .2s;
}

@media (max-width:1024px) {
  .wrapper.customers-faq .accordion ul .accordion__plus {
    margin-right: 6rem;
  }
}

@media (max-width:480px) {
  .wrapper.customers-faq .accordion ul .accordion__plus {
    width: 4.2rem;
    height: 4.2rem;
    margin: 0;
    margin-right: 2rem;
  }
}

.wrapper.customers-faq .accordion li.active {
  background-color: #fff;
  padding-bottom: 3.3rem;
  border-color: #fff;
}

.wrapper.customers-faq li.active .accordion__list-title {
  padding-left: 2.8rem;
}

.wrapper.customers-faq .accordion li.active .accordion__plus {
  background-color: #a50f2d;
  border-color: #a50f2d;
  margin-right: 6rem;
}

@media (max-width:1024px) {
  .wrapper.customers-faq .accordion li.active .accordion__plus {
    margin: 0;
    margin-right: 6rem;
  }
}

@media (max-width:480px) {
  .wrapper.customers-faq .accordion li.active .accordion__plus {
    margin-right: 2rem;
  }
}

.wrapper.customers-faq .faq .faq__block .faq__right .accordion li.active .accordion__plus:before,
.wrapper.customers-faq li.active .accordion__plus:after {
  background-color: #fff;
}

.wrapper.customers-faq .accordion li.active .accordion__plus:after {
  transform: translateX(-50%);
}

.wrapper.customers-faq .accordion li .accordion__list-desc {
  display: block;
  color: #697279;
  padding-left: 12rem;
  padding-right: 24rem;
  padding-top: 0;
  transition: padding-top .2s;
  box-sizing: content-box;
}

@media (max-width:1024px) {
  .wrapper.customers-faq .accordion li .accordion__list-desc {
    padding-right: 2rem;
  }
}

@media (max-width:480px) {
  .wrapper.customers-faq .accordion li .accordion__list-desc {
    padding-left: 9rem;
    padding-right: 3rem;
    font-size: 1.95rem;
  }
}

.wrapper.customers-faq .accordion li.active .accordion__list-desc {
  padding-top: 2rem;
}

.anchors {
  border-bottom: 1px solid #d2dce5;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

@media (max-width:1024px) {
  .anchors {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width:480px) {
  .anchors {
    display: none;
  }
}

.anchors a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0;
  text-align: left;
  color: #aab8c3;
  text-decoration: none;
  margin-right: 3.2rem;
}

@media (max-width:1024px) {
  .anchors a {
    min-width: max-content;
    display: block;
  }

  .anchors a:nth-child(2) {
    order: 2;
  }
}

.solve.customers .section-top {
  padding-top: 16rem;
}

@media (max-width:1920px) {
  .solve.customers .section-top {
    padding-top: 10rem;
  }
}

@media (max-width:480px) {
  .solve.customers .section-top {
    padding-top: 5rem;
  }
}

.solve.customers .section-top .title {
  padding-right: 6rem;
}

@media (max-width:1515px) {
  .solve.customers .section-top .title {
    padding-right: 13rem;
  }
}

@media (max-width:1024px) {
  .solve.customers .section-top .title {
    padding-right: 0;
  }
}

.solve.customers .text-normal,
.solve.customers p {
  color: #eff1f6;
}

@media (max-width:1024px) {
  .solve.customers .title-wrapper {
    margin-left: 3.5rem;
    width: calc(100% - 8rem);
  }
}

@media (max-width:480px) {
  .solve.customers .title-wrapper {
    margin-left: 0;
    width: calc(100% - 5rem);
  }
}

.solve.customers .title-wrapper .text-normal,
.solve.customers .title-wrapper p {
  margin-left: 20.5rem;
  margin-top: 3rem;
  max-width: 65rem;
  padding-right: 4rem;
}

@media (max-width:1920px) {

  .solve.customers .title-wrapper .text-normal,
  .solve.customers .title-wrapper p {
    margin-left: 15.5rem;
  }
}

@media (max-width:1515px) {

  .solve.customers .title-wrapper .text-normal,
  .solve.customers .title-wrapper p {
    margin-left: 11.5rem;
  }
}

@media (max-width:1024px) {

  .solve.customers .title-wrapper .text-normal,
  .solve.customers .title-wrapper p {
    margin-left: 0;
    padding-right: 0;
  }
}

.solve.customers .section-top__aside .text-normal,
.solve.customers .section-top__aside p {
  font-size: 16px;
}

.solve.customers .section-top__aside p+p {
  margin-top: 1rem;
}

@media (max-width:1920px) {
  .solve.customers .solve__intro {
    min-height: 76rem;
    height: unset;
  }
}

@media (max-width:1024px) {
  .solve.customers .solve__intro {
    position: relative;
    min-height: 40rem;
    padding-bottom: 25rem;
  }
}

@media (max-width:480px) {
  .solve.customers .solve__intro {
    min-height: 51.5rem;
    padding-bottom: 17rem;
  }
}

.solve.customers .solve__intro .footnote {
  max-width: 70%;
}

@media (max-width:1024px) {
  .solve.customers .solve__slider {
    margin-top: -18rem;
  }
}

@media (max-width:480px) {
  .solve.customers .solve__slider {
    margin-top: -15rem;
  }
}

.solve.customers {
  width: 100%;
  overflow: hidden;
}

@media (max-width:1024px) {
  .solve.customers .section-top__aside {
    display: none;
    opacity: 0;
    transition: opacity .2s;
    background: rgba(33, 36, 36, .4);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    margin-top: 0;
    z-index: 103;
    flex-direction: column;
    justify-content: flex-end;
  }

  .solve.customers .section-top__aside p {
    padding: 4.8rem 3rem;
    background: #fff;
    display: block;
    width: 100%;
    color: #212424;
    min-height: 36rem;
    border-radius: 12px 12px 0 0;
    position: relative;
    transition: transform .4s;
    transform: translateY(100%);
  }
}

.solve.customers .section-top__aside_close {
  display: none;
}

@media (max-width:1024px) {
  .solve.customers .section-top__aside_close {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 3.5rem;
    height: 3.5rem;
    z-index: 10;
  }

  .solve.customers .section-top__aside_close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #d2dce5;
    transform: rotate(45deg);
  }

  .solve.customers .section-top__aside_close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #d2dce5;
    transform: rotate(-45deg);
  }
}

@media (max-width:1024px) {
  .solve.customers .show.section-top__aside {
    opacity: 1;
  }

  .solve.customers .show.section-top__aside p {
    transform: translateY(0);
    transition: transform .4s .1s;
  }
}

.solve__info {
  display: none;
}

@media (max-width:1024px) {
  .solve__info {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(210, 220, 229, .3019607843);
    color: #eff1f6;
    font-size: 16px;
    line-height: 1.4;
    font-family: sans-serif;
    font-weight: 400;
    position: absolute;
    right: 2rem;
    top: 11rem;
  }
}

@media (max-width:480px) {
  .solve__info {
    width: 4.2rem;
    height: 4.2rem;
    right: 2.5rem;
    top: 5.5rem;
  }
}

.offer-customers {
  margin-top: 15rem;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width:1920px) {
  .offer-customers {
    margin-top: 12rem;
  }
}

@media (max-width:1024px) {
  .offer-customers {
    margin-top: 10rem;
  }
}

@media (max-width:480px) {
  .offer-customers {
    margin-top: 6.5rem;
  }
}

.offer-customers .title {
  border-bottom: 1px solid #d2dce5;
  padding-bottom: 2.6rem;
}

.offer-customers .offers__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
}

@media (max-width:1024px) {
  .offer-customers .offers__list {
    gap: 2rem;
    flex-wrap: wrap;
  }
}

@media (max-width:480px) {
  .offer-customers .offers__list {
    min-height: 36rem;
    flex-direction: column;
  }
}

.offer-customers .offers__list li {
  width: calc((100% - 12rem) / 4);
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  min-height: 27rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #d2dce5;
}

@media (max-width:1024px) {
  .offer-customers .offers__list li {
    width: calc((100% - 2rem) / 2);
  }
}

@media (max-width:480px) {
  .offer-customers .offers__list li {
    width: 100%;
  }
}

.offer-customers .offers__list li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width:480px) {
  .offer-customers .offers__list li p {
    padding-right: 1rem;
  }
}

.offer-customers .offers__list .offer__img {
  width: 3.2rem;
  margin-bottom: 3rem;
}

@media (max-width:480px) {
  .offer-customers .offers__list .offer__img {
    width: 4rem;
  }
}

.offer-customers .offers__list .offer__img img {
  width: 100%;
}

.industries .title-num {
  color: #a50f2d;
}

.industries .industries__block {
  padding-top: 15rem;
}

@media (max-width:1920px) {
  .industries .industries__block {
    padding-top: 12rem;
  }
}

@media (max-width:1024px) {
  .industries .industries__block {
    padding-top: 10rem;
  }
}

@media (max-width:480px) {
  .industries .industries__block {
    padding-top: 5rem;
  }
}

.industries .industries__top-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 7.7rem;
  padding-bottom: 15rem;
  justify-content: space-between;
  max-width: 156rem;
}

@media (max-width:1515px) {
  .industries .industries__top-wrapper {
    padding-bottom: 12rem;
    max-width: 132.5rem;
  }
}

@media (max-width:1024px) {
  .industries .industries__top-wrapper {
    gap: 3.7rem;
    padding-bottom: 10rem;
  }
}

@media (max-width:480px) {
  .industries .industries__top-wrapper {
    gap: 2.7rem;
    padding-bottom: 7rem;
  }
}

.industries .industries__top-wrapper .industries__title {
  max-width: 45rem;
}

@media (max-width:1024px) {
  .industries .industries__top-wrapper .industries__title {
    max-width: unset;
  }
}

.industries .industries__top-wrapper .industries__subtitle {
  max-width: 58rem;
}

@media (max-width:1515px) {
  .industries .industries__top-wrapper .industries__subtitle {
    padding-top: .5rem;
  }
}

@media (max-width:480px) {
  .industries .industries__top-wrapper .industries__subtitle {
    font-size: 2.55rem;
  }
}

.industries .industries__container .industries__list-title {
  display: none;
}

@media (max-width:1515px) {
  .industries .industries__container .industries__list-title {
    display: block;
    padding-bottom: 2.6rem;
    border-bottom: .1rem solid #d2dce5;
    margin-bottom: 4rem;
  }
}

@media (max-width:480px) {
  .industries .industries__container .industries__list-title {
    font-size: 2.55rem;
  }
}

.industries .industries__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem;
}

@media (max-width:1024px) {
  .industries .industries__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    row-gap: 3rem;
  }
}

@media (max-width:480px) {
  .industries .industries__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.industries .industries__list li a {
  text-decoration: none;
  color: #212424;
  display: flex;
  flex-direction: column;
}

.industries .industries__list li a .img-wrapper {
  padding-bottom: 2.4rem;
  display: block;
}

@media (max-width:1515px) {
  .industries .industries__list li a .img-wrapper {
    height: 27.6rem;
  }
}

@media (max-width:1024px) {
  .industries .industries__list li a .img-wrapper {
    height: 29rem;
    padding-bottom: 1.4rem;
  }
}

@media (max-width:480px) {
  .industries .industries__list li a .img-wrapper {
    height: 26rem;
  }
}

.industries .industries__list li a .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industries .industries__list li a .industries__name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  color: #212424;
}

@media (max-width:1024px) {
  .industries .industries__list li a .industries__name {
    display: block;
    padding-top: .4rem;
  }
}

.industries .wrapper--swiper {
  overflow: hidden;
}

@media (max-width:1024px) {
  .industries .wrapper--swiper {
    padding-right: 0;
  }
}

@media (max-width:1920px) {
  .solve.solve--industries .solve__slider {
    margin-top: -23rem;
  }
}

@media (max-width:1515px) {
  .solve.solve--industries .solve__slider {
    margin-top: -24rem;
  }
}

@media (max-width:480px) {
  .solve.solve--industries .solve__slider {
    margin-top: -19rem;
  }
}

.solve.solve--industries .solve__intro {
  background-image: url(../images/industries/solve.jpg);
}

@media (max-width:1024px) {
  .solve.solve--industries .solve__intro {
    height: 70rem;
  }
}

@media (max-width:480px) {
  .solve.solve--industries .solve__intro {
    height: 53rem;
    background-position: right 66% top 50%;
  }
}

@media (max-width:1024px) {
  .solve.solve--industries .solve__intro .section-top {
    padding-top: 9.5rem;
    margin-top: 10rem;
  }
}

@media (max-width:480px) {
  .solve.solve--industries .solve__intro .section-top {
    margin-top: 8rem;
    padding-top: 4.5rem;
  }
}

.man52 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #212424;
}

@media (max-width:480px) {
  .man52 {
    font-size: 4.1rem;
    line-height: 5rem;
  }
}

.section-top__title {
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #212424;
}

@media (max-width:480px) {
  .section-top__title {
    font-size: 4.1rem;
    line-height: 5rem;
  }
}

.industrie .section-top {
  margin-top: 16rem;
}

@media (max-width:1515px) {
  .industrie .section-top {
    margin-top: 12.5rem;
  }
}

.industrie .news__slider {
  margin-top: 5rem;
}

.industrie .news-slide {
  width: 57rem;
}

@media (max-width:1920px) {
  .industrie .news-slide {
    width: 43rem;
    height: auto;
  }
}

@media (max-width:1515px) {
  .industrie .news-slide {
    width: 31rem;
  }
}

@media (max-width:1024px) {
  .industrie .news-slide {
    width: 57rem;
    padding-right: 3rem;
  }
}

@media (max-width:480px) {
  .industrie .news-slide {
    width: 39rem;
    padding-right: 0;
  }
}

@media (max-width:1024px) {
  .industrie .news-slide .events__img {
    height: 32rem;
  }
}

@media (max-width:480px) {
  .industrie .news-slide .events__img .events__date-block {
    bottom: 3rem;
  }
}

@media (max-width:480px) {
  .industrie .news-slide .events__img .events__date-block .events__date-item {
    gap: 1rem;
  }
}

@media (max-width:480px) {
  .industrie .news-slide .events__img .events__date-block .events__date {
    font-size: 4.4rem;
  }
}

@media (max-width:480px) {
  .industrie .news-slide .events__img .events__date-block .events__month {
    font-size: 16px;
  }
}

@media (max-width:480px) {
  .industrie .news-slide .events__title {
    font-size: 2.6rem;
    font-weight: 500;
  }
}

.industrie .swiper-button-next,
.industrie .swiper-button-prev {
  top: 18rem;
}

@media (max-width:1920px) {

  .industrie .swiper-button-next,
  .industrie .swiper-button-prev {
    top: 13rem;
  }
}

.industry .lined-card {
  justify-content: flex-start;
  gap: 10rem;
}

@media (max-width:1024px) {
  .industry .lined-card {
    gap: 5.5rem;
  }
}

.accordion__industry .accordion.dark {
  padding-bottom: 15rem;
}

@media (max-width:1920px) {
  .accordion__industry .accordion.dark {
    padding-bottom: 12rem;
  }
}

@media (max-width:1515px) {
  .accordion__industry .accordion.dark {
    padding-bottom: 10rem;
  }
}

@media (max-width:480px) {
  .accordion__industry .accordion.dark {
    padding-bottom: 5rem;
  }
}

.accordion__industry .accordion {
  padding-top: 15rem;
}

@media (max-width:1920px) {
  .accordion__industry .accordion {
    padding-top: 12rem;
  }
}

@media (max-width:1515px) {
  .accordion__industry .accordion {
    padding-top: 10rem;
  }
}

@media (max-width:480px) {
  .accordion__industry .accordion {
    padding-top: 5rem;
  }
}

.accordion__industry .accordion .accordion__ind-title {
  padding-bottom: 7.2rem;
  max-width: 75rem;
}

@media (max-width:1024px) {
  .accordion__industry .accordion .accordion__ind-title {
    padding-bottom: 3.5rem;
    max-width: unset;
  }
}

@media (max-width:480px) {
  .accordion__industry .accordion .accordion__ind-title {
    padding-bottom: 5rem;
  }
}

.accordion__industry .accordion .accordion__list-title {
  display: grid;
  grid-template-columns: 1fr min-content;
  align-items: center;
  width: 100%;
  text-align: start;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  transition: all .3s;
  gap: 2rem;
  font-size: 18px;
  letter-spacing: -.02em;
  line-height: 5.2rem;
}

@media (hover:hover) {
  .accordion__industry .accordion .accordion__list-title:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width:1024px) {
  .accordion__industry .accordion .accordion__list-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width:480px) {
  .accordion__industry .accordion .accordion__list-title {
    font-size: 2.6rem;
    line-height: 3.2rem;
    letter-spacing: normal;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.accordion__industry .accordion .accordion__list-title .accordion__button-text {
  display: flex;
  gap: 4rem;
  align-items: center;
}

.accordion__industry .accordion .accordion__list-title .accordion__button-text img {
  height: 4rem;
  width: 4rem;
  fill: transparent;
}

.accordion__industry .accordion .accordion__list-desc {
  display: block;
  position: relative;
  background-color: #fff;
}

.accordion__industry .accordion .accordion__list-desc .close-button {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  z-index: 2;
}

.accordion__industry .accordion .accordion__list-desc .close-button:after,
.accordion__industry .accordion .accordion__list-desc .close-button:before {
  background-color: #aab8c3;
  height: .2rem;
}

.accordion__industry .accordion .accordion__list-desc .accordion__list__inner {
  position: relative;
  z-index: 1;
  padding: 5.6rem 6.4rem 7.2rem;
}

@media (max-width:1024px) {
  .accordion__industry .accordion .accordion__list-desc .accordion__list__inner {
    padding: 4rem 2rem;
  }
}

@media (max-width:480px) {
  .accordion__industry .accordion .accordion__list-desc .accordion__list__inner {
    padding: 3rem;
    padding-right: 5rem;
  }
}

.accordion__industry .accordion .accordion__list-desc .accordion__list__inner .services {
  margin-top: 0;
}

.accordion__industry .accordion .accordion__list-desc .accordion__list__inner--first {
  padding: 8rem;
  padding-top: 7.2rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

@media (max-width:1024px) {
  .accordion__industry .accordion .accordion__list-desc .accordion__list__inner--first {
    padding: 2rem;
    padding-top: 7.7rem;
    padding-bottom: 7.7rem;
  }
}

@media (max-width:480px) {
  .accordion__industry .accordion .accordion__list-desc .accordion__list__inner--first {
    padding: 4rem 7rem 4.7rem 4rem;
  }
}

.accordion__industry .accordion .accordion__list-desc .accordion__list__inner--first .accordion__desc-text {
  max-width: 41rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (max-width:480px) {
  .accordion__industry .accordion .accordion__list-desc .accordion__list__inner--first .accordion__desc-text {
    font-size: 1.9rem;
    line-height: 2.9rem;
  }
}

.accordion__industry .accordion .accordion__list-desc .accordion__list__inner--48 {
  padding: 4.8rem;
  padding-left: 2.8rem;
}

@media (max-width:1024px) {
  .accordion__industry .accordion .accordion__list-desc .accordion__list__inner--48 {
    padding: 4rem 2rem;
  }
}

@media (max-width:480px) {
  .accordion__industry .accordion .accordion__list-desc .accordion__list__inner--48 {
    padding: 5rem 2rem;
  }
}

.accordion__industry .accordion .accordion__list-desc .accordion__desc-title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 5.2rem;
  letter-spacing: -.01em;
  color: #212424;
  padding-bottom: 4rem;
}

@media (max-width:480px) {
  .accordion__industry .accordion .accordion__list-desc .accordion__desc-title {
    font-size: 2.7rem;
    line-height: 4.2rem;
    padding-right: 2rem;
    font-weight: 500;
    padding-bottom: 3rem;
  }
}

.accordion__industry .accordion .accordion__list-desc p+ul {
  padding-top: 3.2rem;
}

@media (max-width:480px) {
  .accordion__industry .accordion .accordion__list-desc p+ul {
    padding-top: 2.2rem;
  }
}

.accordion__industry .accordion .accordion__list-desc p+p {
  padding-top: 3.2rem;
}

@media (max-width:480px) {
  .accordion__industry .accordion .accordion__list-desc p+p {
    padding-top: 2.2rem;
  }
}

.accordion__industry .accordion .accordion__list-desc ul+p {
  padding-top: 3.2rem;
}

@media (max-width:480px) {
  .accordion__industry .accordion .accordion__list-desc ul+p {
    padding-top: 2.2rem;
  }
}

.accordion__industry .accordion__item.active {
  border-color: transparent;
}

.accordion__industry .services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 14.4rem;
}

@media (max-width:1920px) {
  .accordion__industry .services {
    margin-top: 11.4rem;
  }
}

@media (max-width:1515px) {
  .accordion__industry .services {
    margin-top: 7.4rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width:1024px) {
  .accordion__industry .services {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:480px) {
  .accordion__industry .services {
    grid-template-columns: repeat(1, 1fr);
  }
}

.accordion__industry .services .service {
  width: 100%;
  height: 29.5rem;
  margin-right: 0;
  margin-left: 0;
  border-right: unset;
  position: relative;
  padding: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  border: unset;
  border-left: .1rem solid #d2dce5;
}

.accordion__industry .services .service:after {
  display: none;
}

.accordion__industry .services .service:first-child .service__inner,
.accordion__industry .services .service:nth-child(2) .service__inner,
.accordion__industry .services .service:nth-child(3) .service__inner,
.accordion__industry .services .service:nth-child(4) .service__inner {
  border-top: .1rem solid #d2dce5;
}

.accordion__industry .services .service:nth-child(4n+1) {
  border-left: 0;
}

.accordion__industry .services .service:hover {
  background-color: #f0f2f6;
}

.accordion__industry .services .service:hover .service__inner {
  border-color: transparent;
}

@media (max-width:1515px) {
  .accordion__industry .services .service {
    height: 27.5rem;
  }
}

@media (max-width:1024px) {
  .accordion__industry .services .service {
    border: 0;
    padding: 0;
    position: relative;
    height: 25rem;
  }

  .accordion__industry .services .service:nth-child(odd) {
    padding-right: 1rem;
  }

  .accordion__industry .services .service:nth-child(odd):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: .1rem;
    height: calc(100% - 1rem);
    background-color: #d2dce5;
  }

  .accordion__industry .services .service:nth-child(2n+2) {
    padding-left: 1rem;
  }

  .accordion__industry .services .service:nth-child(3) .service__inner,
  .accordion__industry .services .service:nth-child(4) .service__inner {
    border-top: 0;
  }
}

@media (max-width:480px) {
  .accordion__industry .services .service {
    height: 28rem;
  }

  .accordion__industry .services .service:nth-child(odd) {
    padding-right: 0;
  }

  .accordion__industry .services .service:nth-child(odd):before {
    content: unset;
  }

  .accordion__industry .services .service:nth-child(2n+2) {
    padding-left: 0;
  }

  .accordion__industry .services .service:nth-child(2) .service__inner {
    border-top: 0;
  }
}

.accordion__industry .services .service__inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-bottom: .1rem solid #d2dce5;
  transform: translateY(1px);
}

@media (max-width:1024px) {
  .accordion__industry .services .service__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width:480px) {
  .accordion__industry .services .service__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width:480px) {
  .accordion__industry .services .service__top {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.accordion__industry .services .service__top_img {
  height: 5rem;
}

.accordion__industry .services .service__text {
  max-width: 70%;
}

@media (max-width:1515px) {
  .accordion__industry .services .service__text {
    max-width: 100%;
  }
}

.dark .services .service:nth-child(odd):before {
  background-color: #40454e;
}

.dark .accordion__list__inner .accordion__big-title,
.dark .accordion__list__inner .accordion__desc-text {
  color: #212424;
}

.dark .accordion__list__inner .link-red,
.dark .accordion__list__inner .link-red span {
  color: #a50f2d;
}

.dark .man16,
.dark .man36,
.dark .man52 {
  color: #fff;
}

.dark .accordion__list__inner {
  background-color: #212424;
}

.dark .accordion__list__inner .services .service .service__inner {
  border-color: #40454e;
}

.dark .accordion__list__inner .services .service:hover .service__inner {
  border-bottom-color: transparent;
}

.dark.accordion li,
.dark.accordion li:first-child {
  border-color: #40454e;
}

.intro__pages {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 13.8rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width:1920px) {
  .intro__pages {
    padding-bottom: 8.8rem;
  }
}

@media (max-width:1515px) {
  .intro__pages {
    padding-bottom: 4rem;
  }
}

@media (max-width:480px) {
  .intro__pages {
    padding-bottom: 4rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.intro__pages .breadcrumbs.wrapper {
  padding-left: 0;
  padding-right: 0;
}

.intro__pages .breadcrumbs__link {
  color: #eff1f6;
}

.intro__pages .breadcrumbs__item:after {
  width: 9px;
  height: 8px;
  transform: unset;
  background: url(../images/arrow.svg) no-repeat;
}

.dark {
  background: #212424;
}

.dark .section-top {
  margin-top: 0;
  padding-top: 15rem;
}

@media (max-width:1920px) {
  .dark .section-top {
    padding-top: 12rem;
  }
}

@media (max-width:1024px) {
  .dark .section-top {
    padding-top: 10rem;
  }
}

@media (max-width:480px) {
  .dark .section-top {
    padding-top: 5rem;
  }
}

.dark .section-top__aside,
.dark .text-normal,
.dark .title,
.dark .title-num,
.dark p {
  color: #eff1f6;
}

@media (max-width:1515px) {
  .pb15 {
    padding-bottom: 10rem;
  }
}

.cybersecurity-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(33.3333333333%, max(64px, 20%)), 1fr));
  margin-top: 15rem;
  gap: 4rem;
}

@media (max-width:1920px) {
  .cybersecurity-list {
    margin-top: 11.5rem;
  }
}

@media (max-width:1515px) {
  .cybersecurity-list {
    margin-top: 9rem;
  }
}

@media (max-width:1024px) {
  .cybersecurity-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 0;
    margin-top: 10rem;
  }
}

@media (max-width:480px) {
  .cybersecurity-list {
    display: flex;
    flex-direction: column;
    margin-top: 7rem;
    gap: 0;
  }
}

.cybersecurity-list .lined-card {
  width: 100%;
}

@media (max-width:1024px) {
  .cybersecurity-list .lined-card {
    margin-top: -.1rem;
  }
}

@media (max-width:480px) {
  .cybersecurity-list .lined-card {
    margin-top: 0;
  }
}

.dark .lined-card,
.dark .prof-item {
  border-color: #40454e;
}

@media (max-width:480px) {
  .dark .lined-card:first-child {
    border-color: #40454e;
  }
}

.lined-card {
  border-top: 1px solid #d2dce5;
  border-bottom: 1px solid #d2dce5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-right: 4rem;
  width: calc((100% - 12rem) / 4);
  min-height: 23.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5rem;
}

@media (max-width:1024px) {
  .lined-card {
    gap: 5.5rem;
  }
}

@media (max-width:1515px) {
  .lined-card {
    min-height: 27rem;
  }
}

@media (max-width:1024px) {
  .lined-card {
    width: 100%;
    height: auto;
  }
}

@media (max-width:480px) {
  .lined-card {
    border-top: unset;
  }

  .lined-card:first-child {
    border-top: 1px solid #d2dce5;
  }
}

.lined-card:nth-child(4n) {
  margin-right: 0;
}

.lined-card img {
  height: 3rem;
}

@media (max-width:480px) {
  .lined-card img {
    height: 4rem;
  }
}

.lined-card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
}

.dark .lined-card p {
  color: #aab8c3;
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 14.4rem;
}

@media (max-width:1920px) {
  .services {
    margin-top: 11.4rem;
  }
}

@media (max-width:1515px) {
  .services {
    margin-top: 7.4rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width:1024px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:480px) {
  .services {
    grid-template-columns: repeat(1, 1fr);
  }
}

.services .service {
  width: 100%;
  min-height: 29.5rem;
  margin-right: 0;
  margin-left: 0;
  border-right: unset;
  position: relative;
  padding: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  border: unset;
  border-left: .1rem solid #d2dce5;
}

.services .service:after {
  display: none;
}

.services .service:first-child .service__inner,
.services .service:nth-child(2) .service__inner,
.services .service:nth-child(3) .service__inner,
.services .service:nth-child(4) .service__inner {
  border-top: .1rem solid #d2dce5;
}

.services .service:nth-child(4n+1) {
  border-left: 0;
}

.services .service:hover {
  background-color: #dedfe1;
}

@media (max-width:1024px) {
  .services .service:hover:before {
    content: "";
    height: 100%;
    width: .1rem;
    top: 0;
    left: -.1rem;
    position: absolute;
    background-color: #dedfe1;
  }
}

.services .service:hover .service__text--gradient:before {
  opacity: 0;
}

.services .service:hover .service__inner {
  border-color: transparent;
}

@media (max-width:1515px) {
  .services .service {
    min-height: 27.5rem;
  }
}

@media (max-width:1024px) {
  .services .service {
    border: 0;
    padding: 0;
    position: relative;
    min-height: 25rem;
  }

  .services .service:nth-child(odd) {
    padding-right: 1rem;
  }

  .services .service:nth-child(odd):before {
    content: unset;
    position: absolute;
    top: 0;
    right: 0;
    width: .1rem;
    height: calc(100% - 1rem);
    background-color: #d2dce5;
  }

  .services .service:nth-child(2n+2) {
    padding-left: 1rem;
  }

  .services .service:nth-child(3) .service__inner,
  .services .service:nth-child(4) .service__inner {
    border-top: 0;
  }
}

@media (max-width:480px) {
  .services .service {
    min-height: 28rem;
  }

  .services .service:nth-child(odd) {
    padding-right: 0;
  }

  .services .service:nth-child(odd):before {
    content: unset;
  }

  .services .service:nth-child(2n+2) {
    padding-left: 0;
  }

  .services .service:nth-child(2) .service__inner {
    border-top: 0;
  }
}

.services .service__inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-bottom: .1rem solid #d2dce5;
  transform: translateY(1px);
}

@media (max-width:1024px) {
  .services .service__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width:480px) {
  .services .service__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width:480px) {
  .services .service__top {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.services .service__top_img {
  height: 5rem;
}

.services .service__text {
  max-width: none;
}

@media (max-width:1515px) {
  .services .service__text {
    max-width: 100%;
  }
}

.cybersecurity-nums {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 4rem;
  margin-right: 4rem;
  padding-bottom: 10rem;
  margin-top: 14.5rem;
  padding-top: 10rem;
}

@media (max-width:1515px) {
  .cybersecurity-nums {
    margin-top: 12rem;
    padding-bottom: 6rem;
  }
}

@media (max-width:1024px) {
  .cybersecurity-nums {
    margin-right: 2rem;
    margin-left: 2rem;
    padding: 5rem 3rem;
  }
}

@media (max-width:480px) {
  .cybersecurity-nums {
    margin-right: 0;
    margin-left: 0;
    margin-top: 8rem;
  }
}

.cybersecurity-nums .section-top {
  margin-top: 0;
  gap: 1rem;
}

@media (max-width:1024px) {
  .cybersecurity-nums .section-top {
    max-width: 53rem;
    flex-wrap: wrap;
  }
}

.cybersecurity-nums .section-top__aside,
.cybersecurity-nums .text-normal,
.cybersecurity-nums .title,
.cybersecurity-nums p {
  color: #eff1f6;
}

@media (max-width:480px) {

  .cybersecurity-nums .text-normal,
  .cybersecurity-nums p {
    font-size: 1.9rem;
    line-height: 2.9rem;
  }
}

.cybersecurity-nums__block {
  color: #eff1f6;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 4rem;
  margin-top: 13rem;
}

@media (max-width:1515px) {
  .cybersecurity-nums__block {
    gap: 2rem;
    margin-top: 10rem;
    justify-content: flex-start;
    padding-left: 11.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width:1024px) {
  .cybersecurity-nums__block {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    padding-left: 0;
    margin-top: 5rem;
  }
}

@media (max-width:480px) {
  .cybersecurity-nums__block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5rem;
    column-gap: 4.2rem;
  }
}

.rising-num {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 11.5rem;
  min-width: 22rem;
  max-width: 40rem;
}

@media (max-width:1515px) {
  .rising-num {
    margin-right: 11.5rem;
  }
}

@media (max-width:1024px) {
  .rising-num {
    flex-direction: row;
    margin-right: 0;
    align-items: center;
    gap: 4rem;
    max-width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: unset;
    gap: 1rem;
  }
}

.rising-num__num {
  font-size: 7.2rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -.03em;
  text-align: left;
}

@media (max-width:480px) {
  .rising-num__num {
    display: block;
    font-size: 6rem;
  }
}

.rising-num__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width:1024px) {
  .rising-num__text br {
    content: " ";
    display: none;
  }
}

@media (max-width:480px) {
  .rising-num__text {
    font-size: 1.9rem;
  }
}

.solve.cybersecurity .solve__intro {
  background-image: url(../images/main-cybersecurity/Image-solve.jpg);
}

@media (max-width:1515px) {
  .solve.cybersecurity .solve__intro {
    background-image: url(../images/main-cybersecurity/solve-1440.jpg);
  }
}

@media (max-width:1515px) {
  .solve.cybersecurity .section-top {
    margin-top: 12rem;
  }
}

@media (max-width:480px) {
  .solve.cybersecurity .section-top {
    margin-top: 8rem;
  }
}

@media (max-width:480px) {
  .solve.cybersecurity .section-top br {
    content: " ";
    display: none;
  }
}

.cybersecurity.wrapper .service__inner {
  justify-content: flex-start;
  gap: 4rem;
}

@media (max-width:480px) {
  .cybersecurity.wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cybersecurity.wrapper .section-top,
  .cybersecurity.wrapper .service {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.cybersecurity {
  padding-bottom: 15rem;
}

@media (max-width:1920px) {
  .cybersecurity {
    padding-bottom: 12rem;
  }
}

@media (max-width:1515px) {
  .cybersecurity {
    padding-bottom: 10rem;
  }
}

.cybersecurity .services {
  grid-template-columns: repeat(auto-fit, minmax(min(33.3333333333%, max(64px, 25%)), 1fr));
}

@media (max-width:1024px) {
  .cybersecurity .services {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, max(64px, 50%)), 1fr));
  }
}

@media (max-width:480px) {
  .cybersecurity .services {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, max(64px, 100%)), 1fr));
  }
}

.cybersecurity .partner {
  margin-right: 13.5rem;
  width: calc((100% - 81rem) / 7);
}

@media (max-width:1920px) {
  .cybersecurity .partner {
    width: calc((100% - 81rem) / 7);
    margin-right: 13.5rem;
  }
}

@media (max-width:1515px) {
  .cybersecurity .partner {
    width: calc((100% - 39rem) / 7);
    margin-right: 6.5rem;
  }
}

@media (max-width:480px) {
  .cybersecurity .partner {
    width: 20rem;
  }
}

.cybersecurity .section-top {
  margin-top: 0;
  padding-top: 21.5rem;
}

@media (max-width:1920px) {
  .cybersecurity .section-top {
    padding-top: 14rem;
  }
}

@media (max-width:1515px) {
  .cybersecurity .section-top {
    padding-top: 8.5rem;
  }
}

@media (max-width:1024px) {
  .cybersecurity .section-top {
    padding-top: 9.5rem;
  }
}

@media (max-width:480px) {
  .cybersecurity .section-top {
    padding-top: 5.5rem;
  }
}

.cybersecurity .service-text {
  max-height: auto;
}

.cybersecurity.dark .subtitle {
  color: #eff1f6;
}

.cybersecurity.dark .subtitle a {
  color: inherit;
}

.cybersecurity.dark .service-text {
  color: #eff1f6;
}

.cybersecurity.dark .service__text--gradient:before {
  background: -webkit-linear-gradient(0deg, #212424 5%, transparent);
  background: linear-gradient(0deg, #212424 5%, transparent);
  opacity: 0;
  content: unset;
}

.cybersecurity.dark .services .service:hover {
  background-color: #40454e;
  position: relative;
}

.cybersecurity.dark .services .service:hover .service__text {
  color: #eff1f6;
}

.cybersecurity.dark .services .service:hover:before {
  content: "";
  height: 100%;
  width: .1rem;
  top: 0;
  left: -.1rem;
  position: absolute;
  background-color: #40454e;
}

.cybersecurity.dark .services .service:hover .service__text--gradient:before {
  content: "";
  opacity: 0;
}

.cybersecurity.dark .services .service:hover .subtitle {
  color: #eff1f6;
}

.cybersecurity.dark .services .service:hover .service__inner {
  border-color: transparent;
}

.cybersecurity.dark .services .service:nth-child(odd):before {
  background-color: #40454e;
}

.cybersecurity.dark .services .service,
.cybersecurity.dark .services .service__inner {
  border-color: #40454e;
}

@media (max-width:1024px) {
  .services .service:nth-child(odd):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: .1rem;
    height: 100%;
    background-color: #d2dce5;
  }
}

@media (max-width:480px) {
  .services .service:nth-child(odd):before {
    content: unset;
  }
}

.cols-3 .help-blocks {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width:1024px) {
  .cols-3 .help-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:480px) {
  .cols-3 .help-blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cols-3 .grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width:1024px) {
  .cols-3 .grid-cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:480px) {
  .cols-3 .grid-cols-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cols-3 .informationTechnology__content {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width:1024px) {
  .cols-3 .informationTechnology__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:480px) {
  .cols-3 .informationTechnology__content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cols-3 .cybersecurity-list {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width:1024px) {
  .cols-3 .cybersecurity-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:480px) {
  .cols-3 .cybersecurity-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cols-3 .BCG__rules_list {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width:1024px) {
  .cols-3 .BCG__rules_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cybersecurity .service__text {
  max-height: none;
  max-width: none;
}

.cybersecurity .service__text--gradient:before {
  content: unset;
}

.cybersecurity.cols-3.dark .services .service:nth-child(4n+1) {
  border-color: #40454e;
}

@media (max-width:1024px) {
  .cybersecurity.cols-3.dark .services .service:nth-child(4n+1) {
    border-left: 0;
  }
}

.cybersecurity.cols-3.dark .services .service:first-child {
  border-left: 0;
}

.cybersecurity.cols-3 .services {
  grid-template-columns: repeat(auto-fit, minmax(min(50%, max(64px, 33.3333333333%)), 1fr));
}

.cybersecurity.cols-3 .services .service:nth-child(4) .service__inner {
  border-top: 0;
}

.cybersecurity.cols-3 .services .service:nth-child(4n+1) {
  border-left: .1rem solid #d2dce5;
}

@media (max-width:1024px) {
  .cybersecurity.cols-3 .services .service:nth-child(4n+1) {
    border-left: 0;
  }
}

.cybersecurity.cols-3 .services .service:first-child,
.cybersecurity.cols-3 .services .service:nth-child(3n+1) {
  border-left: 0;
}

@media (max-width:1024px) {
  .cybersecurity.cols-3 .services {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, max(64px, 50%)), 1fr));
  }
}

@media (max-width:480px) {
  .cybersecurity.cols-3 .services {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, max(64px, 100%)), 1fr));
  }
}

@media (max-width:480px) {
  .solution__services.wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .solution__services.wrapper .service,
  .solution__services.wrapper .solution__services-title {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.menu-wrapper {
  position: fixed;
  width: 100%;
  max-height: 81.4rem;
  overflow-y: auto;
  background: #fff;
  padding-left: 4rem;
  padding-bottom: 4rem;
  padding-right: 3rem;
  top: var(--headerH);
  transform: translateY(-100%);
  transition: transform .4s cubic-bezier(.075, .82, .165, 1);
  z-index: 1;
}

.menu-wrapper::-webkit-scrollbar {
  width: 8px;
}

.menu-wrapper::-webkit-scrollbar:horizontal {
  height: 5px;
}

.menu-wrapper::-webkit-scrollbar-track {
  background-color: hsla(0, 14%, 91%, .663);
}

.menu-wrapper::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

@media (max-width:1920px) {
  .menu-wrapper {
    max-height: calc(100% - var(--headerH));
    padding-left: 4rem;
  }
}

@media (max-width:1515px) {
  .menu-wrapper {
    max-height: calc(100% - var(--headerH));
  }
}

@media (max-width:1024px) {
  .menu-wrapper {
    border-top: .1rem solid #d2dce5;
    left: 0;
    max-height: unset;
    height: calc(100% - var(--headerH));
    overflow: auto;
    transform: translateX(100%);
    padding: 0;
  }

  .menu-wrapper::-webkit-scrollbar {
    width: 0;
  }
}

@media (max-width:480px) {
  .menu-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .menu-wrapper:before {
    content: none;
  }
}

.menu-wrapper .corporate {
  padding: 1rem 2rem 5rem;
  border-left: .1rem solid #e5e9f1;
  transition: opacity .3s;
}

@media (max-width:1024px) {
  .menu-wrapper .corporate .corporate__content .corporate__block {
    height: 24rem;
  }
}

.menu__title {
  margin-top: 5.6rem;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
  text-decoration: none;
}

.menu__title:hover {
  color: #a50f2d;
}

.menu__title:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  margin-left: .8rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2l6 6-6 6' stroke='%23212424' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width:1024px) {
  .menu__title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    color: #212424;
    text-decoration: dashed;
    margin-top: 0;
  }

  .menu__title:after {
    content: unset;
  }
}

@media (max-width:480px) {
  .menu__title {
    font-size: 2.55rem;
  }
}

.back-panel {
  display: none;
  background-color: #f0f2f6;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  height: min-content;
  overflow: hidden;
  transition: max-height .3s;
}

@media (max-width:1024px) {
  .back-panel {
    display: block;
  }
}

.back-panel div {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #697279;
  padding: 1.2rem;
  box-sizing: content-box;
  display: flex;
  gap: 2rem;
  align-items: center;
  padding-left: 2.5rem;
}

@media (max-width:480px) {
  .back-panel div {
    padding: 2.5rem;
    padding-left: 3rem;
    font-size: 16px;
    gap: 2.6rem;
  }
}

.back-panel div:before {
  content: " ";
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(.2);
  transform: rotate(180deg);
}

@media (max-width:480px) {
  .back-panel div:before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width:1024px) {
  .back-panel {
    display: block;
    grid-column: 2 span;
  }
}

@media (max-width:480px) {
  .back-panel {
    grid-column: 1 span;
  }
}

.back-panel--active {
  max-height: 100vh;
}

.back-panel--active+.main-nav {
  padding-right: 3rem;
}

.main-nav {
  padding: 3rem 5.7rem 3rem 2rem;
  display: none;
  transition: padding .3s;
}

@media (max-width:1024px) {
  .main-nav {
    display: block;
  }
}

@media (max-width:480px) {
  .main-nav {
    padding: 4rem 2.5rem;
  }
}

.main-nav .main-nav__list {
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (max-width:480px) {
  .main-nav .main-nav__list {
    font-size: 2.7rem;
    gap: 3.5rem;
  }
}

.main-nav .main-nav__list li a,
.main-nav .main-nav__list li button,
.main-nav .main-nav__list li label {
  display: block;
  width: 100%;
  text-align: start;
  text-decoration: none;
  color: inherit;
  border: 0;
  background-color: unset;
  padding: 0;
}

@media (max-width:480px) {
  .main-nav .main-nav__list li .tab-label--hidden {
    display: none;
  }
}

.main-nav .main-nav__list li .main-nav__list-button {
  position: relative;
  padding-right: 2rem;
}

.main-nav .main-nav__list li .main-nav__list-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(.2);
  transform: translateY(-50%);
}

@media (max-width:480px) {
  .main-nav .main-nav__list li .main-nav__list-button:after {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.main-nav .main-nav__list li .main-nav__list-button+.main-nav__submenu {
  display: none;
}

.main-nav .main-nav__list li .tab-label--active {
  padding-bottom: 1.5rem;
  transition: padding .3s;
}

.main-nav .main-nav__list li .tab-label--active:after {
  opacity: 0;
  transition: opacity .2s;
}

.menu-second {
  padding-top: 3rem;
  padding-left: 5.7rem;
  padding-right: 2rem;
  display: none;
  flex-direction: column;
  gap: 2rem;
  transition: opacity .2s;
}

@media (max-width:1024px) {
  .menu-second {
    display: flex;
    width: 100%;
    gap: 0;
    flex-wrap: wrap;
    padding-top: 3.5rem;
    border-left: .1rem solid #e5e9f1;
    padding-right: 2rem;
    height: 100%;
    padding-left: 2rem;
  }
}

@media (max-width:480px) {
  .menu-second {
    padding: 0;
    width: 100%;
    padding-bottom: 4rem;
    border-top: 1px solid #e5e9f1;
    border-left: 0;
    padding-top: 2.5rem;
  }
}

@media (max-width:1024px) {
  .menu-second .geolocation {
    margin-top: 1rem;
  }
}

@media (max-width:480px) {
  .menu-second .geolocation {
    margin-top: 3rem;
  }
}

@media (max-width:1024px) {
  .menu-second .menu-second__top {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem;
  }

  .menu-second .menu-second__top>* {
    width: 100%;
  }

  .menu-second .menu-second__top>:nth-child(2),
  .menu-second .menu-second__top>:nth-child(5) {
    width: 50%;
  }
}

@media (max-width:480px) {
  .menu-second .menu-second__top {
    padding-right: 7rem;
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
    row-gap: 2.4rem;
    position: relative;
  }
}

@media (max-width:1024px) {
  .menu-second .menu-second__top .header__search {
    grid-row: 2 span;
    margin-right: 0;
    justify-content: center;
    height: min-content;
    align-items: flex-start;
    padding-right: 2.5rem;
    margin-top: 0;
  }
}

@media (max-width:480px) {
  .menu-second .menu-second__top .header__search {
    margin-top: 0;
    justify-content: flex-end;
  }
}

@media (max-width:1024px) {
  .menu-second .menu-second__mid {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0;
    margin-top: 2rem;
  }
}

@media (max-width:480px) {
  .menu-second .menu-second__mid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-bottom: .1rem solid #d2dce5;
    padding-bottom: 3.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:1024px) {
  .menu-second .menu-second__mid .header__top-button {
    display: flex;
    padding: 0;
  }
}

@media (max-width:1024px) {
  .menu-second .menu-second__flex-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    margin-top: 0;
  }
}

@media (max-width:480px) {
  .menu-second .menu-second__flex-col {
    gap: 2.4rem;
    margin-top: 0;
  }
}

@media (max-width:1024px) {
  .menu-second .city.__select {
    display: block;
    padding-left: 0;
    margin-top: 0;
  }

  .menu-second .city.__select .select-side {
    display: none;
  }
}

@media (max-width:480px) {
  .menu-second .city.__select {
    margin-top: 0;
    position: static;
  }
}

@media (max-width:1024px) {
  .menu-second .menu-second__helpers {
    width: 50%;
  }
}

@media (max-width:1024px) {
  .menu-second .header__contact-mob {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 2rem;
  }

  .menu-second .header__contact-mob a {
    font-size: 16px;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0;
    text-align: left;
    color: #212424;
    text-decoration: none;
    margin-bottom: .5rem;
  }
}

@media (max-width:1024px) and (max-width:1024px) {
  .menu-second .header__contact-mob a {
    margin-bottom: 0;
  }
}

@media (max-width:480px) {
  .menu-second .header__contact-mob {
    gap: 2.4rem;
    align-items: flex-end;
  }

  .menu-second .header__contact-mob a {
    font-size: 16px;
    line-height: 2rem;
  }
}

@media (max-width:1024px) {
  .menu-second nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: 2rem;
  }
}

@media (max-width:480px) {
  .menu-second nav {
    margin-top: 3rem;
    padding: 0 2.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

@media (max-width:1024px) {
  .menu-second .header__nav_link {
    margin-left: 0;
    font-size: 16px;
    color: #212424;
    text-decoration: none;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0;
    text-align: left;
    margin-top: 2rem;
  }

  .menu-second .header__nav_link:first-child {
    margin-top: 0;
  }
}

@media (max-width:480px) {
  .menu-second .header__nav_link {
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0;
    text-align: left;
    margin-top: 2.5rem;
  }

  .menu-second .header__nav_link:nth-child(2) {
    margin-top: 0;
  }

  .menu-second .header__nav_link:nth-child(2n) {
    padding-left: 6rem;
  }
}

.menu-second .languages {
  padding: 0;
  margin-top: 2rem;
  justify-content: flex-start;
}

@media (max-width:480px) {
  .menu-second .languages {
    margin-top: 3rem;
  }
}

@media (max-width:1024px) {
  .menu-second .languages .__select__title {
    font-size: 16px;
  }
}

@media (max-width:480px) {
  .menu-second .languages .__select__title {
    padding: 0;
  }
}

.menu-second .languages .geolocation__flag {
  margin-right: 1rem;
  width: 2.4rem;
}

@media (max-width:480px) {
  .menu-second .languages .geolocation__flag {
    margin-right: 1.8rem;
  }
}

.menu-second .btn__search-show span {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  display: block;
  color: #697279;
}

@media (max-width:1024px) {
  .menu-second .btn__search-show span {
    font-size: 16px;
    line-height: 2rem;
    color: #212424;
  }
}

.menu-second .btn__search-show svg {
  width: 1.6rem;
  height: 1.6rem;
}

@media (max-width:1024px) {
  .menu-second .btn__search-show svg {
    filter: brightness(0);
  }
}

@media (max-width:480px) {
  .menu-second .btn__search-show svg {
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 1.3rem;
  }
}

.mob-title {
  display: none;
}

@media (max-width:1024px) {
  .mob-title {
    display: block;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
  }
}

.show.menu-wrapper {
  transform: translateY(0);
}

@media (max-width:1024px) {
  .show.menu-wrapper {
    z-index: 201;
    width: 100%;
    left: 0;
    height: calc(100% - var(--headerH));
  }
}

.menu {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: none;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width:1024px) {
  .menu {
    padding: 3rem 2rem;
  }
}

@media (max-width:480px) {
  .menu {
    padding: 4rem 2.5rem;
    height: auto;
  }
}

@media (max-width:1024px) {
  .menu .menu__title {
    order: 0;
  }
}

.menu nav {
  padding-top: 4rem;
  columns: 4;
  column-gap: 1rem;
  width: 100%;
}

@media (max-width:1024px) {
  .menu nav {
    padding-top: 0;
    order: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 2rem;
  }
}

@media (max-width:480px) {
  .menu nav {
    margin-top: 2.4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width:1024px) {
  .menu .menu__link {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0;
    text-align: left;
    color: #212424;
    padding-right: 3rem;
  }
}

@media (max-width:480px) {
  .menu .menu__link {
    font-size: 16px;
    line-height: 2.8rem;
    padding-right: 5.6rem;
  }
}

.menu .link-red {
  margin-left: 0;
  margin-top: 7.6rem;
}

@media (max-width:1024px) {
  .menu .link-red {
    margin-top: 2.5rem;
    order: 1;
    margin-left: 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0;
    text-align: left;
    color: #212424;
  }

  .menu .link-red:hover span {
    box-shadow: unset;
  }

  .menu .link-red svg {
    display: none;
  }
}

@media (max-width:480px) {
  .menu .link-red {
    font-size: 16px;
    line-height: 2.8rem;
    margin-top: 2.4rem;
  }
}

.insights__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-height: 49rem;
  padding-bottom: 5rem;
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, .3) #ece6e6;
  scrollbar-width: thin;
}

@media (max-width:1920px) {
  .insights__inner {
    max-height: 64vh;
  }
}

@media (max-width:1515px) {
  .insights__inner {
    max-height: 35rem;
  }
}

@media (max-width:1024px) {
  .insights__inner {
    max-height: unset;
    display: grid;
    grid-template-columns: 42% 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0;
  }
}

@media (max-width:480px) {
  .insights__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.insights__inner::-webkit-scrollbar {
  width: 5px;
}

.insights__inner::-webkit-scrollbar-track {
  background-color: hsla(0, 14%, 91%, .663);
  border-radius: 10px;
}

.insights__inner::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 10px;
}

.insights__inner .main-nav__list-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
}

@media (max-width:1024px) {
  .insights__inner .tab-accord {
    padding-top: 4rem;
  }
}

@media (max-width:480px) {
  .insights__inner .tab-accord {
    padding-bottom: 2rem;
  }
}

.insights__inner .tab-accord__list li {
  padding: 0;
  margin-bottom: 1.6rem;
}

.insights__inner .tab-accord__list li a {
  text-decoration: none;
  color: #212424;
}

.insights__inner .insights-menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-right: 0;
  padding-top: 0;
  width: calc(100% - 57rem);
  padding-bottom: 0;
}

@media (max-width:1920px) {
  .insights__inner .insights-menu {
    width: calc(100% - 39rem);
  }
}

@media (max-width:1515px) {
  .insights__inner .insights-menu {
    width: calc(100% - 45rem);
  }
}

@media (max-width:1024px) {
  .insights__inner .insights-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-left: .1rem solid #e5e9f1;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}

@media (max-width:480px) {
  .insights__inner .insights-menu {
    border: 0;
    border-top: .1rem solid #d2d2d2;
  }
}

.insights__inner .insights-menu>div {
  width: calc((100% - 20rem) / 5);
  margin-right: 5rem;
  height: 40rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width:1920px) {
  .insights__inner .insights-menu>div {
    width: calc((100% - 12rem) / 4);
    margin-right: 4rem;
  }
}

@media (max-width:1515px) {
  .insights__inner .insights-menu>div {
    width: calc((65% - 14rem) / 2);
    height: 32rem;
  }
}

@media (max-width:1024px) {
  .insights__inner .insights-menu>div {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 2rem;
  }
}

.insights__inner .insights-menu>div .insights-menu__item {
  height: 20rem;
}

@media (max-width:1515px) {
  .insights__inner .insights-menu>div .insights-menu__item {
    height: 17rem;
  }
}

@media (max-width:1024px) {
  .insights__inner .insights-menu>div .insights-menu__item {
    height: auto;
    border-bottom: .1rem solid #d2dce5;
  }
}

@media (max-width:480px) {
  .insights__inner .insights-menu>div .insights-menu__item {
    width: 100%;
  }
}

@media (max-width:1024px) {
  .insights__inner .insights-menu>div .insights-menu__item .insights-menu__data {
    padding-bottom: 2rem;
  }
}

.insights__inner .insights-menu>div .insights-menu__item:first-child .insights-menu__data {
  padding-bottom: 2rem;
}

.insights__inner .insights-menu>div .insights-menu__item:nth-child(2) .insights-menu__name {
  padding-top: 2rem;
}

.insights__inner .insights-menu>div:nth-child(5n) {
  margin-right: 0;
}

@media (max-width:1920px) {
  .insights__inner .insights-menu>div:nth-child(5n) {
    margin-right: 4rem;
  }
}

@media (max-width:1920px) {
  .insights__inner .insights-menu>div:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width:1515px) {
  .insights__inner .insights-menu>div:nth-child(4n) {
    margin-right: 4rem;
  }
}

@media (max-width:1515px) {
  .insights__inner .insights-menu>div:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width:1515px) {
  .insights__inner .insights-menu>div .insights-menu__title {
    font-size: 1.6rem;
  }
}

.insights__inner .insights-menu>div:last-child>.insights-menu__item:last-child {
  border: 0;
}

@media (max-width:1515px) {
  .insights__inner .insights-menu .big {
    width: 35%;
  }
}

@media (max-width:1024px) {
  .insights__inner .insights-menu .big {
    display: none;
  }
}

.insights__inner .insights-menu .big .insights-menu__item {
  height: 100%;
}

.insights__inner .insights-menu .big .insights-menu__item:first-child .insights-menu__data {
  padding-bottom: 0;
}

.insights__inner .insights-menu .big .insights-menu__item:first-child .insights-menu__name {
  padding-top: 0;
}

@media (max-width:1515px) {
  .insights__inner .insights-menu .big .insights-menu__title {
    font-size: 18px;
  }
}

.insights__inner .insights-menu__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 100%;
  flex-grow: 1;
}

.insights__inner .insights-menu__item div {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}

@media (max-width:1024px) {
  .insights__inner .insights-menu__item div {
    display: block;
  }
}

.insights__inner .insights-menu__item img {
  margin-bottom: 2rem;
  width: 100%;
  height: 16rem;
  object-fit: cover;
}

@media (max-width:1515px) {
  .insights__inner .insights-menu__item img {
    height: 11rem;
  }
}

.insights__inner .insights-menu__title {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 1.8rem;
}

@media (max-width:1515px) {
  .insights__inner .insights-menu__title {
    margin-top: 1.1rem;
  }
}

@media (max-width:1024px) {
  .insights__inner .insights-menu__title {
    margin-top: .5rem;
    padding-bottom: 2rem;
  }
}

@media (max-width:480px) {
  .menu__item.hide {
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
  }
}

@media (max-width:480px) {
  .menu__item.hide.active {
    max-height: unset;
    visibility: visible;
    overflow: unset;
  }
}

.submenu {
  padding-right: 0;
  justify-content: space-between;
  scrollbar-color: rgba(0, 0, 0, .3) #ece6e6;
  scrollbar-width: thin;
}

@media (max-width:480px) {
  .submenu {
    position: static;
    padding: 4rem 2.5rem;
  }
}

.submenu::-webkit-scrollbar {
  width: 5px;
}

.submenu::-webkit-scrollbar-track {
  background-color: hsla(0, 14%, 91%, .663);
  border-radius: 10px;
}

.submenu::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 10px;
}

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

.menu__link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: .4rem;
  text-align: left;
  text-decoration: none;
  color: #212424;
  display: flex;
  transition: .4s;
  align-items: center;
}

.menu__link>*:first-child {
  margin-right: 1.6rem;
}

@media (max-width:480px) {
  .menu__link {
    margin-bottom: 0;
  }
}

.menu__link img {
  align-self: flex-start;
  width: 2.4rem;
  height: 2.4rem;
}

@media (max-width:1024px) {
  .menu__link img {
    display: none;
  }
}

@media (max-width:1024px) {
  .menu__link {
    position: relative;
  }
}

.menu__link:hover {
  outline: none;
  text-decoration: none;
  color: #a50f2d;
}

.menu__link:active,
.menu__link:focus {
  outline: none;
}

.menu__link+.submenu {
  margin-top: 1rem;
}

@media (max-width:480px) {
  .menu__link+.submenu {
    margin-top: 0;
  }
}

.submenu__aside {
  width: 37rem;
  position: relative;
  padding-top: 4.5rem;
}

@media (max-width:1920px) {
  .submenu__aside {
    width: 23.5rem;
  }
}

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

.submenu__aside:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #212424;
  position: absolute;
  left: 0;
  top: 10.6rem;
}

.submenu__nav {
  position: relative;
}

@media (max-width:1024px) {
  .submenu__nav {
    width: 100%;
  }
}

@media (max-width:480px) {
  .submenu__nav {
    padding-top: 0;
  }
}

.submenu__title {
  display: none;
  align-items: center;
  text-decoration: none;
}

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

@media (max-width:480px) {
  .submenu__title {
    display: block;
    font-size: 2.55rem;
    font-weight: 500;
    line-height: 1.4;
    color: #212424;
    letter-spacing: 0;
    text-align: left;
  }
}

.submenu__title .submenu__text,
.submenu__title h3 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -.01em;
  text-align: left;
  color: #212424;
}

.submenu__title svg {
  width: 3.2rem;
  margin-left: 1.5rem;
}

.submenu__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-left: 4rem;
}

@media (max-width:1024px) {
  .submenu__list {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width:480px) {
  .submenu__list {
    margin-top: 3rem;
    width: 100%;
    max-height: 0;
    transition: max-height .6s;
    overflow: hidden;
    padding-left: 0;
  }
}

.submenu__item {
  margin-bottom: .4rem;
}

@media (max-width:1024px) {
  .submenu__item {
    margin-bottom: 2.2rem;
  }
}

@media (max-width:480px) {
  .submenu__item {
    margin-bottom: 2.4rem;
  }
}

.submenu__link {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
  text-decoration: none;
}

.submenu__link:hover {
  color: #a50f2d;
}

@media (max-width:1920px) {
  .submenu__link {
    font-size: 14px;
  }
}

@media (max-width:1024px) {
  .submenu__link {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0;
    text-align: left;
    color: #212424;
  }
}

@media (max-width:480px) {
  .submenu__link {
    font-size: 2.05rem;
  }
}

.submenu__link img {
  width: 2.2rem;
  margin-right: 1.3rem;
}

@media (max-width:1024px) {
  .submenu__link img {
    display: none;
  }
}

.submenu__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  margin-top: .5rem;
}

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

.submenu__aside_title {
  font-size: 18px;
  text-decoration: none;
  color: #212424;
}

.submenu__aside_list,
.submenu__aside_title {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}

.submenu__aside_list {
  font-size: 1.6rem;
  padding-right: 12rem;
  margin-top: 6rem;
}

@media (max-width:1920px) {
  .submenu__aside_list {
    padding-right: 0;
  }
}

.submenu__aside_list li {
  margin-bottom: 2.4rem;
}

.submenu__aside_list li:last-child {
  margin-bottom: 0;
}

.submenu__aside_list a {
  color: #212424;
  text-decoration: none;
}

.menu-button {
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: 0;
  z-index: 4;
  display: none;
  position: relative;
}

.menu-button:focus {
  outline: none;
}

.menu-button .burger-button-close #first-line-burger,
.menu-button .burger-button-close #second-line-burger,
.menu-button .burger-button-close #third-line-burger {
  width: 100%;
  height: 2px;
  border-radius: .1rem;
  background-color: #697279;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, 50%, 0);
  transform-origin: center center;
  transition: all .3s;
}

@media (max-width:480px) {

  .menu-button .burger-button-close #first-line-burger,
  .menu-button .burger-button-close #second-line-burger,
  .menu-button .burger-button-close #third-line-burger {
    top: 9px;
  }
}

.menu-button .burger-button-close #first-line-burger {
  top: 0;
}

@media (max-width:480px) {
  .menu-button .burger-button-close #first-line-burger {
    top: 0;
  }
}

.menu-button .burger-button-close #third-line-burger {
  top: unset;
  bottom: 0;
}

@media (max-width:480px) {
  .menu-button .burger-button-close #third-line-burger {
    bottom: unset;
    top: 17px;
  }
}

@media (max-width:1024px) {
  .menu-button {
    display: block;
    margin-left: 3rem;
  }
}

@media (max-width:480px) {
  .menu-button {
    margin-left: 0;
    width: 20px;
    height: 20px;
    margin-right: .5rem;
  }
}

.menu-button--active .burger-button-close #first-line-burger,
.menu-button--active .burger-button-close #second-line-burger,
.menu-button--active .burger-button-close #third-line-burger {
  background-color: #aab8c3;
}

@media (max-width:480px) {

  .menu-button--active .burger-button-close #first-line-burger,
  .menu-button--active .burger-button-close #second-line-burger,
  .menu-button--active .burger-button-close #third-line-burger {
    background-color: #40454e;
  }
}

.menu-button--active .burger-button-close #first-line-burger {
  top: 50%;
  transform: translate3D(-50%, -50%, 0) rotate(45deg);
}

.menu-button--active .burger-button-close #second-line-burger {
  opacity: 0;
}

.menu-button--active .burger-button-close #third-line-burger {
  top: 50%;
  bottom: 0;
  transform: translate3D(-50%, -50%, 0) rotate(-45deg);
}

.tab-label+.tab-accord {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s;
}

.tab-label--active+.tab-accord {
  max-height: 120vh;
}

.tab-accord__list {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #40454e;
}

.tab-accord__list li {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  transition: padding .3s;
}

.tab-accord__list li.active {
  color: #a50f2d;
  padding-left: 2rem;
}

@media (max-width:480px) {
  .tab-accord__list li.active {
    color: #212424;
    font-size: 2.6rem;
    padding-left: 0;
    padding-top: 0;
  }
}

@media (max-width:480px) {
  .tab-accord__list li.active .main-nav__list-button:after {
    display: none;
  }
}

@media (max-width:480px) {
  .tab-accord__list li.active .main-nav__list-button+.main-nav__submenu {
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.tab-accord__list li.not-active {
  padding-right: 2rem;
}

@media (max-width:480px) {
  .not-active {
    display: none;
  }
}

.insights-menu {
  padding: 3rem 2rem 5rem;
  transition: opacity .3s;
}

@media (max-width:480px) {
  .insights-menu {
    padding: 0;
  }
}

.insights-menu .insights-menu__item {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration: none;
}

.insights-menu .insights-menu__item:first-child {
  padding-top: 0;
}

.insights-menu .insights-menu__item .insights-menu__name {
  color: #a50f2d;
}

.insights-menu .insights-menu__item .insights-menu__title {
  color: #212424;
}

.insights-menu .insights-menu__item .insights-menu__data {
  color: #40454e;
}

.inner-menu {
  display: none;
  padding-bottom: 3rem;
  padding-top: 10rem;
  transition: opacity .3s;
}

@media (max-width:480px) {
  .inner-menu {
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}

.inner-menu ul {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #40454e;
}

.inner-menu ul li {
  padding: 1.1rem 2rem;
}

.inner-menu ul a {
  text-decoration: none;
  color: inherit;
}

@media (max-width:1024px) {
  .about-us .tab-accord {
    padding-top: 3rem;
  }
}

.about-us .about-us__wrapper {
  display: grid;
  grid-template-columns: min-content 1fr;
  column-gap: 20rem;
  padding-bottom: 8rem;
  padding-right: 6rem;
}

@media (max-width:1515px) {
  .about-us .about-us__wrapper {
    column-gap: 29rem;
    padding-right: 4rem;
  }
}

@media (max-width:1024px) {
  .about-us .about-us__wrapper {
    grid-template-columns: 42% 1fr;
    padding-right: 2rem;
    padding-left: 2rem;
    column-gap: 0;
    height: calc(100% - 6rem);
  }
}

@media (max-width:480px) {
  .about-us .about-us__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.about-us .about-us__wrapper .corporate {
  border-left: 0;
  padding: 0;
}

@media (max-width:1024px) {
  .about-us .about-us__wrapper .corporate {
    display: flex;
    border-left: .1rem solid #d2dce5;
  }
}

@media (max-width:480px) {
  .about-us .about-us__wrapper .corporate {
    border-left: 0;
  }
}

.about-us .about-us__wrapper .corporate .corporate__content {
  margin-top: 0;
}

@media (max-width:1024px) {
  .about-us .about-us__wrapper .corporate .corporate__content {
    gap: 3rem;
    justify-content: flex-start;
    width: 100%;
    padding-left: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width:480px) {
  .about-us .about-us__wrapper .corporate .corporate__content {
    padding-left: 0;
    border-left: 0;
    border-top: .1rem solid #d2dce5;
    padding-top: 4rem;
  }
}

.about-us .about-us__wrapper .corporate .corporate__content .corporate__block {
  height: 24rem;
}

@media (max-width:1920px) {
  .about-us .about-us__wrapper .corporate .corporate__content .corporate__block {
    width: 50%;
  }

  .about-us .about-us__wrapper .corporate .corporate__content .corporate__block:nth-child(3) {
    display: none;
  }
}

@media (max-width:1515px) {
  .about-us .about-us__wrapper .corporate .corporate__content .corporate__block {
    width: 100%;
  }

  .about-us .about-us__wrapper .corporate .corporate__content .corporate__block:first-child {
    display: none;
  }
}

@media (max-width:1515px) and (max-width:1024px) {
  .about-us .about-us__wrapper .corporate .corporate__content .corporate__block:first-child {
    display: flex;
  }
}

@media (max-width:1024px) {
  .about-us .about-us__wrapper .corporate .corporate__content .corporate__block div {
    position: relative;
  }
}

.about-us .left-wrapper .tab-accord__list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 13.5rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  row-gap: 1.5rem;
}

@media (max-width:1024px) {
  .about-us .left-wrapper .tab-accord__list {
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }
}

@media (max-width:480px) {
  .about-us .left-wrapper .tab-accord__list {
    padding-bottom: 4rem;
  }
}

.about-us .left-wrapper .tab-accord__list li {
  padding: 0;
}

.about-us .left-wrapper .tab-accord__list li:first-child {
  display: none;
}

@media (max-width:1024px) {
  .about-us .left-wrapper .tab-accord__list li:first-child {
    display: block;
  }
}

.about-us .left-wrapper .tab-accord__list a {
  color: #212424;
  text-decoration: none;
}

.menu__item {
  margin-bottom: 1.7rem;
  padding-right: 6rem;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
}

@media (max-width:1515px) {
  .menu__item {
    padding-right: 2.5rem;
  }
}

@media (max-width:1024px) {
  .menu__item {
    width: 50%;
    margin-bottom: .4rem;
  }
}

@media (max-width:480px) {
  .menu__item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2.4rem;
  }
}

@media (max-width:1024px) {
  .menu__item.list .menu__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(.2);
    transform: translateY(-50%);
    transition: .4s;
  }
}

@media (max-width:480px) {
  .menu__item.list .menu__link:after {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width:1024px) {
  .menu__item.active {
    width: 100%;
    position: relative;
    overflow: unset;
  }
}

@media (max-width:480px) {
  .menu__item.active {
    position: unset;
  }
}

.menu__item.active .menu__link {
  color: #212424;
}

@media (max-width:1024px) {
  .menu__item.active .menu__link {
    width: 50%;
    color: #212424;
    text-decoration: none;
    padding-left: 3rem;
  }
}

@media (max-width:480px) {
  .menu__item.active .menu__link {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width:1024px) {
  .menu__item.active .menu__link:after {
    right: 0;
  }
}

.menu__item.active .submenu {
  display: flex;
}

@media (max-width:1024px) {
  .menu__item.active .submenu {
    display: flex;
    width: 50%;
    position: absolute;
    right: -1rem;
    top: -1rem;
    padding-right: 3rem;
  }
}

@media (max-width:480px) {
  .menu__item.active .submenu {
    width: 100%;
    height: 100%;
    max-height: none;
    background: #fff;
    right: 0;
    top: 0;
  }
}

@media (max-width:480px) {
  .menu__item.active .submenu__list {
    width: 100%;
    max-height: 200vh;
  }
}

.intro__catalog {
  display: grid;
  height: 71rem;
}

@media (max-width:1920px) {
  .intro__catalog {
    height: 55rem;
  }
}

@media (max-width:1515px) {
  .intro__catalog {
    height: 42rem;
  }
}

@media (max-width:1024px) {
  .intro__catalog {
    height: 50rem;
  }
}

@media (max-width:480px) {
  .intro__catalog {
    height: 46rem;
  }
}

.intro__catalog_bg {
  grid-row: 1/1;
  grid-column: 1/1;
  background-image: url(../images/catalog/intro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.intro__catalog_content {
  grid-row: 1/1;
  grid-column: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem 4rem 8.5rem;
}

@media (max-width:1920px) {
  .intro__catalog_content {
    padding-bottom: 9rem;
  }
}

@media (max-width:1515px) {
  .intro__catalog_content {
    padding-bottom: 4rem;
  }
}

@media (max-width:1024px) {
  .intro__catalog_content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4.5rem;
  }
}

@media (max-width:480px) {
  .intro__catalog_content {
    padding: 3.4rem 2.5rem 3.5rem;
  }
}

.intro__catalog_content h1 {
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.19;
  letter-spacing: -.01em;
  text-align: left;
  color: #eff1f6;
  max-width: 95rem;
}

@media (max-width:480px) {
  .intro__catalog_content h1 {
    font-size: 4.35rem;
    max-width: 80%;
    line-height: 1.25;
  }
}

.intro__catalog_content .breadcrumbs.wrapper {
  padding-left: 0;
  padding-right: 0;
}

.intro__catalog_link {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #eff1f6;
  text-decoration: none;
  transition: color .4s;
}

@media (max-width:480px) {
  .intro__catalog_link {
    font-size: 16px;
  }
}

.intro__catalog_link:hover {
  color: #a50f2d;
}

.catalog {
  display: flex;
}

@media (max-width:480px) {
  .catalog {
    overflow: hidden;
  }
}

.catalog .pagination-block {
  padding-left: 0;
  padding-right: 0;
}

.catalog-sidebar {
  width: 35rem;
  min-width: 35rem;
  margin-right: 2rem;
  padding-left: 4rem;
  padding-top: 1rem;
}

@media (max-width:1920px) {
  .catalog-sidebar {
    width: 40rem;
    min-width: 40rem;
    padding-top: 0;
  }
}

@media (max-width:1515px) {
  .catalog-sidebar {
    margin-top: .6rem;
    width: 35rem;
    min-width: 35rem;
    margin-right: 4rem;
  }
}

@media (max-width:1024px) {
  .catalog-sidebar {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    z-index: 1000;
    background: #fff;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 10.3rem .5rem 1rem;
    flex-direction: column;
    border-radius: 2rem 2rem 0 0;
    transition: transform .1s;
    transform: translate3d(0, 100%, 0);
  }
}

@media (max-width:480px) {
  .catalog-sidebar {
    padding: 6.5rem 1rem 1rem;
    height: 100%;
  }
}

@media (max-width:1024px) {
  .catalog-sidebar .side-list {
    margin-top: 0;
    overflow: unset;
    max-height: unset;
  }
}

@media (max-width:1024px) {
  .catalog-sidebar:before {
    content: "";
    width: 12.6rem;
    height: .5rem;
    display: block;
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: .2rem;
    background: #aab8c3;
  }
}

@media (max-width:480px) {
  .catalog-sidebar:before {
    width: 5.6rem;
    height: 3px;
    top: 1.5rem;
  }
}

@media (max-width:1024px) {
  .catalog-sidebar .catalog-sidebar__title-mobile {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.catalog-sidebar .filter__category {
  margin-bottom: 1.8rem;
}

@media (max-width:1024px) {
  .catalog-sidebar .filter__category {
    padding-left: 1.5rem;
  }
}

.catalog-sidebar__close {
  display: none;
}

@media (max-width:1024px) {
  .catalog-sidebar__close {
    display: block;
    position: absolute;
    top: 4.2rem;
    right: 2.2rem;
    width: 2rem;
    height: 2rem;
    background-image: url(../images/close-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    z-index: 5;
    transition: opacity .1s;
  }
}

@media (max-width:480px) {
  .catalog-sidebar__close {
    top: 2.5rem;
    right: 2.5rem;
    width: 3rem;
    height: 3rem;
  }
}

.catalog-sidebar.show .catalog-sidebar__close {
  opacity: .3;
}

.catalog-sidebar__title-mobile {
  display: none;
}

@media (max-width:1024px) {
  .catalog-sidebar__title-mobile {
    display: block;
    font-size: 5.2rem;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -.02em;
    text-align: left;
  }
}

@media (max-width:480px) {
  .catalog-sidebar__title-mobile {
    font-size: 4.15rem;
  }
}

.filter__category {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
  text-decoration: none;
  display: block;
}

@media (max-width:480px) {
  .filter__category {
    font-size: 2.5rem;
  }
}

.catalog__show-more {
  margin-bottom: 4rem;
}

.catalog .side-list__link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 5rem;
}

@media (max-width:480px) {
  .catalog .side-list__link {
    font-size: 2.05rem;
  }
}

.catalog .side-list__item {
  margin-bottom: 0;
  transition: .3s;
}

@media (max-width:1024px) {
  .catalog .side-list__item {
    margin-bottom: 0;
    padding-bottom: 1.6rem;
    padding-left: 1.5rem;
  }
}

@media (max-width:480px) {
  .catalog .side-list__item {
    padding-bottom: 3.1rem;
  }
}

.catalog .side-list__item:before {
  width: calc(100% + 1rem);
}

@media (max-width:1024px) {
  .catalog .side-list__item:before {
    content: "";
    left: 0;
    height: 100%;
  }
}

.catalog .side-list__item.active:before {
  width: calc(100% + 1rem);
}

@media (max-width:1024px) {
  .catalog .side-list__item.active:before {
    content: "";
    width: calc(100% - 1rem);
    top: -.8rem;
  }
}

@media (max-width:480px) {
  .catalog .side-list__item.active:before {
    content: "";
    width: calc(100% + 3rem);
    top: -1.5rem;
    left: -1rem;
  }
}

@media (max-width:1024px) {
  .catalog .side-list__item.active .catalog-sidebar__title {
    color: #212424;
  }
}

.catalog .side-list__item.active {
  padding-left: 2rem;
}

.catalog .side-list__item.active .side-list__close {
  right: 1.5rem;
}

@media (max-width:1024px) {
  .catalog .side-list__item.active .side-list__close {
    display: block;
    right: 2.8rem;
    top: calc(50% - .8rem);
  }
}

@media (max-width:480px) {
  .catalog .side-list__item.active .side-list__close {
    right: 1rem;
    width: 2rem;
    height: 2rem;
    top: calc(50% - 1.5rem);
  }
}

.catalog-sidebar__list {
  max-height: var(--max-h);
  overflow: hidden;
  transition: .4s;
  position: relative;
}

.catalog-sidebar__list::-webkit-scrollbar {
  width: 8px;
}

.catalog-sidebar__list::-webkit-scrollbar:horizontal {
  height: 5px;
}

.catalog-sidebar__list::-webkit-scrollbar-track {
  background-color: transparent;
}

.catalog-sidebar__list::-webkit-scrollbar-thumb {
  background-color: #d2dce5;
}

@media (max-width:1024px) {
  .catalog-sidebar__list {
    max-height: unset !important;
  }
}

@media (max-width:480px) {
  .catalog-sidebar__list {
    padding-left: 1.4rem;
    padding-top: 3.5rem;
  }
}

.catalog-sidebar__list.overflow-auto {
  overflow: auto;
}

.catalog-sidebar__list.empty:before {
  content: "Ничего не найдено";
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (max-width:1024px) {
  .swipe-el__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: calc(100% - 13rem);
    overflow-y: scroll;
  }
}

@media (max-width:480px) {
  .swipe-el__inner {
    max-height: 100%;
  }
}

.filter__show-more {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #a50f2d;
  text-decoration: none;
  padding-top: .8rem;
  display: inline-block;
}

@media (max-width:1024px) {
  .filter__show-more {
    display: none;
  }
}

.filter__show-more.hide {
  display: none;
}

.row {
  margin-top: 4.6rem;
}

@media (max-width:1024px) {
  .row {
    margin-top: 0;
  }
}

.bx-filter-popup-result {
  font-family: Manrope, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #a50f2d;
  text-decoration: none;
  padding: 0;
  padding-top: .8rem;
  display: inline-block;
}

@media (max-width:480px) {
  .bx-filter-popup-result {
    font-size: 2.5rem;
  }
}

.bx-filter-popup-result a {
  color: #a50f2d;
}

.filter__wrapper {
  margin-top: 4.6rem;
}

@media (max-width:1024px) {
  .filter__wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2.6rem;
    padding-right: 2rem;
  }
}

@media (max-width:480px) {
  .filter__wrapper {
    width: 100%;
  }
}

.filter__wrapper.open .filter-input-text {
  display: block;
}

.filter__wrapper .filter-number {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (max-width:1024px) {
  .filter__wrapper .filter-number {
    display: none;
  }
}

.side-checkbox {
  padding-left: .2rem;
}

@media (max-width:1024px) {
  .side-checkbox {
    padding-left: 1.5rem;
  }
}

@media (max-width:480px) {
  .side-checkbox {
    padding-left: 3.4rem;
  }
}

.side-checkbox__item {
  padding-bottom: 1.6rem;
}

@media (max-width:480px) {
  .side-checkbox__item {
    padding-bottom: 3rem;
  }
}

.side-checkbox__item label {
  display: grid;
  grid-template-columns: max-content 1fr;
  cursor: pointer;
}

.side-checkbox__item .check-box {
  width: 2rem;
  height: 2rem;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d2dce5;
  margin-right: 1.4rem;
  transition: .4s;
  position: relative;
  cursor: pointer;
}

@media (max-width:480px) {
  .side-checkbox__item .check-box {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.8rem;
  }
}

.side-checkbox__item .check-box:before {
  content: "";
  transition: opacity .4s;
  width: 1.2rem;
  height: .8rem;
  display: block;
  background-image: url(../images/checkbox.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

@media (max-width:480px) {
  .side-checkbox__item .check-box:before {
    width: 1.8rem;
    height: 1.3rem;
  }
}

.side-checkbox__item .check-box__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  transition: color .4s;
}

@media (max-width:480px) {
  .side-checkbox__item .check-box__text {
    font-size: 2.05rem;
  }
}

.side-checkbox__item input:checked~.check-box {
  border: 1px solid #a50f2d;
  background: #a50f2d;
}

.side-checkbox__item input:checked~.check-box:before {
  opacity: 1;
}

.side-checkbox__item input:checked~.check-box__text {
  color: #a50f2d;
}

.check-input {
  visibility: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.catalog__terms_wrapper.mobile {
  display: none;
}

@media (max-width:1024px) {
  .catalog__terms_wrapper.mobile {
    display: flex;
    margin-top: 3.5rem;
    margin-bottom: 2.6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    gap: 2rem;
  }
}

@media (max-width:480px) {
  .catalog__terms_wrapper.mobile {
    margin-top: 3rem;
  }
}

@media (max-width:1024px) {
  .catalog__filters {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}

.catalog-content {
  width: calc(100% - 43rem);
  padding-top: 6rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #d2dce5;
}

@media (max-width:1920px) {
  .catalog-content {
    padding-top: 5rem;
    width: calc(100% - 52rem);
  }
}

@media (max-width:1515px) {
  .catalog-content {
    width: calc(100% - 39rem);
  }
}

@media (max-width:1024px) {
  .catalog-content {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    border-left: unset;
  }
}

@media (max-width:480px) {
  .catalog-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0;
  }
}

.stories-padding .catalog-content {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width:1515px) {
  .stories-padding .catalog-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.catalog__input-search {
  position: relative;
  width: 100%;
}

.catalog__input-search:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.25rem;
  display: block;
  background: url(../images/search.svg) no-repeat;
  background-size: contain;
  opacity: .4;
}

@media (max-width:480px) {
  .catalog__input-search:before {
    left: 2.8rem;
    width: 3rem;
    height: 2.8rem;
  }
}

.catalog__input-search input {
  font-family: Manrope;
  width: 100%;
  box-sizing: border-box;
  height: 6rem;
  display: flex;
  align-items: center;
  background: #e5e9f1;
  box-shadow: none;
  outline: none;
  border: unset;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
  padding-left: 6rem;
}

@media (max-width:1515px) {
  .catalog__input-search input {
    height: 6.5rem;
  }
}

@media (max-width:480px) {
  .catalog__input-search input {
    height: 7.5rem;
    padding-left: 7.5rem;
    font-size: 1.82rem;
    line-height: 1.5;
  }
}

.catalog__input-search input::placeholder {
  color: #aab8c3;
}

@media (max-width:480px) {
  .catalog__input-search input::placeholder {
    font-family: Manrope;
    font-size: 1.82rem;
    line-height: 1.5;
  }
}

.catalog__terms_wrapper {
  display: flex;
  align-items: center;
  margin-top: 5rem;
  flex-wrap: wrap;
}

@media (max-width:1920px) {
  .catalog__terms_wrapper {
    margin-top: 5.5rem;
  }
}

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

.filters__mobile {
  display: none;
}

@media (max-width:1024px) {
  .filters__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d2dce5;
    border-bottom: 1px solid #d2dce5;
    margin-top: 3.1rem;
    padding-left: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0;
    text-align: left;
  }
}

@media (max-width:480px) {
  .filters__mobile {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
    margin-top: 0;
    padding-top: 1.8rem;
    font-size: 2.05rem;
  }
}

.filters__mobile_img {
  width: 2.4rem;
}

@media (max-width:480px) {
  .filters__mobile_img {
    width: 3.1rem;
  }
}

.catalog__terms_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

@media (max-width:480px) {
  .catalog__terms_list {
    gap: 1.7rem;
  }
}

.search-term {
  border: 1px solid #a50f2d;
  border-radius: 2.2rem;
  padding: .35rem 1.1rem .35rem 1.4rem;
  display: flex;
  align-items: center;
}

@media (max-width:480px) {
  .search-term {
    padding: .35rem 1.3rem .35rem 1.6rem;
    border-radius: 22px;
  }
}

.search-term__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width:480px) {
  .search-term__text {
    font-size: 2.05rem;
  }
}

.search-term__close {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 1.4rem;
  display: block;
  background: url(../images/close-black.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media (max-width:480px) {
  .search-term__close {
    width: 2rem;
    height: 2rem;
    margin-left: 1.7rem;
  }
}

.catalog__terms_del {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #a50f2d;
  text-decoration: none;
  display: inline-block;
  margin-left: 1rem;
  cursor: pointer;
  transition: .4s;
  box-shadow: 0 1px 0 0 transparent;
}

@media (max-width:480px) {
  .catalog__terms_del {
    margin-bottom: 1.7rem;
    font-size: 1.9rem;
    margin-left: 0;
  }
}

.catalog__terms_del:hover {
  box-shadow: 0 1px 0 0 #a50f2d;
}

.catalog__top-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5.5rem;
}

@media (max-width:1515px) {
  .catalog__top-controls {
    margin-top: 5rem;
  }
}

@media (max-width:1024px) {
  .catalog__top-controls {
    margin-top: 3rem;
  }
}

@media (max-width:480px) {
  .catalog__top-controls {
    margin-top: 6.5rem;
  }
}

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

@media (max-width:480px) {
  .catalog__top_btns {
    display: none;
  }
}

.catalog__btn-grid,
.catalog__btn-list {
  margin-left: 2rem;
}

.catalog__btn-grid svg,
.catalog__btn-list svg {
  width: 2.1rem;
}

.catalog__results {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #aab8c3;
}

@media (max-width:480px) {
  .catalog__results {
    font-size: 1.82rem;
  }
}

.catalog__services {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width:1024px) {
  .catalog__services {
    margin-top: 1.2rem;
  }
}

.catalog__services .service {
  border-right: unset;
  margin-right: 4rem;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 2.9rem;
  position: relative;
  margin-top: -.1rem;
  width: calc((100% - 12rem) / 4);
  padding-top: 2.5rem;
}

@media (max-width:1515px) {
  .catalog__services .service {
    width: calc((100% - 8rem) / 3);
  }
}

@media (max-width:1024px) {
  .catalog__services .service {
    width: calc((100% - 2rem) / 2);
    margin-right: 2rem;
    min-height: 23.8rem;
    padding-bottom: 2.4rem;
    padding-right: 1rem;
  }
}

@media (max-width:480px) {
  .catalog__services .service {
    width: 100%;
    margin-right: 0;
    padding-top: 3.5rem;
    height: unset;
    min-height: 28.5rem;
  }
}

.catalog__services .service:hover {
  z-index: 1;
  box-shadow: unset;
  border-top: 1px solid #a50f2d;
  border-bottom: 1px solid #a50f2d;
}

.catalog__services .service:hover .subtitle {
  color: #a50f2d;
}

.catalog__services .service .subtitle {
  transition: color .4s;
}

.catalog__services .service .service__top_img {
  height: 4.5rem;
}

@media (max-width:1920px) {
  .catalog__services .service .service__top_img {
    height: 5.5rem;
  }
}

@media (max-width:480px) {
  .catalog__services .service .service__top_img {
    height: 7rem;
  }
}

.catalog__services .service .service__top_img img {
  margin-bottom: 0;
}

.catalog__services .service .service__text {
  color: #697279;
  font-size: 1.6rem;
  max-height: 10rem;
  overflow: hidden;
  position: relative;
}

@media (max-width:480px) {
  .catalog__services .service .service__text {
    font-size: 1.92rem;
    line-height: 1.6;
  }
}

.catalog__services .service .dark .service__text--gradient:before {
  opacity: 0;
}

.catalog__services .service .service__text--gradient:before {
  content: "";
  width: 100%;
  height: 2rem;
  background: -webkit-linear-gradient(0deg, #eff1f6 5%, rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, #eff1f6 5%, rgba(255, 255, 255, 0));
  transition: .2s;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.catalog__services .service:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  height: calc(100% + .1rem);
  width: 1px;
  background: #d2dce5;
}

@media (max-width:1024px) {
  .catalog__services .service:after {
    right: -1rem;
  }
}

@media (max-width:480px) {
  .catalog__services .service:after {
    content: none;
  }
}

.catalog__services .service:nth-child(6n) {
  margin-right: 4rem;
}

@media (max-width:1024px) {
  .catalog__services .service:nth-child(6n) {
    margin-right: 2rem;
  }
}

@media (max-width:480px) {
  .catalog__services .service:nth-child(6n) {
    margin-right: 0;
  }
}

.catalog__services .service:nth-child(6n):after {
  content: "";
}

@media (max-width:480px) {
  .catalog__services .service:nth-child(6n):after {
    content: none;
  }
}

.catalog__services .service:nth-child(4n) {
  margin-right: 0;
}

@media (max-width:1515px) {
  .catalog__services .service:nth-child(4n) {
    margin-right: 4rem;
  }
}

@media (max-width:1024px) {
  .catalog__services .service:nth-child(4n) {
    margin-right: 2rem;
  }
}

@media (max-width:480px) {
  .catalog__services .service:nth-child(4n) {
    margin-right: 0;
  }
}

.catalog__services .service:nth-child(4n):after {
  content: none;
}

@media (max-width:1515px) {
  .catalog__services .service:nth-child(4n):after {
    content: "";
  }
}

@media (max-width:480px) {
  .catalog__services .service:nth-child(4n):after {
    content: none;
  }
}

@media (max-width:1515px) {
  .catalog__services .service:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width:1024px) {
  .catalog__services .service:nth-child(3n) {
    margin-right: 2rem;
  }
}

@media (max-width:480px) {
  .catalog__services .service:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width:1515px) {
  .catalog__services .service:nth-child(3n):after {
    content: none;
  }
}

@media (max-width:1024px) {
  .catalog__services .service:nth-child(3n):after {
    content: "";
  }
}

@media (max-width:480px) {
  .catalog__services .service:nth-child(3n):after {
    content: none;
  }
}

@media (max-width:1024px) {
  .catalog__services .service:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width:1024px) {
  .catalog__services .service:nth-child(2n):after {
    content: none;
  }
}

.catalog__btn-grid.active rect {
  stroke: #40454e;
}

.catalog__btn-list.active rect {
  fill: #40454e;
}

.catalog__services[data-type=list] .service {
  width: calc(50% - 6.4rem);
  margin-right: 12.8rem;
  min-height: 9.1rem;
  height: unset;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: unset;
  padding-bottom: unset;
  padding-right: 4rem;
  gap: 1rem;
}

@media (max-width:1920px) {
  .catalog__services[data-type=list] .service {
    display: grid;
    grid-template-columns: 46.5rem 1fr;
    gap: 1rem;
    width: 100%;
    margin-right: 0;
    min-height: 8.9rem;
    height: unset;
  }
}

@media (max-width:1515px) {
  .catalog__services[data-type=list] .service {
    min-height: 9rem;
    height: unset;
  }
}

@media (max-width:1024px) {
  .catalog__services[data-type=list] .service {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 20rem;
    height: unset;
    justify-content: space-between;
    padding-top: 3.7rem;
    padding-bottom: 2.5rem;
  }
}

@media (max-width:1920px) {
  .catalog__services[data-type=list] .service:after {
    content: none;
  }
}

.catalog__services[data-type=list] .service:nth-child(2n) {
  margin-right: 0;
}

.catalog__services[data-type=list] .service:nth-child(2n):after {
  content: none;
}

.catalog__services[data-type=list] .service__text {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width:1024px) {
  .catalog__services[data-type=list] .service__text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.catalog__services[data-type=list] .service__top {
  margin-bottom: 0;
}

.catalog__services[data-type=list] .service__top_img {
  height: unset;
  margin-right: 4rem;
}

@media (max-width:1024px) {
  .catalog__services[data-type=list] .service__top_img {
    height: 5rem;
    margin-right: 0;
  }
}

.catalog__services[data-type=list] .service__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 36.5rem;
  max-width: 36.5rem;
}

@media (max-width:1920px) {
  .catalog__services[data-type=list] .service__top {
    min-width: 46.5rem;
    max-width: unset;
  }
}

@media (max-width:1024px) {
  .catalog__services[data-type=list] .service__top {
    min-width: unset;
    flex-direction: column;
    align-items: flex-start;
  }
}

.catalog__services[data-type=list] .subtitle {
  font-size: 16px;
}

@media (max-width:1024px) {
  .catalog__services[data-type=list] .service__text {
    font-size: 1.5rem;
  }
}

@media (max-width:1920px) {
  .catalog__show-more.show-more {
    margin-top: 4rem;
  }
}

.filter-input-text {
  font-family: Manrope;
  width: 100%;
  box-sizing: border-box;
  height: 4rem;
  display: flex;
  align-items: center;
  background: transparent;
  border: .1rem solid #d2dce5;
  box-shadow: none;
  outline: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
  padding-left: 2rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  display: none;
  animation: b .3s;
}

@media (max-width:1515px) {
  .filter-input-text {
    height: 6.5rem;
  }
}

@media (max-width:1024px) {
  .filter-input-text {
    display: none !important;
  }
}

@media (max-width:480px) {
  .filter-input-text {
    height: 7.5rem;
    font-size: 1.82rem;
    line-height: 1.5;
  }
}

.filter-input-text::placeholder {
  color: #aab8c3;
}

@media (max-width:480px) {
  .filter-input-text::placeholder {
    font-family: Manrope;
    font-size: 1.82rem;
    line-height: 1.5;
  }
}

@media (max-width:1024px) {
  .catalog__filters .smartfilter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

@media (max-width:480px) {
  .catalog__filters .smartfilter {
    display: flex;
    flex-direction: column;
  }
}

.catalog-content .smartfilter {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

@media (max-width:480px) {
  .catalog-content .smartfilter {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
  }
}

.insights-main-bg {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.insights-main-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.insights-main-bg .breadcrumbs {
  padding-top: 3.2rem;
  margin-top: unset;
}

.insights-main-bg .breadcrumbs .breadcrumbs__link {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  color: #fff;
  opacity: .9;
}

.insights-main-bg .breadcrumbs .breadcrumbs__item:after {
  width: 1rem;
  height: .8rem;
  margin-left: 1.2rem;
  transform: rotate(0);
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
}

.insights-main-bg h1 {
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.19;
  letter-spacing: -.01em;
  text-align: left;
  color: #eff1f6;
  padding-left: 4rem;
  padding-right: 4rem;
  text-shadow: 1px 1px 3px #000;
  position: relative;
}
.news-page .insights-main-bg h1 {
    font-size: 40px;
 }

@media (max-width:1024px) {
  .insights-main-bg h1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width:480px) {
  .insights-main-bg h1 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width:1515px) {
  .insights-main-bg h1 {
    font-size: 6rem;
  }
  .news-page .insights-main-bg h1 {
    font-size: 3.5rem;
  }

}

@media (max-width:1024px) {
  .insights-main-bg h1 {
    font-size: 5.5rem;
  }
}

@media (max-width:480px) {
  .insights-main-bg h1 {
    font-size: 3.4rem;
    line-height: 1.5;
  }
}

.insights-main-bg .intro__content-top h1 {
  padding-top: 0;
  padding-bottom: 0;
}

.insights-main-bg .intro__content-top,
.insights-main-bg h1 {
  padding-top: 0;
  padding-bottom: 13.8rem;
}

@media (max-width:1920px) {

  .insights-main-bg .intro__content-top,
  .insights-main-bg h1 {
    padding-bottom: 8rem;
  }
}

@media (max-width:1515px) {

  .insights-main-bg .intro__content-top,
  .insights-main-bg h1 {
    padding-bottom: 4rem;
  }
}

@media (max-width:1024px) {

  .insights-main-bg .intro__content-top,
  .insights-main-bg h1 {
    padding-bottom: 5rem;
  }
}

@media (max-width:480px) {

  .insights-main-bg .intro__content-top,
  .insights-main-bg h1 {
    padding-bottom: 4rem;
  }
}

.insights-main-bg .insights-subtitle {
  padding-top: 13.8rem;
  text-shadow: 1px 1px 3px #000;
  position: relative;
}

.insights-main-bg .insights-subtitle+.insights-title,
.insights-main-bg .insights-subtitle+h1 {
  padding-top: .8rem;
}

.insights-main-bg .wrapper .insights-title,
.insights-main-bg .wrapper h1 {
  padding-left: 0;
  padding-right: 0;
}

.insights-subtitle {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
}

@media (max-width:480px) {
  .insights-subtitle {
    font-size: 1.84rem;
    opacity: .9;
  }
}

.insights {
  overflow: hidden;
}

.insights .insights__bottom-block {
  background-image: url(../images/insights/insight-bottom-bg.jpg);
}

.insights .insights__bottom-block .section-top {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

@media (max-width:1024px) {
  .insights .insights__bottom-block .section-top {
    padding-left: 5rem;
    padding-top: 14rem;
    padding-bottom: 8rem;
  }
}

.insights .catalog__terms_wrapper {
  margin-top: 4rem;
}

.insights .news__button {
  display: none;
  background: #e5e9f1;
  border-radius: .4rem;
  border: 0;
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.5rem;
  padding: 1.8rem;
}

@media (max-width:480px) {
  .insights .news__button {
    display: block;
    width: 100%;
  }
}

.wrapper-left {
  padding-left: 2rem;
  padding-right: 4rem;
}

@media (max-width:1024px) {
  .wrapper-left {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width:480px) {
  .wrapper-left {
    padding-left: 0;
    padding-right: 0;
  }
}

.insights-navigation {
  border-bottom: 1px solid #d2dce5;
  display: flex;
  justify-content: space-between;
}

.insights-navigation .insights-navigation.wrapper-left {
  border-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width:1024px) {
  .insights-navigation .insights-navigation.wrapper-left {
    grid-template-columns: 1fr;
  }
}

@media (max-width:1515px) {
  .insights-navigation {
    position: relative;
  }
}

@media (max-width:1024px) {
  .insights-navigation {
    display: grid;
    grid-template-columns: 49% 1fr;
  }
}

@media (max-width:480px) {
  .insights-navigation {
    grid-template-columns: 1fr;
  }
}

@media (max-width:1024px) {
  .insights-navigation nav {
    overflow: scroll;
    display: flex;
    padding-left: 2rem;
  }

  .insights-navigation nav::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .insights-navigation nav::-webkit-scrollbar-thumb {
    background: #aab8c3;
  }

  .insights-navigation nav::-webkit-scrollbar-thumb:hover {
    background: #a50f2d;
  }
}

@media (max-width:1024px) and (max-width:1024px) {
  .insights-navigation nav::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-appearance: none;
  }
}

@media (max-width:480px) {
  .insights-navigation nav {
    border-bottom: 1px solid #d2dce5;
    padding-left: 0;
  }
}

.insights-navigation nav ul {
  display: flex;
}

@media (max-width:480px) {
  .insights-navigation nav ul {
    gap: 1rem;
  }
}

.insights-navigation nav ul li:not([class]) {
  padding: 0;
  background: unset;
}

@media (max-width:1024px) {
  .insights-navigation nav ul li:first-child a {
    padding-left: 0;
  }
}

@media (max-width:480px) {
  .insights-navigation nav ul li:first-child a {
    padding-left: 2.4rem;
  }
}

.insights-navigation nav ul li a {
  min-width: 10.8rem;
  padding: 3rem 2.15rem;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #212424;
  display: block;
  text-decoration: none;
}

@media (max-width:1024px) {
  .insights-navigation nav ul li a {
    padding: 3.2rem .85rem;
    min-width: auto;
  }
}

@media (max-width:480px) {
  .insights-navigation nav ul li a {
    padding: 2.4rem 1.8rem;
  }
}

.insights-navigation nav ul li .active {
  position: relative;
  color: #a50f2d;
}

.insights-navigation nav ul li .active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 64%;
  height: .3rem;
  background-color: #a50f2d;
  transform: translateX(-50%);
}

@media (max-width:1024px) {
  .insights-navigation nav ul li .active:after {
    width: 100%;
  }
}

@media (max-width:480px) {
  .insights-navigation nav ul li .active:after {
    width: 80%;
  }
}

@media (max-width:1024px) {

  .custom-navigation-blog .insights-navigation,
  .custom-navigation-news .insights-navigation,
  .custom-navigation-video .insights-navigation {
    grid-template-columns: 65.5% 1fr;
  }
}

@media (max-width:480px) {

  .custom-navigation-blog .insights-navigation,
  .custom-navigation-news .insights-navigation,
  .custom-navigation-video .insights-navigation {
    grid-template-columns: 1fr;
  }
}

@media (max-width:1024px) {
  .media .insights-navigation {
    display: flex;
  }

  .media .insights-navigation nav {
    width: 100%;
  }

  .media .insights-navigation nav ul {
    justify-content: space-around;
    width: 100%;
  }
}

@media (max-width:1024px) and (max-width:480px) {
  .media .insights-navigation nav ul {
    width: auto;
  }
}

.media .news__slider {
  margin-left: -2rem;
}

@media (max-width:1024px) {
  .media .news__slider {
    margin-left: 0;
  }
}

@media (max-width:1024px) {
  .media .news__container {
    margin-left: 0;
    width: 100%;
  }
}

.filters .smartfilter {
  display: flex;
  position: relative;
  height: 100%;
}

@media (max-width:1515px) {
  .filters .smartfilter {
    position: static;
  }
}

@media (max-width:480px) {
  .filters .smartfilter {
    border-left: 0;
  }

  .filters .smartfilter>div {
    border-right: 1px solid #d2dce5;
  }
}

.filters .smartfilter .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: none;
}

@media (max-width:480px) {
  .filters .smartfilter .overlay {
    z-index: 100;
    background-color: #212424;
    opacity: .3;
  }
}

.filter-wrapper {
  display: flex;
}

@media (max-width:1024px) {
  .filter-wrapper {
    width: auto;
  }
}

@media (max-width:480px) {
  .filter-wrapper {
    width: 100%;
  }
}

.filter-button {
  border: 0;
  background-color: unset;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 100%;
  color: #40454e;
  height: calc(100% + 1px);
  transition: background-color .5s;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

@media (max-width:1024px) {
  .filter-button {
    font-size: 16px;
  }
}

@media (max-width:480px) {
  .filter-button {
    font-size: 16px;
  }
}

.filter-button span {
  display: block;
  position: relative;
  padding-right: 3rem;
  text-align: start;
}

.filter-button span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -.3rem;
  right: 0;
  background: transparent;
  border: .7rem solid transparent;
  border-top: .7rem solid #697279;
}

.filter-button--active,
.panel {
  background-color: #fff;
}

.panel {
  z-index: 2;
  padding: 4rem 14rem 5rem 6rem;
  box-shadow: 0 1.2rem 2rem rgba(159, 174, 191, .25);
  overflow: scroll;
}

.panel::-webkit-scrollbar {
  width: 2px;
}

.panel::-webkit-scrollbar-track {
  background-color: transparent;
}

.panel::-webkit-scrollbar-thumb {
  background: #aab8c3;
}

.panel::-webkit-scrollbar-thumb:hover {
  background: #a50f2d;
}

@media (max-width:1024px) {
  .panel {
    padding: 4rem 8.5rem 5rem 6rem;
  }
}

@media (max-width:480px) {
  .panel {
    padding: 0;
    padding-top: 4rem;
    position: relative;
    overflow: auto;
  }

  .panel:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 50%;
    height: 2px;
    width: 5rem;
    background-color: #aab8c3;
    transform: translateX(-50%);
    margin-top: .6rem;
    z-index: 3;
  }
}

.panel .panel__main-title {
  display: none;
}

@media (max-width:480px) {
  .panel .panel__main-title {
    display: block;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 4rem;
    top: 0;
    z-index: 2;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.panel .panel__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  color: #212424;
  padding-bottom: 2.4rem;
  display: none;
}

@media (max-width:480px) {
  .panel .panel__title {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 5rem;
    padding-top: 2rem;
    position: relative;
    padding-right: 3rem;
    background-color: #fff;
  }

  .panel .panel__title:after {
    content: " ";
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.854.854A.5.5 0 0 1 1.207 0h5.586a.5.5 0 0 1 .353.854L4.354 3.646a.5.5 0 0 1-.708 0L.854.854z' fill='%2340454E'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
  }
}

@media (max-width:480px) {
  .panel .panel__wrapper {
    position: relative;
    overflow: hidden;
    height: calc(100% - 4rem);
  }
}

@media (max-width:480px) {
  .panel .panel__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    background: -webkit-linear-gradient(180deg, #fff 50%, hsla(0, 0%, 100%, 0));
    background: linear-gradient(180deg, #fff 50%, hsla(0, 0%, 100%, 0));
    z-index: 1;
    pointer-events: none;
    transition: top .4s;
  }
}

@media (max-width:480px) {
  .panel .panel__inner {
    padding-left: 2rem;
    padding-right: 2rem;
    height: 100%;
    overflow: auto;
  }
}

@media (max-width:480px) {
  .panel__inner .panel__title+.checkbox-container {
    margin-top: 4rem;
  }
}

.filters-panel {
  position: relative;
  max-height: 28rem;
}

@media (max-width:1024px) {
  .filters-panel {
    max-height: unset;
  }
}

.filters-panel .close-button {
  position: absolute;
  top: 3.2rem;
  right: 3.5rem;
  width: 3rem;
  height: 3rem;
}

@media (max-width:1024px) {
  .filters-panel .close-button {
    right: 2rem;
  }
}

@media (max-width:480px) {
  .filters-panel .close-button {
    top: 3rem;
    right: 2rem;
    z-index: 3;
  }

  .filters-panel .close-button:after,
  .filters-panel .close-button:before {
    background-color: #d2dce5;
  }
}

.close-button {
  position: relative;
  border: 0;
  background-color: unset;
  padding: 0;
  cursor: pointer;
}

.close-button:after,
.close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: .1rem;
  background-color: #212424;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width:480px) {

  .close-button:after,
  .close-button:before {
    height: .2rem;
  }
}

.close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.filter-button+.panel {
  position: absolute;
  top: 110%;
  right: -4rem;
  margin-top: -1px;
  opacity: 0;
  pointer-events: none;
  transition: top .5s, opacity .5s, transform .5s;
  will-change: top, opacity, transform;
}

@media (max-width:1515px) {
  .filter-button+.panel {
    width: 100%;
    left: 0;
    right: unset;
  }
}

@media (max-width:1024px) {
  .filter-button+.panel {
    width: auto;
    right: 0;
    left: unset;
  }
}

@media (max-width:480px) {
  .filter-button+.panel {
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    bottom: 0;
    margin-top: 0;
  }
}

.filter-button--active+.panel {
  top: calc(100% + .2rem);
  opacity: 1;
  pointer-events: all;
}

@media (max-width:480px) {
  .filter-button--active+.panel {
    top: 0;
    left: 0;
  }
}

@media (max-width:480px) {
  .filter-button--active~.overlay {
    display: block !important;
  }
}

.news__main-container {
  padding-top: 4.85rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem;
  padding-bottom: 8rem;
}
.invideo {
    padding-top: 4.85rem;
    padding-bottom: 8rem;
        display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    flex-direction: row;
    align-items: flex-start;
}


.invideo div{
border-radius:5px;
width: 31%;
}
.invideo div iframe{
width: -webkit-fill-available;
border-radius: 5px;
}
.invideo div h3{
font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
@media (max-width:1515px) {
  .news__main-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width:1024px) {
  .news__main-container {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 6rem;
    padding-bottom: 6rem;
    row-gap: 5rem;
    column-gap: 3rem;
  }
.invideo div{
width: 47%;
}
}

@media (max-width:480px) {
  .news__main-container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4rem;
  }
.invideo div{
width: 100%;
}
}

.news__main-container .news__item {
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .8rem;
  min-height: 34rem;
}

@media (max-width:480px) {
  .news__main-container .news__item {
    min-height: 20rem;
  }

  .news__main-container .news__item:nth-last-child(2) .news__date {
    padding-bottom: 1rem;
  }

  .news__main-container .news__item:nth-last-child(2):before {
    display: none;
  }
}

.news__main-container .news__item:focus {
  outline: none;
}

.news__main-container .news__item:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d2dce5;
  z-index: -3;
}

@media (max-width:480px) {
  .news__main-container .news__item:before {
    top: unset;
    bottom: 0;
  }
}

.news__main-container .news__item span {
  display: block;
}

.news__main-container .news__img {
  width: 100%;
  height: 15.5rem;
}

.news__main-container .news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__main-container .news__title {
  color: #212424;
  padding-top: 1.6rem;
}

.news__main-container .news__date,
.news__main-container .news__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.news__main-container .news__date {
  color: #697279;
  margin-top: auto;
  padding-top: 1rem;
}

@media (max-width:480px) {
  .news__main-container .news__date {
    font-size: 1.9rem;
    padding-bottom: 4rem;
  }
}

.news__main-container .news__item--wider {
  padding: 4rem;
  grid-column: 3 span;
}

@media (max-width:1515px) {
  .news__main-container .news__item--wider {
    grid-column: 2 span;
  }
}

@media (max-width:1024px) {
  .news__main-container .news__item--wider {
    padding-top: 3rem;
  }
}

@media (max-width:480px) {
  .news__main-container .news__item--wider {
    grid-column: 1 span;
    padding: 0;
  }
}

.news__main-container .news__item--wider .news__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

@media (max-width:480px) {
  .news__main-container .news__item--wider .news__img {
    position: static;
  }
}

.news__main-container .news__item--wider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #212424;
  opacity: .3;
}

@media (max-width:480px) {
  .news__main-container .news__item--wider:after {
    display: none;
  }
}

.news__main-container .news__item--wider .news__title {
  padding-top: 0;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 5.2rem;
  max-width: 53rem;
  letter-spacing: -.01em;
  color: #fff;
}

@media (max-width:480px) {
  .news__main-container .news__item--wider .news__title {
    color: #212424;
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 3.6rem;
  }
}

.news__main-container .news__item--wider .news__date {
  color: #fff;
}

@media (max-width:480px) {
  .news__main-container .news__item--wider .news__date {
    color: #40454e;
  }
}

.line {
  width: 100%;
  height: 1px;
  background-color: #d2dce5;
  margin-bottom: 2.8rem;
}

@media (max-width:1024px) {
  .line {
    margin-bottom: 3rem;
  }
}

@media (max-width:480px) {
  .line {
    display: none;
  }
}

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

.main-pagination {
  display: flex;
}

@media (max-width:480px) {
  .main-pagination {
    display: none;
  }
}

.main-pagination span {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.main-pagination .main-pagination__right {
  border-left: 1px solid #aab8c3;
  padding-left: 2rem;
  padding-right: 2rem;
}

.main-pagination .num-page {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.854.854A.5.5 0 0 1 1.207 0h5.586a.5.5 0 0 1 .353.854L4.354 3.646a.5.5 0 0 1-.708 0L.854.854z' fill='%2340454E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: .8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: 1.8rem;
}

.main-pagination .numb-container {
  position: relative;
  transition: all .5s;
  cursor: pointer;
}

.main-pagination .select-button {
  position: relative;
}

.main-pagination .numb-container:focus,
.main-pagination .numb-container:hover {
  background-color: #fff;
}

.main-pagination .numb-container:focus>.select-numb {
  visibility: visible;
  opacity: 1;
  top: 2.4rem;
}

.main-pagination .select-numb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.main-pagination .select-numb a {
  padding: 1rem 1.5rem;
  color: #212424;
  text-decoration: none;
  position: relative;
}

.main-pagination .select-numb a:hover {
  color: #a50f2d;
}

.main-pagination .select-numb:focus {
  top: 2.4rem;
  visibility: visible;
  opacity: 1;
}

.pagination {
  display: flex;
  gap: 2rem;
  padding: 0 .5rem;
}

@media (max-width:1024px) {
  .pagination {
    gap: 1.8rem;
  }
}

@media (max-width:480px) {
  .pagination {
    justify-content: space-between;
    width: 100%;
  }
}

.pagination .arrow {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #aab8c3;
  transition: transform .4s;
  top: .2rem;
  position: relative;
}

@media (max-width:480px) {
  .pagination .arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.pagination .arrow--right {
  top: 0;
  transform: rotate(180deg);
}

.pagination .arrow--active {
  stroke: #212424;
}

.pagination a {
  position: relative;
  display: block;
  height: 2.4rem;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #40454e;
  text-decoration: none;
}

@media (max-width:480px) {
  .pagination a {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}

.pagination a:hover .arrow--active {
  transform: rotate(0) translateX(-.5rem);
}

.pagination a:hover .arrow--right {
  transform: rotate(180deg) translateX(-.5rem);
}

.pagination a:nth-last-child(3) {
  margin-right: 0;
}

.pagination a.active {
  color: #a50f2d;
  position: relative;
}

.pagination a.active:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -.3rem;
  width: 1.4rem;
  transform: translateX(-50%);
  height: .1rem;
  background-color: #a50f2d;
}

.pagination a:hover:not(.active) {
  color: #697279;
}

.checkbox-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 4rem;
  row-gap: 2.5rem;
}

@media (max-width:1515px) {
  .checkbox-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width:1024px) {
  .checkbox-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
  }
}

@media (max-width:480px) {
  .checkbox-container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.5rem;
  }
}

.checkbox-container .checkbox-container__item {
  width: 28rem;
}

@media (max-width:1024px) {
  .checkbox-container .checkbox-container__item {
    width: auto;
    padding-bottom: 6rem;
  }
}

@media (max-width:1024px) {

  .checkbox-container .checkbox-container__item:last-child,
  .checkbox-container .checkbox-container__item:nth-last-child(2) {
    padding-bottom: 0;
  }
}

@media (max-width:480px) {
  .checkbox-container .checkbox-container__item {
    padding-bottom: 0;
  }
}

.form-group {
  display: block;
  margin-bottom: 2.5rem;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group input {
  padding: 0;
  height: auto;
  width: auto;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: block;
  color: #212424;
  padding-left: 3.5rem;
}

@media (max-width:480px) {
  .form-group label {
    font-size: 16px;
  }
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #d2dce5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
  height: 2rem;
  width: 2rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 1.2rem;
  transition: all .5s;
  position: absolute;
  left: 0;
  top: 0;
}

.form-group input:checked+label {
  color: #a50f2d;
}

.form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: .3rem;
  left: .7rem;
  width: .6rem;
  height: 1.1rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-group input:checked+label:before {
  background-color: #a50f2d;
  border: 1px solid #a50f2d;
}

.custom-select {
  position: relative;
}

@media (max-width:1024px) {
  .custom-select {
    width: auto;
  }
}

.custom-select sel ect {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  height: 100%;
  max-width: 100%;
}

.select-selected:after {
  content: "";
  margin-top: .7rem;
  margin-left: 1.5rem;
  background: transparent;
  border: .7rem solid transparent;
  border-top: .7rem solid #697279;
}

.select-selected.filter-button--active {
  background-color: #fff;
}

.select-selected {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: calc(100% + .1rem);
}

@media (max-width:480px) {
  .select-selected {
    font-size: 16px;
    padding: 2rem 0;
  }
}

.select-items {
  position: absolute;
  background: #fff;
  top: calc(100% + .1rem);
  left: 0;
  right: 0;
  z-index: 99;
  padding: .8rem 2rem;
  max-height: 25.6rem;
  overflow-y: auto;
  width: 23.5rem;
  transition: opacity .5s, top .5s, transform .5s;
  box-shadow: 0 1rem 2rem rgba(159, 174, 191, .25);
  will-change: top, opacity, transform;
}

@media (max-width:480px) {
  .select-items {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    margin-top: 0;
    border-top-right-radius: 1.2rem;
    border-top-left-radius: 1.2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .select-items:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 50%;
    width: 4rem;
    height: 2px;
    background-color: #d2dce5;
    transform: translateX(-50%);
    z-index: 5;
  }

  .select-items:not(.select-hide):after {
    top: 4rem;
  }
}

@media (max-width:480px) {
  .select-items {
    height: calc(100% - 4rem);
    max-height: unset;
  }
}

.select-items .close-button {
  display: none;
  padding: 0 !important;
}

@media (max-width:480px) {
  .select-items .close-button {
    display: block;
    position: absolute;
    top: 3rem;
    right: 2rem;
    width: 4rem;
    height: 3rem;
    margin-left: auto;
    z-index: 3;
  }

  .select-items .close-button:after,
  .select-items .close-button:before {
    background-color: #d2dce5;
  }
}

.select-items .custom-select__title {
  display: none;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 4.1rem;
  line-height: 4.2rem;
  letter-spacing: -.02em;
  pointer-events: none;
  color: #212424;
}

@media (max-width:480px) {
  .select-items .custom-select__title {
    display: block;
    z-index: 3;
  }
}

.select-items::-webkit-scrollbar {
  width: 2px;
}

.select-items::-webkit-scrollbar-track {
  background-color: transparent;
}

.select-items::-webkit-scrollbar-thumb {
  background: #aab8c3;
}

.select-items::-webkit-scrollbar-thumb:hover {
  background: #a50f2d;
}

.select-items .select-wrapper div {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  color: #697279;
  cursor: pointer;
  padding: .8rem 0;
}

@media (max-width:480px) {
  .select-items .select-wrapper div {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 2.8rem;
    color: #212424;
  }
}

@media (max-width:1024px) {
  .filters {
    overflow: auto;
    height: 100%;
  }

  .filters::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-appearance: none;
  }

  .filters .smartfilter {
    overflow: hidden;
    width: max-content;
  }
}

@media (max-width:1024px) {
  .filters {
    border-left: 1px solid #d2dce5;
  }
}

@media (max-width:480px) {
  .filters {
    border-left: 0;
  }
}

.filters .select-selected {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

@media (max-width:1024px) {
  .filters .select-selected {
    white-space: nowrap;
    font-size: 16px;
    line-height: 2.4rem;
  }
}

.filters .select-items .select-wrapper div {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #40454e;
}

@media (max-width:1024px) {
  .filters .select-items .select-wrapper div {
    font-size: 16px;
    line-height: 2.4rem;
  }
}

@media (max-width:1024px) {
  .filters .custom-select {
    position: static;
  }
}

@media (max-width:1024px) {
  .filters .custom-select .select-items {
    left: unset;
    right: 0;
    width: 26.4rem;
  }
}

@media (max-width:480px) {
  .filters .custom-select .select-items {
    width: 100%;
  }
}

.filters .custom-select:last-child .select-items {
  right: 0;
  left: unset;
}

@media (max-width:480px) {
  .filters .custom-select .select-items {
    padding-bottom: 0;
    height: auto;
    bottom: 0;
  }
}

@media (max-width:480px) {
  .filters .custom-select .select-items .custom-select__title {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .filters .custom-select .select-items .custom-select__title:before {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 100%;
    height: 2rem;
    background: -webkit-linear-gradient(180deg, #fff 50%, hsla(0, 0%, 100%, 0));
    background: linear-gradient(180deg, #fff 50%, hsla(0, 0%, 100%, 0));
    z-index: 2;
    pointer-events: none;
  }
}

@media (max-width:480px) {
  .filters .custom-select .select-items .select-wrapper {
    padding-top: 2rem;
    height: calc(100% - 11.2rem);
    overflow: auto;
  }
}

@media (max-width:480px) {
  .filters .custom-select .select-items .select-wrapper div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.select-hide {
  top: 110%;
  opacity: 0;
  pointer-events: none;
}

@media (max-width:480px) {
  .select-hide {
    top: 0;
  }
}

.select-items .same-as-selected,
.select-items .select-wrapper div:hover {
  color: #a50f2d;
}

@media (max-width:480px) {

  .select-items .same-as-selected,
  .select-items .select-wrapper div:hover {
    color: #212424;
    background-color: #e5e9f1;
  }
}

.events__main-container {
  padding-top: 4.8rem;
  padding-bottom: 8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem 2rem;
}

@media (max-width:1515px) {
  .events__main-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width:1024px) {
  .events__main-container {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 6rem;
    padding-bottom: 6rem;
    row-gap: 4rem;
    column-gap: 2rem;
  }
}

@media (max-width:480px) {
  .events__main-container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4rem;
  }
}

.events__item {
  font-family: Manrope;
  font-style: normal;
  text-decoration: none;
  position: relative;
}

.events__item .events__img {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  height: 17rem;
}

@media (max-width:1920px) {
  .events__item .events__img {
    height: 17rem;
  }
}

.events__item .events__img:after {
  content: "";
  position: absolute;
  border-radius:5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, .2);
}

.events__item .events__img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
}

.events__item .events__img .events__date-block {
  display: flex;
  position: absolute;
  left: 2.2rem;
  bottom: 2rem;
  z-index: 1;
}

.events__item .events__img .events__date-block .events__date-item {
  display: flex;
  align-items: center;
  flex-direction: column;
    text-shadow: 2px 1px 4px #000;
}

.events__item .events__img .events__date-block .events__date-item:not(:first-child) {
  padding-left: 3.5rem;
  position: relative;
}

.events__item .events__img .events__date-block .events__date-item:not(:first-child):before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: .5rem;
  background-color: #fff;
  width: 2rem;
  height: .2rem;
}

.events__item .events__img .events__date-block .events__date {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 5.2rem;
  letter-spacing: -.01em;
  color: #fff;
}

.events__item .events__img .events__date-block .events__month {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
}

.events__item .events__name {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: block;
  color: #a50f2d;
  padding-bottom: 1rem;
}

.events__item .events__title {
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #212424;
}

.events__item--wider {
  grid-column: 2 span;
  padding: 3.2rem 4rem;
  padding-bottom: 12rem;
  height: 29rem;
}

@media (max-width:480px) {
  .events__item--wider {
    grid-column: 1 span;
    padding: 0;
    height: auto;
  }
}

.events__item--wider .events__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width:480px) {
  .events__item--wider .events__img {
    position: relative;
    height: 26rem;
  }
}

.events__item--wider .events__img .events__date-block {
  left: 4rem;
  bottom: 4rem;
  gap: .4rem;
}

.events__item--wider .events__img .events__date-block .events__date-item:not(:first-child):before {
  top: 3rem;
}

.events__item--wider .events__img .events__date-block .events__date {
  font-size: 3.6rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #fff;
}

.events__item--wider .events__name {
  color: #fff;
}

@media (max-width:480px) {
  .events__item--wider .events__name {
    color: #a50f2d;
  }
}

.events__item--wider .events__title {
  font-size: 25px;
  line-height: 1.5	;
  letter-spacing: -.01em;
  color: #fff;
}

@media (max-width:480px) {
  .events__item--wider .events__title {
    font-size: 18px;
    line-height: 3.6rem;
    color: #212424;
  }
}

.events__item--big {
  grid-column: 2 span;
}

.events__item--big .events__img {
  height: 54rem;
}

.events__item--max {
  grid-column: 4 span;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: min-content 1fr;
  column-gap: 4rem;
  background-color: #fff;
}

.events__item--max .events__img {
  grid-row: 2 span;
  height: 57.2rem;
  margin-bottom: 0;
}

.events__item--max .events__title {
  max-width: 78rem;
}

.events__item--max .events__name {
  padding-top: 3.2rem;
}

.video .video__main-container {
  padding-top: 4.85rem;
  padding-bottom: 8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}

@media (max-width:1515px) {
  .video .video__main-container {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width:1024px) {
  .video .video__main-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
  }
}

@media (max-width:480px) {
  .video .video__main-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.video .video__main-container .events__item:nth-child(5),
.video .video__main-container .events__item:nth-child(6) {
  grid-column: 2 span;
}

.video .video__main-container .events__item:nth-child(5) .events__img,
.video .video__main-container .events__item:nth-child(6) .events__img {
  height: 54rem;
}

.video .video__main-container .events__item:nth-child(7) {
  grid-column: 4 span;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: min-content 1fr;
  column-gap: 4rem;
  background-color: #fff;
}

.video .video__main-container .events__item:nth-child(7) .events__img {
  grid-row: 2 span;
  height: 57.2rem;
  margin-bottom: 0;
}

.video .video__main-container .events__item:nth-child(7) .events__title {
  max-width: 78rem;
}

.video .video__main-container .events__item:nth-child(7) .events__name {
  padding-top: 3.2rem;
}

.video .video__main-container .events__item .events__img:after {
  display: none;
}

@media (max-width:1515px) {
  .video .video__main-container .events__item {
    grid-column: 2 span;
  }

  .video .video__main-container .events__item:nth-child(4),
  .video .video__main-container .events__item:nth-child(5) {
    grid-column: 3 span;
  }

  .video .video__main-container .events__item:nth-child(4) .events__img,
  .video .video__main-container .events__item:nth-child(5) .events__img {
    height: 35.2rem;
  }

  .video .video__main-container .events__item:nth-child(6) {
    grid-column: 6 span;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content 1fr;
    column-gap: 4rem;
    background-color: #fff;
  }

  .video .video__main-container .events__item:nth-child(6) .events__img {
    grid-row: 2 span;
    height: 57.2rem;
    margin-bottom: 0;
  }

  .video .video__main-container .events__item:nth-child(6) .events__title {
    max-width: 78rem;
  }

  .video .video__main-container .events__item:nth-child(6) .events__name {
    padding-top: 3.2rem;
  }

  .video .video__main-container .events__item:nth-child(7) {
    grid-column: 2 span;
    display: block;
    background-color: unset;
  }

  .video .video__main-container .events__item:nth-child(7) .events__img {
    grid-row: 2 span;
    height: auto;
    margin-bottom: 2rem;
  }

  .video .video__main-container .events__item:nth-child(7) .events__title {
    max-width: none;
  }

  .video .video__main-container .events__item:nth-child(7) .events__name {
    padding-top: 0;
  }
}

@media (max-width:1024px) {

  .video .video__main-container .events__item,
  .video .video__main-container .events__item:nth-child(4),
  .video .video__main-container .events__item:nth-child(5),
  .video .video__main-container .events__item:nth-child(6) {
    grid-column: 1 span;
    background-color: unset;
    display: block;
  }

  .video .video__main-container .events__item .events__name,
  .video .video__main-container .events__item:nth-child(4) .events__name,
  .video .video__main-container .events__item:nth-child(5) .events__name,
  .video .video__main-container .events__item:nth-child(6) .events__name {
    padding-top: 0;
  }

  .video .video__main-container .events__item .events__img,
  .video .video__main-container .events__item:nth-child(4) .events__img,
  .video .video__main-container .events__item:nth-child(5) .events__img,
  .video .video__main-container .events__item:nth-child(6) .events__img {
    height: 21rem;
    margin-bottom: 2rem;
  }

  .video .video__main-container .events__item:nth-child(7) {
    background-color: #fff;
  }

  .video .video__main-container .events__item:nth-child(7) .events__name {
    padding-left: 3rem;
  }

  .video .video__main-container .events__item:nth-child(7) .events__title {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem;
    display: block;
  }
}

@media (max-width:480px) {
  .video .video__main-container .events__item:nth-child(7) {
    grid-column: 1 span;
    background-color: unset;
  }

  .video .video__main-container .events__item:nth-child(7) .events__name {
    padding-left: 0;
  }

  .video .video__main-container .events__item:nth-child(7) .events__title {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.video .video__main-container .events__item--big {
  grid-column: 3 span;
}

@media (max-width:1024px) {

  .media .section-top.align-bottom,
  .news-page .section-top.align-bottom,
  .video-page .section-top.align-bottom {
    margin-top: 10rem;
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width:480px) {

  .media .section-top.align-bottom,
  .news-page .section-top.align-bottom,
  .video-page .section-top.align-bottom {
    margin-top: 5.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
  }
}

.media .section-top.align-bottom .link-red,
.news-page .section-top.align-bottom .link-red,
.video-page .section-top.align-bottom .link-red {
  margin-top: 0;
}

.media .section-top__title,
.media h2,
.news-page .section-top__title,
.news-page h2,
.video-page .section-top__title,
.video-page h2 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
}

@media (max-width:480px) {

  .media .section-top__title,
  .media h2,
  .news-page .section-top__title,
  .news-page h2,
  .video-page .section-top__title,
  .video-page h2 {
    font-size: 2.6rem;
  }
}

.media .news__container,
.news-page .news__container,
.video-page .news__container {
  border-top: .1rem solid #d2dce5;
  padding-top: 4rem;
}

@media (max-width:1024px) {

  .media .news__container,
  .news-page .news__container,
  .video-page .news__container {
    padding-top: 2.5rem;
  }
}

.media .news__slider,
.news-page .news__slider,
.video-page .news__slider {
  margin-top: 2.7rem;
}

@media (max-width:480px) {

  .media .news__slider,
  .news-page .news__slider,
  .video-page .news__slider {
    width: 100%;
  }
}

.media .wrapper--swiper,
.news-page .wrapper--swiper,
.video-page .wrapper--swiper {
  overflow: hidden;
}

@media (max-width:1024px) {

  .media .wrapper--swiper,
  .news-page .wrapper--swiper,
  .video-page .wrapper--swiper {
    padding-right: 0;
  }

  .media .wrapper--swiper .section-top,
  .news-page .wrapper--swiper .section-top,
  .video-page .wrapper--swiper .section-top {
    padding-right: 2rem;
  }

  .media .wrapper--swiper .news__container,
  .news-page .wrapper--swiper .news__container,
  .video-page .wrapper--swiper .news__container {
    border-top: 0;
    position: relative;
  }

  .media .wrapper--swiper .news__container:before,
  .news-page .wrapper--swiper .news__container:before,
  .video-page .wrapper--swiper .news__container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2rem);
    height: .1rem;
    background-color: #d2dce5;
  }
}

@media (max-width:480px) {
  .news-page .news__slider {
    margin-left: 0;
  }

  .news-page .news__slider .news__container {
    border-top: 0;
    margin-left: 0;
    width: 100%;
  }
}

.news-page .key-operating .key-operating__list-main li {
  padding: 1.2rem 0;
  padding-left: 2.2rem;
  background-position: left top 2.4rem;
}

.video-page .breadcrumbs {
  padding-bottom: 7.6rem;
}

@media (max-width:1024px) {
  .video-page .breadcrumbs {
    padding-bottom: 4.9rem;
  }
}

.video-page .breadcrumbs .breadcrumbs__item:after {
  filter: brightness(.5);
}

.video-page .breadcrumbs a {
  color: rgba(33, 36, 36, .7);
}

.video-page .intro__pop-up_wrapper {
  padding-bottom: 8rem;
  position: relative;
}

@media (max-width:1024px) {
  .video-page .intro__pop-up_wrapper {
    padding-bottom: 6rem;
  }
}

.video-page .intro__pop-up_wrapper .form-modal__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  z-index: 1;
  background-color: unset;
  border: 0;
}

@media (max-width:1024px) {
  .video-page .intro__pop-up_wrapper .form-modal__play {
    top: 40%;
    width: 6.9rem;
    height: 6.9rem;
  }
}

.video-page .intro__pop-up_wrapper .form-modal__play svg {
  height: 100%;
  width: 100%;
}

.video-page .intro__pop-up_video {
  width: 100%;
  max-height: 1000px;
}

@media (max-width:1920px) {
  .video-page .intro__pop-up_video {
    max-height: 841px;
  }
}

@media (max-width:1515px) {
  .video-page .intro__pop-up_video {
    max-height: 704px;
  }
}

@media (max-width:1024px) {
  .video-page .intro__pop-up_video {
    max-height: 467px;
  }
}

@media (max-width:480px) {
  .video-page .intro__pop-up_video {
    max-height: 375px;
  }
}

@media (max-width:480px) {
  .video-page .wrapper.events {
    padding-right: 0;
  }
}

@media (max-width:480px) {
  .video-page .news__slider {
    margin-left: 0;
  }
}

@media (max-width:480px) {
  .video-page .news__slider .news__container {
    width: 100%;
    margin-left: 0;
    border-top: 0;
    position: relative;
  }

  .video-page .news__slider .news__container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: .1rem;
    width: calc(100% - 2.5rem);
    background-color: #d2dce5;
  }
}

.video-page .events__item .events__img:after {
  display: none;
}

@media (max-width:1024px) {
  .event-page {
    width: 100%;
  }
}

.event-page .news__container .swiper-slide:not(.first-slide),
.video-page .news__container .swiper-slide:not(.first-slide) {
  height: auto;
  width: 43rem;
}

@media (max-width:480px) {

  .event-page .news__container .swiper-slide:not(.first-slide) .events__name,
  .video-page .news__container .swiper-slide:not(.first-slide) .events__name {
    font-size: 16px;
    padding-bottom: 2rem;
  }
}

@media (max-width:480px) {

  .event-page .news__container .swiper-slide:not(.first-slide) .events__title,
  .video-page .news__container .swiper-slide:not(.first-slide) .events__title {
    font-size: 2.6rem;
    font-weight: 500;
  }
}

@media (max-width:1024px) {

  .event-page .news__container .swiper-slide:not(.first-slide),
  .video-page .news__container .swiper-slide:not(.first-slide) {
    width: 36rem;
  }
}

.video-page__top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4rem;
}

@media (max-width:1515px) {
  .video-page__top-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width:1024px) {
  .video-page__top-container {
    gap: 5rem;
    padding-bottom: 6rem;
  }
}

.video-page__top-container .video-page__title-wrapper {
  max-width: 128rem;
}

.video-page__top-container .video-page__title-wrapper .video-page__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #212424;
  padding-bottom: 3.2rem;
}

@media (max-width:480px) {
  .video-page__top-container .video-page__title-wrapper .video-page__title {
    font-size: 4.3rem;
    letter-spacing: normal;
    line-height: 5.2rem;
  }
}

.video-page__top-container .video-page__title-wrapper .video-page__type {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  color: #a50f2d;
}

.video-page__top-container .video-page__title-wrapper .video-page__date {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  color: #697279;
  padding-left: 2rem;
}

.video-page__top-container .links {
  flex-direction: column;
}

@media (max-width:1515px) {
  .video-page__top-container .links {
    flex-direction: row;
  }
}

@media (max-width:1024px) {
  .video-page__top-container .links {
    flex-direction: column;
  }
}

@media (max-width:480px) {
  .video-page__top-container .links {
    transform: translateX(-1rem);
  }
}

.text-wrapper {
  max-width: 122.8rem;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (max-width:1515px) {
  .text-wrapper {
    max-width: 90.2rem;
  }
}

.text-wrapper .text-wrapper__first {
  padding-bottom: 7.3rem;
}

@media (max-width:1515px) {
  .text-wrapper .text-wrapper__first {
    padding-bottom: 5.3rem;
  }
}

@media (max-width:1024px) {
  .text-wrapper .text-wrapper__first {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}

@media (max-width:480px) {
  .text-wrapper .text-wrapper__first {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}

.video-page__main-desc .video-page__desc-cont {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-bottom: 8rem;
}

@media (max-width:1024px) {
  .video-page__main-desc .video-page__desc-cont {
    gap: 3.2rem;
    padding-bottom: 6rem;
  }
}

@media (max-width:480px) {
  .video-page__main-desc .video-page__desc-cont {
    padding-bottom: 6.8rem;
  }
}

.video-page__main-desc .video-page__desc-cont .video-page__desc-title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 5rem;
  letter-spacing: -.01em;
  color: #212424;
}

@media (max-width:480px) {
  .video-page__main-desc .video-page__desc-cont .video-page__desc-title {
    font-size: 3.1rem;
    letter-spacing: normal;
  }
}

.video-page__main-desc .video-page__desc-cont div {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
  padding: 3.6rem 0;
  padding-left: 3.4rem;
  border-left: .2rem solid #a50f2d;
}

@media (max-width:1515px) {
  .video-page__main-desc .video-page__desc-cont div {
    padding: 0;
    padding-left: 3.4rem;
  }
}

@media (max-width:1024px) {
  .video-page__main-desc .video-page__desc-cont div {
    padding: 0;
    padding-left: 3.4rem;
    border-left: none;
    position: relative;
  }

  .video-page__main-desc .video-page__desc-cont div:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: .2rem;
    background-color: #a50f2d;
    height: 85%;
  }
}

@media (max-width:480px) {
  .video-page__main-desc .video-page__desc-cont div:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: .3rem;
    background-color: #a50f2d;
    height: 105%;
  }
}

.video-page__main-desc .video-page__desc-cont p {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  color: #212424;
}

.tag-wrapper {
  border-top: .1rem solid #d2dce5;
  padding-top: 3.2rem;
  display: flex;
  justify-content: space-between;
}

@media (max-width:480px) {
  .tag-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
  }
}

.tag-wrapper__tags {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.tag-wrapper__tags .tag-wrapper__tags-item {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #212424;
  text-decoration: none;
  padding: .8rem 1.6rem;
  border: .1rem solid #d2dce5;
  border-radius: .4rem;
}

@media (max-width:480px) {
  .tag-wrapper__tags .tag-wrapper__tags-item {
    font-size: 2.1rem;
    padding: 1rem 1.6rem;
  }
}

.links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
}

@media (max-width:1024px) {
  .links {
    flex-direction: column;
  }
}

@media (max-width:480px) {
  .links {
    gap: 0;
  }
}

@media (max-width:1024px) {
  .links a {
    display: block;
    height: 4rem;
  }
}

@media (max-width:480px) {
  .links a {
    height: 4.5rem;
  }
}

.links a svg {
  width: 4rem;
  height: 4rem;
  fill: #40454e;
}

@media (max-width:480px) {
  .links a svg {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.links a:hover svg {
  fill: #697279;
}

.red {
  color: #a50f2d;
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

.page-text-wrapper {
  max-width: 114.4rem;
  margin: 0 auto;
}

@media (max-width:1515px) {
  .page-text-wrapper {
    max-width: 93.4rem;
  }
}

@media (max-width:1024px) {
  .page-text-wrapper {
    max-width: none;
  }
}

.news-page .text-wrapper {
  max-width: 114.4rem;
}

@media (max-width:1515px) {
  .news-page .text-wrapper {
    max-width: 93.4rem;
  }
}

@media (max-width:1024px) {
  .news-page .text-wrapper {
    max-width: none;
  }
}

.news-page .text-wrapper--swiper {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  position: relative;
}

.news-page .text-wrapper--swiper .swiper-container {
  position: unset;
  overflow: hidden;
  width: 100%;
}

.news-page .insights-title {
  max-width: 119.5rem;
}

@media (max-width:1515px) {
  .news-page .insights-title {
    max-width: 105.5rem;
  }
}

.news-page .news-page__swiper {
  margin-top: 10rem;
}

@media (max-width:1515px) {
  .news-page .news-page__swiper {
    margin-top: 5.2rem;
  }
}

@media (max-width:1024px) {
  .news-page .news-page__swiper .swiper-slide {
    width: 54rem;
  }
}

@media (max-width:480px) {
  .news-page .news-page__swiper .swiper-slide {
    width: 39rem;
  }
}

.news-page .news-page__swiper .img-wrapper {
  height: 66.6rem;
}

@media (max-width:1920px) {
  .news-page .news-page__swiper .img-wrapper {
    height: 58.2rem;
  }
}

@media (max-width:1515px) {
  .news-page .news-page__swiper .img-wrapper {
    height: 55rem;
  }
}

@media (max-width:1024px) {
  .news-page .news-page__swiper .img-wrapper {
    height: 43.7rem;
  }
}

@media (max-width:480px) {
  .news-page .news-page__swiper .img-wrapper {
    height: 32.7rem;
  }
}

.news-page .news-page__contest {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #aab8c3;
  padding-top: 2.4rem;
}

@media (max-width:480px) {
  .news-page .news-page__contest {
    font-size: 2.1rem;
    line-height: 2.85rem;
    font-weight: 400;
  }
}

.news-page .swiper-container {
  position: relative;
}

.news-page .swiper-container .swiper-button-next,
.news-page .swiper-container .swiper-button-prev {
  top: 41.5%;
  transform: translateY(-50%);
}

@media (max-width:1024px) {

  .news-page .swiper-container .swiper-button-next,
  .news-page .swiper-container .swiper-button-prev {
    display: none;
  }
}

.news-page .swiper-container .swiper-button-prev {
  left: -6.5rem;
}

.news-page .swiper-container .swiper-button-next {
  right: -6.5rem;
}

.sticky-wrapper {
  display: grid;
  grid-template-columns: 25rem 1fr 25rem;
  padding-top: 10rem;
}

@media (max-width:1920px) {
  .sticky-wrapper {
    padding-top: 8rem;
  }
}

@media (max-width:1024px) {
  .sticky-wrapper {
    grid-template-columns: 1fr min-content;
    padding-top: 5rem;
  }
}

@media (max-width:480px) {
  .sticky-wrapper {
    padding-top: 3rem;
  }
}

@media (max-width:1024px) {
  .sticky-wrapper .center-block {
    grid-column: 2 span;
  }
}

.sticky-wrapper .line {
  display: none;
}

@media (max-width:1024px) {
  .sticky-wrapper .line {
    display: block;
    grid-column: 2 span;
  }
}

.sticky-wrapper__block .sticky-wrapper__item div {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #212424;
}

.sticky-wrapper__block .sticky-wrapper__item div:first-child {
  color: #697279;
    margin-bottom: 10px;
}

@media (max-width:480px) {
  .sticky-wrapper__block .sticky-wrapper__item div {
    font-size: 16px;
    line-height: 3rem;
  }
}

.sticky-wrapper .left-block {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

@media (max-width:1024px) {
  .sticky-wrapper .right-block {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}

@media (max-width:480px) {
  .sticky-wrapper .right-block {
    padding-left: 0 !important;
  }
}

.sticky-wrapper .right-block .links {
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width:480px) {
  .sticky-wrapper .right-block .links {
    gap: 0;
  }

  .sticky-wrapper .right-block .links svg {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.sticky {
  position: sticky;
  top: calc(var(--headerH) + 2rem);
  transition: top .4s;
}

@media (max-width:1024px) {
  .sticky {
    position: static;
  }
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.round {
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

.avatar-block {
  text-decoration: none;
}

@media (max-width:1024px) {
  .avatar-block {
    display: grid;
    grid-template-columns: min-content 1fr;
    column-gap: 4rem;
    padding-bottom: 5rem;
  }
}

@media (max-width:480px) {
  .avatar-block {
    column-gap: 1.5rem;
    padding-top: 2rem;
  }
}

.avatar-block .img-wrapper {
  width: 10rem;
  height: 10rem;
  margin-bottom: 1.5rem;
}

@media (max-width:1024px) {
  .avatar-block .img-wrapper {
    grid-row: 2 span;
    width: 14.7rem;
    height: 14.7rem;
    margin-bottom: 0;
  }
}

@media (max-width:480px) {
  .avatar-block .img-wrapper {
    width: 8rem;
    height: 8rem;
  }
}

.avatar-block .avatar-name {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #697279;
}

@media (max-width:1024px) {
  .avatar-block .avatar-name {
    font-size: 18px;
    line-height: 3.6rem;
  }
}

@media (max-width:480px) {
  .avatar-block .avatar-name {
    font-size: 1.9rem;
    line-height: 3rem;
  }
}

.avatar-block .avatar-date {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #697279;
}

@media (max-width:1024px) {
  .avatar-block .avatar-date {
    font-size: 18px;
    line-height: 3.6rem;
  }
}

@media (max-width:480px) {
  .avatar-block .avatar-date {
    font-size: 1.9rem;
    line-height: 3rem;
  }
}

.avatar-block .avatar-name+.avatar-date {
  padding-top: 1.6rem;
  margin-top: 2rem;
  position: relative;
}

@media (max-width:1024px) {
  .avatar-block .avatar-name+.avatar-date {
    padding-top: 1.8rem;
    margin-top: 1rem;
  }
}

@media (max-width:480px) {
  .avatar-block .avatar-name+.avatar-date {
    margin-top: 0;
    padding-top: 1.4rem;
  }
}

.avatar-block .avatar-name+.avatar-date:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: .1rem;
  background-color: #d2dce5;
  width: 4rem;
}

@media (max-width:480px) {
  .avatar-block .avatar-name+.avatar-date:before {
    display: none;
  }
}

.man36 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 5.2rem;
  letter-spacing: -.01em;
  color: #212424;
}

@media (max-width:480px) {
  .man36 {
    font-size: 2.8rem;
    line-height: 4.65rem;
  }
}

.man16 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #40454e;
}

.man16,
.man20 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
}

.man20 {
  font-size: 16px;
  line-height: 3.2rem;
  color: #212424;
}

.man20 .red {
  text-decoration: underline;
}

@media (max-width:480px) {
  .man20 {
    font-size: 2.1rem;
    line-height: 3.15rem;
  }
}

.quote {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: .1rem solid #d2dce5;
  border-bottom: .1rem solid #d2dce5;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

@media (max-width:1515px) {
  .quote {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

@media (max-width:480px) {
  .quote {
    margin-top: 5rem;
    padding-top: 3rem;
  }
}

.quote__wrapper {
  padding-left: 11.7rem;
  background: url(../images/news-page/quotes.svg) no-repeat;
  background-position: top 1.4rem left .8rem;
}

@media (max-width:1024px) {
  .quote__wrapper {
    background-size: 7rem;
  }
}

@media (max-width:480px) {
  .quote__wrapper {
    padding-left: 0;
    background: unset;
  }
}

.quote__wrapper .quote__text {
  padding-bottom: 3.2rem;
}

@media (max-width:480px) {
  .quote__wrapper .quote__text:before {
    content: "«";
  }

  .quote__wrapper .quote__text:after {
    content: "»";
  }
}

.quote__wrapper .quote__author-block {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 2.4rem;
}

@media (max-width:480px) {
  .quote__wrapper .quote__author-block {
    gap: 1.5rem;
  }
}

.quote__wrapper .quote__author-block .img-wrapper {
  width: 7.2rem;
  height: 7.2rem;
}

.quote__wrapper .quote__author-block .quote__author-name {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #697279;
}

@media (max-width:480px) {
  .quote__wrapper .quote__author-block .quote__author-name {
    font-size: 1.9rem;
    line-height: 3rem;
  }
}

.key-operating__title {
  padding-bottom: 3.2rem;
}

@media (max-width:480px) {
  .key-operating__title {
    padding-bottom: 2.2rem;
    font-size: 3.1rem;
  }
}

.key-operating__list li {
  padding: 1.6rem 0;
  padding-left: 7.7rem;
  display: flex;
  flex-direction: column;
}

@media (max-width:1024px) {
  .key-operating__list li {
    padding-left: 5.7rem;
  }
}

@media (max-width:480px) {
  .key-operating__list li {
    padding: 2.2rem 0;
    padding-left: 5.7rem;
  }
}

.key-operating__list li:nth-child(4n+1) {
  background: url(../images/news-page/key-1.svg) no-repeat;
  background-position: top 2rem left;
}

.key-operating__list li:nth-child(4n+2) {
  background: url(../images/news-page/key-2.svg) no-repeat;
  background-position: top 2rem left;
}

.key-operating__list li:nth-child(4n+3) {
  background: url(../images/news-page/key-3.svg) no-repeat;
  background-position: top 2rem left;
}

.key-operating__list li:nth-child(4n+4) {
  background: url(../images/news-page/key-4.svg) no-repeat;
  background-position: top 2rem left;
}

.key-operating__list li .key-operating__list-title {
  padding-bottom: 1.2rem;
}

@media (max-width:480px) {
  .key-operating__list li .key-operating__list-title {
    font-size: 2.55rem;
  }
}

@media (max-width:480px) {
  .key-operating__list li .key-operating__list-desc {
    line-height: 3.25rem;
  }
}

.key-operating .key-operating__list-main li {
  padding: .5rem 0;
  padding-left: 3.5rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23A50F2D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top 1.6rem;
}

.key-operating .key-operating__list--numeric li {
  background: none;
  position: relative;
  counter-increment: b;
  padding-left: 4.7rem;
}

@media (max-width:480px) {
  .key-operating .key-operating__list--numeric li {
    padding-left: 4rem;
  }
}

.key-operating .key-operating__list--numeric li:before {
  content: counter(b);
  position: absolute;
  top: 1.6rem;
  left: 0;
  color: #a50f2d;
}

@media (max-width:480px) {
  .key-operating .key-operating__list--numeric li:before {
    top: 2.1rem;
  }
}

@media (max-width:480px) {
  .unite-block h3 {
    font-size: 3.15rem;
  }
}

.unite-block :first-child {
  padding-bottom: 3.2rem;
}

.unite-block p+p {
  padding-top: 2.4rem;
}

.unite-block p+.block-line {
  margin-top: 2.4rem;
}

@media (max-width:1024px) {
  .unite-block p+.block-line {
    margin-top: 1.1rem;
  }
}

.unite-block .block-line+p {
  padding-top: 2.4rem;
}

.block-line {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
  padding: 1.4rem 0;
  padding-left: 3.2rem;
  position: relative;
}

.block-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .2rem;
  height: 100%;
  background-color: #a50f2d;
}

@media (max-width:1024px) {
  .block-line:before {
    height: 74%;
  }
}

@media (max-width:480px) {
  .block-line:before {
    height: 100%;
    width: .3rem;
  }
}

.pb10 {
  padding-bottom: 10rem;
}
.registration-block .pb10 {
  padding-bottom: 5rem;
}
@media (max-width:1515px) {
  .pb10 {
    padding-bottom: 8rem;
  }
}

@media (max-width:480px) {
  .pb10 {
    padding-bottom: 5.5rem;
  }
}

.pb15 {
  padding-bottom: 15rem;
}

@media (max-width:1920px) {
  .pb15 {
    padding-bottom: 12rem;
  }
}

@media (max-width:1024px) {
  .pb15 {
    padding-bottom: 10rem;
  }
}

@media (max-width:480px) {
  .pb15 {
    padding-bottom: 6rem;
  }
}

.read-also {
  margin-top: 10rem;
}

@media (max-width:1515px) {
  .read-also {
    margin-top: 8rem;
  }
}

@media (max-width:480px) {
  .read-also {
    margin-top: 5.5rem;
  }
}

.read-also .read-also__title {
  padding-bottom: 2.4rem;
}

@media (max-width:480px) {
  .read-also .read-also__title {
    font-size: 2.6rem;
  }
}

.read-also .read-also__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

@media (max-width:1024px) {
  .read-also .read-also__container {
    gap: 2rem;
  }
}

@media (max-width:480px) {
  .read-also .read-also__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.read-also .read-also__container .read-also__item {
  display: grid;
  grid-template-columns: 1fr min-content;
  gap: 2rem;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.6rem;
  color: #212424;
  text-decoration: none;
  padding: 7.1rem 0;
  border-top: .1rem solid #d2dce5;
  border-bottom: .1rem solid #d2dce5;
}

@media (max-width:480px) {
  .read-also .read-also__container .read-also__item:first-child {
    border-bottom: 0;
  }
}

@media (max-width:1920px) {
  .read-also .read-also__container .read-also__item {
    padding: 4.1rem 0;
  }
}

@media (max-width:1515px) {
  .read-also .read-also__container .read-also__item {
    padding: 2.5rem 0;
    gap: 5rem;
  }
}

@media (max-width:1024px) {
  .read-also .read-also__container .read-also__item {
    padding: 4.1rem 0;
    gap: 2rem;
  }
}

@media (max-width:480px) {
  .read-also .read-also__container .read-also__item {
    font-size: 16px;
    line-height: 2.6rem;
    padding: 2.5rem 0;
    gap: 1rem;
  }
}

.read-also .read-also__container .read-also__item svg {
  width: 3.2rem;
  height: 3.2rem;
}

@media (max-width:480px) {
  .read-also .read-also__container .read-also__item svg {
    width: 4rem;
    height: 4rem;
    margin-right: .5rem;
    transform: translateY(-.5rem);
  }
}

.man24 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
}

.press-contacts {
  padding-top: 4rem;
  border-top: .1rem solid #d2dce5;
}

@media (max-width:1515px) {
  .press-contacts {
    padding-top: 3.3rem;
  }
}

.press-contacts__desc {
  padding-bottom: 3.2rem;
}

.press-contacts__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  padding-bottom: 4rem;
}

@media (max-width:1515px) {
  .press-contacts__container {
    padding-bottom: 8rem;
  }
}

@media (max-width:1024px) {
  .press-contacts__container {
    gap: 2rem;
    padding-bottom: 4rem;
  }
}

@media (max-width:480px) {
  .press-contacts__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
    padding-bottom: 7rem;
  }
}

.press-contacts__block {
  padding: 2.4rem;
  padding-top: 1.6rem;
  background-color: #fff;
}

@media (max-width:1024px) {
  .press-contacts__block {
    padding-bottom: 1.6rem;
  }
}

@media (max-width:480px) {
  .press-contacts__block {
    padding-bottom: 2.8rem;
  }
}

.press-contacts__block .press-contacts__name {
  color: #aab8c3;
  padding-bottom: 1.6rem;
}

.press-contacts__block .press-contacts__avatar {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 1.6rem;
  align-items: center;
}

.press-contacts__block .press-contacts__avatar .press-contacts__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.press-contacts__block .press-contacts__avatar .img-wrapper {
  width: 8rem;
  height: 8rem;
}

@media (max-width:480px) {
  .press-contacts__block .press-contacts__avatar .img-wrapper {
    width: 9.5rem;
    height: 9.5rem;
    align-self: flex-start;
  }
}

@media (max-width:480px) {
  .press-contacts__block .press-contacts__avatar .press-contacts-name {
    font-size: 16px;
    line-height: 3rem;
  }
}

.press-contacts__block .press-contacts__avatar .press-contacts-link {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

@media (max-width:480px) {
  .press-contacts__block .press-contacts__avatar .press-contacts-link {
    font-size: 1.95rem;
    line-height: 2.6rem;
  }
}

.wrapper-margin {
  margin-left: 4rem;
  margin-right: 4rem;
}

@media (max-width:1024px) {
  .wrapper-margin {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media (max-width:480px) {
  .subscribe.wrapper-margin {
    margin-left: 0;
    margin-right: 0;
  }
}

.subscribe {
  background-image: url(../images/news-page/subscribe-1.jpg);
  background-size: cover;
  padding: 15.6rem 11.7rem;
}

@media (max-width:1515px) {
  .subscribe {
    padding: 8rem 11.7rem 6rem;
  }
}

@media (max-width:1024px) {
  .subscribe {
    padding: 13.8rem 2.5rem;
  }
}

@media (max-width:480px) {
  .subscribe {
    padding: 5rem 2.5rem;
  }
}

.subscribe .subscribe__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #fff;
  padding-bottom: 7.2rem;
  max-width: 91rem;
}

@media (max-width:1515px) {
  .subscribe .subscribe__title {
    max-width: 69rem;
  }
}

@media (max-width:1024px) {
  .subscribe .subscribe__title {
    padding-bottom: 1.7rem;
  }
}

@media (max-width:480px) {
  .subscribe .subscribe__title {
    font-size: 4rem;
    line-height: 5rem;
    padding-bottom: 5rem;
  }
}

.subscribe .subscribe__form {
  padding-bottom: 7.2rem;
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
}

@media (max-width:1024px) {
  .subscribe .subscribe__form {
    padding-bottom: 5.2rem;
  }
}

@media (max-width:480px) {
  .subscribe .subscribe__form {
    flex-direction: column;
    gap: 3.5rem;
    padding-bottom: 0;
  }
}

.subscribe .subscribe__form .vacancy__bottom {
  width: 100%;
  align-items: flex-start;
  margin-top: 4rem;
}

@media (max-width:480px) {
  .subscribe .subscribe__form .vacancy__bottom {
    margin-top: 0;
  }
}

.subscribe .subscribe__form .vacancy__bottom .vacancy__bottom_info {
  margin: 1rem 3.3rem 0;
}

@media (max-width:480px) {
  .subscribe .subscribe__form .vacancy__bottom .vacancy__bottom_info {
    margin-right: 0;
  }
}

.subscribe .subscribe__form .subscribe__input {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #aab8c3;
  border-width: 0 0 0.1rem 0;
  border-color: #aab8c3;
  border-bottom: .1rem solid #aab8c3;
  padding-top: 1.6rem;
  padding-bottom: 2.3rem;
  width: 50.8rem;
  background-color: transparent;
}

.subscribe .subscribe__form .subscribe__input:focus {
  border-color: #a50f2d;
}

@media (max-width:1515px) {
  .subscribe .subscribe__form .subscribe__input {
    width: 33.8rem;
  }
}

@media (max-width:1024px) {
  .subscribe .subscribe__form .subscribe__input {
    width: 100%;
  }
}

@media (max-width:480px) {
  .subscribe .subscribe__form .subscribe__input {
    padding-bottom: 3rem;
    width: auto;
    font-size: 1.84rem;
  }
}

.subscribe .subscribe__form .subscribe__input::placeholder {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #aab8c3;
}

@media (max-width:480px) {
  .subscribe .subscribe__form .subscribe__input::placeholder {
    font-size: 1.84rem;
  }
}

.subscribe .subscribe__form .subscribe__button {
  border: 0;
  background: #a50f2d;
  border-radius: .4rem;
  padding: 2rem 5.8rem;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
}

@media (max-width:480px) {
  .subscribe .subscribe__form .subscribe__button {
    font-size: 16px;
    font-weight: 400;
    padding: 2.5rem 5.8rem;
  }
}

.subscribe .subscribe__desc {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.2rem;
  color: #697279;
}

@media (max-width:480px) {
  .subscribe .subscribe__desc {
    font-size: 1.6rem;
    line-height: 2.85rem;
  }
}

.subscribe .subscribe__desc a {
  color: #697279;
  text-decoration: underline;
}

.registration-block {
  display: flex;
  flex-direction: column;
}

@media (max-width:1024px) {
  .registration-block {
    padding-top: 5rem;
  }
}

@media (max-width:480px) {
  .registration-block {
    padding-top: 0;
  }
}

@media (max-width:1024px) {
  .registration-block .link-red {
    display: none;
  }
}

@media (max-width:1024px) {
  .event-page .wrapper--swiper {
    padding-right: 2rem;
  }
}

@media (max-width:480px) {
  .event-page .wrapper--swiper {
    padding-right: 0;
  }
}

@media (max-width:1024px) {
  .event-page .wrapper--swiper .section-top {
    padding-right: 0;
  }
}

@media (max-width:1024px) {
  .event-page .wrapper--swiper .news__container:before {
    content: unset;
  }
}

@media (max-width:480px) {
  .event-page .news__slider {
    position: relative;
  }

  .event-page .news__slider:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: calc(100% - 2.5rem);
    height: .1rem;
    background-color: #d2dce5;
  }
}

.event-page .event-page__program .b-simple-table tr {
  display: flex;
  align-items: center;
}

.event-page .event-page__program .b-simple-table tr p {
  text-align: start !important;
}

.event-page .event-page__program .b-simple-table td:has(img.round),
.event-page .event-page__program .b-simple-table td:has(img[style="width: 150px; height: 150px;"]) {
  flex: 0 0 auto;
}

.event-page .event-page__program .b-simple-table td img[style="width: 150px; height: 150px;"] {
  width: 15rem !important;
  height: 15rem !important;
}

@media (max-width:480px) {
  .event-page .event-page__program .b-simple-table td img[style="width: 150px; height: 150px;"] {
    width: 10rem !important;
    height: 10rem !important;
  }
}

.event-page .event-page__about {
  display: flex;
  flex-direction: column;
}

.event-page .event-page__about span {
  font-size: 2rem !important;
  line-height: 3.2rem !important;
}

@media (max-width:480px) {
  .event-page .event-page__about span {
    font-size: 2rem !important;
  }
}

.event-page .event-page__about p,
.event-page .event-page__about span {
  margin-left: 0 !important;
}

.event-page .event-page__about p {
  font-family: Manrope;
  text-align: start !important;
  background-color: transparent !important;
  border: 0 !important;
}

.event-page .event-page__about p,
.event-page .event-page__about p * {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 2rem !important;
  line-height: 3.2rem !important;
}

.event-page .event-page__about p a {
  color: #a50f2d !important;
}

@media (max-width:480px) {
  .event-page .event-page__about p {
    font-size: 2.1rem !important;
    line-height: 3.15rem !important;
  }
}

.event-page .event-page__about table {
  margin-top: 0;
}

.event-page .event-page__about .event-page__about-title {
  padding-bottom: .8rem;
}

.event-page .event-page__about .block-line {
  padding-top: 0;
  padding-bottom: 0;
}

.event-page .event-page__about p[style="text-align: center;"] {
  text-align: start !important;
}

.event-page .event-page__about div img[style="width: 200px; height: 193px;"],
.event-page .event-page__about div img[style="width: 200px; height: 200px;"],
.event-page .event-page__about div img[style="width: 200px; height: 207px;"] {
  width: 15rem !important;
  height: 15rem !important;
}

@media (max-width:480px) {

  .event-page .event-page__about div img[style="width: 200px; height: 193px;"],
  .event-page .event-page__about div img[style="width: 200px; height: 200px;"],
  .event-page .event-page__about div img[style="width: 200px; height: 207px;"] {
    width: 10rem !important;
    height: 10rem !important;
  }
}

.event-page .event-page__about .b-simple-table * {
  font-size: 2rem !important;
  line-height: 3.2rem !important;
  color: #40454e !important;
}

@media (max-width:480px) {
  .event-page .event-page__about .b-simple-table * {
    font-size: 2.1rem !important;
    line-height: 3.15rem !important;
  }
}

.event-page .event-page__about .b-simple-table tr {
  display: flex;
  align-items: center;
}

.event-page .event-page__about .b-simple-table tr p {
  text-align: start !important;
}

.event-page .event-page__about .b-simple-table td:has(img.round),
.event-page .event-page__about .b-simple-table td:has(img[style="width: 150px; height: 150px;"]) {
  flex: 0 0 auto;
}

.event-page .event-page__about .b-simple-table td img[style="width: 150px; height: 150px;"] {
  width: 15rem !important;
  height: 15rem !important;
}

@media (max-width:480px) {
  .event-page .event-page__about .b-simple-table td img[style="width: 150px; height: 150px;"] {
    width: 10rem !important;
    height: 10rem !important;
  }
}

.event-page .event-page__program table span {
  background-color: transparent !important;
}

.event-page .event-page__program .event-page__program-title {
  padding-bottom: 5.2rem;
}

@media (max-width:1024px) {
  .event-page .event-page__program .event-page__program-title {
    padding-bottom: 3.2rem;
  }
}

@media (max-width:480px) {
  .event-page .event-page__program .event-page__program-title {
    font-size: 3.2rem;
  }
}

.event-page .events__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, .4);
}

@media (max-width:480px) {
  .event-page .events__item .events__img .events__date-block .events__date {
    font-size: 4.6rem;
  }
}

@media (max-width:480px) {
  .event-page .events__item .events__img .events__date-block .events__month {
    font-size: 16px;
    line-height: 3.4rem;
  }
}

@media (max-width:1515px) {
  .event-page .sticky-wrapper {
    padding-top: 8rem;
  }
}

@media (max-width:1024px) {
  .event-page .sticky-wrapper {
    padding-top: 5rem;
  }
}

@media (max-width:1515px) {
  .event-page .image-wrapper .img-wrapper {
    height: 55.6rem;
  }
}

@media (max-width:1024px) {
  .event-page .image-wrapper .img-wrapper {
    height: 42rem;
  }
}

@media (max-width:480px) {
  .event-page .image-wrapper .img-wrapper {
    height: 33rem;
  }
}

@media (max-width:1515px) {
  .event-page .key-operating {
    padding-bottom: 12rem;
  }
}

@media (max-width:1024px) {
  .event-page .key-operating {
    padding-bottom: 8rem;
  }
}

@media (max-width:1024px) {
  .event-page .left-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    padding-bottom: 4rem;
  }
}

@media (max-width:480px) {
  .event-page .left-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width:1024px) {
  .event-page .left-block .sticky-wrapper__item {
    width: 13rem;
  }

  .event-page .left-block .sticky-wrapper__item:first-child {
    flex: 1;
  }
}

@media (max-width:480px) {
  .event-page .left-block .sticky-wrapper__item {
    width: auto;
  }
}

@media (max-width:1024px) {
  .event-page .left-block .link-red {
    display: flex;
  }
}

.event-page .left-block+.link-red {
  margin-top: 3rem;
}

@media (max-width:1024px) {
  .event-page .left-block+.link-red {
    display: flex;
    margin-bottom: 5rem;
    align-items: center;
  }
}

@media (max-width:480px) {
  .event-page .right-block .links svg {
    width: 5rem;
    height: 5rem;
    transform: translateX(1rem);
  }
}

@media (max-width:480px) {
  .event-page .block-line {
    font-size: 2.6rem;
  }
}

.program-block {
  padding-bottom: 8rem;
}

@media (max-width:1024px) {
  .program-block {
    padding-bottom: 4rem;
  }
}

@media (max-width:480px) {
  .program-block {
    padding-bottom: 6rem;
  }
}

.program-block .program-block__title-block {
  background: rgba(210, 220, 229, .3);
  padding: 3.2rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 6.8rem;
}

@media (max-width:480px) {
  .program-block .program-block__title-block {
    flex-direction: column;
    align-items: flex-start;
    gap: .8rem;
  }
}

@media (max-width:480px) {
  .program-block .program-block__title-block .program-block__time {
    font-size: 16px;
  }
}

@media (max-width:480px) {
  .program-block .program-block__title-block .program-block__title {
    font-size: 2.6rem;
  }
}

.program-block .program-block__item {
  padding: 3.2rem;
  padding-left: 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 8.2rem;
}

@media (max-width:1515px) {
  .program-block .program-block__item {
    padding-left: 2.4rem;
  }
}

@media (max-width:1024px) {
  .program-block .program-block__item {
    padding-left: 0;
    column-gap: 7.4rem;
  }
}

@media (max-width:480px) {
  .program-block .program-block__item {
    padding-left: 2.4rem;
    grid-template-columns: 1fr;
  }
}

.program-block .program-block__item .program-block__wrapper {
  display: flex;
  flex-direction: column;
}

.program-block .program-block__item .program-block__time {
  padding-top: .5rem;
}

@media (max-width:480px) {
  .program-block .program-block__item .program-block__time {
    font-size: 16px;
    padding-bottom: 1.2rem;
  }
}

.program-block .program-block__item .program-block__name {
  padding-bottom: 2.4rem;
}

@media (max-width:480px) {
  .program-block .program-block__item .program-block__name {
    font-size: 2.6rem;
  }
}

.program-block .program-block__item .program-block__author {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 2.4rem;
  align-items: center;
}

@media (max-width:480px) {
  .program-block .program-block__item .program-block__author {
    gap: 1.5rem;
  }
}

.program-block .program-block__item .program-block__author .program-block__avatar {
  width: 5.2rem;
  height: 5.2rem;
}

@media (max-width:480px) {
  .program-block .program-block__item .program-block__author .program-block__avatar {
    width: 6.2rem;
    height: 6.2rem;
  }
}

.program-block .program-block__item .program-block__author .program-block__avatar-wrapper {
  display: flex;
  flex-direction: column;
}

.program-block .program-block__item .program-block__author .program-block__author-name {
  color: #212424;
}

@media (max-width:480px) {
  .program-block .program-block__item .program-block__author .program-block__author-name {
    font-size: 16px;
  }
}

.program-block .program-block__item .program-block__author .program-block__author-prof {
  color: #697279;
}

@media (max-width:480px) {
  .program-block .program-block__item .program-block__author .program-block__author-prof {
    font-size: 1.9rem;
  }
}

.program-block .program-block__item .program-block__author+.program-block__author {
  padding-top: 1.8rem;
}

.program-block .program-block__item+.program-block__item {
  border-top: .1rem solid #d2dce5;
}

.feedBack,
.regModal {
  transition: opacity .4s;
}

.registration {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, .4);
  z-index: 200;
}

.registration .registration__block {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 100%;
  width: 68.4rem;
  padding: 4rem;
  padding-top: 4.8rem;
  overflow: scroll;
}

.registration .registration__block .crm-block {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width:480px) {
  .registration .registration__block .crm-block {
    padding: 1rem 2.5rem 4rem;
    height: calc(100% - 10rem);
    overflow: scroll;
    width: 100%;
  }
}

.registration .registration__block::-webkit-scrollbar {
  width: 2px;
}

@media (max-width:480px) {
  .registration .registration__block::-webkit-scrollbar {
    width: 0;
  }
}

.registration .registration__block::-webkit-scrollbar-track {
  background-color: transparent;
}

.registration .registration__block::-webkit-scrollbar-thumb {
  background: #aab8c3;
}

.registration .registration__block::-webkit-scrollbar-thumb:hover {
  background: #a50f2d;
}

.registration .registration__block::-webkit-scrollbar-thumb:horizontal,
.registration .registration__block::-webkit-scrollbar:horizontal {
  height: 0;
  width: 0;
}

@media (max-width:1024px) {
  .registration .registration__block:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 5rem;
    left: 0;
  }
}

@media (max-width:480px) {
  .registration .registration__block {
    height: auto;
    width: 100%;
    top: 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    overflow: visible;
    bottom: 0;
  }

  .registration .registration__block:before {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: .2rem;
    background-color: #aab8c3;
    border-radius: 2px;
  }
}

.registration .registration__block .registration__wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width:480px) {
  .registration .registration__block .registration__wrapper {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.registration .registration__block .registration__wrapper .close-button {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  color: #212424;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  border: .1rem solid #d2dce5;
  border-radius: 10rem;
  height: min-content;
  position: relative;
  top: -2rem;
  transition: background-color .3s;
  z-index: 5;
}

.registration .registration__block .registration__wrapper .close-button:after,
.registration .registration__block .registration__wrapper .close-button:before {
  display: none;
}

.registration .registration__block .registration__wrapper .close-button:hover {
  border-color: #40454e;
}

.registration .registration__block .registration__wrapper .close-button:hover .close-button__cross {
  background-color: #40454e;
}

@media (max-width:480px) {
  .registration .registration__block .registration__wrapper .close-button:hover .close-button__cross {
    background-color: transparent;
  }
}

.registration .registration__block .registration__wrapper .close-button:hover .close-button__cross:after,
.registration .registration__block .registration__wrapper .close-button:hover .close-button__cross:before {
  background-color: #fff;
}

@media (max-width:480px) {

  .registration .registration__block .registration__wrapper .close-button:hover .close-button__cross:after,
  .registration .registration__block .registration__wrapper .close-button:hover .close-button__cross:before {
    background-color: transparent;
  }
}

@media (max-width:480px) {
  .registration .registration__block .registration__wrapper .close-button {
    padding: 0;
    border: 0;
  }

  .registration .registration__block .registration__wrapper .close-button span:first-child {
    display: none;
  }
}

.registration .registration__block .registration__wrapper .close-button .close-button__cross {
  position: relative;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: rgba(210, 220, 229, .3);
  border-radius: 50%;
}

@media (max-width:480px) {
  .registration .registration__block .registration__wrapper .close-button .close-button__cross {
    background-color: transparent;
  }
}

.registration .registration__block .registration__wrapper .close-button .close-button__cross:after,
.registration .registration__block .registration__wrapper .close-button .close-button__cross:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: .2rem;
  background-color: #aab8c3;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: color .3s;
}

@media (max-width:480px) {

  .registration .registration__block .registration__wrapper .close-button .close-button__cross:after,
  .registration .registration__block .registration__wrapper .close-button .close-button__cross:before {
    height: .2rem;
    width: 100%;
  }
}

.registration .registration__block .registration__wrapper .close-button .close-button__cross:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.registration .registration__block .registration__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #212424;
  padding-bottom: 1.2rem;
}

@media (max-width:480px) {
  .registration .registration__block .registration__title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.registration .registration__block .registration__subtitle {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  color: #697279;
  padding-bottom: 1.4rem;
}

@media (max-width:480px) {
  .registration .registration__block .registration__subtitle {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2rem;
    position: relative;
  }
}

@media (max-width:480px) {
  .registration .registration__block .registration__subtitle:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2rem;
    background: -webkit-linear-gradient(180deg, #fff 50%, hsla(0, 0%, 100%, 0));
    background: linear-gradient(180deg, #fff 50%, hsla(0, 0%, 100%, 0));
    z-index: 2;
    pointer-events: none;
  }
}

.registration .registration__block form {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.event_register_form .link-red {    margin-top: 2rem;}

.registration .registration__block form::-webkit-scrollbar {
  width: 2px;
}

.registration .registration__block form::-webkit-scrollbar-track {
  background-color: transparent;
}

.registration .registration__block form::-webkit-scrollbar-thumb {
  background: #aab8c3;
}

.registration .registration__block form::-webkit-scrollbar-thumb:hover {
  background: #a50f2d;
}

.registration .registration__block form::-webkit-scrollbar:horizontal {
  height: 0;
}

@media (max-width:480px) {
  .registration .registration__block form {
    padding: 2rem 2.5rem 4rem;
    height: calc(100% - 10rem);
    overflow: scroll;
    width: 100%;
  }
}

.registration .registration__block form .custom-select {
  width: 100%;
}

.registration .registration__block form .custom-select .select-selected {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #697279;
  padding-top: 1.6rem;
  padding-bottom: 2.4rem;
  border-bottom: .1rem solid #d2dce5;
  width: 100%;
  padding-left: 0;
  justify-content: flex-start;
  position: relative;
}

.registration .registration__block form .custom-select .select-selected:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.854.854A.5.5 0 0 1 1.207 0h5.586a.5.5 0 0 1 .353.854L4.354 3.646a.5.5 0 0 1-.708 0L.854.854z' fill='%2340454E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
  width: 1.4rem;
  height: 100%;
  transition: transform .3s;
  border: 0;
}

@media (max-width:480px) {
  .registration .registration__block form .custom-select .select-items {
    position: absolute;
    height: 25rem;
    margin-top: 0;
  }

  .registration .registration__block form .custom-select .select-items:after,
  .registration .registration__block form .custom-select .select-items:before {
    display: none;
  }

  .registration .registration__block form .custom-select .select-items div {
    padding-left: 2rem;
  }

  .registration .registration__block form .custom-select .select-items .close-button {
    display: none;
  }

  .registration .registration__block form .custom-select .select-items .same-as-selected {
    background-color: #fff;
    color: #a50f2d;
  }
}

.registration .registration__block form .custom-select .filter-button--active:after {
  transform: rotate(180deg);
}

.registration .registration__block form .custom-select .select-items {
  width: 100%;
}

.registration .registration__block form input {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.4rem;
  color: #697279;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: .1rem solid #f2f2f2;
}

.registration .registration__block form input::placeholder {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: flex;
  align-items: flex-end;
  color: #697279;
}

.registration .registration__block form .registration__agree {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #aab8c3;
  padding-top: 1.6rem;
}

.feedBack {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.feedBack .feedBack__block {
  padding: 1.6rem 2.4rem;
  background-color: #fff;
  width: max-content;
  position: absolute;
  top: calc(var(--headerH) + 4rem);
  left: 4rem;
  border: 1px solid #d2dce5;
  border-radius: 2px;
}

.feedBack .feedBack__block .close-button {
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
}

.feedBack .feedBack__block .close-button:after,
.feedBack .feedBack__block .close-button:before {
  background-color: #697279;
}

.feedBack .feedBack__block .man20 {
  padding-bottom: .8rem;
}

.feedBack .feedBack__block .feedBack__desc {
  color: #697279;
  padding-bottom: 2.4rem;
}

.feedBack .feedBack__block button {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 3.2rem;
  color: #a50f2d;
  border: 0;
  background-color: unset;
  margin: 0 auto;
  display: block;
  width: min-content;
}

@media (max-width:1024px) {
  .swipe-on2 {
    transition: top .5s, transform .5s;
    will-change: transform;
  }
}

@media (max-width:480px) {
  .filter-swipe {
    transition: top .5s, transform .5s;
    will-change: transform;
  }
}

.img-wrapper[data-fancybox] {
  display: block;
}

.img-wrapper[data-fancybox]:focus {
  outline: none;
}

.crm-block,
.story-block {
  max-width: 114.4rem;
  padding-right: 2rem;
  padding-left: 2rem;
  margin: 0 auto;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  word-wrap: break-word;
  color: #212424;
}

@media (max-width:1515px) {

  .crm-block,
  .story-block {
    max-width: 93.4rem;
  }
}

@media (max-width:1024px) {

  .crm-block,
  .story-block {
    max-width: none;
    width: 100%;
  }
}

.crm-block img+p,
.crm-block img+ul,
.story-block img+p,
.story-block img+ul {
  margin-top: 2rem;
}

.crm-block a,
.story-block a {
  color: #a50f2d;
  text-decoration: none;
}

@media (max-width:480px) {

  .crm-block,
  .story-block {
    font-size: 2.1rem;
    line-height: 3.15rem;
  }
}

.crm-block .b-form-fields-list__item,
.story-block .b-form-fields-list__item {
  padding-left: 0;
  background-image: unset;
}

.crm-block input,
.story-block input {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #697279;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: .1rem solid #d2dce5;
  width: 100%;
}

.crm-block input::placeholder,
.story-block input::placeholder {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: flex;
  align-items: flex-end;
  color: #697279;
}

.crm-block iframe,
.story-block iframe {
  width: 100%;
  height: 60rem;
  margin-bottom: 4rem;
}

@media (max-width:1515px) {

  .crm-block iframe,
  .story-block iframe {
    height: 50rem;
  }
}

@media (max-width:1024px) {

  .crm-block iframe,
  .story-block iframe {
    margin-bottom: 3rem;
    height: 40rem;
  }
}

@media (max-width:480px) {

  .crm-block iframe,
  .story-block iframe {
    height: 25rem;
  }
}

.crm-block p,
.story-block p {
  margin-bottom: 2.4rem;
}

.crm-block p img,
.story-block p img {
  max-width: 100%;
}

.crm-block .text-wrapper,
.story-block .text-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.crm-block h2,
.story-block h2 {
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.crm-block h2:first-child,
.story-block h2:first-child {
  margin-top: 0;
}

@media (max-width:1024px) {

  .crm-block h2,
  .story-block h2 {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

@media (max-width:480px) {

  .crm-block h2,
  .story-block h2 {
    margin-top: 6rem;
    margin-bottom: 3rem;
  }
}

.crm-block h3,
.story-block h3 {
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.crm-block h3:first-child,
.story-block h3:first-child {
  margin-top: 0;
}

@media (max-width:1024px) {

  .crm-block h3,
  .story-block h3 {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

@media (max-width:480px) {

  .crm-block h3,
  .story-block h3 {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
}

.crm-block h4,
.story-block h4 {
  margin-top: 5rem;
  margin-bottom: 2.6rem;
}

.crm-block h4:first-child,
.story-block h4:first-child {
  margin-top: 0;
}

@media (max-width:1024px) {

  .crm-block h4,
  .story-block h4 {
    margin-top: 3.8rem;
    margin-bottom: 2rem;
  }
}

@media (max-width:480px) {

  .crm-block h4,
  .story-block h4 {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

.crm-block img,
.story-block img {
  max-width: 100%;
}

.crm-block .story-block,
.story-block .story-block {
  padding-left: 0;
  padding-right: 0;
}

.crm-block .table-wrapper+.tag-wrapper,
.crm-block p+.tag-wrapper,
.crm-block table+.tag-wrapper,
.story-block .table-wrapper+.tag-wrapper,
.story-block p+.tag-wrapper,
.story-block table+.tag-wrapper {
  margin-top: 8rem;
}

@media (max-width:1024px) {

  .crm-block .table-wrapper+.tag-wrapper,
  .crm-block p+.tag-wrapper,
  .crm-block table+.tag-wrapper,
  .story-block .table-wrapper+.tag-wrapper,
  .story-block p+.tag-wrapper,
  .story-block table+.tag-wrapper {
    margin-top: 4rem;
  }
}

@media (max-width:480px) {

  .crm-block .table-wrapper+.tag-wrapper,
  .crm-block p+.tag-wrapper,
  .crm-block table+.tag-wrapper,
  .story-block .table-wrapper+.tag-wrapper,
  .story-block p+.tag-wrapper,
  .story-block table+.tag-wrapper {
    margin-top: 6rem;
  }
}

.crm-block button,
.story-block button {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.78;
  letter-spacing: 0;
  text-align: right;
  text-decoration: none;
  min-width: max-content;
  border: 0;
  padding: 0;
  background-color: unset;
  margin-top: 3.2rem;
}

@media (max-width:1024px) {

  .crm-block button,
  .story-block button {
    display: none;
  }
  .crm-block.investor button {
    display: flex;
  }
}


.crm-block button span,
.story-block button span {
  transition: .4s;
  box-shadow: 0 1px 0 0 transparent;
  color: #a50f2d;
}

.crm-block button:hover span,
.story-block button:hover span {
  box-shadow: 0 4px 0 -3px #a50f2d;
}

.crm-block button:hover:before,
.story-block button:hover:before {
  transform: translateX(.4rem);
}

.crm-block button:before,
.story-block button:before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.6rem;
  will-change: transform;
  transition: transform .4s;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23A50F2D'/%3E%3Cpath d='M21.886 16.4l-6.19 6.4m6.19-6.4H10m11.886 0l-6.19-6.4' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.crm-block button.link-red:before,
.story-block button.link-red:before {
  content: unset;
}

.crm-block .intro__video-btn,
.story-block .intro__video-btn {
  color: #eff1f6;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 1rem 2.4rem 1rem 1.2rem;
  border-radius: 10rem;
  border: 1px solid hsla(0, 0%, 100%, .3);
  box-shadow: 0 0 4px transparent;
  transition: .4s;
  background-color: transparent;
  position: relative;
  width: max-content;
}

@media (max-width:1024px) {

  .crm-block .intro__video-btn,
  .story-block .intro__video-btn {
    margin-top: 0;
  }
}

@media (max-width:480px) {

  .crm-block .intro__video-btn,
  .story-block .intro__video-btn {
    font-size: 2.05rem;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
}

.crm-block .intro__video-btn:hover,
.story-block .intro__video-btn:hover {
  box-shadow: 0 0 4px #fff;
}

.crm-block .intro__video-btn:before,
.story-block .intro__video-btn:before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 2.4rem;
  border-radius: 100%;
  background: url(../images/Exclude.png) no-repeat;
  background-size: contain;
}

@media (max-width:480px) {

  .crm-block .intro__video-btn:before,
  .story-block .intro__video-btn:before {
    width: 3.7rem;
    height: 3.7rem;
    margin-right: 3rem;
  }
}

.crm-block .intro__video-btn.--callback:before,
.story-block .intro__video-btn.--callback:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23fff'/%3E%3Cpath d='M21.886 16.4l-6.19 6.4m6.19-6.4H10m11.886 0l-6.19-6.4' stroke='%23212424' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat;
}

.crm-block .intro__video-btn.--callback:hover:before,
.story-block .intro__video-btn.--callback:hover:before {
  transform: translateX(.4rem);
}

.crm-block .intro__video-btn.--red,
.story-block .intro__video-btn.--red {
  background-color: #a50f2d;
}

.crm-block .intro__video-btn span,
.story-block .intro__video-btn span {
  color: #eff1f6;
}

.crm-block .callback-button,
.story-block .callback-button {
  background-color: #a50f2d;
  color: #eff1f6;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 1rem 2.4rem 1rem 1.2rem;
  border-radius: 10rem;
  border: 1px solid hsla(0, 0%, 100%, .3);
  box-shadow: 0 0 4px transparent;
  transition: .4s;
  position: relative;
  width: max-content;
}

@media (max-width:1024px) {

  .crm-block .callback-button,
  .story-block .callback-button {
    margin-top: 0;
  }
}

@media (max-width:480px) {

  .crm-block .callback-button,
  .story-block .callback-button {
    font-size: 2.05rem;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
}

.crm-block .callback-button:hover,
.story-block .callback-button:hover {
  box-shadow: 0 0 4px #fff;
}

.crm-block .callback-button:before,
.story-block .callback-button:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23fff'/%3E%3Cpath d='M21.886 16.4l-6.19 6.4m6.19-6.4H10m11.886 0l-6.19-6.4' stroke='%23212424' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 2.4rem;
  border-radius: 100%;
  background-size: contain;
}

@media (max-width:480px) {

  .crm-block .callback-button:before,
  .story-block .callback-button:before {
    width: 3.7rem;
    height: 3.7rem;
    margin-right: 3rem;
  }
}

.crm-block .callback-button span,
.story-block .callback-button span {
  color: #eff1f6;
}

.crm-block table.avatar-table,
.story-block table.avatar-table {
  display: block;
  margin-top: 5.2rem;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #40454e;
}

@media (max-width:1024px) {

  .crm-block table.avatar-table,
  .story-block table.avatar-table {
    margin-top: 3.2rem;
  }
}

@media (max-width:480px) {

  .crm-block table.avatar-table,
  .story-block table.avatar-table {
    font-size: 16px;
  }
}

.crm-block table.avatar-table span,
.story-block table.avatar-table span {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (max-width:480px) {

  .crm-block table.avatar-table span,
  .story-block table.avatar-table span {
    font-size: 16px;
  }
}

.crm-block table.avatar-table tfoot,
.crm-block table.avatar-table thead,
.story-block table.avatar-table tfoot,
.story-block table.avatar-table thead {
  background: rgba(210, 220, 229, .3);
  display: block;
}

.crm-block table.avatar-table tfoot tr,
.crm-block table.avatar-table thead tr,
.story-block table.avatar-table tfoot tr,
.story-block table.avatar-table thead tr {
  padding: 3.2rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 6.8rem;
}

@media (max-width:480px) {

  .crm-block table.avatar-table tfoot tr,
  .crm-block table.avatar-table thead tr,
  .story-block table.avatar-table tfoot tr,
  .story-block table.avatar-table thead tr {
    flex-direction: column;
    align-items: flex-start;
    gap: .8rem;
  }
}

.crm-block table.avatar-table th,
.story-block table.avatar-table th {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
  text-align: start;
}

@media (max-width:480px) {

  .crm-block table.avatar-table th,
  .story-block table.avatar-table th {
    font-size: 2.6rem;
  }
}

.crm-block table.avatar-table td,
.story-block table.avatar-table td {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: min-content;
  column-gap: 2.4rem;
  align-items: center;
}

@media (max-width:480px) {

  .crm-block table.avatar-table td,
  .story-block table.avatar-table td {
    column-gap: 1.5rem;
  }
}

.crm-block table.avatar-table td img,
.story-block table.avatar-table td img {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  display: block;
  grid-row: 1/5;
}

@media (max-width:480px) {

  .crm-block table.avatar-table td img,
  .story-block table.avatar-table td img {
    width: 6.2rem;
    height: 6.2rem;
  }
}

.crm-block table.avatar-table td span:last-child,
.story-block table.avatar-table td span:last-child {
  color: #697279;
}

.crm-block table.avatar-table tbody,
.story-block table.avatar-table tbody {
  width: 100%;
  display: block;
}

.crm-block table.avatar-table tbody tr,
.story-block table.avatar-table tbody tr {
  border-top: .1rem solid #d2dce5;
}

.crm-block table.avatar-table tbody tr:first-child,
.story-block table.avatar-table tbody tr:first-child {
  border-top: 0;
}

.crm-block table.avatar-table tbody tr th,
.story-block table.avatar-table tbody tr th {
  padding-bottom: .8rem;
}

.crm-block table.avatar-table tr,
.story-block table.avatar-table tr {
  padding: 3.2rem;
  padding-left: 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 1.8rem;
  grid-template-rows: min-content;
  column-gap: 8.2rem;
  width: 100%;
  align-items: baseline;
}

@media (max-width:480px) {

  .crm-block table.avatar-table tr,
  .story-block table.avatar-table tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .8rem;
    padding: 3.2rem 2.4rem;
  }
}

.crm-block table.avatar-table tr td:first-child,
.story-block table.avatar-table tr td:first-child {
  grid-row: 1/4;
}

.crm-block .program-block,
.story-block .program-block {
  margin-top: 5.2rem;
}

@media (max-width:1024px) {

  .crm-block .program-block,
  .story-block .program-block {
    margin-top: 3.2rem;
  }
}

.crm-block .table-wrapper,
.story-block .table-wrapper {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: hsla(0, 14%, 91%, .663);
}

.crm-block .table-wrapper::-webkit-scrollbar,
.story-block .table-wrapper::-webkit-scrollbar {
  width: .5rem;
}

.crm-block .table-wrapper::-webkit-scrollbar:horizontal,
.story-block .table-wrapper::-webkit-scrollbar:horizontal {
  height: .5rem;
}

.crm-block .table-wrapper::-webkit-scrollbar-track,
.story-block .table-wrapper::-webkit-scrollbar-track {
  background-color: hsla(0, 14%, 91%, .663);
}

.crm-block .table-wrapper::-webkit-scrollbar-thumb,
.story-block .table-wrapper::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.crm-block table,
.story-block table {
  width: 100%;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.4rem;
  margin-top: 2.4rem;
  color: #40454e;
}

.crm-block table::-webkit-scrollbar,
.story-block table::-webkit-scrollbar {
  width: .5rem;
}

.crm-block table::-webkit-scrollbar:horizontal,
.story-block table::-webkit-scrollbar:horizontal {
  height: .5rem;
}

.crm-block table::-webkit-scrollbar-track,
.story-block table::-webkit-scrollbar-track {
  background-color: hsla(0, 14%, 91%, .663);
}

.crm-block table::-webkit-scrollbar-thumb,
.story-block table::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

@media (max-width:1024px) {

  .crm-block table,
  .story-block table {
    margin-top: 3.2rem;
  }
}

.crm-block table p,
.story-block table p {
  margin-bottom: 0;
}

.crm-block table thead+tbody tr:first-child,
.story-block table thead+tbody tr:first-child {
  background: transparent;
  border-top: 0;
}

.crm-block table thead+tbody tr:last-child,
.story-block table thead+tbody tr:last-child {
  background: rgba(210, 220, 229, .3);
  border-top: 0;
}

.crm-block table tr,
.story-block table tr {
  vertical-align: top;
  border-top: .1rem solid #d2dce5;
}

.crm-block table tr p,
.story-block table tr p {
  margin-bottom: 0;
}

.story-block table tr:first-child,
.story-block table tr:last-child {
  background: rgba(210, 220, 229, .3);
  border-top: 0;
}

.crm-block table tr>*,
.story-block table tr>* {
  padding: 15px;
  text-align: start;
min-width: 130px;
}

@media (max-width:1024px) {

  .crm-block table tr>*,
  .story-block table tr>* {
    padding: 3.2rem 1.5rem;
  }
}

.crm-block table th,
.story-block table th {
  font-size: 2.2rem;
  line-height: 2.4rem;
}

.crm-block table table *,
.story-block table table * {
  background-color: transparent !important;
}

.crm-block ol,
.crm-block ul,
.crm-block ul.icons,
.story-block ol,
.story-block ul,
.story-block ul.icons {
  margin-bottom: 2rem;
}

.crm-block .press-contacts,
.story-block .press-contacts {
  padding-top: 0;
  margin-top: 10rem;
}

.crm-block .press-contacts>*,
.story-block .press-contacts>* {
  margin-top: 0;
}

@media (max-width:1515px) {

  .crm-block .press-contacts,
  .story-block .press-contacts {
    margin-top: 8rem;
  }
}

@media (max-width:480px) {

  .crm-block .press-contacts,
  .story-block .press-contacts {
    margin-top: 5.5rem;
  }
}

.crm-block h2,
.story-block h2 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 5.2rem;
  letter-spacing: -.01em;
}

@media (max-width:480px) {

  .crm-block h2,
  .story-block h2 {
    font-size: 2.8rem;
    line-height: 4.65rem;
  }
}

.crm-block h3,
.story-block h3 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4.8rem;
  letter-spacing: -.01em;
}

@media (max-width:480px) {

  .crm-block h3,
  .story-block h3 {
    font-size: 18px;
    line-height: 4.2rem;
  }
}

.crm-block h4,
.story-block h4 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
}

@media (max-width:480px) {

  .crm-block h4,
  .story-block h4 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}

.crm-block button+p,
.story-block button+p {
  margin-top: 10rem;
}

@media (max-width:1515px) {

  .crm-block button+p,
  .story-block button+p {
    margin-top: 8rem;
  }
}

@media (max-width:480px) {

  .crm-block button+p,
  .story-block button+p {
    margin-top: 5.5rem;
  }
}

.crm-block .table-wrapper+p,
.crm-block table+p,
.story-block .table-wrapper+p,
.story-block table+p {
  margin-top: 10rem;
}

@media (max-width:1515px) {

  .crm-block .table-wrapper+p,
  .crm-block table+p,
  .story-block .table-wrapper+p,
  .story-block table+p {
    margin-top: 8rem;
  }
}

@media (max-width:480px) {

  .crm-block .table-wrapper+p,
  .crm-block table+p,
  .story-block .table-wrapper+p,
  .story-block table+p {
    margin-top: 5.5rem;
  }
}

.crm-block p,
.story-block p {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.crm-block p a,
.story-block p a {
  color: #a50f2d;
}

@media (max-width:480px) {

  .crm-block p,
  .story-block p {
    font-size: 2.1rem;
    line-height: 3.15rem;
  }
}

.crm-block ol+p,
.crm-block ul+p,
.story-block ol+p,
.story-block ul+p {
  margin-top: 2.4rem;
}

.crm-block figure,
.story-block figure {
  position: relative;
}

.crm-block figure>img,
.story-block figure>img {
  width: 100%;
}

.crm-block figure .swiper,
.story-block figure .swiper {
  position: unset;
  overflow: hidden;
  width: 100%;
}

.crm-block figcaption,
.story-block figcaption {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #aab8c3;
  padding-top: 2.4rem;
}

@media (max-width:480px) {

  .crm-block figcaption,
  .story-block figcaption {
    font-size: 2.1rem;
    line-height: 2.85rem;
    font-weight: 400;
  }
}

.crm-block figure+h1,
.crm-block figure+h2,
.crm-block figure+h3,
.crm-block figure+h4,
.crm-block figure+p,
.story-block figure+h1,
.story-block figure+h2,
.story-block figure+h3,
.story-block figure+h4,
.story-block figure+p {
  margin-top: 8rem;
}

@media (max-width:1024px) {

  .crm-block figure+h1,
  .crm-block figure+h2,
  .crm-block figure+h3,
  .crm-block figure+h4,
  .crm-block figure+p,
  .story-block figure+h1,
  .story-block figure+h2,
  .story-block figure+h3,
  .story-block figure+h4,
  .story-block figure+p {
    margin-top: 3.5rem;
  }
}

@media (max-width:480px) {

  .crm-block figure+h1,
  .crm-block figure+h2,
  .crm-block figure+h3,
  .crm-block figure+h4,
  .crm-block figure+p,
  .story-block figure+h1,
  .story-block figure+h2,
  .story-block figure+h3,
  .story-block figure+h4,
  .story-block figure+p {
    margin-top: 7rem;
  }
}

.crm-block blockquote,
.story-block blockquote {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  color: #212424;
  padding: 1.4rem 0;
  padding-left: 3.2rem;
  position: relative;
  margin-top: 2.4rem;
}

@media (max-width:1024px) {

  .crm-block blockquote,
  .story-block blockquote {
    margin-top: 1.1rem;
  }
}

.crm-block blockquote:before,
.story-block blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .2rem;
  height: 100%;
  background-color: #a50f2d;
}

@media (max-width:1024px) {

  .crm-block blockquote:before,
  .story-block blockquote:before {
    height: 74%;
  }
}

@media (max-width:480px) {

  .crm-block blockquote:before,
  .story-block blockquote:before {
    height: 100%;
    width: .3rem;
  }
}

.crm-block blockquote+p,
.story-block blockquote+p {
  margin-top: 2.4rem;
}

.crm-block ol,
.story-block ol {
  margin-top: 3.2rem;
  counter-reset: b;
}

.crm-block ol>li,
.story-block ol>li {
  position: relative;
  counter-increment: b;
  padding: 1.6rem 0;
  padding-left: 4.7rem;
}

@media (max-width:480px) {

  .crm-block ol>li,
  .story-block ol>li {
    padding-left: 4rem;
  }
}

.crm-block ol>li:before,
.story-block ol>li:before {
  content: counter(b);
  position: absolute;
  top: 1.6rem;
  left: 0;
  color: #a50f2d;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
}

.crm-block h3+span,
.crm-block h4+span,
.story-block h3+span,
.story-block h4+span {
  margin-top: 1.2rem;
}

.crm-block span,
.story-block span {
  font-family: Manrope;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
 
  color: #212424;
}

@media (max-width:480px) {

  .crm-block span,
  .story-block span {
    font-size: 16px;
    line-height: 1.4;
  }
}

.crm-block .text-wrapper--swiper,
.story-block .text-wrapper--swiper {
  padding-bottom: 10rem;
}

@media (max-width:1515px) {

  .crm-block .text-wrapper--swiper,
  .story-block .text-wrapper--swiper {
    padding-bottom: 8rem;
  }
}

@media (max-width:480px) {

  .crm-block .text-wrapper--swiper,
  .story-block .text-wrapper--swiper {
    padding-bottom: 5.5rem;
  }
}

.crm-block ul.icons>li,
.story-block ul.icons>li {
  padding: 1.6rem 0;
  padding-left: 7.7rem;
  display: flex;
  flex-direction: column;
}

@media (max-width:1024px) {

  .crm-block ul.icons>li,
  .story-block ul.icons>li {
    padding-left: 5.7rem;
    background-size: 3rem;
  }
}

@media (max-width:480px) {

  .crm-block ul.icons>li,
  .story-block ul.icons>li {
    padding: 2.2rem 0;
    padding-left: 5.7rem;
  }
}

.crm-block ul.icons>li:nth-child(4n+1),
.story-block ul.icons>li:nth-child(4n+1) {
  background: url(../images/news-page/key-1.svg) no-repeat;
  background-position: top 2rem left;
}

.crm-block ul.icons>li:nth-child(4n+2),
.story-block ul.icons>li:nth-child(4n+2) {
  background: url(../images/news-page/key-2.svg) no-repeat;
  background-position: top 2rem left;
}

.crm-block ul.icons>li:nth-child(4n+3),
.story-block ul.icons>li:nth-child(4n+3) {
  background: url(../images/news-page/key-3.svg) no-repeat;
  background-position: top 2rem left;
}

.crm-block ul.icons>li:nth-child(4n+4),
.story-block ul.icons>li:nth-child(4n+4) {
  background: url(../images/news-page/key-4.svg) no-repeat;
  background-position: top 2rem left;
}

.crm-block ul>li,
.story-block ul>li {
  padding: .5rem 0;
  padding-left: 3.5rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23A50F2D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top 1.8rem;
}

@media (max-width:480px) {

  .crm-block ul>li,
  .story-block ul>li {
    padding-left: 2.5rem;
  }
}

.crm-block li,
.story-block li {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4
}

.crm-block li a,
.story-block li a {
  color: #a50f2d;
}

@media (max-width:480px) {

  .crm-block li,
  .story-block li {
    font-size: 2.1rem;
    line-height: 3.15rem;
  }
}

.crm-block li h2,
.crm-block li h3,
.crm-block li h4,
.story-block li h2,
.story-block li h3,
.story-block li h4 {
  margin: 0;
}

.crm-block li h4,
.story-block li h4 {
  margin-bottom: 1.2rem;
  margin-top: 3.2rem;
}

.crm-block li h3+p,
.crm-block li h4+p,
.story-block li h3+p,
.story-block li h4+p {
  margin-top: 1.2rem;
}

ol:not([class]) {
  counter-reset: b;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
}

@media (max-width:480px) {
  ol:not([class]) {
    font-size: 2.1rem;
    line-height: 3.15rem;
  }
}

ol:not([class])>li:not([class]) {
  position: relative;
  counter-increment: b;
  padding: .5rem 0;
  padding-left: 3.5rem;
}

@media (max-width:480px) {
  ol:not([class])>li:not([class]) {
    padding-left: 2.5rem;
  }
}

ol:not([class])>li:not([class]):before {
  content: counter(b);
  position: absolute;
  top: .5rem;
  left: 0;
  color: #a50f2d;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #a50f2d;
  text-decoration: none;
}

ul:not([class]) {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
}

@media (max-width:480px) {
  ul:not([class]) {
    font-size: 2.1rem;
    line-height: 3.15rem;
  }
}

ul:not([class])>li:not([class]) {
  padding: .5rem 0;
  padding-left: 15px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23A50F2D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: .5rem;
  background-position: left top 15px;
}

@media (max-width:480px) {
  ul:not([class])>li:not([class]) {
    padding-left: 2.5rem;
  }
}

.b-simple-table td .round {
  width: 15rem;
  height: 15rem;
}

@media (max-width:480px) {
  .b-simple-table td .round {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
  }
}

.speakers-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

@media (max-width:1024px) {
  .speakers-block {
    grid-template-columns: repeat(1, 1fr);
  }
}

.speakers-block>div {
  display: flex;
  align-items: center;
  padding: 2rem;
  background-color: #fff;
  gap: 2rem;
}

.speakers-block>div>br {
  display: none;
}

.speakers-block>div>:nth-child(3) {
  color: #697279;
}

.speakers-block>div img {
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
  overflow: hidden;
  flex: 0 0 auto;
}

.mt16 {
  margin-top: 1.6rem;
}

.form-block,
.mt40 {
  margin-top: 4rem;
}

.form-block form {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.form-block .vacancy__bottom {
  margin-top: 0;
}

@media (max-width:480px) {
  .form-block .vacancy__bottom_info {
    padding-left: 3.2rem;
  }
}

.crm-block .licence-list-item {
  padding-left: 0;
  background-image: unset;
}

.licence-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media (max-width:480px) {
  .licence-list {
    gap: 2rem;
  }
}

.licence-list-item {
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 4rem;
}

@media (max-width:1024px) {
  .licence-list-item {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width:480px) {
  .licence-list-item {
    align-items: center;
  }
}

.mt2 {
  margin-top: 2rem !important;
}

@media (max-width:480px) {
  .radio-select .filters-panel {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
}

.radio-select {
  position: relative;
}

@media (max-width:1024px) {
  .radio-select {
    position: static;
  }
}

.radio-select .close-button {
  display: none;
}

@media (max-width:480px) {
  .radio-select .close-button {
    display: block;
  }
}

.radio-select .filter-button {
  position: relative;
  width: 27.4rem;
}

.radio-select .filter-button+.panel {
  right: 0;
}

@media (max-width:480px) {
  .radio-select .panel .panel__wrapper {
    height: 100%;
  }
}

@media (max-width:480px) {
  .radio-select .panel .panel__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.radio-select .panel__main-title {
  display: none;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 4.1rem;
  line-height: 4.2rem;
  letter-spacing: -.02em;
  pointer-events: none;
  color: #212424;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

@media (max-width:480px) {
  .radio-select .panel__main-title {
    display: block;
    z-index: 3;
  }
}

@media (max-width:480px) {
  .radio-select .radio-container {
    padding-top: 3rem;
  }
}

.radio-select .filters-panel {
  width: 27.4rem;
  padding: .8rem 2rem;
}

.radio-select .filters-panel::-webkit-scrollbar:horizontal {
  height: 0;
  width: 0;
}

@media (max-width:1024px) {
  .radio-select .filters-panel {
    width: 100%;
    max-height: 25.6rem;
  }
}

@media (max-width:480px) {
  .radio-select .filters-panel {
    overflow: hidden;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:480px) {
  .radio-select .filters-panel .form-group input:checked+label {
    background-color: #e5e9f1;
    color: #212424;
  }
}

.radio-select .filters-panel .form-group label {
  padding: 2.4rem 0;
  padding-left: 0;
}

@media (max-width:1024px) {
  .radio-select .filters-panel .form-group label {
    font-size: 16px;
    line-height: 2.4rem;
  }
}

@media (max-width:480px) {
  .radio-select .filters-panel .form-group label {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.radio-select .filters-panel .form-group label:after,
.radio-select .filters-panel .form-group label:before {
  display: none;
}

.breadcrumbs {
  margin-top: 3.2rem;
}

@media (max-width:480px) {
  .breadcrumbs {
    margin-top: 4.5rem;
  }
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width:1024px) {
  .breadcrumbs__item {
    display: inline-block;
  }
}

.breadcrumbs__item:after {
  content: "";
  display: block;
  width: .8rem;
  height: .4rem;
  transform: rotate(-90deg);
  margin-left: 1.2rem;
  background: url(../images/arrow-down.svg) no-repeat;
  background-size: contain;
}

@media (max-width:1024px) {
  .breadcrumbs__item:after {
    display: inline-block;
    vertical-align: middle;
  }
}

.breadcrumbs__item:first-child {
  padding-left: 0;
}

.breadcrumbs__item:last-child::after {
  content: none;
}

.breadcrumbs__link {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0;
  text-align: left;
  color: #aab8c3;
  text-decoration: none;
}

@media (max-width:1024px) {
  .breadcrumbs__link {
    vertical-align: middle;
  }
}

@media (max-width:480px) {
  .breadcrumbs__link {
    font-size: 1.84rem;
  }
}

.search-page {
  display: flex;
  justify-content: space-between;
}

.search-aside__title {
  padding: .8rem 0;
  display: inline-block;
}

@media (max-width:1024px) {
  .menu-open .search-aside {
    transform: translateY(100%) !important;
  }
}

.menu-open .header__top .btn__search-show {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.search-aside {
  width: 35rem;
  position: sticky;
  top: 0;
  padding-top: 3.8rem;
}

@media (max-width:1920px) {
  .search-aside {
    padding-top: 5.5rem;
  }
}

@media (max-width:1024px) {
  .search-aside {
    position: fixed;
    top: 100%;
    transform: translateY(-6rem);
    left: 0;
    display: flex;
    align-items: flex-start;
    z-index: 1000;
    background: #fff;
    width: 100%;
    height: auto;
    max-height: 60vh;
    padding: 10.3rem 2rem 1rem;
    flex-direction: column;
    border-radius: 2rem 2rem 0 0;
  }
}

@media (max-width:480px) {
  .search-aside {
    padding: 6.5rem 2.5rem 1rem;
    transform: translateY(-3.5rem);
  }
}

@media (max-width:1024px) {
  .search-aside:before {
    content: "";
    width: 12.6rem;
    height: .5rem;
    display: block;
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: .2rem;
    background: #aab8c3;
  }
}

@media (max-width:480px) {
  .search-aside:before {
    width: 5.6rem;
    height: 3px;
    top: 1.5rem;
  }
}

.search-aside__title-mobile {
  display: none;
}

@media (max-width:1024px) {
  .search-aside__title-mobile {
    display: block;
    font-size: 5.2rem;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -.02em;
    text-align: left;
  }
}

@media (max-width:480px) {
  .search-aside__title-mobile {
    font-size: 4.15rem;
  }
}

@media (max-width:1024px) {
  .side-list {
    margin-top: 3rem;
    max-height: 46rem;
    overflow: auto;
    width: 100%;
    flex-grow: 1;
  }
}

@media (max-width:480px) {
  .side-list {
    margin-top: 5rem;
  }
}

.search-aside__close {
  display: none;
}

@media (max-width:1024px) {
  .search-aside__close {
    display: block;
    position: absolute;
    top: 4.2rem;
    right: 2.2rem;
    width: 2rem;
    height: 2rem;
    background-image: url(../images/close-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    z-index: 5;
    transition: opacity .1s;
  }
}

@media (max-width:480px) {
  .search-aside__close {
    top: 2.5rem;
    right: 2.5rem;
    width: 3rem;
    height: 3rem;
  }
}

.search-aside.show .search-aside__close {
  opacity: .3;
}

body:before {
  content: "";
  background: transparent;
  transition: background .2s .1s;
}

.lock-modal:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(33, 33, 33, .4);
  left: 0;
  top: 0;
  z-index: 999;
}

.search-block {
  width: calc(100% - 39rem);
  margin-top: -2.5rem;
}

@media (max-width:1515px) {
  .search-block {
    width: calc(100% - 35rem);
    margin-top: -3rem;
  }
}

@media (max-width:1024px) {
  .search-block {
    width: 100%;
    margin-top: 3rem;
  }
}

@media (max-width:480px) {
  .search-block {
    margin-top: 5rem;
  }
}

.search-block b {
  font-weight: bolder;
  font-size: larger;
}

.search-block a {
  text-decoration: none;
}

.side-list__item.active .radio label,
.side-list__item .radion label {
  pointer-events: none;
}

.side-list__item {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width:1024px) {
  .side-list__item {
    margin-bottom: 0;
    padding-bottom: 2.2rem;
  }
}

@media (max-width:480px) {
  .side-list__item {
    padding-bottom: 2.55rem;
  }
}

.side-list__item:before {
  content: "";
  width: calc(100% - 3rem);
  position: absolute;
  background: transparent;
  height: 100%;
  top: 0;
  left: -1rem;
  z-index: 1;
  transition: background .4s;
}

@media (max-width:1024px) {
  .side-list__item:before {
    content: none;
  }
}

.side-list__item.active:before {
  background: #e5e9f1;
}

@media (max-width:1024px) {
  .side-list__item.active:before {
    content: none;
  }
}

@media (max-width:1024px) {

  .side-list__item.active .side-list__link,
  .side-list__item.active .side-list__num {
    color: #a50f2d;
  }
}

.side-list__item.active .side-list__close {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url(../images/close-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5.5rem;
  z-index: 3;
}

@media (max-width:1024px) {
  .side-list__item.active .side-list__close {
    display: none;
  }
}

.side-list__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  color: #212424;
  z-index: 2;
  position: relative;
}

@media (max-width:480px) {
  .side-list__link {
    font-size: 2.55rem;
  }
}

.side-list__link label {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  position: relative;
  padding: .8rem 0;
}

@media (max-width:1024px) {
  .side-list__link label {
    padding: 0;
  }
}

.side-list__num {
  color: #aab8c3;
  margin-left: .8rem;
}

.search-block__common-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: #aab8c3;
}

@media (max-width:480px) {
  .search-block__common-info {
    font-size: 16px;
  }
}

.search__title-block {
  display: flex;
  align-items: baseline;
  margin-top: 2rem;
}

@media (max-width:1515px) {
  .search__title-block {
    margin-top: 4rem;
  }
}

@media (max-width:1024px) {
  .search__title-block {
    margin-top: 1.5rem;
  }
}

@media (max-width:480px) {
  .search__title-block {
    margin-top: 1.2rem;
  }
}

.search__title {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -.01em;
  text-align: left;
}

@media (max-width:480px) {
  .search__title {
    font-size: 3.15rem;
  }
}

.search__title_num {
  color: #aab8c3;
  margin-left: 1.2rem;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -.01em;
}

@media (max-width:480px) {
  .search__title_num {
    font-size: 3.15rem;
  }
}

.search-block__results {
  border-top: 1px solid #d2dce5;
  margin-top: 2rem;
}

@media (max-width:1920px) {
  .search-block__results {
    margin-top: 2.4rem;
  }
}

@media (max-width:1024px) {
  .search-block__results {
    margin-top: 2.5rem;
  }
}

@media (max-width:480px) {
  .search-block__results {
    border-top: unset;
    margin-top: 1.5rem;
  }
}

.search-result {
  display: flex;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #d2dce5;
}

@media (max-width:1515px) {
  .search-result {
    padding-top: 3.1rem;
    padding-bottom: 3.3rem;
  }
}

@media (max-width:1024px) {
  .search-result {
    padding-bottom: 3rem;
  }
}

@media (max-width:480px) {
  .search-result {
    padding-top: 5.5rem;
    padding-bottom: 5.1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

.search-result span {
  color: #a50f2d;
}

.search-result.services {
  margin-top: 0;
}

.hide.search-result {
  display: none;
}

.search-result__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
}

@media (max-width:480px) {
  .search-result__title {
    font-size: 2.55rem;
  }
}

.search-result__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  margin-top: 1.1rem;
  color: #697279;
}

@media (max-width:1920px) {
  .search-result__text {
    margin-top: 1.2rem;
  }
}

@media (max-width:480px) {
  .search-result__text {
    font-size: 2.05rem;
    margin-top: 1.8rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.search-result__img {
  width: 23.3rem;
  min-width: 23.3rem;
  height: 15.6rem;
  margin-right: 3.2rem;
}

@media (max-width:480px) {
  .search-result__img {
    width: 100%;
    margin-right: 0;
    height: 19.5rem;
    margin-bottom: 2.5rem;
  }
}

.search-result__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.show-more {
  margin-top: 7.5rem;
  height: 5.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.78;
  letter-spacing: 0;
  text-align: left;
  background: #e5e9f1;
  text-decoration: none;
  color: #212424;
  transition: color .4s;
}

@media (max-width:1024px) {
  .show-more {
    margin-top: 5rem;
  }
}

.show-more:hover {
  color: #a50f2d;
}

.show-more.hide {
  display: none;
}

@media (max-width:1515px) {
  .search-block .pagination-block {
    margin-top: 4rem;
  }
}

@media (max-width:480px) {
  .search-block .pagination-block {
    margin-top: 2rem;
  }
}

.footer {
  background: #212424;
  padding: 7rem 4rem 5rem;
}

@media (max-width:1024px) {
  .footer {
    padding: 6rem 2rem 5rem;
  }
}

@media (max-width:480px) {
  .footer {
    padding: 4.5rem 2.5rem 5rem;
  }
}

.footer__top {
  display: flex;
  align-items: center;
  padding-bottom: 5rem;
  border-bottom: 1px solid #40454e;
}

@media (max-width:1024px) {
  .footer__top {
    gap: 4rem;
  }
}

@media (max-width:480px) {
  .footer__top {
    gap: 10rem;
  }
}

@media (max-width:1024px) {
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 5.5rem;
  }
}

@media (max-width:480px) {
  .footer__top {
    padding-bottom: 3.5rem;
  }
}

.footer__top_text {
  font-size: 3.45rem;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.02em;
  text-align: left;
  color: #eff1f6;
  display: inline-block;
  width: 89rem;
}

@media (max-width:1920px) {
  .footer__top_text {
    width: 78rem;
  }
}

@media (max-width:1515px) {
  .footer__top_text {
    width: 70.6rem;
  }
}

@media (max-width:1024px) {
  .footer__top_text {
    width: unset;
  }
}

@media (max-width:480px) {
  .footer__top_text {
    font-size: 4.15rem;
  }
}

.footer__top_btns {
  display: flex;
  flex-direction: column;
}

.footer__btn {
  text-decoration: none;
  color: #eff1f6;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
  display: flex;
  align-items: center;
  border: 0;
  background-color: unset;
}

@media (max-width:480px) {
  .footer__btn {
    font-size: 3.15rem;
  }
}

.footer__btn svg {
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 1.6rem;
  transition: transform .4s;
}

@media (max-width:480px) {
  .footer__btn svg {
    width: 4.1rem;
    height: 4.1rem;
    margin-left: 1.6rem;
  }
}

.footer__btn h3 {
  font-weight: inherit;
  font-size: inherit;
  transition: .4s;
  box-shadow: 0 1px 0 0 transparent;
}

.footer__btn:hover h3 {
  box-shadow: 0 1px 0 0 #a50f2d;
}

.footer__btn:hover svg {
  transform: translateX(.4rem);
}

.footer__bottom {
  padding-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width:1920px) {
  .footer__bottom {
    padding-top: 5.5rem;
  }
}

@media (max-width:1024px) {
  .footer__bottom {
    padding-top: 6rem;
  }
}

.footer__nav {
  display: flex;
}

@media (max-width:1024px) {
  .footer__nav {
    width: 100%;
    justify-content: space-between;
    order: 1;
  }
}

@media (max-width:480px) {
  .footer__nav {
    flex-wrap: wrap;
  }
}

.footer__list {
  width: 44.5rem;
  padding-right: 3rem;
}

@media (max-width:1920px) {
  .footer__list {
    width: 39rem;
  }
}

@media (max-width:1515px) {
  .footer__list {
    width: 35.3rem;
  }
}

@media (max-width:1024px) {
  .footer__list {
    width: unset;
    padding-right: 0;
  }
}

@media (max-width:480px) {
  .footer__list {
    width: 47%;
  }
}

@media (max-width:480px) {
  .footer__list:nth-child(3) {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer__list:nth-child(3) .footer__item {
    width: 47%;
  }
}

.footer__selects {
  width: calc(100% - 133.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width:1920px) {
  .footer__selects {
    width: calc(100% - 117rem);
    margin-top: 1.1rem;
  }
}

@media (max-width:1515px) {
  .footer__selects {
    width: calc(100% - 105.9rem);
  }
}

@media (max-width:1024px) {
  .footer__selects {
    width: 35%;
    order: 3;
    margin-top: 5rem;
  }
}

@media (max-width:480px) {
  .footer__selects {
    order: 2;
    width: 100%;
    margin-top: 7rem;
  }
}

.footer__link {
  color: #697279;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0;
  text-align: left;
  transition: color .4s;
}

@media (max-width:1024px) {
  .footer__link {
    font-size: 16px;
  }
}

@media (max-width:480px) {
  .footer__link {
    font-size: 2.05rem;
  }
}

.footer__link:hover {
  color: #eff1f6;
}

.footer__item {
  margin-bottom: 1.8rem;
}

@media (max-width:1920px) {
  .footer__item {
    margin-bottom: 2.3rem;
  }
}

@media (max-width:480px) {
  .footer__item {
    height: 4rem;
  }
}

.footer__info {
  width: 100%;
  margin-top: 12rem;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 44.5rem) 1fr;
  row-gap: 1rem;
}

@media (max-width:1920px) {
  .footer__info {
    margin-top: 11rem;
    grid-template-columns: repeat(4, 39rem) 1fr;
  }
}

@media (max-width:1515px) {
  .footer__info {
    grid-template-columns: repeat(2, 35.3rem) 35rem 1fr;
  }
}

@media (max-width:1024px) {
  .footer__info {
    display: flex;
    width: 65%;
    order: 2;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width:480px) {
  .footer__info {
    order: 3;
    width: 100%;
    margin-top: 1rem;
    justify-content: space-between;
  }
}

.footer__info>* {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
  text-decoration: none;
}

@media (max-width:1024px) {
  .footer__info>* {
    width: 44%;
    margin-right: 1%;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media (max-width:480px) {
  .footer__info>* {
    width: 43%;
    margin-right: 0;
    font-size: 16px;
    margin-top: 1rem;
  }
}



.footer__info a {
  transition: color .4s;
}

.footer__info a:hover {
  color: #a50f2d;
}

.footer__info-link {
  display: flex;
  justify-content: flex-end;
}

@media (max-width:1024px) {
  .footer__info-link {
    justify-content: flex-start;
  }
}

.footer__info-link a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
  text-decoration: none;
  width: 44.5rem;
}

@media (max-width:1920px) {
  .footer__info-link a {
    width: 31rem;
  }
}

@media (max-width:1024px) {
  .footer__info-link a {
    width: auto;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.footer__selects .__select {
  padding: 0;
  text-transform: unset;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
  width: 44.5rem;
  margin-bottom: 4rem;
}

@media (max-width:1920px) {
  .footer__selects .__select {
    width: 31rem;
  }
}

@media (max-width:480px) {
  .footer__selects .__select {
    width: 100%;
    font-size: 2.05rem;
  }
}

.footer__selects .__select__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
  padding: 0 0 2rem;
  border-bottom: 1px solid #697279;
}

@media (max-width:480px) {
  .footer__selects .__select__title {
    font-size: 2.05rem;
  }
}

.footer__selects .__select__title:after {
  background: url(../images/arr-footer.svg) no-repeat;
  width: 12px;
  height: 6px;
}

.header {
  position: fixed;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 100%;
  z-index: 100;
  transition: .4s;
  box-shadow: 0 0 35px transparent;
}

@media (max-width:1024px) {
  .header {
    flex-direction: row;
    justify-content: space-between;
    padding: 2.2rem 2rem 2rem;
    flex-wrap: wrap;
  }

  .header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f0f2f6;
    height: 100%;
    width: 100%;
    z-index: 3;
  }
}

@media (max-width:480px) {
  .header {
    padding: 2.5rem;
  }
}

.header a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

@media (max-width:1024px) {
  .menu-open {
    overflow: hidden;
  }
}

@media (max-width:1024px) {
  .menu-open .menu-second {
    position: relative;
  }
}

@media (max-width:480px) {
  .menu-open .menu-second {
    position: static;
  }
}

.menu-open .header:before {
  background: #fff;
  border-bottom: .1rem solid #d2dce5;
}

@media (max-width:1024px) {
  .menu-open.select-open .header {
    transform: unset;
  }

  .menu-open.select-open .header__bottom.show {
    transform: unset;
    will-change: unset;
  }

  .menu-open.select-open .header__bottom.show .city.__select {
    position: static;
  }

  .menu-open.select-open .header__bottom.show .__select__content-wrapper {
    opacity: 1;
  }

  .menu-open.select-open .header__bottom.show .__select__content {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    max-height: 100%;
    z-index: 200;
  }
}

@media (max-width:1024px) and (max-width:480px) {
  .menu-open.select-open .header__bottom.show .__select__content {
    position: fixed;
    top: var(--headerH);
    height: calc(100% - var(--headerH));
  }
}

@media (max-width:1024px) {
  .menu-open.select-open .header__bottom.show .__select__content .__select__label {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.header.start {
  top: -4.9rem;
  box-shadow: 0 0 35px rgba(0, 0, 0, .1098039216);
}

@media (max-width:1024px) {
  .header.start {
    box-shadow: unset;
  }
}

.header.start .menu-wrapper {
  top: calc(var(--headerH) - 4.9rem);
  max-height: calc(100% - var(--headerH) + 4.9rem);
}

.header.hide-header {
  transform: translateY(-103%);
  box-shadow: 0 0 35px transparent;
}

@media (max-width:1024px) {
  .header.hide-header {
    transform: translateY(0);
  }
}

.burger {
  display: none;
}

@media (max-width:1024px) {
  .burger {
    display: block;
    width: 4rem;
    height: 2.8rem;
    border-top: 1px solid #697279;
    border-bottom: 1px solid #697279;
    position: relative;
    border-left: unset;
  }
}

@media (max-width:480px) {
  .burger {
    width: 2.8rem;
    height: 2.1rem;
  }
}

.burger:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #697279;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header__logo_mob {
  display: none;
}

@media (max-width:1024px) {
  .header__logo_mob {
    display: block;
    width: 50%;
    z-index: 3;
  }
}

.header__logo_mob img {
  width: 10.7rem;
}

@media (max-width:480px) {
  .header__logo_mob img {
    width: 13.7rem;
  }
}

.header__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #d2dce5;
  z-index: 4;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  background: #f0f2f6;
  color: #697279;
  padding-right: 2.4rem;
  position: relative;
}

@media (max-width:1024px) {
  .header__top {
    border-bottom: unset;
    width: 50%;
    background: unset;
    padding-right: 0;
  }
}

@media (max-width:1024px) {
  .header__top .languages {
    display: none;
  }
}

@media (max-width:480px) {
  .header__top .languages .__select__title {
    padding: 0;
  }
}

.header__top .languages .geolocation__flag {
  margin-right: 1rem;
}

.header__top .languages img {
  width: 2.4rem;
}

@media (max-width:480px) {
  .header__top .languages img {
    width: 3rem;
  }
}

@media (max-width:1024px) {
  .header__top .geolocation {
    display: none;
  }
}

.header__top>:not(.menu-button) {
  height: 4.9rem;
}

@media (max-width:1024px) {
  .header__top>:not(.menu-button) {
    height: unset;
    border-left: unset;
  }
}

@media (max-width:1024px) {
  .header__top .header__search {
    display: flex;
  }
}

.header__bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  background: #f0f2f6;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .04), 0 2px 6px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
}

@media (max-width:1515px) {
  .header__bottom {
    padding-left: 3rem;
    padding-right: 4rem;
  }
}

@media (max-width:1024px) {
  .header__bottom {
    display: none;
    transform: translate3D(0, -100%, 0);
    width: 100%;
    height: calc(100% - var(--headerH));
    position: fixed;
    top: var(--headerH);
    left: 0;
    transition: transform .4s cubic-bezier(.075, .82, .165, 1);
    padding-left: 0;
    padding-right: 0;
    border-top: .1rem solid #d2dce5;
    background: #fff;
    z-index: 50;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width:480px) {
  .header__bottom {
    padding-right: 0;
    padding-left: 0;
    overflow: auto;
  }
}

.header__bottom.show {
  transform: translate3D(0, 0, 0);
}

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

@media (max-width:1920px) {
  .header__menu {
    padding: 1.2rem 0;
    margin-left: auto;
  }
}

@media (max-width:1600px) {
  .header__menu {
    max-width: none;
  }
}

@media (max-width:1515px) {
  .header__menu {
    max-width: 180rem;
    padding: 1.2rem 0;
  }
}

@media (max-width:1024px) {
  .header__menu {
    margin-left: unset;
    height: 100%;
    row-gap: 1.5rem;
    overflow-y: auto;
    align-items: flex-start;
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .header__menu::-webkit-scrollbar,
  .header__menu::-webkit-scrollbar:horizontal {
    width: 0;
    height: 0;
  }
}

@media (max-width:480px) {
  .header__menu {
    flex-direction: column;
    display: flex;
    height: auto;
    row-gap: 0;
    padding: 0;
  }
}

.header__nav {
  /* column-gap: 1rem; */
}

.header__nav>li {
  margin-left: 1rem;
}

.header__nav>li:first-child {
  margin-left: 0;
}


@media (max-width:1920px) {
  .header__nav {
    flex-wrap: wrap;
    /* column-gap: 4rem; */
    justify-content: flex-end;
  }

  .header__nav>li {
    margin-left: 4rem;
  }
}

@media (max-width:1100px) {
  .header__nav {
    /* column-gap: 2rem; */
  }

  .header__nav>li {
    margin-left: 2rem;
  }
}

@media (max-width:1024px) {
  .header__nav {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    padding-top: 3.5rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .header__nav>li {
    margin-left: 0;
  }
}

@media (max-width:480px) {
  .header__nav {
    width: 100%;
    padding-right: 3rem;
    padding-left: 2.5rem;
    padding-top: 4rem;
  }
}

.header__search {
  position: relative;
  padding-left: 1.6rem;
  padding-right: 3.6rem;
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width:1024px) {
  .header__search {
    padding: 0;
    margin-right: 3rem;
    position: static;
  }
}

.header__search svg {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: .9rem;
}

@media (max-width:1024px) {
  .header__search svg {
    width: 3rem;
    height: 3rem;
  }
}

@media (max-width:480px) {
  .header__search svg {
    width: 2.7rem;
    height: 2.7rem;
  }
}

.btn__search-show {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

.btn__search-show:hover span {
  color: #a50f2d;
}

.btn__search-show span {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #697279;
}

@media (max-width:1920px) {
  .btn__search-show span {
    font-size: 14px;
  }
}

@media (max-width:1024px) {
  .btn__search-show span {
    display: none;
    color: #212424;
  }
}

.btn__search,
.input__search {
  display: none;
}

.header__search_close {
  display: none;
  position: absolute;
  top: 2.1rem;
  right: 4.2rem;
  z-index: 6;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/close-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.header__search_close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
}

@media (max-width:1024px) {
  .header__search_close {
    top: 2rem;
    right: 2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media (max-width:480px) {
  .header__search_close {
    top: 2.8rem;
    right: 2.8rem;
    width: 2rem;
    height: 2rem;
  }
}

.header__search.active {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 1rem 5rem 1.8rem 4rem;
  z-index: 5;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width:1920px) {
  .header__search.active {
    padding-right: 4rem;
  }
}

@media (max-width:1024px) {
  .header__search.active {
    height: 12rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2.2rem;
  }
}

@media (max-width:480px) {
  .header__search.active {
    height: 15rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}

.header__search.active .btn__search-show {
  display: none;
}

.header__search.active .btn__search {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #eff1f6;
  background: #a50f2d;
  border: 1px solid #a50f2d;
  padding: 1.3rem 1.2rem 1.3rem 2.4rem;
  border-radius: 10rem;
  text-decoration: none;
  transition: .4s;
}

@media (max-width:1024px) {
  .header__search.active .btn__search {
    padding: 0;
    border: unset;
  }

  .header__search.active .btn__search span {
    display: none;
  }
}

.header__search.active .btn__search svg {
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 2.4rem;
}

@media (max-width:1024px) {
  .header__search.active .btn__search svg {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 0;
  }
}

@media (max-width:480px) {
  .header__search.active .btn__search svg {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.header__search.active .btn__search svg rect {
  fill: #fff;
}

@media (max-width:1024px) {
  .header__search.active .btn__search svg rect {
    fill: #a50f2d;
  }
}

.header__search.active .btn__search svg path {
  stroke: #a50f2d;
}

@media (max-width:1024px) {
  .header__search.active .btn__search svg path {
    stroke: #fff;
  }
}

.header__search.active .btn__search.disabled {
  color: #697279;
  background: #fff;
  border: 1px solid rgba(210, 220, 229, .3);
}

@media (max-width:1024px) {
  .header__search.active .btn__search.disabled {
    border: unset;
  }
}

.header__search.active .btn__search.disabled svg rect {
  fill: #d2dce5;
}

.header__search.active .btn__search.disabled svg path {
  stroke: #fff;
}

.header__search.active .input__search {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: .8rem;
  padding-top: 1rem;
  padding-right: 1rem;
  color: #212424;
  width: 100%;
}

.header__search.active .input__search::placeholder {
  color: #aab8c3;
}

@media (max-width:1024px) {
  .header__search.active .input__search {
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}

@media (max-width:480px) {
  .header__search.active .input__search {
    font-size: 16px;
  }
}

.header__search.active .header__search_close {
  display: block;
}

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

.header__logo img {
  width: 12.8rem;
}

.header__menu {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}

@media (max-width:1920px) {
  .header__menu {
    font-size: 14px;
  }
}

@media (max-width:1024px) {
  .header__menu {
    text-align: start;
    font-size: 1.4rem;
  }
}

@media (max-width:480px) {
  .header__menu {
    overflow: hidden;
    position: relative;
  }
}

.header__menu a {
  color: #212424;
  text-decoration: none;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width:1920px) {
  .header__nav {
    justify-content: flex-end;
  }
}

.header__nav a {
  transition: color .4s;
}

.header__nav a:hover {
  color: #a50f2d;
}

@media (max-width:1024px) {
  .header__item {
    font-size: 16px;
    line-height: 2rem;
    margin-bottom: 2rem;
    text-align: left;
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: transform .4s;
    position: relative;
  }
}

@media (max-width:480px) {
  .header__item {
    font-size: 16px;
    line-height: 2.8rem;
    margin-bottom: 2.4rem;
    padding-right: 3rem;
  }
}

.header__item:last-child {
  margin-right: 0;
}

.header__item[data-menu]:after {
  content: "";
}

@media (max-width:1024px) {
  .header__item[data-menu]:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(.2);
    transform: translateY(-50%);
  }
}

@media (max-width:480px) {
  .header__item[data-menu]:after {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.header__item .header__link {
  height: 6.4rem;
  display: flex;
  align-items: center;
  font-family: Manrope;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

@media (max-width:1920px) {
  .header__item .header__link {
    height: 4rem;
  }
}

@media (max-width:1024px) {
  .header__item .header__link {
    height: auto;
  }
}

@media (max-width:1024px) {
  .header__item.active {
    transform: translateX(2rem);
  }
}

@media (max-width:480px) {
  .header__item.active {
    transform: translateX(0);
  }
}

.header__item.active .header__link {
  color: #a50f2d;
  text-align: center;
}

@media (max-width:480px) {
  .header__item.active .header__link {
    text-align: start;
  }
}

.__select {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

@media (max-width:1515px) {
  .__select {
    padding-right: 1.8rem;
    padding-left: 1.2rem;
  }
}

.__select[data-state=active] {
  overflow: visible;
}

.__select[data-state=active] .__select__content-wrapper {
  display: block;
}

.__select[data-state=active] .__select__content {
  opacity: 1;
  pointer-events: all;
}

@media (max-width:480px) {
  .__select[data-state=active] .__select__content {
    width: 26rem;
  }
}

.__select[data-state=active] .__select__title:after {
  transform: scaleY(-1);
}

@media (max-width:480px) {
  .__select {
    padding: 0;
  }
}

.__select__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  line-height: 1.3;
  color: #697279;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  transition: color .4s;
}

@media (max-width:1920px) {
  .__select__title {
    font-size: 14px;
  }
}

@media (max-width:1024px) {
  .__select__title {
    font-size: 16px;
    line-height: 2rem;
    color: #212424;
  }
}

@media (max-width:480px) {
  .__select__title {
    font-size: 16px;
  }
}

.__select__title:hover {
  color: #a50f2d;
}

@media (max-width:480px) {
  .__select__title {
    z-index: 2;
  }
}

.__select__title:after {
  content: "";
  display: block;
  width: .8rem;
  height: .4rem;
  margin-left: 1rem;
  background: url(../images/arrow-down.svg) no-repeat;
  background-size: contain;
  transition: transform .5s;
  transform: translateY(1px);
}

@media (max-width:1024px) {
  .__select__title:after {
    filter: brightness(0);
  }
}

.__select__content-wrapper {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  width: 95rem;
  display: none;
}

@media (max-width:1024px) {
  .__select__content-wrapper {
    opacity: 0;
    transition: opacity .3s;
  }
}

.__select__content-wrapper:after {
  content: "";
  width: 100%;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  background: -webkit-linear-gradient(0deg, #fff 30%, rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, #fff 30%, rgba(255, 255, 255, 0));
}

@media (max-width:1024px) {
  .__select__content-wrapper:after {
    content: unset;
  }
}

.__select__content-wrapper:before {
  content: "";
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: -webkit-linear-gradient(180deg, #fff 10%, rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, #fff 10%, rgba(255, 255, 255, 0));
}

@media (max-width:1024px) {
  .__select__content-wrapper:before {
    content: unset;
  }
}

@media (max-width:1515px) {
  .__select__content-wrapper {
    width: 100%;
  }
}

.__select__content {
  padding: .5rem;
  position: relative;
  top: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(5, 19rem);
  background: #fff;
  width: auto;
  opacity: 0;
  z-index: 8;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #efefef #fff;
  max-height: 28rem;
  pointer-events: none;
}

@media (max-width:1515px) {
  .__select__content {
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    padding-left: 5rem;
  }
}

@media (max-width:1024px) {
  .__select__content {
    left: -1px;
    top: calc(100% + 1px);
    padding: 0;
    display: flex;
    flex-direction: column;
    transition: opacity .3s ease-out .3s;
  }
}

.__select__content::-webkit-scrollbar {
  width: .3rem;
}

.__select__content::-webkit-scrollbar:horizontal {
  height: 0;
}

.__select__content::-webkit-scrollbar-track {
  background-color: transparent;
}

.__select__content::-webkit-scrollbar-thumb {
  background: #aab8c3;
}

.__select__content::-webkit-scrollbar-thumb:hover {
  background: #a50f2d;
}

@media (max-width:480px) {
  .__select__content {
    padding-top: 0;
    padding-bottom: 0;
    overflow-y: scroll;
    width: 100%;
    max-height: 30rem;
  }
}

.__select__input {
  display: none;
}

.__select__input:checked+label {
  color: #a50f2d;
}

.__select__input:disabled+label {
  opacity: .6;
  pointer-events: none;
}

.__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1;
  padding: 1rem 1.8rem;
  transition: all .2s ease-out;
  cursor: pointer;
  color: #212424;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width:1920px) {
  .__select__label {
    font-size: 14px;
  }
}

@media (max-width:1515px) {
  .__select__label {
    padding: 1rem 1.2rem;
  }
}

@media (max-width:1024px) {
  .__select__label {
    font-size: 16px;
    border-bottom: 1px solid #e5e9f1;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:480px) {
  .__select__label {
    font-size: 16px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.__select__label:hover {
  color: #a50f2d;
}

.city.__select {
  text-transform: none;
  padding-right: 0;
  position: static;
}

@media (max-width:1024px) {
  .city.__select {
    position: relative;
    display: none;
  }
}

.city.__select .__select__label {
  text-align: left;
}

.city.__select .__select__content {
  min-width: 16rem;
}

@media (max-width:1024px) {
  .city.__select .__select__content-wrapper {
    position: static;
  }
}

.header__mid {
  background: #f0f2f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  border-bottom: 1px solid #d2dce5;
  z-index: 3;
}

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

.header__mid--active {
  z-index: 3;
}

.header__mid_wrap {
  display: flex;
  align-items: center;
  height: 4.7rem;
}

.header__contact {
  position: relative;
  display: flex;
  gap: 2rem;
  flex-direction: row;
  align-items: flex-start;
  padding: 1rem 0;
  padding-left: 3rem;
}

.header__contact:hover .header__dropdown {
  opacity: 1;
  pointer-events: all;
}

.header__contact:hover .header__dropdown-icon {
  transform: scaleY(-1);
}

@media (max-width:1024px) {
  .header__contact {
    flex-direction: column;
  }
}

.header__contact a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
  text-decoration: none;
  transition: color .4s;
}

@media (max-width:1920px) {
  .header__contact a {
    font-size: 14px;
  }
}

.header__contact a:hover {
  color: #a50f2d;
}

.header__dropdown-button {
  display: flex;
  align-items: center;
}

.header__dropdown-icon {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  transition: transform .4s;
}

.header__dropdown-icon:after {
  content: "";
  width: .8rem;
  height: .4rem;
  display: block;
  position: absolute;
  background: url(../images/arrow-down.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__dropdown {
  position: absolute;
  top: 100%;
  left: 1.3rem;
  background-color: #fff;
  width: max-content;
  z-index: 3;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
}

.header__dropdown:before {
  content: "";
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  position: absolute;
}

@media (max-width:1515px) {
  .header__dropdown {
    top: 100%;
    left: 1.7rem;
  }
}

.header__dropdown a {
  padding: .5rem 1.8rem;
}

@media (max-width:1515px) {
  .header__dropdown a {
    padding: .5rem 1.2rem;
  }
}

.header__dropdown a:last-child {
  padding-bottom: 1rem;
}

.header__dropdown a:first-child {
  padding-top: 1rem;
}

.header__nav_link {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
  text-decoration: none;
  margin-left: 4rem;
  transition: color .4s;
}

@media (max-width:1920px) {
  .header__nav_link {
    font-size: 14px;
  }
}

.header__nav_link:first-child {
  margin-left: 0;
}

.header__nav_link:hover {
  color: #a50f2d;
}

.geolocation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: unset;
  min-width: 12rem;
}

@media (max-width:1024px) {
  .geolocation {
    justify-content: flex-start;
    padding: 0;
  }
}

@media (max-width:480px) {
  .geolocation {
    min-width: unset;
  }
}

.geolocation .geolocation__flag {
  margin-right: 1rem;
}

@media (max-width:480px) {
  .geolocation .geolocation__flag {
    margin-right: 1.8rem;
  }
}

.geolocation .__select__content {
  width: 17rem;
}

@media (max-width:480px) {
  .geolocation .__select__content {
    width: 20rem;
  }
}

.geolocation img {
  width: 2.4rem;
}

@media (max-width:480px) {
  .geolocation img {
    width: 3rem;
  }
}

.geolocation .__select__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width:1024px) {
  .geolocation .__select__label {
    padding-left: 0;
    padding-right: 0;
  }
}

.geolocation__location {
  color: #697279;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color .4s;
}

@media (max-width:1024px) {
  .geolocation__location {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width:480px) {
  .geolocation__location {
    font-size: 16px;
  }
}

.geolocation__location:hover {
  color: #a50f2d;
}

.geolocation__location:after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  margin-left: 1rem;
  background: url(../images/arrow-down.svg) no-repeat;
  background-size: contain;
}

.header__top-button {
  display: block;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #212424;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media (max-width:1920px) {
  .header__top-button {
    font-size: 14px;
  }
}

@media (max-width:1024px) {
  .header__top-button {
    font-size: 16px;
  }
}

.header__top-button:hover {
  color: #a50f2d;
}

@media (max-width:1024px) {
  .header__top-button {
    display: none;
  }
}

.header__flex-row {
  display: flex;
  /* gap: 4rem; */
  align-items: center;
  padding-right: 2rem;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #697279;
}

.header__flex-row>div {
  margin-left: 4rem;
}

.header__flex-row>div:nth-child(2) {
  margin-left: 0;
}

@media (max-width:1024px) {
  .header__flex-row {
    display: none;
  }
}

.header__anchor {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #697279 !important;
  text-decoration: none;
}

@media (max-width:1920px) {
  .header__anchor {
    font-size: 14px;
  }
}

@media (max-width:1024px) {
  .header__anchor {
    font-size: 16px;
    display: block;
    color: #212424 !important;
  }
}

.header__anchor:hover {
  color: #a50f2d !important;
}

.header__link br {
  display: none;
}

@media (max-width:1920px) {
  .header__link br {
    display: block;
  }
}

@media (max-width:1515px) {
  .header__link br {
    display: none;
  }
}

@media (max-width:1024px) {
  .header__link {
    max-width: 29.4rem;
  }
}

.overflow-hidden .hide-header {
  transform: unset;
}

button.header__link {
  border: 0;
  background-color: transparent;
  text-align: center;
  padding: 0;
}

button.header__link:hover {
  color: #a50f2d;
}

@media (max-width:1024px) {
  button.header__link {
    text-align: start;
    color: #212424;
  }

  button.header__link:hover {
    color: #212424;
  }
}

.solution .insights-main-bg:before {
  background-color: transparent;
}

.insights-main-bg,
.intro,
.intro__pages {
  min-height: 380px;
  height: 100%;
  max-height: 400px;
  position: relative;
}

.insights-main-bg.low-banner {
  min-height: 400px;
  height: calc(100vh - var(--headerH) - 400px);
}

.insights-main-bg:before,
.intro:before,
.intro__pages:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

.insights-main-bg .intro__content,
.intro .intro__content,
.intro__pages .intro__content {
  position: relative;
}

.insights-main-bg .insights-subtitle,
.insights-main-bg h1,
.intro .insights-subtitle,
.intro__pages .insights-subtitle,
.intro__pages h1,
.intro h1 {
  position: relative;
  text-shadow: 1px 1px 3px #000;
}

@media (max-width:1024px) {

  .insights-main-bg,
  .intro,
  .intro__pages {
    height: auto;
    max-height: min-content;
    min-height: 60rem;
  }
}

@media (max-width:480px) {

  .insights-main-bg,
  .intro,
  .intro__pages {
    height: auto;
    min-height: 56rem;
  }
}

.events-main-bg {
  min-height: 350px;
  height: calc(100vh - var(--headerH) - 93px);
  max-height: 400px;
}

@media (max-width:1024px) {
  .events-main-bg {
    height: auto;
    max-height: min-content;
    min-height: 60rem;
  }
}

@media (max-width:480px) {
  .events-main-bg {
    height: auto;
    min-height: 56rem;
  }
}

.intro {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 13.8rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width:1920px) {
  .intro {
    padding-bottom: 7.8rem;
  }
}

@media (max-width:1515px) {
  .intro {
    padding-bottom: 4.8rem;
  }
}

@media (max-width:1024px) {
  .intro {
    padding-top: 5rem;
    padding-bottom: 5.1rem;
    padding-left: 2rem;
  }
}

@media (max-width:480px) {
  .intro {
    padding-top: 23.2rem;
    padding-bottom: 3.1rem;
    padding-left: 2.4rem;
  }
}

.intro__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}

@media (max-width:1024px) {
  .intro__content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.intro__video-btn {
  color: #eff1f6;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 1rem 2.4rem 1rem 1.2rem;
  border-radius: 10rem;
  border: 1px solid hsla(0, 0%, 100%, .3);
  box-shadow: 0 0 4px transparent;
  transition: .4s;
  background-color: transparent;
  position: relative;
  width: max-content;
}

@media (max-width:1024px) {
  .intro__video-btn {
    margin-top: 0;
  }
}

@media (max-width:480px) {
  .intro__video-btn {
    font-size: 2.05rem;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
}

.intro__video-btn:hover {
  box-shadow: 0 0 4px #fff;
}

.intro__video-btn:before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 2.4rem;
  border-radius: 100%;
  background: url(../images/Exclude.png) no-repeat;
  background-size: contain;
  transition: transform .3s;
}

@media (max-width:480px) {
  .intro__video-btn:before {
    width: 3.7rem;
    height: 3.7rem;
    margin-right: 3rem;
  }
}

.intro__video-btn.--callback:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23fff'/%3E%3Cpath d='M21.886 16.4l-6.19 6.4m6.19-6.4H10m11.886 0l-6.19-6.4' stroke='%23212424' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat;
}

.intro__video-btn.--callback:hover:before {
  transform: translateX(.4rem);
}

.intro__video-btn.--red {
  background-color: #a50f2d;
}

.services-wrapper {
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .services-wrapper {
    margin-top: 12rem;
  }
}

.section-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .section-top {
    margin-top: 12rem;
  }
}

@media (max-width:1024px) {
  .section-top {
    flex-direction: column;
    gap: 2rem;
    margin-top: 10.2rem;
  }
}

@media (max-width:480px) {
  .section-top {
    margin-top: 5.5rem;
    flex-direction: column;
    gap: 0;
  }
}

.title-wrapper {
  display: flex;
  align-items: flex-start;
  width: calc(46% - 2rem);
  position: relative;
}

@media (max-width:1024px) {
  .title-wrapper {
    width: 100%;
  }
}

.title-wrapper.title-wrapper--width {
  width: calc(60% - 2rem);
}

@media (max-width:1024px) {
  .title-wrapper.title-wrapper--width {
    width: 100%;
  }
}

.title-wrapper .title,
.addtext {
  margin-left: 20.5rem;
}

@media (max-width:1920px) {

  .title-wrapper .title,
  .addtext {
    margin-left: 15.5rem;
  }
}

@media (max-width:1515px) {

  .title-wrapper .title,
  .addtext {
    margin-left: 11.5rem;
  }
}

@media (max-width:1024px) {

  .title-wrapper .title,
  .addtext {
    margin-left: 0;
  }
}

.section-top__aside.white {
  color: #eff1f6;
}

.section-top__aside {
  width: calc(50% - 2rem);
  letter-spacing: 0;
  text-align: left;
  color: #212424;
  padding-right: 20rem;
}

.section-top__aside,
.section-top__aside ol,
.section-top__aside ul {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width:480px) {

  .section-top__aside ol,
  .section-top__aside ul {
    font-size: 2.55rem;
    line-height: 1.4;
  }
}

@media (max-width:1515px) {
  .section-top__aside {
    padding-right: 10rem;
  }
}

@media (max-width:1024px) {
  .section-top__aside {
    padding-right: 0;
  }
}

@media (max-width:480px) {
  .section-top__aside {
    font-size: 2.55rem;
    line-height: 1.4;
  }
}

@media (max-width:1024px) {
  .section-top__aside {
    width: 100%;
  }
}

@media (max-width:480px) {
  .section-top__aside {
    margin-top: 2.2rem;
  }
}

.section-top__aside p+p {
  margin-top: 1rem;
}

.section-top__aside ol,
.section-top__aside ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.title-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 1rem;
  left: 0;
  border: 1px solid #a50f2d;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.02em;
  text-align: center;
  color: #212424;
}

@media (max-width:1024px) {
  .title-num {
    display: none;
  }
}

.title {
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.115;
  letter-spacing: -.02em;
  text-align: left;
  color: #212424;
}

@media (max-width:480px) {
  .title {
    font-size: 4.1rem;
    line-height: 1.25;
  }
}

.text-normal,
p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
}

@media (max-width:480px) {

  .text-normal,
  p {
    font-size: 2.55rem;
    line-height: 1.4;
  }
}

.above-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .above-block {
    margin-top: 12rem;
  }
}

@media (max-width:1024px) {
  .above-block {
    margin-top: 10rem;
  }
}

@media (max-width:480px) {
  .above-block {
    margin-top: 7rem;
    flex-wrap: wrap;
  }
}

@media (max-width:480px) {
  .above-block .link-red {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.link-red {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.78;
  letter-spacing: 0;
  text-align: right;
  color: #a50f2d;
  text-decoration: none;
  min-width: max-content;
  border: 0;
  padding: 0;
  background-color: unset;
}

@media (max-width:480px) {
  .link-red {
    font-size: 2.05rem;
    min-width: unset;
    text-align: left;
  }
}

.link-red span {
  transition: .4s;
  box-shadow: 0 1px 0 0 transparent;
}

.link-red:hover span {
  box-shadow: 0 1px 0 0 #a50f2d;
}

.link-red:hover svg {
  transform: translateX(.4rem);
}

.link-red svg {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.6rem;
  will-change: transform;
  transition: transform .4s;
}

@media (max-width:480px) {
  .link-red svg {
    width: 4.1rem;
    height: 4.1rem;
    margin-right: 2.2rem;
  }
}

button.link-red:hover span {
  box-shadow: 0 4px 0 -3px #a50f2d;
}

.subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
  display: block;
  min-height: 7.2rem;
}

.subtitle a {
  color: inherit;
  display: block;
}

@media (max-width:480px) {
  .subtitle {
    font-size: 2.55rem;
    min-height: 0;
  }
}

.swiper-wrapper {
  height: auto;
}

.services__slider {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-top: 2.4rem;
  position: relative;
  padding-bottom: .1rem;
}

@media (max-width:480px) {
  .services__slider {
    margin-top: 3.4rem;
  }
}

.services__slider .services__container {
  width: calc(100% - 4rem);
  margin-left: 2rem;
  overflow: hidden;
  padding-bottom: .1rem;
}

@media (max-width:1024px) {
  .services__slider .services__container {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width:1024px) {

  .services__slider .swiper-button-next,
  .services__slider .swiper-button-prev {
    display: none !important;
  }
}

.service {
  min-height: 31.8rem;
  height: auto;
  border-top: 1px solid #d2dce5;
  border-bottom: 1px solid #d2dce5;
  border-right: 1px solid #d2dce5;
  margin-left: 1px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.8rem 2rem 4.5rem;
  text-decoration: none;
  transition: .2s;
}

@media (max-width:1920px) {
  .service {
    padding: 2.8rem 1.5rem 2.5rem;
    min-height: 29.8rem;
  }
}

@media (max-width:1515px) {
  .service {
    padding: 2.8rem 2.5rem 2rem 2rem;
    min-height: 32rem;
  }
}

@media (max-width:1024px) {
  .service {
    width: 30.2rem;
    padding-right: 3.5rem;
    margin-left: 0;
  }
}

@media (max-width:480px) {
  .service {
    width: 40rem;
    min-height: 34.5rem;
    padding: 3.8rem 3.5rem 3rem 2rem;
  }
}

.service:hover .subtitle {
  color: #a50f2d;
  transition: .4s;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 4px transparent;
  transition: .4s;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  box-shadow: 0 0 5px #d2dce5;
}

.swiper-container .swiper-button-next {
  right: 0;
}

.swiper-container .swiper-button-prev {
  left: 0;
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/btn-slider.svg) no-repeat;
  background-size: contain;
}

.swiper-container .swiper-button-prev:after {
  transform: scaleX(-1);
}

.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.service__top {
  margin-bottom: 2rem;
}

.service__top img {
  width: 3.1rem;
  margin-bottom: 2.5rem;
}

@media (max-width:1515px) {
  .service__top img {
    margin-bottom: 3.1rem;
  }
}

@media (max-width:1024px) {
  .service__top img {
    margin-bottom: 0;
  }
}

@media (max-width:480px) {
  .service__top img {
    width: 4.1rem;
  }
}

.service__top_img {
  height: 6rem;
  display: block;
}

@media (max-width:480px) {
  .service__top_img {
    height: 6.4rem;
  }
}

.service__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
  max-height: 4.5em;
  overflow: hidden;
  position: relative;
  transition: color .3s;
}

@media (max-width:480px) {
  .service__text {
    font-size: 1.94rem;
    max-height: 9.5rem;
  }
}

.dark .service__text--gradient:before {
  opacity: 0;
}

.service__text--gradient:before {
  content: "";
  width: 100%;
  height: 2rem;
  background: -webkit-linear-gradient(0deg, #eff1f6 5%, rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, #eff1f6 5%, rgba(255, 255, 255, 0));
  transition: .2s;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.help__slider {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-top: 5rem;
  position: relative;
}

@media (max-width:1024px) {
  .help__slider {
    margin-top: 4rem;
  }
}

.help__slider .swiper-container {
  width: calc(100% - 4rem);
  margin-left: 2rem;
  overflow: hidden;
}

@media (max-width:1024px) {
  .help__slider .swiper-container {
    width: calc(100% - 2rem);
  }
}

.help__slider .swiper-slide {
  display: block;
  text-decoration: none;
}

@media (max-width:1024px) {
  .help__slider .swiper-slide {
    width: 27.5rem;
  }
}

@media (max-width:480px) {
  .help__slider .swiper-slide {
    width: 18rem;
  }
}

.help__slider .swiper-slide img {
  width: 100%;
  height: 46.6rem;
  object-fit: cover;
  object-position: center;
}

@media (max-width:1920px) {
  .help__slider .swiper-slide img {
    height: 34.6rem;
  }
}

@media (max-width:1515px) {
  .help__slider .swiper-slide img {
    height: 25rem;
  }
}

@media (max-width:1024px) {
  .help__slider .swiper-slide img {
    height: 34.5rem;
  }
}

@media (max-width:480px) {
  .help__slider .swiper-slide img {
    height: 24.5rem;
  }
}

.help__slider .swiper-button-next,
.help__slider .swiper-button-prev {
  top: 23.5rem;
}

@media (max-width:1920px) {

  .help__slider .swiper-button-next,
  .help__slider .swiper-button-prev {
    top: 18rem;
  }
}

@media (max-width:1515px) {

  .help__slider .swiper-button-next,
  .help__slider .swiper-button-prev {
    top: 13rem;
  }
}

@media (max-width:1024px) {

  .help__slider .swiper-button-next,
  .help__slider .swiper-button-prev {
    display: none;
  }
}

.help__slider_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
  margin-top: 2.4rem;
  display: block;
}

.solve__intro {
  height: 78.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/main/Image-solve.jpg);
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .solve__intro {
    margin-top: 12rem;
  }
}

@media (max-width:1024px) {
  .solve__intro {
    margin-top: 10.2rem;
  }
}

@media (max-width:480px) {
  .solve__intro {
    margin-top: 5.5rem;
  }
}

@media (max-width:1920px) {
  .solve__intro {
    height: 71.5rem;
  }
}

@media (max-width:1515px) {
  .solve__intro {
    height: 64.5rem;
    background-image: url(../images/main/solve-1440.jpg);
  }
}

.solve__intro .section-top {
  padding-top: 21.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width:1920px) {
  .solve__intro .section-top {
    padding-top: 12.5rem;
  }
}

@media (max-width:1515px) {
  .solve__intro .section-top {
    margin-top: 10rem;
    padding-top: 10.5rem;
  }
}

@media (max-width:1024px) {
  .solve__intro .section-top {
    margin-top: 8rem;
    padding-top: 6.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width:480px) {
  .solve__intro .section-top {
    padding-top: 4.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width:1515px) {
  .solve__intro .title-wrapper {
    width: 65%;
  }
}

@media (max-width:1024px) {
  .solve__intro .title-wrapper {
    width: 100%;
  }
}

.solve--adaptive2 .solve__intro {
  height: auto;
  min-height: unset;
  padding-bottom: 35rem;
}

@media (max-width:480px) {
  .solve--adaptive2 .solve__intro {
    padding-bottom: 30rem;
  }
}

.solve--adaptive2 .solve__slider {
  overflow: hidden;
  width: 100%;
  margin-left: 0;
}

.solve--adaptive2 .solve__slider .swiper-container {
  width: 100%;
  margin: 0;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width:480px) {
  .solve--adaptive2 .solve__slider .swiper-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.solve--adaptive2 .swiper-button-next {
  right: 2rem;
}

.solve--adaptive2 .swiper-button-prev {
  left: 2rem;
}

.solve--adaptive .solve__intro {
  height: auto;
  min-height: unset;
  padding-bottom: 35rem;
}

@media (max-width:480px) {
  .solve--adaptive .solve__intro {
    padding-bottom: 30rem;
  }
}

.solve--adaptive .solve__slider {
  overflow: hidden;
  width: 100%;
  margin-left: 0;
}

.solve--adaptive .solve__slider .swiper-container {
  width: 100%;
  margin: 0;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width:480px) {
  .solve--adaptive .solve__slider .swiper-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.solve--adaptive .solve__slider .swiper-slide {
  height: auto;
}

@media (max-width:480px) {
  .vertical {
    padding-right: 5rem;
  }
}

.vertical .title {
  width: 100%;
}

@media (max-width:480px) {
  .vertical .title {
    word-break: break-word;
  }
}

.vertical .title-wrapper {
  display: flex;
  flex-direction: column;
}

.vertical .link-white {
  margin-left: 20.5rem;
  margin-top: 3.5rem;
}

@media (max-width:1920px) {
  .vertical .link-white {
    margin-left: 15.5rem;
  }
}

@media (max-width:1515px) {
  .vertical .link-white {
    margin-left: 11.5rem;
  }
}

@media (max-width:1024px) {
  .vertical .link-white {
    margin-left: 0;
    margin-top: 4rem;
  }
}

.white .title-num {
  color: #eff1f6;
  top: 0;
  border: 1px solid #fff;
}

.link-white,
.white .title {
  color: #eff1f6;
}

.link-white {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.78;
  letter-spacing: 0;
  text-align: right;
  text-decoration: none;
}

@media (max-width:480px) {
  .link-white {
    font-size: 2.05rem;
  }
}

.link-white span {
  transition: .4s;
  box-shadow: 0 1px 0 0 transparent;
}

.link-white:hover span {
  box-shadow: 0 1px 0 0 #fff;
}

.link-white:hover svg {
  transform: translateX(.4rem);
}

.link-white svg {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.6rem;
  transition: transform .4s;
  will-change: transform;
}

@media (max-width:480px) {
  .link-white svg {
    width: 4.1rem;
    height: 4.1rem;
    margin-right: 2.2rem;
  }
}

.solve__slider {
  width: calc(100% - 4rem);
  margin-left: 2rem;
  margin-top: -17rem;
  position: relative;
}

@media (max-width:1920px) {
  .solve__slider {
    margin-top: -23rem;
  }
}

@media (max-width:1515px) {
  .solve__slider {
    margin-top: -18rem;
  }
}

@media (max-width:1024px) {
  .solve__slider {
    margin-top: -19rem;
  }
}

@media (max-width:480px) {
  .solve__slider {
    margin-top: -26rem;
  }
}

.solve__slider .swiper-container {
  width: calc(100% - 4rem);
  margin-left: 2rem;
  overflow: hidden;
}

@media (max-width:1024px) {
  .solve__slider .swiper-container {
    width: calc(100% + 2rem);
    margin-left: 0;
  }
}

@media (max-width:480px) {
  .solve__slider .swiper-container {
    width: calc(100% + 1.5rem);
    margin-left: .5rem;
  }
}

.solve__slider .swiper-slide {
  padding: 4rem;
  background: #fff;
  height: 36rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
}

@media (max-width:1024px) {
  .solve__slider .swiper-slide {
    width: 58.5rem;
  }
}

@media (max-width:480px) {
  .solve__slider .swiper-slide {
    width: 38.5rem;
    height: 38.5rem;
    padding: 3rem;
  }
}

.solve__slider .swiper-slide img {
  height: 5rem;
}

@media (max-width:1024px) {
  .solve__slider .swiper-slide img {
    height: 10rem;
    width: 100%;
    object-fit: scale-down;
    object-position: left;
  }
}

@media (max-width:480px) {
  .solve__slider .swiper-slide img {
    height: 7rem;
  }
}

.solve__slider .swiper-slide .subtitle {
  margin-top: 3rem;
}

@media (max-width:480px) {
  .solve__slider .swiper-slide .subtitle {
    margin-top: 2rem;
  }
}

.solve__slider .swiper-slide:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: -webkit-linear-gradient(0deg, #fff 50%, rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, #fff 50%, rgba(255, 255, 255, 0));
}

@media (max-width:1024px) {

  .solve__slider .swiper-button-next,
  .solve__slider .swiper-button-prev {
    display: none;
  }
}

.solve__slider .footnote,
.solve__slider p.footnote {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0;
  text-align: left;
  color: #aab8c3;
}

@media (max-width:480px) {

  .solve__slider .footnote,
  .solve__slider p.footnote {
    font-size: 1.94rem;
  }
}

.world-wide {
  width: 100%;
  overflow: hidden;
}

.world-wide #map {
  height: 80rem;
  margin-top: 2rem;
}

@media (max-width:480px) {
  .world-wide:after {
    content: "";
    width: 100%;
    height: 5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent, #f0f2f6);
  }
}

.world-wide .section-top {
  padding-top: 15rem;
  margin-top: 0;
}

@media (max-width:1920px) {
  .world-wide .section-top {
    padding-top: 12rem;
  }
}

@media (max-width:1515px) {
  .world-wide .section-top {
    padding-top: 12rem;
  }
}

@media (max-width:1024px) {
  .world-wide .section-top {
    padding-top: 10rem;
    flex-direction: row;
    align-items: flex-end;
  }
}

@media (max-width:480px) {
  .world-wide .section-top {
    padding-top: 7rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width:480px) {
  .world-wide .section-top .link-red {
    margin-top: 3rem;
  }
}

.partners {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  border-top: 1px solid #d2dce5;
  padding: 0 4.5rem 0 9rem;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width:1920px) {
  .partners {
    padding: 0 4.5rem;
  }
}

@media (max-width:1515px) {
  .partners {
    padding: 0 1.5rem;
  }
}

@media (max-width:1024px) {
  .partners {
    padding-top: 0;
    flex-wrap: nowrap;
  }
}

.partners__mobSlider {
  width: 100%;
}

@media (max-width:1024px) {
  .partners__mobSlider {
    overflow: hidden;
    margin-top: 3rem;
  }
}

.partner {
  display: block;
  width: calc((100% - 75.6rem) / 7);
  height: 10rem;
  margin-top: 8.5rem;
  margin-bottom: 3rem;
  margin-right: 12.6rem;
}

@media (max-width:1920px) {
  .partner {
    margin-top: 8.5rem;
    margin-bottom: 3rem;
    margin-right: 12.6rem;
    width: calc((100% - 75.6rem) / 7);
  }
}

@media (max-width:1515px) {
  .partner {
    margin-top: 5rem;
    margin-bottom: .8rem;
    margin-right: 6.3rem;
    width: calc((100% - 37.8rem) / 7);
    height: 7rem;
  }
}

@media (max-width:1024px) {
  .partner {
    margin-top: 5rem !important;
    width: 22rem;
    height: 7rem;
    margin-right: 3.5rem !important;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 1rem;
  }
}

.partner:nth-child(7n) {
  margin-right: 0;
}

@media (max-width:1024px) {
  .partner:nth-child(7n) {
    margin-right: 5.6rem;
  }
}

@media (max-width:480px) {
  .partner:nth-child(7n) {
    margin-right: 0;
  }
}

@media (max-width:1024px) {
  .partner:nth-child(4n) {
    margin-right: 0;
  }
}

.partner img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

@media (max-width:1024px) {
  .partner img {
    height: 100%;
  }
}

@media (max-width:1515px) {
  .events .title-wrapper {
    width: 60%;
  }
}

@media (max-width:1024px) {
  .events .title-wrapper {
    width: 100%;
  }
}

.section-top.align-bottom {
  align-items: flex-end;
}

@media (max-width:1024px) {
  .section-top.align-bottom {
    align-items: flex-start;
    margin-top: 11rem;
  }
}

@media (max-width:480px) {
  .section-top.align-bottom {
    margin-top: 7rem;
  }
}

@media (max-width:1024px) {
  .section-top.align-bottom .link-red {
    margin-top: 2rem;
  }
}

.news__slider {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-top: 4rem;
  position: relative;
}

@media (max-width:1920px) {
  .news__slider {
    margin-top: 6rem;
  }
}

@media (max-width:1515px) {
  .news__slider {
    margin-top: 5.2rem;
  }
}

@media (max-width:1024px) {
  .news__slider {
    margin-top: 4.2rem;
  }
}

@media (max-width:1024px) {

  .news__slider .swiper-button-next,
  .news__slider .swiper-button-prev {
    display: none;
  }
}

.news__container {
  width: calc(100% - 4rem);
  margin-left: 2rem;
  overflow: hidden;
}

.news-slide {
  width: 37rem;
  height: 40rem;
  display: flex;
  flex-direction: column;
}

@media (max-width:1920px) {
  .news-slide {
    width: 27rem;
  }
}

@media (max-width:1515px) {
  .news-slide {
    width: 31rem;
  }
}

@media (max-width:480px) {
  .news-slide {
    width: 39rem;
    height: 44.5rem;
  }
}

.news-slide img {
  width: 100%;
  height: 15.5rem;
  object-fit: cover;
  object-position: center;
}

@media (max-width:480px) {
  .news-slide img {
    height: 20rem;
  }
}

.news-slide.first-slide {
  width: 78rem;
  display: grid;
  position: relative;
}

@media (max-width:1920px) {
  .news-slide.first-slide {
    width: 90rem;
  }
}

@media (max-width:1515px) {
  .news-slide.first-slide {
    width: 66.5rem;
  }
}

@media (max-width:1024px) {
  .news-slide.first-slide {
    width: 60rem;
  }
}

@media (max-width:480px) {
  .news-slide.first-slide {
    width: 39rem;
  }
}

@media (max-width:480px) {

  .news-slide.first-slide .news-slide__date,
  .news-slide.first-slide .news-slide__theme,
  .news-slide.first-slide .news-slide__title {
    text-shadow: 1px 1px 3px #000;
  }
}

.news-slide.first-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .2);
  z-index: 2;
}

.news-slide.first-slide .news-slide__text-wrapper,
.news-slide.first-slide img {
  grid-row: 1/1;
  grid-column: 1/1;
}

.news-slide.first-slide img {
  z-index: 1;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}

.news-slide.first-slide .news-slide__text-wrapper {
  z-index: 2;
  padding: 4rem;
  box-sizing: border-box;
}

@media (max-width:1920px) {
  .news-slide.first-slide .news-slide__text-wrapper {
    padding: 3rem 4rem;
  }
}

@media (max-width:1515px) {
  .news-slide.first-slide .news-slide__text-wrapper {
    padding: 3.4rem 4.4rem;
  }
}

@media (max-width:1024px) {
  .news-slide.first-slide .news-slide__text-wrapper {
    padding: 2.5rem 3.5rem;
  }
}

.news-slide.first-slide .news-slide__date,
.news-slide.first-slide .news-slide__theme {
  color: #eff1f6;
}

.news-slide.first-slide .news-slide__title {
  font-size: 3.45rem;
  color: #eff1f6;
  line-height: 1.12;
  margin-top: 2rem;
  display: -webkit-box;
  max-width: 100%;
  overflow-wrap: break-word;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media (max-width:1515px) {
  .news-slide.first-slide .news-slide__title {
    margin-top: 1.8rem;
  }
}

@media (max-width:480px) {
  .news-slide.first-slide .news-slide__title {
    display: -webkit-box;
    max-width: 31rem;
    overflow-wrap: break-word;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 3rem;
  }
}

.news-slide__text-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
  flex-grow: 1;
}

@media (max-width:1920px) {
  .news-slide__text-wrapper {
    padding-top: 2rem;
  }
}

@media (max-width:1515px) {
  .news-slide__text-wrapper {
    padding-top: 2.5rem;
  }
}

.news-slide__text-wrapper div {
  flex-grow: 1;
}

.news-slide__text-wrapper a {
  text-decoration: none;
}

.news-slide__theme {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #a50f2d;
}

@media (max-width:480px) {
  .news-slide__theme {
    font-size: 1.94rem;
  }
}

.news-slide__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
  margin-top: 1.5rem;
  display: -webkit-box;
  max-width: 100%;
  overflow-wrap: break-word;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media (max-width:1920px) {
  .news-slide__title {
    line-height: 1.5;
  }
}

@media (max-width:480px) {
  .news-slide__title {
    font-size: 2.55rem;
    display: -webkit-box;
    max-width: 39rem;
    overflow-wrap: break-word;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
}

.news-slide__date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #697279;
}

@media (max-width:480px) {
  .news-slide__date {
    font-size: 1.94rem;
  }
}

.career-block {
  min-height: 61rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/main/career.jpg);
}

@media (max-width:1920px) {
  .career-block {
    min-height: 46rem;
  }
}

@media (max-width:1515px) {
  .career-block {
    min-height: 36.5rem;
  }
}

@media (max-width:1024px) {
  .career-block {
    min-height: 46.5rem;
    background-position: 100%;
  }
}

@media (max-width:480px) {
  .career-block {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
    min-height: 54rem;
  }
}

.career-block .section-top {
  padding-top: 21.5rem;
  padding-bottom: 8rem;
}

@media (max-width:1920px) {
  .career-block .section-top {
    padding-top: 14rem;
  }
}

@media (max-width:1515px) {
  .career-block .section-top {
    padding-top: 8.5rem;
  }
}

@media (max-width:1024px) {
  .career-block .section-top {
    padding-top: 14rem;
    padding-left: 5rem;
  }
}

@media (max-width:480px) {
  .career-block .section-top {
    margin-top: 7rem;
    padding-top: 5.5rem;
    padding-left: 2.5rem;
  }
}

.pb15.dark+.wrapper.dark {
  padding-top: 15rem;
}

@media (max-width:1920px) {
  .pb15.dark+.wrapper.dark {
    padding-top: 12rem;
  }
}

@media (max-width:1024px) {
  .pb15.dark+.wrapper.dark {
    padding-top: 10.2rem;
  }
}

@media (max-width:480px) {
  .pb15.dark+.wrapper.dark {
    padding-top: 5.5rem;
  }
}

.pb15.dark+.wrapper.dark .section-top {
  padding-top: 0;
}

.corporate.corporate--investors .section-top__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
}

@media (max-width:480px) {
  .corporate.corporate--investors .section-top__title {
    font-size: 2.6rem;
  }
}

.corporate.corporate--investors .corporate__content {
  border-top: .1rem solid #d2dce5;
  position: relative;
  padding-top: 4rem;
  margin-top: 2.7rem;
}

@media (max-width:1024px) {
  .corporate.corporate--investors .corporate__content {
    padding-top: 2.5rem;
  }
}

.subscribe--investors .subscribe__form {
  padding-bottom: 0;
}

@media (max-width:480px) {
  .subscribe--investors .subscribe__form .vacancy__bottom {
    margin-top: 0;
  }
}

.investors-nav {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  text-align: center;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: .1rem solid #d2dce5;
  overflow: auto;
}

@media (max-width:1024px) {
  .investors-nav::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-appearance: none;
  }
}

@media (max-width:480px) {
  .investors-nav {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

.investors-nav ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 2rem;
}

@media (max-width:1024px) {
  .investors-nav ul {
    flex-wrap: nowrap;
  }
}

@media (max-width:480px) {
  .investors-nav ul {
    column-gap: 2.4rem;
  }
}

.investors-nav li:hover,
.investors-nav li:hover a,
.investors-nav ul .active,
.investors-nav ul .active a {
  color: #a50f2d;
}

.investors-nav a {
  color: #212424;
  text-decoration: none;
  transition: color .3s;
}

@media (max-width:1024px) {
  .investors-nav a {
    white-space: nowrap;
  }
}

.investors-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4rem;
  padding-top: 8rem;
}

@media (max-width:1024px) {
  .investors-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width:480px) {
  .investors-content {
    padding-top: 4rem;
  }
}

.investors-content .crm-block {
  grid-column: 7 span;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width:1024px) {
  .investors-content .crm-block {
    grid-column: 1 span;
  }
}

.investors-subtitle {
  border-bottom: .1rem solid #d2dce5;
  padding-bottom: 2.6rem;
}

.investors-subtitle .section-top__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
}

@media (max-width:480px) {
  .investors-subtitle .section-top__title {
    font-size: 2.6rem;
  }
}

.investors-blocks-list {
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}

@media (max-width:1024px) {
  .investors-blocks-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width:480px) {
  .investors-blocks-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.investors-blocks-item {
  background: rgba(210, 220, 229, .3);
  padding: 2rem 2.8rem 2rem 2.4rem;
  min-height: 24rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width:480px) {
  .investors-blocks-item {
    min-height: 15.7rem;
    padding: 1.5rem;
  }
}

.investors-blocks-item.--red {
  background-color: #a50f2d;
}

.investors-blocks-item.--red .investors-blocks-text,
.investors-blocks-item.--red .investors-blocks-title {
  color: #fff;
}

.investors-blocks-title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #212424;
}

@media (max-width:480px) {
  .investors-blocks-title {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.investors-blocks-text {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
}

@media (max-width:480px) {
  .investors-blocks-text {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

.wrapper.wrapper--swiper {
  overflow: hidden;
}

@media (max-width:1024px) {
  .wrapper.wrapper--swiper {
    padding-right: 0;
  }
}

@media (max-width:1024px) {
  .wrapper.wrapper--swiper .section-top {
    padding-right: 2rem;
  }
}

@media (max-width:480px) {
  .wrapper.wrapper--swiper .section-top {
    padding-right: 2.5rem;
  }
}

.b-invest-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.b-invest-section__head {
  margin-bottom: 4rem;
}

@media (min-width:1025px) {
  .b-invest-section__head {
    margin-bottom: 5.2rem;
  }
}

.b-invest-grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  gap: 20px;
}

@media (min-width:768px) {
  .b-invest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width:1025px) {
  .b-invest-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}

.b-invest-item {
  padding: 2rem;
  padding-left: 2.8rem;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  min-height: 27.4rem;
  background-color: #fff;
  transition: background-color .3s;
  cursor: pointer;
  counter-increment: c;
}

@media (max-width:480px) {
  .b-invest-item {
    min-height: 16.8rem;
  }
}

.dark .b-invest-item {
  background-color: #282b2b;
}

.dark .b-invest-item:hover {
  background-color: #40454e;
}

.dark .b-invest-item__heading {
  color: #eff1f6;
}

.b-invest-item__label {
  margin-top: auto;
}

.b-invest-section__list {
  counter-reset: c;
}

.b-invest-item__col {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.b-invest-item__col:after {
  content: counter(c, decimal-leading-zero);
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  color: #697279;
  margin-top: auto;
}

.b-invest-item__image {
  width: 12rem;
  height: 12rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width:480px) {
  .b-invest-item__image {
    width: 6.8rem;
    height: 6.8rem;
  }
}

.dark .h2 {
  color: #eff1f6;
}

.h2 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
}

.b-invest-item__heading,
.b-invest-item__label {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
}

.b-invest-item__label {
  color: #697279;
}

.news_for_investors-element {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.crm-block h3.news_for_investors-title {
  margin-top: 0;
}

.crm-block h3.news_for_investors-title a {
  color: inherit;
  text-decoration: none;
}

.news_for_investors-date {
  margin-bottom: 3rem;
  font-size: 16px;
  line-height: 2.4rem;
  color: #aaa9a6;
}

.credit-block .section-top {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media (max-width:480px) {
  .credit-block .section-top {
    gap: 0;
  }
}

.credit-block .section-top__aside {
  width: 40%;
}

@media (max-width:1024px) {
  .credit-block .section-top__aside {
    width: 50%;
  }
}

@media (max-width:480px) {
  .credit-block .section-top__aside {
    width: 100%;
  }
}

.credit-block .title-wrapper .title {
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
}

.b-page-ratings__rate {
  background-color: #fff;
  padding: 2rem;
  margin-left: 4rem;
}

@media (max-width:480px) {
  .b-page-ratings__rate {
    margin-left: 0;
  }
}

.b-page-ratings__rate img {
  margin-top: 2rem;
}

.b-page-ratings__rate-title {
  color: #a50f2d;
  border-bottom: .1rem solid #d2dce5;
  padding-bottom: 2rem;
}

.b-page-ratings__rate-date {
  color: #697279;
  font-size: 16px;
  line-height: 2.2rem;
  padding-top: 2rem;
  display: block;
}

.leadership-modal__wrapper {
  display: flex;
}

@media (max-width:1024px) {
  .leadership-modal__wrapper {
    flex-direction: column;
  }
}

.flex_buttons_countries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 4rem;
  column-gap: 1rem;
}

@media (max-width:1024px) {
  .flex_buttons_countries {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:480px) {
  .flex_buttons_countries {
    grid-template-columns: repeat(1, 1fr);
  }
}

.flex_buttons_countries .link-red svg {
  margin-right: 1.2rem;
}

.flex_buttons_countries .link-red span {
  color: #a50f2d;
}

.numb-list {
  counter-reset: d;
}

.numb-list li {
  counter-increment: d;
}

.numb-list .informationTechnology__helper>div:first-child:before {
  content: counter(d);
  display: block;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.2rem;
  letter-spacing: -.02em;
  color: #a50f2d;
  margin-bottom: 1rem;
}

@media (max-width:480px) {
  .numb-list .informationTechnology__helper>div:first-child:before {
    font-size: 7rem;
    line-height: 7rem;
    padding-bottom: .4rem;
    margin-bottom: 0;
  }
}

.partners-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem;
}

.partners-list li a {
  display: block;
}

.partners-list li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wepromote-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.solve__slider .swiper-slide .crm-block {
  padding-left: 0;
  padding-right: 0;
}

.dark-margin {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

@media (max-width:1920px) {
  .dark-margin {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}

@media (max-width:1024px) {
  .dark-margin {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

@media (max-width:480px) {
  .dark-margin {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.dark.dark-margin,
.dark .dark-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15rem;
  padding-bottom: 15rem;
}

@media (max-width:1920px) {

  .dark.dark-margin,
  .dark .dark-margin {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (max-width:1024px) {

  .dark.dark-margin,
  .dark .dark-margin {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media (max-width:480px) {

  .dark.dark-margin,
  .dark .dark-margin {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.partner-logo {
  width: 20rem;
  height: 20rem;
  background: #fff;
  margin-bottom: 3rem;
  padding: 2rem;
}

.partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

button.button-red {
  border: 0;
  background-color: transparent;
  color: #a50f2d;
  padding: 0;
  border-bottom: .1rem solid transparent;
  transition: .3s;
}

button.button-red:hover {
  border-color: #a50f2d;
}

.reviews-swiper-block .story {
  min-height: 40rem;
}

@media (max-width:1024px) {

  .reviews-swiper-block .swiper-button-next,
  .reviews-swiper-block .swiper-button-prev {
    display: none;
  }
}

.reviews-swiper-block .swiper-button-next {
  right: 2rem;
}

.reviews-swiper-block .swiper-button-prev {
  left: 2rem;
}

.reviews-swiper-block .swiper-slide {
  height: auto;
}

@media (max-width:1024px) {
  .reviews-swiper-block .swiper-slide {
    background-color: #fff;
  }
}

@media (max-width:1024px) {
  .reviews-swiper-block .swiper-slide div {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
  }
}

.reviews-swiper-block .swiper-slide .story__text {
  height: 5.5em;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  color: #212424;
}

.reviews-swiper-block .swiper-slide .story__text p {
  font-size: 16px;
}

@media (max-width:1024px) {
  .reviews-swiper-block .swiper-slide .story__text {
    height: 8.5em;
  }
}

.reviews-swiper-block .swiper-slide .story__text:before {
  content: "";
  width: 100%;
  height: 2rem;
  background: -webkit-linear-gradient(0deg, #fff 5%, rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, #fff 5%, rgba(255, 255, 255, 0));
  transition: .2s;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.reviews-swiper-block .swiper-slide .story__content {
  background-color: #fff;
}

.reviews-swiper-block .swiper-slide .story__content>div {
  width: 100%;
}

@media (max-width:1024px) {
  .reviews-swiper-block .swiper-slide .story__content {
    width: 100%;
    margin-top: 0;
    padding: 3rem;
  }
}

.reviews-swiper-block .swiper-slide .story__name {
  color: #212424;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width:1024px) {
  .reviews-swiper-block .swiper-slide .story__name {
    font-size: 16px;
    display: -webkit-box;
    max-width: 100%;
    overflow-wrap: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
}

.reviews-swiper-block .swiper-slide img {
  border-radius: 0;
  width: auto;
  max-width: 14rem;
  object-fit: scale-down;
  margin-right: 4rem;
}

@media (max-width:1024px) {
  .reviews-swiper-block .swiper-slide img {
    margin-right: 0;
    max-width: 18.5rem;
  }
}

.service.swiper-slide {
  height: 100%;
}

.service.swiper-slide .subtitle {
  display: -webkit-box;
  max-width: 100%;
  overflow-wrap: break-word;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.informationTechnology h2 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #212424;
  width: 51%;
}

@media (max-width:1515px) {
  .informationTechnology h2 {
    width: 80%;
  }
}

@media (max-width:1024px) {
  .informationTechnology h2 {
    width: auto;
  }
}

@media (max-width:480px) {
  .informationTechnology h2 {
    font-size: 4.15rem;
    line-height: 5rem;
  }
}

.informationTechnology__content_position {
  padding-top: 7.2rem;
}

@media (max-width:1024px) {
  .informationTechnology__content_position {
    padding-top: 4.2rem;
  }
}

@media (max-width:480px) {
  .informationTechnology__content_position {
    padding-top: 5.2rem;
  }
}

.pt10 {
  padding-top: 10rem;
}

@media (max-width:1024px) {
  .pt10 {
    padding-top: 7rem;
  }
}

@media (max-width:480px) {
  .pt10 {
    padding-top: 5rem;
  }
}

.informationTechnology__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(33.3333333333%, max(64px, 20%)), 1fr));
  gap: 4rem;
}

@media (max-width:1024px) {
  .informationTechnology__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
  }
}

@media (max-width:480px) {
  .informationTechnology__content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.informationTechnology__content .informationTechnology__block {
  padding-bottom: 2rem;
  padding-top: 1.2rem;
  border-bottom: .1rem solid #d2dce5;
  border-top: .1rem solid #d2dce5;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  justify-content: space-between;
}

@media (max-width:1024px) {
  .informationTechnology__content .informationTechnology__block {
    width: 100%;
  }

  .informationTechnology__content .informationTechnology__block:last-child,
  .informationTechnology__content .informationTechnology__block:nth-last-child(2) {
    border-bottom: .1rem solid #d2dce5;
  }
}

@media (max-width:480px) {
  .informationTechnology__content .informationTechnology__block {
    gap: 5rem;
    border-top: .1rem solid transparent;
  }

  .informationTechnology__content .informationTechnology__block:first-child {
    border-top: .1rem solid #d2dce5;
  }
}

.informationTechnology__content .informationTechnology__block div:last-child {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.4rem;
  width: 78%;
  color: #697279;
}

@media (max-width:1024px) {
  .informationTechnology__content .informationTechnology__block div:last-child {
    width: 100%;
  }
}

@media (max-width:480px) {
  .informationTechnology__content .informationTechnology__block div:last-child {
    font-size: 1.95rem;
    line-height: 2.6rem;
  }
}

.informationTechnology__content .informationTechnology__block .informationTechnology__helper div:first-child {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.2rem;
  letter-spacing: -.02em;
  color: #a50f2d;
  margin-bottom: 1rem;
}

@media (max-width:480px) {
  .informationTechnology__content .informationTechnology__block .informationTechnology__helper div:first-child {
    font-size: 7rem;
    line-height: 7rem;
    padding-bottom: .4rem;
    margin-bottom: 0;
  }
}

.informationTechnology__content .informationTechnology__block .informationTechnology__helper div:last-child {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  color: #212424;
}

.corporate-position {
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .corporate-position {
    margin-top: 12rem;
  }
}

@media (max-width:1024px) {
  .corporate-position {
    margin-top: 10rem;
  }
}

@media (max-width:480px) {
  .corporate-position {
    margin-top: 8rem;
  }
}

.corporate .corporate__content {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  gap: 4rem;
}

@media (max-width:1024px) {
  .corporate .corporate__content {
    margin-top: 2rem;
    flex-direction: column;
    gap: 4rem;
  }
}

@media (max-width:480px) {
  .corporate .corporate__content {
    margin-top: 4rem;
    gap: 2rem;
  }
}

.corporate .corporate__content .corporate__block {
  width: 33%;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2.8rem;
  overflow: hidden;
  justify-content: space-between;
  height: 40rem;
}

@media (max-width:1920px) {
  .corporate .corporate__content .corporate__block {
    height: 35rem;
  }
}

@media (max-width:1515px) {
  .corporate .corporate__content .corporate__block {
    height: 30rem;
  }
}

@media (max-width:1024px) {
  .corporate .corporate__content .corporate__block {
    width: auto;
    height: 35rem;
  }
}

@media (max-width:480px) {
  .corporate .corporate__content .corporate__block {
    gap: 7.2rem;
    height: auto;
  }
}

.corporate .corporate__content .corporate__block div {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #fff;
  z-index: 1;
}

.corporate .corporate__content .corporate__block img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width:480px) {
  .corporate .corporate__content .corporate__block img {
    height: 100%;
    object-fit: cover;
  }
}

.corporate .corporate__content .corporate__block .corporate__helper {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.corporate .corporate__content .corporate__block .corporate__helper a {
  color: #eff1f6;
  text-decoration: none;
  transition: color .3s;
}

.corporate .corporate__content .corporate__block .corporate__helper a:hover {
  color: #a50f2d !important;
}

.corporate .corporate__content .corporate__block .corporate__helper .dott {
  width: .4rem;
  height: .4rem;
  background: #fff;
  border-radius: 50%;
}

.corporate .corporate__content .corporate__block_color {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
}

.corporate .corporate__content .corporate__block_color a {
  color: #212424 !important;
}

.corporate .corporate__content .corporate__block_color div {
  color: #212424;
}

.corporate .corporate__content .corporate__block_color .dott {
  background: #212424 !important;
}

.ourNews__position {
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .ourNews__position {
    margin-top: 12rem;
  }
}

.ourNews .ourNews__helper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.6rem;
  border-bottom: .1rem solid #d2dce5;
}

.ourNews .ourNews__helper h2 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
}

.ourNews .ourNews__content {
  display: flex;
  justify-content: space-between;
}

.ourNews .ourNews__content .ourNews__block {
  position: relative;
  width: 45%;
}

.ourNews .ourNews__content .ourNews__block .ourNews__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 3.6rem;
  letter-spacing: -.01em;
  color: #212424;
}

.ourNews .ourNews__content .ourNews__block .ourNews__date {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #697279;
}

.ourNews .ourNews__content .ourNews__block img {
  position: absolute;
  object-fit: contain;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.ourNews .ourNews__content .ourNews__block_different {
  width: 180%;
}

.faq .sticky-mobile {
  display: none;
  background-color: #e5e9f1;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.faq .sticky-mobile:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.854.854A.5.5 0 0 1 1.207 0h5.586a.5.5 0 0 1 .353.854L4.354 3.646a.5.5 0 0 1-.708 0L.854.854z' fill='%2340454E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
  width: 1.4rem;
  height: 100%;
  transition: transform .3s;
}

@media (max-width:1024px) {
  .faq .sticky-mobile {
    display: block;
    position: sticky;
    top: calc(var(--headerH));
    z-index: 2;
  }
}

@media (max-width:480px) {
  .faq .sticky-mobile {
    font-size: 2.6rem;
    padding-right: 4rem;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
  }

  .faq .sticky-mobile:after {
    right: 3.5rem;
  }
}

.faq .faq__block {
  padding-top: 8rem;
  display: grid;
  grid-template-columns: 50rem 1fr;
}

@media (max-width:1920px) {
  .faq .faq__block {
    grid-template-columns: 35rem 1fr;
  }
}

@media (max-width:1024px) {
  .faq .faq__block {
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }
}

@media (max-width:480px) {
  .faq .faq__block {
    padding-top: 6rem;
  }
}

.faq .faq__block .faq__left.wrapper .faq__left-container {
  width: 25.4rem;
  position: sticky;
  top: calc(var(--headerH) + 4rem);
}

@media (max-width:1024px) {
  .faq .faq__block .faq__left.wrapper .faq__left-container {
    width: auto;
    position: static;
  }
}

.faq .faq__block .faq__left.wrapper .fixed-mobile .fixed-mobile__title {
  display: none;
}

@media (max-width:1024px) {
  .faq .faq__block .faq__left.wrapper .fixed-mobile .fixed-mobile__title {
    display: block;
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 5.2rem;
    line-height: 5.8rem;
    letter-spacing: -.02em;
    color: #212424;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
  }
}

@media (max-width:480px) {
  .faq .faq__block .faq__left.wrapper .fixed-mobile .fixed-mobile__title {
    font-size: 4rem;
    line-height: 4.8rem;
    padding-bottom: 1rem;
  }
}

.faq .faq__block .faq__left.wrapper .fixed-mobile .close-button {
  display: none;
}

@media (max-width:1024px) {
  .faq .faq__block .faq__left.wrapper .fixed-mobile {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(33, 33, 33, .4);
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: opacity .3s;
  }

  .faq .faq__block .faq__left.wrapper .fixed-mobile .close-button {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 3.5rem;
    right: 2rem;
    display: block;
  }

  .faq .faq__block .faq__left.wrapper .fixed-mobile .close-button:after,
  .faq .faq__block .faq__left.wrapper .fixed-mobile .close-button:before {
    background-color: #aab8c3;
    height: .2rem;
  }
}

@media (max-width:1024px) and (max-width:480px) {
  .faq .faq__block .faq__left.wrapper .fixed-mobile .close-button {
    top: 2rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media (max-width:1024px) {
  .faq .faq__block .faq__left.wrapper .fixed-mobile nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    display: block;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    padding-bottom: 2.2rem;
    padding-top: 10rem;
    transition: top .5s;
  }
}

@media (max-width:1024px) and (max-width:480px) {
  .faq .faq__block .faq__left.wrapper .fixed-mobile nav {
    padding-top: 6rem;
  }
}

@media (max-width:1024px) {
  .faq .faq__block .faq__left.wrapper .fixed-mobile nav .nav-wrapper {
    position: relative;
  }

  .faq .faq__block .faq__left.wrapper .fixed-mobile nav .nav-wrapper:before {
    content: "";
    width: 100%;
    height: 2.8rem;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(180deg, #fff 26.6%, hsla(0, 0%, 100%, .584463) 62.84%, hsla(0, 0%, 100%, 0) 113.83%);
    background: linear-gradient(180deg, #fff 26.6%, hsla(0, 0%, 100%, .584463) 62.84%, hsla(0, 0%, 100%, 0) 113.83%);
  }

  .faq .faq__block .faq__left.wrapper .fixed-mobile nav .nav-wrapper:after {
    content: "";
    width: 100%;
    height: 2.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(0deg, #fff 26.6%, hsla(0, 0%, 100%, .584463) 62.84%, hsla(0, 0%, 100%, 0) 113.83%);
    background: linear-gradient(0deg, #fff 26.6%, hsla(0, 0%, 100%, .584463) 62.84%, hsla(0, 0%, 100%, 0) 113.83%);
  }
}

@media (max-width:1024px) {
  .faq .faq__block .faq__left.wrapper .fixed-mobile nav:before {
    content: "";
    position: absolute;
    top: 2.4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 13rem;
    height: .3rem;
    background-color: #aab8c3;
    border-radius: 2px;
  }
}

@media (max-width:1024px) and (max-width:480px) {
  .faq .faq__block .faq__left.wrapper .fixed-mobile nav:before {
    width: 5.5rem;
    top: 1rem;
  }
}

@media (max-width:1024px) {
  .faq .faq__block .faq__left.wrapper .fixed-mobile nav ul {
    padding: 3rem 2rem 2.8rem;
    gap: 0;
    max-height: 30rem;
    overflow: scroll;
  }

  .faq .faq__block .faq__left.wrapper .fixed-mobile nav ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #212424;
  }

  .faq .faq__block .faq__left.wrapper .fixed-mobile nav ul li.active {
    color: #a50f2d;
  }
}

.faq .faq__block .faq__left.wrapper nav .faq__left-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.faq .faq__block .faq__left.wrapper nav li {
  cursor: pointer;
  color: #aab8c3;
}

.faq .faq__block .faq__left.wrapper nav li.active {
  color: #40454e;
}

.faq .faq__block .faq__left.wrapper .link-red {
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  border-top: .1rem solid #d2dce5;
  width: 100%;
}

.faq .faq__block .faq__left.wrapper .link-red .link-red__question {
  display: none;
}

@media (max-width:1024px) {
  .faq .faq__block .faq__left.wrapper .link-red {
    position: fixed;
    bottom: 2.4rem;
    right: 2rem;
    border-top: 0;
    margin: 0;
    padding: .4rem 2.4rem;
    width: min-content;
    height: min-content;
    background: #fff;
    z-index: 10;
    border: 1px solid rgba(210, 220, 229, .3);
    box-shadow: 0 10px 20px rgba(159, 174, 191, .25);
    border-radius: 50%;
  }

  .faq .faq__block .faq__left.wrapper .link-red .link-red__text,
  .faq .faq__block .faq__left.wrapper .link-red svg {
    display: none;
  }

  .faq .faq__block .faq__left.wrapper .link-red .link-red__question {
    display: block;
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 4rem;
    line-height: 6.4rem;
    text-align: center;
    color: #a50f2d;
  }
}

.faq .faq__block .faq__right .faq__text-wrapper {
  max-width: 1490px;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}

@media (max-width:1920px) {
  .faq .faq__block .faq__right .faq__text-wrapper {
    max-width: none;
  }
}

@media (max-width:480px) {
  .faq .faq__block .faq__right .faq__text-wrapper {
    padding-right: 0;
    padding-left: 0;
    gap: 8rem;
  }
}

.faq .faq__block .faq__right .accordion .accordion__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #40454e;
  padding-bottom: 5.2rem;
}

@media (max-width:480px) {
  .faq .faq__block .faq__right .accordion .accordion__title {
    font-size: 4.1rem;
    line-height: 4.8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.faq .faq__block .faq__right .accordion li .accordion__plus {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border: .1rem solid #aab8c3;
  border-radius: 50%;
  position: relative;
  margin-right: 8.8rem;
  transition: all .2s;
}

@media (max-width:1024px) {
  .faq .faq__block .faq__right .accordion li .accordion__plus {
    margin-right: 6rem;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (max-width:480px) {
  .faq .faq__block .faq__right .accordion li .accordion__plus {
    width: 4.2rem;
    height: 4.2rem;
    margin: 0;
    margin-right: 2rem;
  }
}

.faq .faq__block .faq__right .accordion li .accordion__plus:after,
.faq .faq__block .faq__right .accordion li .accordion__plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: .148rem;
  background-color: #aab8c3;
  transform: translateX(-50%);
  transition: all .2s;
}

.faq .faq__block .faq__right .accordion li .accordion__plus:after {
  transform: translateX(-50%) rotate(90deg);
}

.faq .faq__block .faq__right .accordion li .accordion__list-title {
  display: grid;
  grid-template-columns: min-content 1fr;
  border: 0;
  background-color: unset;
  text-align: start;
  padding: 0;
  padding-right: 2rem;
  transition: all .2s;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width:480px) {
  .faq .faq__block .faq__right .accordion li .accordion__list-title {
    font-size: 2.1rem;
    padding-left: 2.8rem;
  }
}

.faq .faq__block .faq__right .accordion li .accordion__list-desc {
  display: block;
  color: #697279;
  padding-left: 12rem;
  padding-right: 24rem;
  padding-top: 0;
  transition: padding-top .2s;
  box-sizing: content-box;
}

@media (max-width:1024px) {
  .faq .faq__block .faq__right .accordion li .accordion__list-desc {
    padding-right: 2rem;
  }
}

@media (max-width:480px) {
  .faq .faq__block .faq__right .accordion li .accordion__list-desc {
    padding-left: 9rem;
    padding-right: 3rem;
    font-size: 1.95rem;
  }
}

@media (hover:hover) {
  .faq .faq__block .faq__right .accordion li:hover .accordion__plus {
    background-color: #a50f2d;
    border-color: #a50f2d;
    margin-right: 6rem;
  }

  .faq .faq__block .faq__right .accordion li:hover .accordion__plus:after {
    transform: translateX(-50%);
  }

  .faq .faq__block .faq__right .accordion li:hover .accordion__plus:after,
  .faq .faq__block .faq__right .accordion li:hover .accordion__plus:before {
    background-color: #fff;
  }

  .faq .faq__block .faq__right .accordion li:hover .accordion__list-title {
    padding-left: 2.8rem;
  }
}

.faq .faq__block .faq__right .accordion li.active {
  background-color: #fff;
  padding-bottom: 3.3rem;
  border-color: #fff;
}

.faq .faq__block .faq__right .accordion li.active .accordion__plus {
  background-color: #a50f2d;
  border-color: #a50f2d;
  margin-right: 6rem;
}

@media (max-width:1024px) {
  .faq .faq__block .faq__right .accordion li.active .accordion__plus {
    margin: 0;
    margin-right: 6rem;
  }
}

@media (max-width:480px) {
  .faq .faq__block .faq__right .accordion li.active .accordion__plus {
    margin-right: 2rem;
  }
}

.faq .faq__block .faq__right .accordion li.active .accordion__plus:after {
  transform: translateX(-50%);
}

.faq .faq__block .faq__right .accordion li.active .accordion__plus:after,
.faq .faq__block .faq__right .accordion li.active .accordion__plus:before {
  background-color: #fff;
}

.faq .faq__block .faq__right .accordion li.active .accordion__list-title {
  padding-left: 2.8rem;
}

.faq .faq__block .faq__right .accordion li.active .accordion__list-desc {
  padding-top: 2rem;
}

.faq .dark .accordion__title {
  color: #eff1f6 !important;
}

.faq .dark.accordion li.active {
  background-color: #282b2b !important;
  border-color: #282b2b !important;
}

.dark.faq__block .accordion .accordion__title,
.dark.faq__block .faq__left.wrapper nav li.active {
  color: #eff1f6 !important;
}

.dark.faq__block .accordion li.active {
  background-color: #282b2b !important;
  border-color: #282b2b !important;
}

.accordion li {
  transition: all .2s;
  border-bottom: .1rem solid #d2dce5;
}

.accordion li:first-child {
  border-top: .1rem solid #d2dce5;
}

.accordion .accordion__plus {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border: .1rem solid #aab8c3;
  border-radius: 50%;
  position: relative;
  transition: all .2s;
}

@media (max-width:480px) {
  .accordion .accordion__plus {
    width: 4.2rem;
    height: 4.2rem;
  }
}

.accordion .accordion__plus:after,
.accordion .accordion__plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: .148rem;
  background-color: #aab8c3;
  transform: translateX(-50%);
  transition: all .2s;
}

.accordion .accordion__plus:after {
  transform: translateX(-50%) rotate(90deg);
}

.accordion .accordion__list-title {
  border: 0;
  background-color: unset;
  padding: 0;
  margin: 0;
}

@media (hover:hover) {
  .accordion .accordion__list-title:hover .accordion__plus {
    background-color: #a50f2d;
    border-color: #a50f2d;
  }

  .accordion .accordion__list-title:hover .accordion__plus:after {
    transform: translateX(-50%);
  }

  .accordion .accordion__list-title:hover .accordion__plus:after,
  .accordion .accordion__list-title:hover .accordion__plus:before {
    background-color: #fff;
  }
}

.accordion .accordion__list-title+.accordion__list-desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s;
  display: block;
}

.accordion .accordion__list__inner {
  position: relative;
  z-index: 1;
  padding: 5.6rem 6.4rem 7.2rem;
  max-width: none;
}

@media (max-width:1024px) {
  .accordion .accordion__list__inner {
    padding: 4rem 2rem;
  }
}

@media (max-width:480px) {
  .accordion .accordion__list__inner {
    padding: 3rem;
    padding-right: 5rem;
  }
}

.accordion .accordion__list__inner li {
  border-top: 0;
  border-bottom: 0;
}

.accordion .accordion__list-desc {
  position: relative;
  will-change: max-height;
}

.accordion .accordion__item-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.not-found {
  background-image: url(../images/404/main-bg.png);
  background-position-x: right;
  background-repeat: no-repeat;
  height: calc(100vh - var(--headerH));
  min-height: 700px;
  margin-bottom: -15rem;
}

@media (max-width:1920px) {
  .not-found {
    background-position-x: 200%;
  }
}

@media (max-width:1515px) {
  .not-found {
    margin-bottom: -12rem;
    background-position-x: -100%;
  }
}

@media (max-width:1024px) {
  .not-found {
    margin-bottom: -10rem;
    background-position: right 50% bottom -5rem;
    background-size: contain;
  }
}

@media (max-width:480px) {
  .not-found {
    margin-bottom: -7rem;
  }
}

.not-found .not-found__block {
  padding-top: 12rem;
  padding-left: 11.7rem;
}

@media (max-width:1024px) {
  .not-found .not-found__block {
    padding-left: 0;
  }
}

@media (max-width:480px) {
  .not-found .not-found__block {
    padding-top: 6rem;
  }
}

.not-found .not-found__block .not-found__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 7.6rem;
  letter-spacing: -.01em;
  color: #212424;
  padding-bottom: 2.4rem;
}

@media (max-width:480px) {
  .not-found .not-found__block .not-found__title {
    font-size: 4.35rem;
  }
}

.not-found .not-found__block .not-found__text {
  padding-bottom: 2.8rem;
}

@media (max-width:480px) {
  .not-found .not-found__block .not-found__text {
    font-size: 2.55rem;
  }
}

.not-found .not-found__block .link-red .link-red__text {
  font-size: 2.35rem;
}

.politics-page,
.politics-page .politics-page__container {
  max-width: 144rem;
}

.politics-page .breadcrumbs__link {
  color: #212424;
}

.politics-page .politics-page__block {
  padding-top: 7.2rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.2rem;
}

@media (max-width:1024px) {
  .politics-page .politics-page__block {
    padding-top: 4rem;
  }
}

@media (max-width:480px) {
  .politics-page .politics-page__block {
    flex-direction: column;
    padding-top: 5.2rem;
    padding-bottom: 5.2rem;
    gap: 5rem;
  }
}

.politics-page .politics-page__block .politics-page__wrapper .politics-page__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #40454e;
  padding-bottom: 5.2rem;
}

@media (max-width:480px) {
  .politics-page .politics-page__block .politics-page__wrapper .politics-page__title {
    font-size: 4.1rem;
    line-height: 4.8rem;
  }
}

.politics-page .politics-page__block .politics-page__wrapper .politics-page__subtitle {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  color: #697279;
}

.politics-page .politics-page__block .politics-page__wrapper .links {
  display: flex;
  flex-direction: column;
}

@media (max-width:480px) {
  .politics-page .politics-page__block .politics-page__wrapper .links {
    flex-direction: row;
    justify-content: flex-start;
    transform: translateX(-1rem);
  }

  .politics-page .politics-page__block .politics-page__wrapper .links a {
    width: 4rem;
  }

  .politics-page .politics-page__block .politics-page__wrapper .links a svg {
    width: 5rem;
    height: 5rem;
  }
}

.politics-page .dark .accordion {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.politics-page .dark .accordion .accordion__list-desc .accordion__desc-title,
.politics-page .dark .accordion .accordion__list-desc .accordion__list__inner,
.politics-page .dark .accordion__list-title {
  color: #eff1f6;
}

.politics-page .dark .accordion .accordion__list-desc .accordion__list__inner {
  background-color: #282b2b;
}

.politics-page .accordion .accordion__list-title {
  display: grid;
  grid-template-columns: 1fr min-content;
  align-items: center;
  width: 100%;
  text-align: start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  transition: all .3s;
}

@media (hover:hover) {
  .politics-page .accordion .accordion__list-title:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width:1024px) {
  .politics-page .accordion .accordion__list-title {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.politics-page .accordion .accordion__list-desc {
  display: block;
  position: relative;
}

.politics-page .accordion .accordion__list-desc .close-button {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  z-index: 2;
}

.politics-page .accordion .accordion__list-desc .close-button:after,
.politics-page .accordion .accordion__list-desc .close-button:before {
  background-color: #aab8c3;
  height: .2rem;
}

.politics-page .accordion .accordion__list-desc .accordion__list__inner {
  padding: 5.6rem 6.4rem 7.2rem;
  background-color: #fff;
}

@media (max-width:1024px) {
  .politics-page .accordion .accordion__list-desc .accordion__list__inner {
    padding: 4rem 2rem;
  }
}

@media (max-width:480px) {
  .politics-page .accordion .accordion__list-desc .accordion__list__inner {
    padding: 3rem;
    padding-right: 5rem;
  }
}

.politics-page .accordion .accordion__list-desc .accordion__desc-title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 5.2rem;
  letter-spacing: -.01em;
  color: #212424;
  padding-bottom: 4rem;
}

@media (max-width:480px) {
  .politics-page .accordion .accordion__list-desc .accordion__desc-title {
    font-size: 2.7rem;
    line-height: 4.2rem;
    padding-right: 2rem;
    font-weight: 500;
    padding-bottom: 3rem;
  }
}

.politics-page .accordion .accordion__list-desc ul li {
  border: 0;
  padding: 1.2rem 0;
  padding-left: 2.2rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23A50F2D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top 2.4rem;
}

.politics-page .accordion .accordion__list-desc p+ul {
  padding-top: 3.2rem;
}

@media (max-width:480px) {
  .politics-page .accordion .accordion__list-desc p+ul {
    padding-top: 2.2rem;
  }
}

.politics-page .accordion .accordion__list-desc p+p {
  padding-top: 3.2rem;
}

@media (max-width:480px) {
  .politics-page .accordion .accordion__list-desc p+p {
    padding-top: 2.2rem;
  }
}

.politics-page .accordion .accordion__list-desc ul+p {
  padding-top: 3.2rem;
}

@media (max-width:480px) {
  .politics-page .accordion .accordion__list-desc ul+p {
    padding-top: 2.2rem;
  }
}

.politics-page .accordion__item.active {
  border-color: transparent;
}

.dark .politics-page__container .accordion {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.dark .politics-page__container .accordion .accordion__list-desc .accordion__desc-title,
.dark .politics-page__container .accordion .accordion__list-desc .accordion__list__inner,
.dark .politics-page__container .accordion__list-title {
  color: #eff1f6;
}

.dark .politics-page__container .accordion .accordion__list-desc .accordion__list__inner {
  background-color: #282b2b;
}

.politics-page__container .accordion .accordion__list-title {
  display: grid;
  grid-template-columns: 1fr min-content;
  align-items: center;
  width: 100%;
  text-align: start;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  transition: all .3s;
  gap: 2rem;
  font-size: 3.6rem;
  letter-spacing: -.02em;
  line-height: 5.2rem;
}

@media (hover:hover) {
  .politics-page__container .accordion .accordion__list-title:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width:1024px) {
  .politics-page__container .accordion .accordion__list-title {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width:480px) {
  .politics-page__container .accordion .accordion__list-title {
    font-size: 2.6rem;
    line-height: 3.2rem;
    letter-spacing: normal;
  }
}

.politics-page__container .accordion .accordion__list-desc {
  display: block;
  position: relative;
}

.politics-page__container .accordion .accordion__list-desc .close-button {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  z-index: 2;
}

.politics-page__container .accordion .accordion__list-desc .close-button:after,
.politics-page__container .accordion .accordion__list-desc .close-button:before {
  background-color: #aab8c3;
  height: .2rem;
}

.politics-page__container .accordion .accordion__list-desc .accordion__list__inner {
  padding: 5.6rem 6.4rem 7.2rem;
  background-color: #fff;
}

@media (max-width:1024px) {
  .politics-page__container .accordion .accordion__list-desc .accordion__list__inner {
    padding: 4rem 2rem;
  }
}

@media (max-width:480px) {
  .politics-page__container .accordion .accordion__list-desc .accordion__list__inner {
    padding: 3rem;
    padding-right: 5rem;
  }
}

.politics-page__container .accordion .accordion__list-desc .accordion__desc-title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 5.2rem;
  letter-spacing: -.01em;
  color: #212424;
  padding-bottom: 4rem;
}

@media (max-width:480px) {
  .politics-page__container .accordion .accordion__list-desc .accordion__desc-title {
    font-size: 2.7rem;
    line-height: 4.2rem;
    padding-right: 2rem;
    font-weight: 500;
    padding-bottom: 3rem;
  }
}

.politics-page__container .accordion .accordion__list-desc ul li {
  border: 0;
  padding: 1.2rem 0;
  padding-left: 2.2rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23A50F2D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top 2.4rem;
}

.politics-page__container .accordion .accordion__list-desc p+ul {
  padding-top: 3.2rem;
}

@media (max-width:480px) {
  .politics-page__container .accordion .accordion__list-desc p+ul {
    padding-top: 2.2rem;
  }
}

.politics-page__container .accordion .accordion__list-desc p+p {
  padding-top: 3.2rem;
}

@media (max-width:480px) {
  .politics-page__container .accordion .accordion__list-desc p+p {
    padding-top: 2.2rem;
  }
}

.politics-page__container .accordion .accordion__list-desc ul+p {
  padding-top: 3.2rem;
}

@media (max-width:480px) {
  .politics-page__container .accordion .accordion__list-desc ul+p {
    padding-top: 2.2rem;
  }
}

.politics-page__container .accordion__item.active {
  border-color: transparent;
}

.form__item {
  position: relative;
}

.form__item input[type=file] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.form__item .form__item-name {
  color: #212424;
  padding-bottom: 1.2rem;
}

.form__item .form__item-name,
.form__item .form__item-text {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.form__item .form__item-text {
  color: #aab8c3;
}

@media (max-width:480px) {
  .form__item .form__item-text {
    font-size: 1.84rem;
  }
}

textarea {
  resize: none;
  width: 100%;
  border: 1px solid #d2dce5;
  height: 9.6rem;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #697279;
  padding: 1.6rem 2rem;
  padding-bottom: 0;
  box-sizing: border-box;
  outline: none;
  background-color: transparent;
  flex: 0 0 auto;
  padding-left: 0;
  border: 0;
  border-bottom: 0.1rem solid #d2dce5;
}

.form__item .error {
  color: #a50f2d !important;
}

.form__item .form__item-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1rem;
  padding-bottom: 1.6rem;
}

.form__item .link-red {
  cursor: pointer;
  align-items: center;
}

.form__item .link-red .ball {
  fill: #212121;
}

.form__item .link-red__text {
  color: #212121;
}

.form__item .file-chosen {
  display: block;
  padding-left: 3.4rem;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  cursor: pointer;
  color: #212424;
}

.form__item .file-chosen:after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1em;
  margin-left: .5rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L1 9m8 0L1 1' stroke='%23212424' stroke-width='1.11'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 60%;
}

.form__item .link-red:hover span {
  box-shadow: unset;
}

.form__item .link-red:hover .ball {
  fill: #a50f2d;
}

.form__item .link-red:hover .link-red__text {
  color: #a50f2d;
  box-shadow: 0 4px 0 -3px #a50f2d;
}

.form__item .form__item-radio {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.2rem;
  row-gap: 2rem;
  padding-top: 1.2rem;
}

@media (max-width:480px) {
  .form__item .form__item-radio {
    flex-direction: column;
  }
}

.form__item .form__item-radio--column {
  flex-direction: column;
}

@media (max-width:1024px) {
  .form__item .form__item-radio--column {
    flex-direction: row;
  }
}

@media (max-width:480px) {
  .form__item .form__item-radio--column {
    flex-direction: column;
  }
}

.form__item .container {
  display: block;
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #40454e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form__item .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form__item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 50%;
  border: 1px solid #40454e;
}

.form__item .container:hover input~.checkmark {
  border-color: #a50f2d;
}

.form__item .container:hover input~.checkmark:after {
  display: block;
}

.form__item .container--box:hover input~.checkmark:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.809 3.544l3.824 3.824L11.368.633' stroke='%23A50F2D' stroke-width='1.7'/%3E%3C/svg%3E");
}

.form__item .container--box:hover input~.checkmark:after {
  background-color: #fff;
}

.form__item .container--box:hover input:checked~.checkmark:after {
  background: #a50f2d;
}

.form__item .container--box:hover input:checked~.checkmark:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.809 3.544l3.824 3.824L11.368.633' stroke='%23fff' stroke-width='1.7'/%3E%3C/svg%3E");
}

.form__item .container input:checked~.checkmark {
  background-color: unset;
}

.form__item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form__item .container input:checked~.checkmark:after {
  display: block;
}

.form__item .container input:checked~.checkmark {
  border-color: #a50f2d;
}

.form__item .container--box .checkmark {
  border-radius: unset;
}

.form__item .container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background: #a50f2d;
}

.form__item .container--box .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: unset;
  background: #a50f2d;
}

.form__item .container--box .checkmark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .4s;
  width: 1.2rem;
  height: .8rem;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.809 3.544l3.824 3.824L11.368.633' stroke='%23fff' stroke-width='1.7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

@media (max-width:480px) {
  .form__item .container--box .checkmark:before {
    width: 1.8rem;
    height: 1.3rem;
  }
}

.cookie {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: hsla(0, 0%, 100%, .9);
  border-radius: 2px;
  width: 100%;
  padding: 5rem 4rem;
  z-index: 1000000000;
}

@media (max-width:1024px) {
  .cookie {
    flex-direction: column;
    gap: 2rem;
    padding: 4rem 2rem;
    align-items: flex-start;
  }
}

@media (max-width:480px) {
  .cookie {
    width: 100%;
    right: 0;
    bottom: 0;
    justify-content: space-between;
    padding: 5rem 2.5rem;
  }
}

.cookie .cookie__text {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 1190px;
}

@media (max-width:1920px) {
  .cookie .cookie__text {
    max-width: 900px;
  }
}

@media (max-width:1515px) {
  .cookie .cookie__text {
    max-width: 660px;
  }
}

@media (max-width:1024px) {
  .cookie .cookie__text {
    max-width: unset;
  }
}

@media (max-width:480px) {
  .cookie .cookie__text a {
    display: block;
  }
}

.cookie .cookie__button {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  background-color: #a50f2d;
  border-radius: .4rem;
  border: 0;
  padding: 1.6rem 6.3rem;
}

.cookie-page .cookie-page__content {
  max-width: 780px;
  margin: 0 auto;
}

@media (max-width:1920px) {
  .cookie-page .cookie-page__content {
    max-width: 900px;
  }
}

@media (max-width:1515px) {
  .cookie-page .cookie-page__content {
    max-width: 660px;
  }
}

@media (max-width:1024px) {
  .cookie-page .cookie-page__content {
    max-width: unset;
  }
}

.cookie-page .cookie-page__content h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 1rem;
}

.cookie-page .cookie-page__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.cookie-page .cookie-page__content p+h2,
.cookie-page .cookie-page__content p+p {
  padding-top: 4rem;
}

.dark .accordion__list-title {
  color: #eff1f6;
}

.accordion>ul:not([class])>li:not([class]) {
  background-image: unset;
  padding: 0;
}

.solution-accordion .accordion__top-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width:1024px) {
  .solution-accordion .accordion__top-wrapper {
    padding-bottom: 4rem;
  }
}

.solution-accordion.dark .accordion .accordion__title {
  color: #eff1f6;
}

.solution-accordion.dark .accordion li {
  border-color: #40454e;
}

.solution-accordion.dark .accordion li.active {
  background-color: #282b2b;
  border-color: #282b2b;
}

.solution-accordion.dark .accordion .accordion__list-desc {
  color: #eff1f6;
}

.solution-accordion .accordion {
  padding-top: 15rem;
}

@media (max-width:1920px) {
  .solution-accordion .accordion {
    padding-top: 12rem;
  }
}

@media (max-width:1024px) {
  .solution-accordion .accordion {
    padding-top: 10rem;
  }
}

@media (max-width:480px) {
  .solution-accordion .accordion {
    padding-top: 8rem;
  }
}

.solution-accordion .accordion .accordion__title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #40454e;
  padding-bottom: 5.2rem;
}

@media (max-width:480px) {
  .solution-accordion .accordion .accordion__title {
    font-size: 4.1rem;
    line-height: 4.8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.solution-accordion .accordion .dark .accordion * {
  color: #eff1f6;
}

.solution-accordion .accordion li .accordion__plus {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border: .1rem solid #aab8c3;
  border-radius: 50%;
  position: relative;
  margin-right: 8.8rem;
  transition: all .2s;
}

@media (max-width:1024px) {
  .solution-accordion .accordion li .accordion__plus {
    margin-right: 6rem;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (max-width:480px) {
  .solution-accordion .accordion li .accordion__plus {
    width: 4.2rem;
    height: 4.2rem;
    margin: 0;
    margin-right: 2rem;
  }
}

.solution-accordion .accordion li .accordion__plus:after,
.solution-accordion .accordion li .accordion__plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: .148rem;
  background-color: #aab8c3;
  transform: translateX(-50%);
  transition: all .2s;
}

.solution-accordion .accordion li .accordion__plus:after {
  transform: translateX(-50%) rotate(90deg);
}

.solution-accordion .accordion li .accordion__list-title {
  display: grid;
  grid-template-columns: min-content 1fr;
  border: 0;
  background-color: unset;
  text-align: start;
  padding: 0;
  padding-right: 2rem;
  transition: all .2s;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width:480px) {
  .solution-accordion .accordion li .accordion__list-title {
    font-size: 2.1rem;
    padding-left: 2.8rem;
  }
}

.solution-accordion .accordion li .accordion__list-desc {
  display: block;
  color: #697279;
  padding-left: 12rem;
  padding-right: 24rem;
  padding-top: 0;
  transition: padding-top .2s;
  box-sizing: content-box;
}

@media (max-width:1024px) {
  .solution-accordion .accordion li .accordion__list-desc {
    padding-right: 2rem;
  }
}

@media (max-width:480px) {
  .solution-accordion .accordion li .accordion__list-desc {
    padding-left: 9rem;
    padding-right: 3rem;
    font-size: 1.95rem;
  }
}

@media (hover:hover) {
  .solution-accordion .accordion li:hover .accordion__plus {
    background-color: #a50f2d;
    border-color: #a50f2d;
    margin-right: 6rem;
  }

  .solution-accordion .accordion li:hover .accordion__plus:after {
    transform: translateX(-50%);
  }

  .solution-accordion .accordion li:hover .accordion__plus:after,
  .solution-accordion .accordion li:hover .accordion__plus:before {
    background-color: #fff;
  }

  .solution-accordion .accordion li:hover .accordion__list-title {
    padding-left: 2.8rem;
  }
}

.solution-accordion .accordion li.active {
  background-color: #fff;
  padding-bottom: 3.3rem;
  border-color: #fff;
}

.solution-accordion .accordion li.active .accordion__plus {
  background-color: #a50f2d;
  border-color: #a50f2d;
  margin-right: 6rem;
}

@media (max-width:1024px) {
  .solution-accordion .accordion li.active .accordion__plus {
    margin-right: 6rem;
  }
}

@media (max-width:480px) {
  .solution-accordion .accordion li.active .accordion__plus {
    margin-right: 2rem;
  }
}

.solution-accordion .accordion li.active .accordion__plus:after {
  transform: translateX(-50%);
}

.solution-accordion .accordion li.active .accordion__plus:after,
.solution-accordion .accordion li.active .accordion__plus:before {
  background-color: #fff;
}

.solution-accordion .accordion li.active .accordion__list-title {
  padding-left: 2.8rem;
}

.solution-accordion .accordion li.active .accordion__list-desc {
  padding-top: 2rem;
}

.solution>.sticky-wrappper__block {
  padding-top: 10rem;
  margin-bottom: 10rem;
}

@media (max-width:1920px) {
  .solution>.sticky-wrappper__block {
    padding-top: 8rem;
    margin-bottom: 8rem;
  }
}

@media (max-width:1024px) {
  .solution>.sticky-wrappper__block {
    padding-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (max-width:480px) {
  .solution>.sticky-wrappper__block {
    padding-top: 3rem;
    margin-bottom: 3rem;
  }
}

.solution>.sticky-wrappper__block.dark {
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin-bottom: 0;
}

@media (max-width:1920px) {
  .solution>.sticky-wrappper__block.dark {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (max-width:1024px) {
  .solution>.sticky-wrappper__block.dark {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (max-width:480px) {
  .solution>.sticky-wrappper__block.dark {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.solution .solution__services.dark {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.solution .solution__services {
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .solution .solution__services {
    margin-top: 12rem;
  }
}

@media (max-width:1024px) {
  .solution .solution__services {
    margin-top: 10rem;
  }
}

@media (max-width:480px) {
  .solution .solution__services {
    margin-top: 8rem;
  }
}

.solution .solution__services .solution__services-title {
  padding-bottom: 5.2rem;
}

.solution .solution__services .services {
  margin-top: 0;
}

@media (max-width:480px) {
  .solution .wrapper--swiper {
    padding-right: 0;
    overflow: hidden;
  }
}

@media (max-width:480px) {
  .solution .wrapper--swiper .news__slider {
    margin-left: 0;
  }
}

@media (max-width:1024px) {
  .solution .wrapper--swiper .news__slider .news__container {
    width: 100%;
    margin: 0;
    padding-left: 2rem;
  }
}

@media (max-width:480px) {
  .solution .wrapper--swiper .news__slider .news__container {
    padding-left: 0;
  }
}

.solve.solve--solution .solve__intro {
  background-image: url(../images/solution/solution-1.jpg);
}

.mt15 {
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .mt15 {
    margin-top: 12rem;
  }
}

@media (max-width:1024px) {
  .mt15 {
    margin-top: 10rem;
  }
}

@media (max-width:480px) {
  .mt15 {
    margin-top: 8rem;
  }
}

.dark.pt15 .services {
  padding-top: 15rem;
}

@media (max-width:1920px) {
  .dark.pt15 .services {
    padding-top: 12rem;
  }
}

@media (max-width:1024px) {
  .dark.pt15 .services {
    padding-top: 10rem;
  }
}

@media (max-width:480px) {
  .dark.pt15 .services {
    padding-top: 8rem;
  }
}

.dark .help-blocks {
  padding-bottom: 10rem;
  margin-bottom: 0;
}

@media (max-width:480px) {
  .dark .help-blocks {
    padding-bottom: 8rem;
  }
}

.help-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(33.3333333333%, max(64px, 20%)), 1fr));
  gap: 4rem;
  padding-top: 7.2rem;
  margin-bottom: 10rem;
}

@media (max-width:1515px) {
  .help-blocks {
    grid-template-columns: repeat(auto-fit, minmax(min(50%, max(64px, 25%)), 1fr));
  }
}

@media (max-width:480px) {
  .help-blocks {
    padding-top: 5.5rem;
  }
}

@media (max-width:1024px) {
  .help-blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width:480px) {
  .help-blocks {
    gap: 3rem;
    margin-bottom: 8rem;
  }
}

.help-blocks .help-blocks__item {
  min-height: 34.9rem;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 1rem;
  background-color: #fff;
  padding: 2rem 4rem 3rem 2.8rem;
}

@media (max-width:480px) {
  .help-blocks .help-blocks__item {
    padding-right: 2rem;
    min-height: 20.9rem;
  }
}

.help-blocks .help-blocks__item .help-blocks__left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.help-blocks .help-blocks__item .help-blocks__left .help-blocks__subtitle {
  color: #697279;
}

.help-blocks .help-blocks__item .help-blocks__left .service__text--gradient {
  position: relative;
}

.help-blocks .help-blocks__item .help-blocks__left .service__text--gradient:before {
  content: "";
  width: 100%;
  height: 2rem;
  background: -webkit-linear-gradient(0deg, #fff 5%, rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, #fff 5%, rgba(255, 255, 255, 0));
  transition: .2s;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.help-blocks .help-blocks__item .help-blocks__right .img-wrapper {
  height: 12rem;
  width: 100%;
}

@media (max-width:480px) {
  .help-blocks .help-blocks__item .help-blocks__right .img-wrapper {
    width: 100%;
    height: 9rem;
  }
}

.help-blocks .help-blocks__item .help-blocks__right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dark .accordion * {
  color: #eff1f6;
}

.dark .accordion li {
  border-color: #40454e;
}

.dark .help-blocks__item {
  background-color: #282b2b;
}

.dark .help-blocks__title {
  color: #eff1f6;
}

.dark .help-blocks.light .help-blocks__item {
  background-color: #282b2b;
}

.dark .help-blocks.light .help-blocks__item .help-blocks__title {
  color: #eff1f6;
}

.dark .help-blocks.light .help-blocks__item .service__text--gradient:before {
  background: -webkit-linear-gradient(0deg, #282b2b 5%, rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, #282b2b 5%, rgba(255, 255, 255, 0));
}

.help-blocks.light .help-blocks__item {
  background-color: #fff;
}

.help-blocks.light .help-blocks__item .help-blocks__title {
  color: #212424;
}

.penetration .section-top .title-wrapper {
  width: auto;
}

.penetration .section-top .title {
  margin-left: 0;
  padding-bottom: 5.2rem;
}

.penetration .corporate .corporate__content {
  margin-top: 4rem;
}

.penetration .registration__block {
  background-color: #f0f2f6;
  width: 91.8%;
  padding: 0;
}

@media (max-width:1024px) {
  .penetration .registration__block {
    width: 100%;
    margin-top: 7rem;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    height: calc(100% - 5rem);
  }
}

@media (max-width:480px) {
  .penetration .registration__block {
    overflow: scroll;
    margin-top: 0;
    height: auto;
  }

  .penetration .registration__block:before {
    background-color: #fff;
    z-index: 2;
  }
}

.penetration .registration__block .registration__title {
  margin-top: auto;
  color: #fff;
}

@media (max-width:1024px) {
  .penetration .registration__block .registration__title {
    font-weight: 400;
    font-size: 6.4rem;
    line-height: 7.6rem;
    letter-spacing: -.01em;
    padding-bottom: 2.2rem;
  }
}

@media (max-width:480px) {
  .penetration .registration__block .registration__title {
    font-size: 4.3rem;
    line-height: 5rem;
    padding-left: .5rem;
    padding-right: 10rem;
  }
}

.penetration .registration__block .registration__subtitle {
  color: #fff;
}

@media (max-width:480px) {
  .penetration .registration__block .registration__subtitle {
    padding-left: 0;
  }
}

.penetration .registration__block .registration__wrapper {
  justify-content: flex-end;
}

@media (max-width:480px) {
  .penetration .registration__block .registration__wrapper {
    padding: 0;
  }
}

.penetration .registration__block .registration__wrapper .close-button {
  top: 0;
  color: #fff;
}

@media (max-width:1024px) {
  .penetration .registration__block .registration__wrapper .close-button {
    border: 0;
    color: transparent;
    top: -3rem;
    right: -1.6rem;
  }

  .penetration .registration__block .registration__wrapper .close-button:hover {
    background-color: transparent;
    color: transparent;
  }

  .penetration .registration__block .registration__wrapper .close-button:hover .close-button__cross {
    background-color: transparent;
  }
}

@media (max-width:480px) {
  .penetration .registration__block .registration__wrapper .close-button {
    top: -1.5rem;
    right: 0;
  }
}

@media (max-width:1024px) {
  .penetration .registration__block .registration__wrapper .close-button .close-button__cross {
    background-color: transparent;
  }

  .penetration .registration__block .registration__wrapper .close-button .close-button__cross:after,
  .penetration .registration__block .registration__wrapper .close-button .close-button__cross:before {
    background-color: #fff;
    width: 100%;
  }
}

@media (max-width:480px) {
  .penetration .registration__block .registration__wrapper .close-button .close-button__cross {
    width: 4rem;
    height: 4rem;
  }
}

.penetration .penetration__top-block {
  position: relative;
  height: 100vh;
  max-height: 976px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width:1920px) {
  .penetration .penetration__top-block {
    max-height: 750px;
  }
}

@media (max-width:1515px) {
  .penetration .penetration__top-block {
    max-height: 520px;
    background-position: 50%;
  }
}

@media (max-width:1024px) {
  .penetration .penetration__top-block {
    height: calc(100vh - 7rem);
    max-height: 400px;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    overflow: hidden;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .penetration .penetration__top-block:before {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 12.6rem;
    height: .5rem;
    border-radius: .2rem;
    background-color: #fff;
  }
}

@media (max-width:480px) {
  .penetration .penetration__top-block {
    height: calc(100vh - 8rem);
    background-position-x: 41%;
  }

  .penetration .penetration__top-block:before {
    display: none;
  }
}

.penetration .help-blocks {
  padding-bottom: 0;
}

.penetration .cybersecurity-nums .title {
  padding-left: 20rem;
  max-width: 90rem;
}

@media (max-width:1024px) {
  .penetration .cybersecurity-nums .title {
    padding-left: 0;
    padding-bottom: 0;
  }
}

@media (max-width:1024px) {
  .penetration .cybersecurity-nums .cybersecurity-nums__block {
    margin-top: 5rem;
    gap: 3rem;
  }
}

.gap-4 {
  gap: 4rem;
}

@media (max-width:1024px) {
  .gap-4 {
    gap: 6rem;
  }
}

.grid {
  display: grid;
}

.grid-cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(min(33.3333333333%, max(64px, 20%)), 1fr));
}

@media (max-width:1024px) {
  .grid-cols-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

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

.prof-item {
  padding-bottom: 4rem;
  border-bottom: .1rem solid #d2dce5;
  gap: 2.4rem;
}

@media (max-width:1024px) {
  .prof-item {
    gap: 1.5rem;
  }
}

.prof-item .img-wrapper {
  width: 100%;
  height: 39.5rem;
}

@media (max-width:1920px) {
  .prof-item .img-wrapper {
    height: 26rem;
  }
}

@media (max-width:1515px) {
  .prof-item .img-wrapper {
    height: 19rem;
  }
}

@media (max-width:1024px) {
  .prof-item .img-wrapper {
    height: 40rem;
  }
}

@media (max-width:480px) {
  .prof-item .img-wrapper {
    height: 26rem;
  }
}

.prof-item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width:1515px) {
  .prof-item .img-wrapper img {
    object-fit: contain;
  }
}

.prof-item .prof-item__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.4rem;
  color: #a50f2d;
}

.prof-item .prof-item__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

a.prof-item {
  color: #212424;
}

.dark .prof-item .prof-item__subtitle {
  color: #aab8c3;
}

.dark .prof-item .prof-item__title {
  color: #eff1f6;
}

.dark .py-10 {
  padding-bottom: 10rem;
  margin-bottom: 0;
}

@media (max-width:1024px) {
  .dark .py-10 {
    padding-bottom: 5rem;
  }
}

.py-10 {
  padding-top: 10rem;
  margin-bottom: 10rem;
}

@media (max-width:1024px) {
  .py-10 {
    padding-top: 5rem;
    margin-bottom: 5rem;
  }
}

.pb-52 {
  padding-bottom: 5.2rem;
}

.download-block {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
}

@media (max-width:1024px) {
  .download-block {
    margin-top: 6rme;
  }
}

.download-block .download-item:first-child {
  border-top: .1rem solid #d2dce5;
  border-bottom: .1rem solid #d2dce5;
}

.download-block .download-item+.download-item {
  border-bottom: .1rem solid #d2dce5;
}

.download-item {
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding: 2.8rem 0;
  transition: all .3s;
}

.download-item>span {
  display: flex;
  align-items: baseline;
}

@media (max-width:480px) {
  .download-item {
    display: grid;
    grid-template-columns: 1fr min-content;
    gap: 0;
  }
}

.download-item .download-data {
  min-width: 6rem;
  display: inline-block;
}

@media (max-width:480px) {
  .download-item .download-data {
    display: none;
  }
}

.download-item .download-text {
  padding-left: 6rem;
}

@media (max-width:1024px) {
  .download-item .download-text {
    padding-left: 2.5rem;
  }
}

@media (max-width:480px) {
  .download-item .download-text {
    padding-left: 0;
    padding-right: 2rem;
    display: block;
    font-weight: bolder;
  }
}

.download-item:after {
  content: " ";
  position: static;
  display: inline-block;
  width: 2rem;
  height: 2.3rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='23' viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 21h20M10 0v15m0 0l8-6.806M10 15L2 8.194' stroke='%23A50F2D' stroke-width='2.063'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  flex: 0 0 auto;
}

@media (max-width:480px) {
  .download-item:after {
    margin-left: 2rem;
    width: 3rem;
    height: 3rem;
  }
}

.download-item:hover {
  padding-left: 2.8rem;
  padding-right: 3.5rem;
  background-color: #fff;
}

@media (max-width:1024px) {
  .download-item:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.foot {
  margin-top: 15rem;
  padding-top: 7.2rem;
  padding-bottom: 5.2rem;
}

@media (max-width:1920px) {
  .foot {
    margin-top: 12rem;
  }
}

@media (max-width:1024px) {
  .foot {
    margin-top: 10rem;
    padding-top: 5rem;
  }
}

.foot .foot__title {
  color: #fff;
  align-self: flex-end;
}

@media (max-width:1024px) {
  .foot .foot__title {
    align-self: flex-start;
  }
}

.foot .foot__wrapper {
  display: flex;
  gap: 36.5rem;
}

@media (max-width:1920px) {
  .foot .foot__wrapper {
    gap: 26.5rem;
  }
}

@media (max-width:1515px) {
  .foot .foot__wrapper {
    gap: 11.7rem;
  }
}

@media (max-width:1024px) {
  .foot .foot__wrapper {
    gap: 4.5rem;
    flex-direction: column;
  }
}

@media (max-width:480px) {
  .foot .foot__wrapper {
    gap: 10rem;
  }
}

.foot .foot__wrapper .link-red {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.foot .foot__wrapper .link-red:hover .link-red__text {
  color: #a50f2d;
}

.foot .foot__wrapper .link-red .link-red__text {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 5.2rem;
  letter-spacing: -.01em;
  color: #fff;
}

@media (max-width:480px) {
  .foot .foot__wrapper .link-red .link-red__text {
    font-size: 3.2rem;
    line-height: 3rem;
  }
}

@media (max-width:480px) {
  .foot .foot__left-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.dark .subtitle {
  color: #eff1f6;
}

.dark .subtitle a {
  color: inherit;
}

.dark .services .service,
.dark .services .service .service__inner {
  border-color: #40454e;
}

.dark .services .service:hover {
  background-color: #40454e;
}

.dark .services .service:hover .service__text--gradient:before {
  content: "";
  opacity: 0;
}

.dark .registration__block .crm-block,
.dark .registration__block .crm-block p {
  color: #212424;
}

.dark .crm-block {
  color: #eff1f6;
}

.crm-block .download-block {
  padding-left: 0;
  padding-right: 0;
}

.crm-block .download-text {
  max-width: 82rem;
}

@media (max-width:1515px) {
  .crm-block .download-text {
    max-width: 61rem;
  }
}

@media (max-width:1024px) {
  .crm-block .download-text {
    max-width: 56rem;
  }
}

.alloffices__top-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width:1024px) {
  .alloffices__top-wrapper {
    flex-direction: column;
    gap: 4rem;
  }
}

@media (max-width:480px) {
  .alloffices__top-wrapper {
    gap: 3rem;
    padding-bottom: 8.5rem;
  }
}

@media (max-width:480px) {
  .alloffices__top-wrapper .alloffices__title br {
    display: none;
  }
}

@media (max-width:1024px) {
  .alloffices__block {
    margin-top: 5rem;
  }
}

@media (max-width:480px) {
  .alloffices__block {
    margin-top: 8rem;
  }
}

.alloffices__list-block {
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
  display: flex;
  flex-direction: column;
  gap: 10rem;
  transition: opacity .3s;
}

@media (max-width:1024px) {
  .alloffices__list-block {
    gap: 6rem;
  }
}

@media (max-width:480px) {
  .alloffices__list-block {
    font-size: 2.6rem;
    gap: 8rem;
  }
}

.alloffices__list-block .alloffices__list-item {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}

.alloffices__list-block .alloffices__list-item .alloffices__list-title {
  padding-bottom: 2.7rem;
  border-bottom: .1rem solid #d2dce5;
}

.alloffices__list-block .alloffices__list-item ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 3.6rem;
  column-gap: 4rem;
}

@media (max-width:1920px) {
  .alloffices__list-block .alloffices__list-item ul {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width:1515px) {
  .alloffices__list-block .alloffices__list-item ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width:1024px) {
  .alloffices__list-block .alloffices__list-item ul {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10rem;
  }
}

@media (max-width:480px) {
  .alloffices__list-block .alloffices__list-item ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.alloffices__list-block .alloffices__list-item ul li:not([class]) {
  padding: 0;
  background: unset;
}

.alloffices__list-block .alloffices__list-item ul .link {
  display: flex;
  gap: 1.6rem;
  text-decoration: none;
  color: #212424;
}

.alloffices__list-block .alloffices__list-item ul .link .img-wrapper {
  display: block;
  width: 3rem;
  height: 2rem;
}

@media (max-width:480px) {
  .alloffices__list-block .alloffices__list-item ul .link .img-wrapper {
    width: 4rem;
    height: 3rem;
  }
}

.alloffices__list-block .alloffices__list-item ul .link .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.getintouch .registration__block {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

@media (max-width:1024px) {
  .getintouch .registration__block {
    width: 100%;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    overflow: scroll;
    height: 100%;
    bottom: 0;
  }
}

@media (max-width:1024px) {
  .getintouch .registration__block:before {
    content: "";
    width: 12.6rem;
    height: .5rem;
    display: block;
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: .2rem;
    background: #fff;
  }
}

@media (max-width:480px) {
  .getintouch .registration__block {
    overflow: scroll;
    margin-top: 0;
  }

  .getintouch .registration__block:before {
    background-color: #fff;
    z-index: 2;
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: .2rem;
    border-radius: 2px;
  }
}

.getintouch .registration__block .registration__wrapper {
  display: flex;
  justify-content: flex-end;
}

@media (max-width:480px) {
  .getintouch .registration__block .registration__wrapper {
    padding: 0;
  }
}

.getintouch .registration__block .registration__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
  padding-bottom: 3rem;
  max-width: 44.6rem;
}

@media (max-width:1024px) {
  .getintouch .registration__block .registration__subtitle {
    max-width: none;
  }
}

@media (max-width:480px) {
  .getintouch .registration__block .registration__subtitle {
    padding-left: 0;
    padding-right: 0;
  }
}

.getintouch .registration__block .registration__title {
  margin-top: auto;
  color: #fff;
  font-size: 6.4rem;
  line-height: 7.6rem;
}

.getintouch .registration__block form {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
  gap: 1rem;
  height: 100%;
}

@media (max-width:1024px) {
  .getintouch .registration__block form {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.getintouch .registration__block form .link-red {
  padding-top: 2.5rem;
}

.getintouch .registration__block .getintouch__top-block {
  height: 28rem;
  background: url(../images/getintouch/getintouch.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  padding: 2rem 4rem;
}

@media (max-width:1024px) {
  .getintouch .registration__block .getintouch__top-block {
    height: 34.1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.getintouch .registration__block .getintouch__top-block .close-button {
  top: 0;
  color: #fff;
  z-index: 5;
}

.getintouch .registration__block .getintouch__top-block .close-button:hover {
  border-color: #fff;
}

.getintouch .registration__block .getintouch__top-block .close-button:hover .close-button__cross {
  background-color: #a50f2d;
}

.getintouch .registration__block .getintouch__top-block .close-button .close-button__cross {
  background-color: #fff;
}

.getintouch .registration__block .getintouch__top-block .close-button .close-button__cross:after,
.getintouch .registration__block .getintouch__top-block .close-button .close-button__cross:before {
  background-color: #212424;
}

@media (max-width:1024px) {
  .getintouch .registration__block .getintouch__top-block .close-button {
    border: 0;
    color: transparent;
    top: 0;
    right: -1rem;
  }

  .getintouch .registration__block .getintouch__top-block .close-button:hover {
    background-color: transparent;
    color: transparent;
  }

  .getintouch .registration__block .getintouch__top-block .close-button:hover .close-button__cross {
    background-color: transparent;
  }
}

@media (max-width:480px) {
  .getintouch .registration__block .getintouch__top-block .close-button {
    top: 0;
    right: 0;
  }
}

@media (max-width:1024px) {
  .getintouch .registration__block .getintouch__top-block .close-button .close-button__cross {
    background-color: transparent;
  }

  .getintouch .registration__block .getintouch__top-block .close-button .close-button__cross:after,
  .getintouch .registration__block .getintouch__top-block .close-button .close-button__cross:before {
    background-color: #fff;
    width: 100%;
  }
}

@media (max-width:480px) {
  .getintouch .registration__block .getintouch__top-block .close-button .close-button__cross {
    width: 4rem;
    height: 4rem;
  }
}

.getintouch .registration__agree {
  margin-top: auto;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #aab8c3;
  padding-top: 1.6rem;
}

.reqcallback .registration__block .getintouch__top-block {
  background: url(../images/getintouch/reqcallback.jpg);
}

@media (max-width:1024px) {
  .reqcallback .registration__block .getintouch__top-block form {
    height: 100%;
    overflow: scroll;
  }
}

.yandex-map {
  width: 100%;
  height: 100rem;
  transition: opacity .3s;
  border-radius: .5rem;
}

@media (max-width:1920px) {
  .yandex-map {
    height: 76rem;
  }
}

@media (max-width:1515px) {
  .yandex-map {
    height: 56.2rem;
  }
}

@media (max-width:1024px) {
  .yandex-map {
    height: 72.8rem;
  }
}

@media (max-width:480px) {
  .yandex-map {
    height: 13.9rem;
  }
}

.yandex-map iframe {
  width: 100%;
  height: 100%;
}

.map {
  position: relative;
}

.map h2 {
  font-family: Manrope;
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.02em;
  text-align: left;
  color: #212424;
  margin-top: 15rem;
  margin-bottom: 10rem;
}

@media (max-width:1920px) {
  .map h2 {
    margin-top: 12rem;
  }
}

.map .title-wrapper h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.map .section-top {
  margin-bottom: 5rem;
}

@media (max-width:480px) {
  .map .section-top {
    gap: 2.5rem;
  }
}

.map__panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 81rem;
  height: 100%;
  background: #fff;
  padding: 4.5rem 5.5rem;
  z-index: 1000;
  display: none;
  transition: transform .4s;
  transform: translateX(103%);
  overflow-y: auto;
}

@media (max-width:1920px) {
  .map__panel {
    width: 70rem;
  }
}

@media (max-width:1024px) {
  .map__panel {
    width: 100%;
    height: 45%;
    top: unset;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    transform: translateY(103%);
    padding: 9.5rem 2rem;
  }
}

@media (max-width:480px) {
  .map__panel {
    height: 67.5%;
    padding: 6rem 2.5rem;
  }
}

.map__panel.open {
  transform: translateX(0);
}

@media (max-width:1024px) {
  .map__panel.open {
    transform: translateY(0);
  }
}

.panel-body .baloon {
  display: none;
}

.panel-body .baloon.open {
  display: block;
}

.close__baloon {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  color: #212424;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  border: .1rem solid #d2dce5;
  border-radius: 10rem;
  height: min-content;
  position: relative;
  top: -2rem;
  transition: background-color .3s;
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 5;
  background: #fff;
}

@media (max-width:1024px) {
  .close__baloon {
    border: unset;
    padding: unset;
    background: #fff;
    right: .5rem;
    top: 2rem;
  }
}

@media (max-width:480px) {
  .close__baloon {
    top: .5rem;
  }
}

@media (max-width:1024px) {
  .close__baloon span {
    display: none;
  }
}

.close__baloon:hover {
  border-color: #40454e;
}

.close__baloon:hover .close-button__cross {
  background-color: #40454e;
}

.close__baloon:hover .close-button__cross:after,
.close__baloon:hover .close-button__cross:before {
  background-color: #fff;
}

.close__baloon .close-button__cross {
  position: relative;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: rgba(210, 220, 229, .3);
  border-radius: 50%;
}

@media (max-width:1024px) {
  .close__baloon .close-button__cross {
    display: block;
    background: unset;
    width: 5.8rem;
    height: 5.8rem;
    width: 7.8rem;
    height: 7.8rem;
  }
}

.close__baloon .close-button__cross:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close__baloon .close-button__cross:after,
.close__baloon .close-button__cross:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: .2rem;
  background-color: #aab8c3;
  transition: color .3s;
}

.close__baloon .close-button__cross:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width:1024px) {
  .baloon__body {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width:1024px) {
  .baloon__body>div {
    width: 50%;
  }
}

@media (max-width:480px) {
  .baloon__body>div {
    width: 100%;
  }
}

.baloon__country {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #aab8c3;
}

@media (max-width:480px) {
  .baloon__country {
    font-size: 2.6rem;
  }
}

.baloon__flag {
  width: 5rem;
  margin-right: 3rem;
}

@media (max-width:480px) {
  .baloon__flag {
    width: 6rem;
    margin-right: 4.1rem;
  }
}

.baloon__city {
  font-family: Manrope;
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.02em;
  text-align: left;
  color: #212424;
  margin-top: 3.2rem;
}

@media (max-width:1920px) {
  .baloon__city {
    margin-top: 3.9rem;
  }
}

@media (max-width:1024px) {
  .baloon__city {
    width: 100%;
  }
}

@media (max-width:480px) {
  .baloon__city {
    font-size: 4.1rem;
    margin-top: 4.9rem;
  }
}

.baloon__info {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #a50f2d;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

@media (max-width:1024px) {
  .baloon__info {
    margin-top: 3.3rem;
  }
}

@media (max-width:480px) {
  .baloon__info {
    margin-top: 5.3rem;
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
}

.baloon__link {
  display: block;
  color: #212424;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width:480px) {
  .baloon__link {
    font-size: 2.55rem;
  }
}

.baloon__address {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0;
  text-align: left;
  color: #212424;
  max-width: 38rem;
}

@media (max-width:480px) {
  .baloon__address {
    font-size: 2.55rem;
  }
}

.baloon__btn {
  background: unset;
  box-shadow: unset;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: max-content;
  padding: 0;
  margin-top: 3.5rem;
}

@media (max-width:480px) {
  .baloon__btn {
    margin-top: 4.5rem;
  }
}

.baloon__btn span {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: right;
  color: #a50f2d;
  display: inline-block;
  min-width: max-content;
}

@media (max-width:480px) {
  .baloon__btn span {
    font-size: 16px;
  }
}

.baloon__btn svg {
  width: 3rem;
  min-width: 3rem;
  margin-right: 1.6rem;
}

@media (max-width:480px) {
  .baloon__btn svg {
    width: 4rem;
    min-width: 4rem;
    margin-right: 2.6rem;
  }
}

.map__wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  height: 75vh;
  max-height: 95rem;
}

@media (max-width:1920px) {
  .map__wrapper {
    max-height: 75rem;
  }
}

@media (max-width:1515px) {
  .map__wrapper {
    max-height: 64rem;
  }
}

@media (max-width:1024px) {
  .map__wrapper {
    flex-direction: column;
    height: auto;
    max-height: unset;
  }
}

.map__wrapper [class*=ymaps-2][class*=-ground-pane] {
  filter: url("data:image/svg+xml;utf8,<sv g xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}

.map__wrapper .map__container {
  position: relative;
}

.map__wrapper .map__container:after {
  top: 0;
  background: -webkit-linear-gradient(180deg, #fff 5%, rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, #fff 5%, rgba(255, 255, 255, 0));
  z-index: 1;
}

.map__wrapper .map__container:before {
  bottom: 0;
  background: -webkit-linear-gradient(0deg, #fff 5%, rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, #fff 5%, rgba(255, 255, 255, 0));
  z-index: 1;
}

.map__wrapper .map__container:after,
.map__wrapper .map__container:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2rem;
}

.map__wrapper .map__cities {
  width: 50rem;
  background: #fff;
  height: 100%;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.map__wrapper .map__cities::-webkit-scrollbar {
  width: 8px;
}

.map__wrapper .map__cities::-webkit-scrollbar:horizontal {
  height: 5px;
}

.map__wrapper .map__cities::-webkit-scrollbar-track {
  background-color: transparent;
}

.map__wrapper .map__cities::-webkit-scrollbar-thumb {
  background-color: #d2dce5;
}

@media (max-width:1920px) {
  .map__wrapper .map__cities {
    width: 40rem;
  }
}

@media (max-width:1024px) {
  .map__wrapper .map__cities {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    padding: 2rem;
  }
}

@media (max-width:480px) {
  .map__wrapper .map__cities {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 3rem;
  }
}

.map__wrapper .map__cities a {
  color: #212424;
  text-decoration: none;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  padding: 1rem 2rem;
  display: block;
  height: 4.4rem;
}

@media (max-width:1024px) {
  .map__wrapper .map__cities a {
    font-size: 16px;
    padding: 0;
    height: unset;
  }
}

.map__wrapper .map-block {
  width: calc(100% - 50rem);
  height: 100%;
}

@media (max-width:1920px) {
  .map__wrapper .map-block {
    width: calc(100% - 40rem);
  }
}

@media (max-width:1024px) {
  .map__wrapper .map-block {
    width: 100%;
    height: 70vh;
    max-height: 46rem;
  }
}

.leaders {
  margin-top: 15rem;
}

@media (max-width:1920px) {
  .leaders {
    margin-top: 12rem;
  }
}

@media (max-width:480px) {
  .leaders {
    margin-top: 7rem;
  }
}

.section-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  border-bottom: 1px solid #d2dce5;
  padding-bottom: 2.6rem;
}

.leaders__wrapper {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  width: 100%;
  overflow: hidden;
}

@media (max-width:1920px) {
  .leaders__wrapper {
    margin-top: 4rem;
  }
}

@media (max-width:1024px) {
  .leaders__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
  }
}

@media (max-width:480px) {
  .leaders__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.leaders__wrapper .leader__card {
  grid-column: span 1;
  padding-bottom: 2.4rem;
  text-decoration: none;
  color: #212424;
  cursor: pointer;
}

@media (max-width:1024px) {
  .leaders__wrapper .leader__card {
    padding-bottom: 3.9rem;
  }
}

@media (max-width:480px) {
  .leaders__wrapper .leader__card {
    padding-bottom: 1.5rem;
  }
}

.leaders__wrapper .leader__card .leader__img {
  width: 100%;
  height: 61.5rem;
  background: #e5e9f1;
}

@media (max-width:1920px) {
  .leaders__wrapper .leader__card .leader__img {
    height: 43.4rem;
  }
}

@media (max-width:1515px) {
  .leaders__wrapper .leader__card .leader__img {
    height: 31rem;
  }
}

@media (max-width:1024px) {
  .leaders__wrapper .leader__card .leader__img {
    height: 34.6rem;
  }
}

@media (max-width:480px) {
  .leaders__wrapper .leader__card .leader__img {
    height: 42.6rem;
  }
}

.leaders__wrapper .leader__card .leader__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leaders__wrapper.directors {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width:1024px) {
  .leaders__wrapper.directors {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:480px) {
  .leaders__wrapper.directors {
    grid-template-columns: repeat(1, 1fr);
  }
}

.leaders__wrapper.directors .leader__card .leader__img {
  width: 100%;
  height: 78rem;
}

@media (max-width:1920px) {
  .leaders__wrapper.directors .leader__card .leader__img {
    height: 60.4rem;
  }
}

@media (max-width:1515px) {
  .leaders__wrapper.directors .leader__card .leader__img {
    height: 42.7rem;
  }
}

@media (max-width:1024px) {
  .leaders__wrapper.directors .leader__card .leader__img {
    height: 34.6rem;
  }
}

@media (max-width:480px) {
  .leaders__wrapper.directors .leader__card .leader__img {
    height: 42.6rem;
  }
}

.leader__name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  margin-top: 2.4rem;
}

@media (max-width:1024px) {
  .leader__name {
    font-size: 16px;
    margin-top: 1.6rem;
  }
}

@media (max-width:480px) {
  .leader__name {
    font-size: 2.6rem;
    margin-top: 1.9rem;
  }
}

.leader__position {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  margin-top: 1.2rem;
}

@media (max-width:1024px) {
  .leader__position {
    font-size: 1.5rem;
    margin-top: .8rem;
  }
}

@media (max-width:480px) {
  .leader__position {
    font-size: 1.92rem;
    margin-top: 1.1rem;
  }
}

.section {
  margin-top: 12.5rem;
}

@media (max-width:1024px) {
  .section {
    margin-top: 9.5rem;
  }
}

@media (max-width:480px) {
  .section {
    margin-top: 5.5rem;
  }
}

.about-block {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

@media (max-width:1920px) {
  .about-block {
    margin-top: 4rem;
  }
}

@media (max-width:1024px) {
  .about-block {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width:480px) {
  .about-block {
    gap: 2.1rem;
  }
}

.about-block .about-card {
  grid-column: span 1;
  height: 68rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: flex;
  align-items: flex-end;
  padding: 4rem;
}

@media (max-width:1920px) {
  .about-block .about-card {
    height: 52rem;
  }
}

@media (max-width:1515px) {
  .about-block .about-card {
    height: 38rem;
  }
}

@media (max-width:1024px) {
  .about-block .about-card {
    height: 38rem;
  }
}

@media (max-width:480px) {
  .about-block .about-card {
    height: 24.5rem;
    padding: 2.5rem;
  }
}

.about-block .about-card .link-white {
  font-size: 18px;
}

@media (max-width:480px) {
  .about-block .about-card .link-white {
    font-size: 2.05rem;
  }

  .about-block .about-card .link-white svg {
    min-width: 4.1rem;
    min-height: 4.1rem;
  }
}

.about-block .about-card:hover .link-white svg {
  transform: translateX(.4rem);
}

.about-block .about-card:hover .link-white span {
  box-shadow: 0 1px 0 0 #fff;
}

@keyframes b {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.leadership {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, .4);
  z-index: 200;
  display: none;
  animation: b .4s;
  transition: opacity .3s;
  opacity: 0;
}

.leadership .close-leadership {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  color: #212424;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  border: .1rem solid #d2dce5;
  border-radius: 10rem;
  height: min-content;
  position: relative;
  top: -2rem;
  transition: background-color .3s;
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 5;
  background: #fff;
}

@media (max-width:1024px) {
  .leadership .close-leadership {
    border: unset;
    padding: unset;
    right: .5rem;
    top: 1.5rem;
    background: unset;
  }
}

@media (max-width:1024px) {
  .leadership .close-leadership span {
    display: none;
  }
}

.leadership .close-leadership:hover {
  border-color: #40454e;
}

.leadership .close-leadership:hover .close-leadership__cross {
  background-color: #40454e;
}

.leadership .close-leadership:hover .close-leadership__cross:after,
.leadership .close-leadership:hover .close-leadership__cross:before {
  background-color: #fff;
}

.leadership .close-leadership .close-leadership__cross {
  position: relative;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: rgba(210, 220, 229, .3);
  border-radius: 50%;
}

@media (max-width:1024px) {
  .leadership .close-leadership .close-leadership__cross {
    display: block;
    background: unset;
    width: 5.8rem;
    height: 5.8rem;
    width: 7.8rem;
    height: 7.8rem;
  }
}

.leadership .close-leadership .close-leadership__cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: .2rem;
  background-color: #aab8c3;
  transition: color .3s;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width:1024px) {
  .leadership .close-leadership .close-leadership__cross:after {
    background: #d2dce5;
  }
}

.leadership .close-leadership .close-leadership__cross:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: .2rem;
  background-color: #aab8c3;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: color .3s;
}

@media (max-width:1024px) {
  .leadership .close-leadership .close-leadership__cross:before {
    background: #d2dce5;
  }
}

.leadership.show {
  opacity: 1;
}

.swipe-el {
  touch-action: auto !important;
}

.leadership__block {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

@media (max-width:1024px) {
  .leadership__block {
    align-items: flex-end;
  }
}

.leadership__wrapper {
  display: flex;
  width: 92%;
  height: 100%;
}

@media (max-width:1024px) {
  .leadership__wrapper {
    width: 100%;
    height: auto;
    max-height: 94%;
    border-radius: 12px 12px 0 0;
    overflow: auto;
    flex-direction: column;
    position: relative;
  }
}

.leadership__img {
  width: 66rem;
  min-width: 66rem;
  background: #fff;
}

@media (max-width:1515px) {
  .leadership__img {
    width: 50rem;
    min-width: 50rem;
  }
}

@media (max-width:1024px) {
  .leadership__img {
    width: 100%;
    height: 54rem;
    min-width: unset;
  }
}

.leadership__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.leadership__text-block {
  background: #fff;
  padding: 5.2rem 5.5rem 5rem;
  height: 100%;
  overflow-y: auto;
}

@media (max-width:1024px) {
  .leadership__text-block {
    height: unset;
    overflow: unset;
    padding: 4.2rem 2.5rem;
  }
}

.leadership__text-block_name {
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.02em;
  text-align: left;
}

@media (max-width:1024px) {
  .leadership__text-block_name {
    font-size: 4.1rem;
  }
}

.leadership__text-block_position {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: #a50f2d;
  margin-top: 2rem;
}

@media (max-width:1024px) {
  .leadership__text-block_position {
    font-size: 2.05rem;
    margin-top: 1rem;
  }
}

.leadership__text-block_quote {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  margin-top: 5.2rem;
}

@media (max-width:1024px) {
  .leadership__text-block_quote {
    font-size: 2.55rem;
    line-height: 1.4;
    margin-top: 2.8rem;
  }
}

.leadership__text-block_info {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  margin-top: 2.8rem;
  color: #697279;
  padding-bottom: 5.5rem;
}

@media (max-width:1024px) {
  .leadership__text-block_info {
    font-size: 2.19rem;
    margin-top: 2.8rem;
  }
}

.policies {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 7.4rem;
}

@media (max-width:1515px) {
  .policies {
    margin-top: 2.4rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width:1024px) {
  .policies {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:480px) {
  .policies {
    grid-template-columns: repeat(1, 1fr);
  }
}

.policies .policy {
  width: 100%;
  height: 23.6rem;
  margin-right: 0;
  margin-left: 0;
  border-right: unset;
  position: relative;
  padding: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  border: unset;
  border-left: .1rem solid #d2dce5;
  text-decoration: none;
  margin-top: -.1rem;
  transition: background-color .3s;
}

.policies .policy .subtitle {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width:480px) {
  .policies .policy .subtitle {
    font-size: 2.05rem;
  }
}

.policies .policy:after {
  display: none;
}

.policies .policy:first-child .service__inner,
.policies .policy:nth-child(2) .service__inner,
.policies .policy:nth-child(3) .service__inner,
.policies .policy:nth-child(4) .service__inner {
  border-top: .1rem solid #d2dce5;
}

.policies .policy:nth-child(4n+1) {
  border-left: 0;
}

.policies .policy:hover {
  background-color: #dedfe1;
}

.policies .policy:hover .service__inner {
  border-color: transparent;
}

@media (max-width:1515px) {
  .policies .policy {
    height: 27.5rem;
  }
}

@media (max-width:1024px) {
  .policies .policy {
    border: 0;
    padding: 0;
    position: relative;
    height: 25rem;
  }

  .policies .policy:nth-child(odd) {
    padding-right: 1rem;
  }

  .policies .policy:nth-child(odd):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: .1rem;
    height: calc(100% - 1rem);
    background-color: #d2dce5;
  }

  .policies .policy:nth-child(2n+2) {
    padding-left: 1rem;
  }

  .policies .policy:nth-child(3) .service__inner,
  .policies .policy:nth-child(4) .service__inner {
    border-top: 0;
  }
}

@media (max-width:480px) {
  .policies .policy {
    height: unset;
  }

  .policies .policy:nth-child(odd) {
    padding-right: 0;
  }

  .policies .policy:nth-child(odd):before {
    content: unset;
  }

  .policies .policy:nth-child(2n+2) {
    padding-left: 0;
  }

  .policies .policy:nth-child(2) .service__inner {
    border-top: 0;
  }
}

.policies .policy__inner {
  padding-top: 2.9rem;
  padding-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-bottom: .1rem solid #d2dce5;
  border-top: .1rem solid #d2dce5;
  transform: translateY(1px);
}

@media (max-width:1024px) {
  .policies .policy__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width:480px) {
  .policies .policy__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

@media (max-width:480px) {
  .policies .policy__top {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.policies .policy__top_img {
  height: 5rem;
}

@media (max-width:480px) {
  .policies .policy__top_img {
    height: unset;
    width: 5rem;
    min-width: 5rem;
    margin-right: 3.2rem;
  }
}

.policies .policy__text {
  max-width: 70%;
}

@media (max-width:1515px) {
  .policies .policy__text {
    max-width: 100%;
  }
}

.download {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  color: #a50f2d;
  display: flex;
  align-items: center;
  margin-top: 2.2rem;
}

@media (max-width:480px) {
  .download {
    font-size: 15px;
    margin-top: 3.2rem;
  }
}

.download img {
  width: 2.4rem;
  margin-right: 1.5rem;
}

@media (max-width:480px) {
  .download img {
    width: 3rem;
    min-width: 3rem;
    margin-right: 2.2rem;
  }
}

.BCG {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

@media (max-width:1920px) {
  .BCG {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}

@media (max-width:1024px) {
  .BCG {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

@media (max-width:480px) {
  .BCG {
    margin-top: 7.1rem;
    margin-bottom: 7.1rem;
  }
}

.policies__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width:480px) {
  .BCG__rules-wrapper.wrapper {
    padding: 0;
  }
}

.BCG__rules {
  background-size: cover;
  padding: 15rem 20.5rem;
}

@media (max-width:1920px) {
  .BCG__rules {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (max-width:1515px) {
  .BCG__rules {
    padding: 10rem 4rem;
  }
}

@media (max-width:1024px) {
  .BCG__rules {
    padding: 10rem 6rem;
  }
}

@media (max-width:480px) {
  .BCG__rules {
    padding: 5rem 2.5rem;
  }
}

.BCG__rules .title {
  color: #eff1f6;
}

.BCG__rules-wrapper.dark {
  margin-top: 0;
  padding-top: 15rem;
  padding-bottom: 15rem;
}

@media (max-width:1920px) {
  .BCG__rules-wrapper.dark {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (max-width:1024px) {
  .BCG__rules-wrapper.dark {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media (max-width:480px) {
  .BCG__rules-wrapper.dark {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.BCG__rules-wrapper.dark .lined-card {
  border-bottom: 1px solid #40454e;
  border-top: 1px solid #40454e;
}

.BCG__rules_list {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}

@media (max-width:1024px) {
  .BCG__rules_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:480px) {
  .BCG__rules_list {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
  }
}

.BCG__rules_list .lined-card {
  align-items: flex-start;
  min-height: 33.5rem;
  border-color: #aab8c3;
  width: 100%;
}

@media (max-width:1024px) {
  .BCG__rules_list .lined-card {
    width: 100%;
    min-height: 31rem;
  }

  .BCG__rules_list .lined-card:nth-child(odd) {
    margin-right: 4rem;
  }

  .BCG__rules_list .lined-card:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width:480px) {
  .BCG__rules_list .lined-card {
    padding-bottom: 2rem;
    min-height: unset;
    width: 100%;
  }
}

.BCG__rules_list .lined-card .BCG__rules_img {
  width: 3rem;
}

@media (max-width:480px) {
  .BCG__rules_list .lined-card .BCG__rules_img {
    width: 3.5rem;
  }
}

.BCG__rules_list .lined-card p {
  color: #eff1f6;
}

.intro__content-top {
  display: grid;
  grid-template-columns: 3fr 1fr;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

@media (max-width:1024px) {
  .intro__content-top {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width:480px) {
  .intro__content-top {
    align-items: flex-start;
    gap: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

.intro__content-top .intro__video-btn {
  justify-self: flex-end;
}

.intro__content-top .insights-title {
  padding-bottom: 0;
  padding-top: 0;
}

@media (max-width:1515px) {
  .intro__content-top .insights-title {
    padding-bottom: 5rem;
  }
}

@media (max-width:480px) {
  .intro__content-top .insights-title {
    padding-bottom: 0;
  }
}

.quote-aboutus {
  display: flex;
  justify-content: center;
  gap: 7.5rem;
  position: relative;
}

@media (max-width:1920px) {
  .quote-aboutus {
    display: grid;
    grid-template-columns: max-content 1fr;
  }
}

@media (max-width:1515px) {
  .quote-aboutus {
    gap: 1.5rem;
  }
}

@media (max-width:1024px) {
  .quote-aboutus {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
  }
}

@media (max-width:480px) {
  .quote-aboutus {
    gap: 4.5rem;
    margin-top: 5.6rem;
  }
}

.quote-aboutus:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 8rem);
  background-color: #d2dce5;
  height: .1rem;
  display: block;
  transform: translateX(-50%);
}

@media (max-width:1024px) {
  .quote-aboutus:before {
    content: unset;
  }
}

.quote-aboutus .quote-aboutus__img {
  width: 58.8rem;
  height: 69.9rem;
  margin-left: 8rem;
  margin-right: 7.5rem;
  margin-top: auto;
}

@media (max-width:1515px) {
  .quote-aboutus .quote-aboutus__img {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width:1024px) {
  .quote-aboutus .quote-aboutus__img {
    width: 100%;
    height: 49.6rem;
    border-bottom: .1rem solid #d2dce5;
  }
}

@media (max-width:480px) {
  .quote-aboutus .quote-aboutus__img {
    height: 45.6rem;
  }
}

.quote-aboutus .quote-aboutus__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.quote-aboutus .quote-aboutus__block {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='77' height='87' viewBox='0 0 77 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M77 86.305c-18.842 3.825-30.981-8.377-30.981-30.777V10H77v38.244H60.513c-.725 13.658.544 25.86 14.856 24.767L77 86.305zm-46.019 0C12.14 90.13 0 77.928 0 55.528V10h30.981v38.244H14.494c-.725 13.658.544 25.86 14.857 24.767l1.63 13.294z' fill='%23A50F2D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 7.7rem 7.7rem;
  padding-left: 11.5rem;
  margin-top: 8rem;
}

@media (max-width:1024px) {
  .quote-aboutus .quote-aboutus__block {
    margin-top: 0;
    padding-left: 0;
    background-image: none;
  }
}

.quote-aboutus .quote-aboutus__block .quote-aboutus__name {
  padding-bottom: 3.2rem;
}

@media (max-width:1024px) {
  .quote-aboutus .quote-aboutus__block .quote-aboutus__name {
    padding-left: 6.5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='77' height='87' viewBox='0 0 77 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M77 86.305c-18.842 3.825-30.981-8.377-30.981-30.777V10H77v38.244H60.513c-.725 13.658.544 25.86 14.856 24.767L77 86.305zm-46.019 0C12.14 90.13 0 77.928 0 55.528V10h30.981v38.244H14.494c-.725 13.658.544 25.86 14.857 24.767l1.63 13.294z' fill='%23A50F2D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 4rem 4rem;
  }
}

@media (max-width:480px) {
  .quote-aboutus .quote-aboutus__block .quote-aboutus__name {
    background-size: 6rem 6rem;
    padding-left: 8.5rem;
    padding-bottom: 4.2rem;
  }
}

.quote-aboutus .quote-aboutus__block .quote-aboutus__text {
  padding-bottom: 4.4rem;
  max-width: 64.4rem;
}

@media (max-width:1024px) {
  .quote-aboutus .quote-aboutus__block .quote-aboutus__text {
    max-width: unset;
  }
}

@media (max-width:480px) {
  .quote-aboutus .quote-aboutus__block .quote-aboutus__text {
    padding-bottom: 0;
  }
}

@media (max-width:480px) {
  .quote-aboutus .quote-aboutus__block .link-red {
    display: none;
  }
}

.aboutus {
  display: flex;
  flex-direction: column;
}

.aboutus-features {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width:1024px) {
  .aboutus-features {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:480px) {
  .aboutus-features {
    margin-top: 7rem;
  }
}

.aboutus-features__inner {
  position: relative;
  padding: 15rem 16.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 14.6rem;
}

@media (max-width:1920px) {
  .aboutus-features__inner {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (max-width:1515px) {
  .aboutus-features__inner {
    padding: 10rem 5.2rem 6.8rem 11.7rem;
  }
}

@media (max-width:1024px) {
  .aboutus-features__inner {
    padding: 10rem 6rem;
    row-gap: 4rem;
  }
}

@media (max-width:480px) {
  .aboutus-features__inner {
    padding: 5rem 2.5rem;
    row-gap: 2.5rem;
  }
}

.aboutus-features__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.aboutus-features__title {
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #fff;
}

@media (max-width:1024px) {
  .aboutus-features__title {
    grid-column: 2 span;
  }
}

@media (max-width:480px) {
  .aboutus-features__title {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
}

.aboutus-features__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #fff;
}

@media (max-width:1024px) {
  .aboutus-features__desc {
    grid-column: 2 span;
  }
}

@media (max-width:480px) {
  .aboutus-features__desc {
    font-size: 16px;
    line-height: 3.2rem;
  }
}

.aboutus-features__container {
  grid-column: 2 span;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}

@media (max-width:1024px) {
  .aboutus-features__container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 6rem;
    padding-top: 2rem;
  }
}

@media (max-width:480px) {
  .aboutus-features__container {
    padding-top: 3rem;
    row-gap: 4rem;
  }
}

.aboutus-features__container .aboutus-features__item .aboutus-features__num {
  font-weight: 300;
  font-size: 7.2rem;
  line-height: 9rem;
  letter-spacing: -.03em;
  color: #fff;
}

@media (max-width:480px) {
  .aboutus-features__container .aboutus-features__item .aboutus-features__num {
    font-size: 5.2rem;
  }
}

.aboutus-features__container .aboutus-features__item .aboutus-features__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
}

@media (max-width:480px) {
  .aboutus-features__container .aboutus-features__item .aboutus-features__text {
    font-size: 16px;
    line-height: 3.2rem;
  }
}

.aboutus-services .aboutus-services__container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10rem;
  gap: 9rem;
}

@media (max-width:1515px) {
  .aboutus-services .aboutus-services__container {
    padding-bottom: 7rem;
  }
}

@media (max-width:1024px) {
  .aboutus-services .aboutus-services__container {
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 5rem;
  }
}

@media (max-width:480px) {
  .aboutus-services .aboutus-services__container {
    gap: 3rem;
    padding-bottom: 1rem;
  }
}

.aboutus-services .aboutus-services__title {
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #212424;
}

@media (max-width:1515px) {
  .aboutus-services .aboutus-services__title {
    max-width: 65rem;
  }
}

@media (max-width:480px) {
  .aboutus-services .aboutus-services__title {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
}

@media (max-width:1515px) {
  .aboutus-services .aboutus-services__title br {
    display: none;
  }
}

.aboutus-services .aboutus-services__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
}

@media (max-width:480px) {
  .aboutus-services .aboutus-services__desc {
    font-size: 16px;
    line-height: 3.2rem;
  }
}

.fr om {
  position: relative;
  padding: 15rem 19.7rem 30.8rem;
}

@media (max-width:1920px) {
  .fr om {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (max-width:1515px) {
  .from {
    padding: 10rem 15.7rem 20rem;
  }
}

@media (max-width:480px) {
  .from {
    padding: 5rem 2.5rem 20rem;
  }
}

.from .from__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.from .from__inner {
  position: relative;
}

.from .from__inner .title-num {
  margin-top: 1rem;
}

@media (max-width:1024px) {
  .from .from__inner .title-num {
    display: flex;
  }
}

@media (max-width:480px) {
  .from .from__inner .title-num {
    display: none;
  }
}

.from .from__inner .link-white {
  margin-top: 3.6rem;
  margin-left: 15.5rem;
}

@media (max-width:1024px) {
  .from .from__inner .link-white {
    margin-left: 8rem;
  }
}

@media (max-width:480px) {
  .from .from__inner .link-white {
    margin-left: 0;
  }
}

.from .title__from {
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 5.8rem;
  letter-spacing: -.02em;
  color: #fff;
  margin-left: 15.5rem;
}

@media (max-width:1024px) {
  .from .title__from {
    margin-left: 8rem;
    padding-right: 4rem;
  }
}

@media (max-width:480px) {
  .from .title__from {
    margin-left: 0;
    padding-right: 0;
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
}

.grid-cols-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width:1024px) {
  .grid-cols-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gap-40 {
  gap: 4rem;
}

@media (max-width:480px) {
  .gap-40 {
    gap: 3rem;
  }
}

.wepromote .img-wrapper {
  height: 52rem;
}

@media (max-width:1515px) {
  .wepromote .img-wrapper {
    height: 38rem;
  }
}

@media (max-width:480px) {
  .wepromote .img-wrapper {
    height: 24.5rem;
  }
}

.wepromote .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mt-28 {
  margin-top: 2.8rem;
}

.mt-52 {
  margin-top: 5.2rem;
}

.light {
  color: #d2dce5;
}

.h-520 {
  height: 52rem;
}

@media (max-width:1515px) {
  .h-520 {
    height: 38rem;
  }
}

@media (max-width:480px) {
  .h-520 {
    height: 24.5rem;
  }
}

a.back-dark:hover .link-white span {
  box-shadow: 0 1px 0 0 #fff;
}

.back-dark {
  background-size: cover;
  padding: 3.6rem 4rem;
  display: flex;
  align-items: flex-end;
}

@media (max-width:480px) {
  .back-dark {
    padding: 2.6rem 3rem;
  }
}

@media (max-width:480px) {
  .back-dark .link-white {
    display: grid;
    grid-template-columns: min-content 1fr;
  }

  .back-dark .link-white span {
    text-align: start;
  }
}

.py-150 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

@media (max-width:1920px) {
  .py-150 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (max-width:1515px) {
  .py-150 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media (max-width:480px) {
  .py-150 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.rounded-full {
  border-radius: 50%;
  overflow: hidden;
}

.rounded-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-140 {
  width: 14rem;
}

@media (max-width:480px) {
  .w-140 {
    width: 10rem;
  }
}

.h-140 {
  height: 14rem;
}

@media (max-width:480px) {
  .h-140 {
    height: 10rem;
  }
}

.list-red {
  display: flex;
  gap: 2.8rem;
  flex-wrap: wrap;
  align-items: flex-end;
}

.list-red li {
  position: relative;
}

.list-red li:first-child:before {
  content: unset;
}

.list-red li:before {
  content: "•";
  color: #a50f2d;
  opacity: .8;
  position: absolute;
  top: 0;
  left: -2rem;
}

.list-red a {
  text-decoration: none;
}

.bg-lblack {
  background-color: #282b2b;
}

.p-28 {
  padding: 2.8rem;
}

.pt-20 {
  padding-top: 2rem;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.items-end {
  align-items: flex-end;
}

.fi-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pb-16 {
  padding-bottom: 1.6rem;
}

.mt-40 {
  margin-top: 4rem;
}

@media (max-width:480px) {
  .mt-40 {
    margin-top: 3rem;
  }
}

.border-b-gray {
  border-bottom: .1rem solid #40454e;
}

.min-h-10 {
  min-height: 10rem;
}

@media (max-width:480px) {
  .min-h-10 {
    min-height: 0;
  }
}

.aboutus-cards .aboutus-cards__item {
  display: grid;
  grid-template-columns: 1fr min-content;
  transition: background-color .3s;
}

.aboutus-cards .aboutus-cards__title {
  grid-column: 2 span;
}

@media (max-width:480px) {
  .aboutus-cards .aboutus-cards__title {
    min-height: 12.5rem;
    grid-column: 1 span;
  }
}

@media (max-width:480px) {
  .aboutus-cards .aboutus-cards__img {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}

.dark .aboutus-cards .aboutus-cards__item:hover {
  background-color: #40454e;
}

.swiper-container-wrapper--timeline .swiper-slide {
  display: flex;
  background: #fff;
  min-height: 300px;
  align-items: center;
  justify-content: center;
}

.swiper-container-wrapper--timeline .swiper-slide .container {
  padding: 0;
  width: 100%;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  margin-bottom: 8rem;
  margin-top: 2.7rem;
  background-color: #d2dce5;
  height: .1rem;
  width: 100%;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  background-color: #a50f2d;
  height: .1rem;
  top: 0;
}

.progressbar__custom {
  width: 100%;
  height: .1rem;
  position: relative;
  margin-bottom: 8rem;
  margin-top: 2.7rem;
  background-color: #d2dce5;
}

@media (max-width:1024px) {
  .progressbar__custom {
    margin-bottom: 6rem;
  }
}

@media (max-width:480px) {
  .progressbar__custom {
    margin-bottom: 5rem;
  }
}

.progressbar__custom .progressbar__inner {
  background-color: #a50f2d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform .2s;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
  position: absolute;
  top: 3px;
  right: -100%;
  width: 100%;
  height: 1px;
  content: "";
}

.timeline {
  position: relative;
}

@media (max-width:480px) {
  .timeline {
    margin-top: 5rem;
  }
}

.timeline .container {
  overflow: hidden;
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  position: static;
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 4px transparent;
  transition: .4s;
}

.timeline .swiper-button-next:hover,
.timeline .swiper-button-prev:hover {
  box-shadow: 0 0 5px #d2dce5;
}

.timeline .swiper-button-next {
  right: 0;
}

.timeline .swiper-button-prev {
  left: 0;
}

.timeline .swiper-button-next:after,
.timeline .swiper-button-prev:after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/btn-slider.svg) no-repeat;
  background-size: contain;
}

.timeline .swiper-button-prev:after {
  transform: scaleX(-1);
}

.timeline .swiper-button__container {
  position: absolute;
  bottom: -4rem;
  right: 4rem;
  display: flex;
  gap: 1.2rem;
}

@media (max-width:1024px) {
  .timeline .swiper-button__container {
    display: none;
  }
}

.timeline .date {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 5.2rem;
  letter-spacing: -.01em;
  color: #a50f2d;
  padding-bottom: 1.6rem;
}

.timeline .timeline__title {
  padding-bottom: 2.4rem;
}

.timeline .timeline__swiper {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width:1024px) {
  .timeline .timeline__swiper {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.timeline .timeline__swiper .swiper-slide {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 6rem;
  align-items: flex-start;
  width: auto;
  background-color: unset;
  margin-right: 8rem;
  transition: opacity .3;
}

@media (max-width:1920px) {
  .timeline .timeline__swiper .swiper-slide {
    margin-right: 9rem;
  }
}

@media (max-width:1515px) {
  .timeline .timeline__swiper .swiper-slide {
    margin-right: 10rem;
    gap: 5.6rem;
    opacity: .4;
  }
}

@media (max-width:1024px) {
  .timeline .timeline__swiper .swiper-slide {
    align-items: center;
  }
}

@media (max-width:480px) {
  .timeline .timeline__swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 38rem;
    margin-right: 3.2rem;
    gap: 1.6rem;
  }
}

.timeline .timeline__swiper .swiper-slide .img-wrapper {
  width: 57.5rem;
  height: 57.5rem;
  transition: opacity .3s;
  filter: grayscale(1);
}

@media (max-width:1920px) {
  .timeline .timeline__swiper .swiper-slide .img-wrapper {
    width: 43.4rem;
    height: 43.4rem;
  }
}

@media (max-width:1515px) {
  .timeline .timeline__swiper .swiper-slide .img-wrapper {
    width: 19.3rem;
    height: 19.3rem;
  }
}

@media (max-width:1024px) {
  .timeline .timeline__swiper .swiper-slide .img-wrapper {
    width: 20rem;
    height: 20rem;
  }
}

@media (max-width:480px) {
  .timeline .timeline__swiper .swiper-slide .img-wrapper {
    width: 29rem;
    height: 29rem;
  }
}

@media (max-width:1515px) {
  .timeline .timeline__swiper .swiper-slide-active {
    opacity: 1;
  }
}

.timeline .timeline__swiper .swiper-slide-active .img-wrapper {
  filter: grayscale(0);
}

@media (max-width:1515px) {
  .timeline .timeline__swiper .swiper-slide-active .img-wrapper {
    width: 46.7rem;
    height: 46.7rem;
  }
}

@media (max-width:1024px) {
  .timeline .timeline__swiper .swiper-slide-active .img-wrapper {
    width: 20rem;
    height: 20rem;
  }
}

@media (max-width:480px) {
  .timeline .timeline__swiper .swiper-slide-active .img-wrapper {
    width: 29rem;
    height: 29rem;
  }
}

.timeline .timeline__swiper-2 {
  display: none;
  padding-right: 4rem;
  padding-left: 4rem;
}

@media (max-width:1024px) {
  .timeline .timeline__swiper-2 {
    display: block;
    height: min-content;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.timeline .timeline__swiper-2 .swiper-wrapper {
  height: min-content;
}

.timeline .timeline__swiper-2 .swiper-slide {
  width: min-content;
  height: min-content;
  min-height: unset;
  background-color: transparent;
  opacity: .4;
}

.timeline .timeline__swiper-2 .swiper-slide .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
}

.timeline .timeline__swiper-2 .swiper-slide-active {
  opacity: 1;
}

.timeline .timeline__container {
  width: 51.5rem;
}

@media (max-width:1920px) {
  .timeline .timeline__container {
    width: 36rem;
  }
}

@media (max-width:1515px) {
  .timeline .timeline__container {
    width: 46rem;
  }
}

@media (max-width:1024px) {
  .timeline .timeline__container {
    width: 44.6rem;
  }
}

@media (max-width:480px) {
  .timeline .timeline__container {
    width: 100%;
  }
}

.timeline .desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  color: #40454e;
}

.progressbar .info {
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23A50F2D'/%3E%3Cpath d='M16 13v11M16 7v3' stroke='%23fff' stroke-width='2.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 3.2rem 3.2rem;
}

.progressbar .progressbar__container {
  align-items: center;
}

@media (max-width:1024px) {
  .progressbar .progressbar__container {
    display: none;
  }
}

.wepromote__title {
  border-bottom: .1rem solid #d2dce5;
  padding-bottom: 2.6rem;
  margin-bottom: 4rem;
}

.developing {
  position: relative;
}

@media (max-width:480px) {
  .developing {
    margin-top: 5rem;
  }
}

.developing .developing__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #40454e;
}

@media (max-width:1024px) {
  .developing .developing__desc {
    margin-top: 4rem;
  }
}

@media (max-width:480px) {
  .developing .developing__desc {
    margin-top: 3rem;
  }
}

.developing .developing__container {
  display: grid;
  grid-template-columns: max-content 58.7rem;
  column-gap: 47rem;
  padding-bottom: 15.4rem;
}

@media (max-width:1515px) {
  .developing .developing__container {
    gap: 28.2rem;
    grid-template-columns: max-content 61rem;
    padding-bottom: 12.4rem;
  }
}

@media (max-width:1024px) {
  .developing .developing__container {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    gap: unset;
    padding-bottom: 10rem;
  }
}

@media (max-width:480px) {
  .developing .developing__container {
    padding-bottom: 7rem;
  }
}

.developing .developing__top {
  position: sticky;
  top: 0;
  background-color: #eff1f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: .1rem solid #d2dce5;
  padding-bottom: 2.7rem;
  z-index: 1;
}

.developing .developing__top .developing__top-numbers,
.developing .developing__top .developing__top-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 3.6rem;
  color: #212424;
}

@media (max-width:1024px) {
  .developing .developing__top .developing__top-numbers {
    display: none;
  }
}

.developing .developing__wrapper {
  position: relative;
}

@media (max-width:1024px) {
  .developing .developing__wrapper {
    margin-top: 0;
  }
}

.developing .developing__wrapper .developing__item {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 15.6rem;
  padding-top: 8rem;
}

@media (max-width:1024px) {
  .developing .developing__wrapper .developing__item {
    column-gap: 0;
    grid-template-columns: 0 1fr;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    padding-top: 11rem;
  }
}

@media (max-width:480px) {
  .developing .developing__wrapper .developing__item {
    padding-top: 4rem;
  }
}

.developing .developing__wrapper .developing__item .img-wrapper {
  grid-row: 2 span;
  visibility: hidden;
  width: 62.7rem;
  height: 62.7rem;
  margin-left: 15.7rem;
}

@media (max-width:1515px) {
  .developing .developing__wrapper .developing__item .img-wrapper {
    width: 46.7rem;
    height: 46.7rem;
  }
}

@media (max-width:1024px) {
  .developing .developing__wrapper .developing__item .img-wrapper {
    width: 26.3rem;
    height: 26.3rem;
    visibility: visible;
    margin-left: 0;
  }
}

@media (max-width:480px) {
  .developing .developing__wrapper .developing__item .img-wrapper {
    width: 28.3rem;
    height: 28.3rem;
  }
}

.developing .developing__block {
  padding-top: 5rem;
  padding-right: 45rem;
  padding-right: 15.7rem;
}

@media (max-width:1024px) {
  .developing .developing__block {
    padding-right: 0;
    width: calc(100% - 26.3rem);
    padding-left: 4rem;
    padding-top: 0;
  }
}

@media (max-width:480px) {
  .developing .developing__block {
    width: 100%;
    padding-left: 0;
    padding-top: 3rem;
  }
}

.developing .developing__block-title {
  padding-bottom: 3rem;
}

@media (max-width:480px) {
  .developing .developing__block-title {
    padding-bottom: 2rem;
  }
}

.developing .developing__block-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  color: #40454e;
}

.developing .developing__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  padding-top: 4.8rem;
  padding-right: 15.7rem;
}

@media (max-width:1024px) {
  .developing .developing__list {
    padding-right: 0;
    padding-left: 0;
    padding-top: 3.8rem;
  }
}

@media (max-width:480px) {
  .developing .developing__list {
    padding-top: 4.5rem;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

.developing .developing__list li {
  border-top: .1rem solid #d2dce5;
  border-bottom: .1rem solid #d2dce5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width:480px) {
  .developing .developing__list li {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.developing .developing__list li img {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}

@media (max-width:480px) {
  .developing .developing__list li img {
    width: 4.2rem;
    height: 4.2rem;
  }
}

.developing .developing__list li .list-text {
  padding-top: 11rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.2rem;
  color: #212424;
}

@media (max-width:1024px) {
  .developing .developing__list li .list-text {
    padding-top: 4rem;
  }
}

@media (max-width:480px) {
  .developing .developing__list li .list-text {
    padding-top: 5.5rem;
    font-size: 2.05rem;
  }
}

.developing .developing__list--col {
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}

.developing .developing__list--col li {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 3.2rem;
  border-top: 0;
}

.developing .developing__list--col li:first-child {
  border-top: .1rem solid #d2dce5;
}

.developing .developing__list--col li .list-text {
  padding-top: 0;
}

.developing .developing-images {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width:1024px) {
  .developing .developing-images {
    display: none;
  }
}

.developing .developing-images .developing-images__inner {
  position: sticky;
  top: 10rem;
  height: 62.7rem;
}

@media (max-width:1515px) {
  .developing .developing-images .developing-images__inner {
    height: 46.7rem;
  }
}

.developing .developing-images .img-wrapper {
  position: absolute;
  transition: opacity .3s;
  margin-left: 15.7rem;
  width: 62.7rem;
  height: 62.7rem;
}

@media (max-width:1515px) {
  .developing .developing-images .img-wrapper {
    width: 46.7rem;
    height: 46.7rem;
  }
}

@media (max-width:1024px) {
  .developing .developing-images .img-wrapper {
    width: 26.3rem;
    height: 26.3rem;
    margin-left: 0;
    position: relative;
    opacity: 1 !important;
  }
}

.insights-title,
.intro__title {
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 1.19;
  letter-spacing: -.01em;
  text-align: left;
  color: #eff1f6;
}

@media (max-width:1515px) {

  .insights-title,
  .intro__title {
    font-size: 6rem;
  }
}

@media (max-width:1024px) {

  .insights-title,
  .intro__title {
    font-size: 5.5rem;
  }
}

@media (max-width:480px) {

  .insights-title,
  .intro__title {
    font-size: 3.4rem;
    line-height: 1.5;
  }
}

html {
  font-size: .5128205128vw;
  height: 100%;
}

@media (max-width:1920px) {
  html {
    font-size: .5208333333vw;
  }
}

@media (max-width:1515px) {
  html {
    font-size: .6944444444vw;
  }
}

@media (max-width:1024px) {
  html {
    font-size: 1.3020833333vw;
  }
}

@media (max-width:480px) {
  html {
    font-size: 2.0833333333vw;
  }
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  font-family: Manrope, sans-serif !important;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: Manrope, sans-serif;
  display: flex;
  flex-direction: column;
  background: #eff1f6;
  color: #212424;
  min-height: 100%;
  scrollbar-width: thin;
  scrollbar-color: hsla(0, 14%, 91%, .663);
}

main {
  flex-grow: 1;
  padding-bottom: 15rem;
}

@media (max-width:1515px) {
  main {
    padding-bottom: 12rem;
  }
}

@media (max-width:1024px) {
  main {
    padding-bottom: 10rem;
  }
}

@media (max-width:480px) {
  main {
    padding-bottom: 7rem;
  }
}

@media (max-width:480px) {

  .subscribe:last-child,
  .subscribe:nth-last-child(2) {
    margin-bottom: -7rem;
  }
}

input {
  background: unset;
  outline: none;
  border: unset;
  box-shadow: none;
  font-family: Manrope;
}

input::placeholder {
  font-family: Manrope;
}

.wrapper {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width:1024px) {
  .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width:480px) {
  .wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f2f6;
  z-index: 100000000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .spin {
  transform: scale(3);
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 8rem;
  height: 8rem;
}

@media (max-width:480px) {
  .lds-ring {
    width: 5rem;
    height: 5rem;
  }
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64%;
  height: 64%;
  margin: 8px;
  border: .2rem solid #a50f2d;
  border-radius: 50%;
  animation: c 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border-color: #a50f2d transparent transparent;
}

.lds-ring div:first-child {
  animation-delay: -.45s;
  z-index: 1;
}

.lds-ring div:nth-child(2) {
  animation-delay: -.3s;
  z-index: 1;
}

.lds-ring div:nth-child(3) {
  animation-delay: -.15s;
  z-index: 1;
}

.lds-ring div:nth-child(4) {
  animation: none;
  border-color: #d2dce5;
}

@keyframes c {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.visually-hidden {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
}

.bx-filter-parameters-box-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (max-width:480px) {
  .bx-filter-parameters-box-container {
    padding-left: 3.4rem;
  }
}

.btn.btn-link {
  font-family: Manrope, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  color: #a50f2d;
  text-decoration: none;
  padding: 0;
  padding-top: .8rem;
  display: inline-block;
}

@media (max-width:480px) {
  .btn.btn-link {
    font-size: 2.5rem;
  }
}

@media (max-width: 1515px) {
  .prof-item .img-wrapper img {
    object-fit: cover;
  }

  .rising-num {
    margin-right: 0;
  }

  .cybersecurity-nums__block {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 480px) {
  .cybersecurity-nums__block {
    grid-template-columns: repeat(1, 1fr);
  }
}

.from {
  position: relative;
  padding-top: 19.7rem;
  padding-bottom: 19.7rem;
}

@media (max-width: 1920px) {
  .from {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (max-width: 1515px) {
  .from {
    padding-top: 15.7rem;
    padding-bottom: 15.7rem;
  }
}

@media (max-width: 480px) {
  .from {
    padding: 5rem 2.5rem;
  }
}

.custom-select select {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  height: 100%;
  max-width: 100%;
}

.subscribe.wrapper-margin.career .vacancy__bottom_info a,
.subscribe.wrapper-margin.career .vacancy__send .link {
  color: #aab8c3;
}

.subscribe.wrapper-margin.career .vacancy__bottom_info a:hover,
.subscribe.wrapper-margin.career .vacancy__send .link:hover {
  color: #a50f2d;
}

.subscribe.wrapper-margin.career .vacancy__bottom_info,
.subscribe.wrapper-margin.career .vacancy__send span {
  color: #697279;
}

.feedBack .feedBack__block {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feedBack {
  width: 100%;
  height: 100%;
}

#thankyou_form__text {
  font-size: 16px;
}

#thankyou_form__title {
  margin-bottom: 2rem;
}

@media (max-width: 480px) {
  #thankyou_form__text {
    font-size: 1.6rem;
  }

  #thankyou_form__title {
    margin-bottom: 1.5rem;
  }
}

.intro__video-btn.--red.sticky {
  position: sticky;
}

.job .catalog-content {
  width: calc(100% - 40rem);
}

.intro__pages.low-banner {
  min-height: 420px;
  max-height: 420px;
  padding-bottom: 8rem
}

.top-m-20 {
  margin-top: 20px
}

.about-block.job .about-card {
  height: 30rem;
}

.intro__content.job {
  align-items: flex-start;
  flex-direction: column;
}

.--singleMap .map__container {
  display: none;
}

.--singleMap .map-block {
  width: 100%;
}

ul.banners-4 {
  display: flex;
  list-style: none;
  gap: 20px;
}

ul.banners-4 li {
  list-style: none;
  background-image: none;
  padding: 0;
}

.addtext {
  color: white;
  margin-top: 3rem;
}

.section-top.top-pad-2 {
  margin-top: 2rem;
}

.cybersecurity-nums .section-top {
  padding-top: 2rem;
}

.cybersecurity-nums h2.title {
  font-size: 7.2rem;
}

.text-content-block {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.solve__intro,
.solve__intro .section-top.vertical {
  margin-top: 0rem;
}

.help__slider,
.informationTechnology,
.photo-gallery,
.industries__container {
  margin-bottom: 12rem;
}

.corporate__block h4.aboutus-cards__title {
  z-index: 1;
  position: relative;
  color: #eff1f6;
}

.corporate__block .corporate__helper {
  position: absolute;
  bottom: 2rem;
}

@media (max-width: 480px) {
  ul.banners-4 {
    flex-direction: column;
  }
}

@media (min-width: 1025px) and (max-width : 1515px) {
  .sticky-wrapper.job {
    grid-template-columns: 36rem 1fr 6rem;
  }
}

@media (max-width: 1024px) {
  .sticky-wrapper__block.wrapper.job {
    display: none;
  }
}

.solve__intro .section-top__aside .link-white {
  margin-left: 0 !important;
}

@media (max-width: 1200px) {
  .suggestion__wrapper {
    grid-template-columns: repeat(3, 1fr)
  }

  .suggestion__card_title {
    min-height: 2rem;
  }
}

.tofooter {
  margin-top: 10rem;
  margin-bottom: -15rem;
  border-bottom: 1px solid #697279;
}

.tofooter p.text-normal:first-child {
  color: #697279
}

.event-link {
  margin-top: 3rem;
}

.event-link p {
  margin-bottom: 0;
}

@media (max-width: 1515px) {
  .tofooter {
    margin-bottom: -12rem;
  }
}

.title-wrapper.calendar {
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.crm-block .calendar h2:first-child {
  margin-bottom: 0;
}

.calendar .link-red {
  margin-top: 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .reviews-swiper-block .swiper-slide .story__text {
    margin-bottom: 6rem;
  }

  .service__top_img img[src$=".svg"] {
    width: 100%;
  }

  .partner img {
    height: auto;
  }

  .solve__slider .swiper-slide {
    justify-content: flex-start;
  }

  .partner {
    margin-right: 11.6rem;
  }

  .news-slide__title {
    max-height: 11rem;
  }

  .map__wrapper .map__cities a {
    padding: 2rem;
  }

  .subscribe .subscribe__form > *{
    margin-left: 2.4rem;
  }
  .subscribe .subscribe__form > *:nth-child(3) {
    margin-left: 0;
  }
  .subscribe.wrapper-margin.career {
    margin-bottom: 15rem;
  }

  .news-slide img {
    position: absolute;
    width: auto;
    height: 15.5rem;
    top: 0;
    right: 50%;
    transform: translate3d(50%, 0, 0);
  }

  .news-slide {
    padding-top: 15.5rem;
    overflow: hidden;
    position: relative;
  }
  
  @media (max-width:480px) {
    .news-slide img {
      height: 20rem;
    }
    .news-slide {
      padding-top: 20rem;
    }
  }

  .news-slide.first-slide {
    overflow: hidden;
    position: relative;
  }
  .news-slide.first-slide img {
    width: auto;
    left: auto;
    right: 0;
    transform: none;
  }

  .header__logo img{
    width: 100%;
  }

  .partner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.obmen h2 {font-size: 35px;}
.obmen {padding: 72px 20px;font-size: 18px;line-height:1.3;background:#eff1f6;max-width:1600px;margin:0 auto}
.obmen a,.obmen strong {font-weight: 700;color:#a50f2d}
.obmen .download-text,.obmen .download-data {    color: #212424;font-weight: 500;}
.obmen-1 p{padding: 20px;background: white;margin: 20px 0;}
.obmen-1, .obmen-2,.obmen-4, .obmen-6, .obmen-5 {margin-bottom:120px;}
.obmen-1 p{font-size: 18px}
.obmen-1 h2 {margin-bottom:60px}
.obmen-2 tr td {;padding:20px 20px;background:white;border-bottom:10px solid #eff1f6}
.obmen-2 tr td:first-child  {background:#a50f2d; color:white;text-align: center;}
.obmen-3 div {background: white;
padding: 30px 20px;}
.obmen .obmen-31 {display: flex;gap: 40px;background: none;flex-direction: row;padding: 60px 0;padding-bottom:120px;justify-content: space-between;}
.obmen-4 ul {margin:20px 0;display: flex;gap: 20px;line-height:1.3}
.obmen-4 ul.red li{background: #a50f2d;color: white;}
.obmen-4 ul li {background-image:none !important; background: white;display: flex;gap: 20px;text-align: center;padding:30px 20px !important;font-size:18px}
.obmen-4 p {font-size: 18px;
    margin-bottom: 40px;}
.obmen-5 h2{margin-bottom: 40px;}
.obmen-5 div {background: white;padding: 40px 40px;}
.obmen-5 p,.obmen-6 p,.obmen-2 p,.obmen-7 p {font-size: 18px;}
.obmen-5 h3,.obmen-5 p {margin-bottom:20px;line-height: 1.4;}
.obmen-6 p {background:white;padding:40px;margin-bottom:20px}
.obmen-6 p:first-child {background:#3d3d3d;color:white}
.obmen-7 div {background:white;margin-bottom:20px;padding:20px}
.obmen-7 span {font-size: 14px;color: #787878;}
.obmen-6 h2 {margin-bottom:60px}
  @media (max-width:1000px) {
	.obmen-4 ul li {font-size: 16px;}
    }
  @media (max-width:900px) {
	.obmen-4 ul, .obmen .obmen-31  {flex-direction: column;}
.obmen-1, .obmen-2,.obmen-4, .obmen-6, .obmen-5 {margin-bottom:70px;}
	.obmen h2 {margin-bottom: 10px;font-size: 30px;}
	.obmen-2 tr td {font-size: 16px;padding:10px}
	.obmen {overflow-x: auto;}
    }

.form__item-radio.--custom {
  flex-direction: column;
}

.otherCheckbox + input {
  display: none;
}
.otherinputcheckbox + input {
  display: block;
}

@media (max-width:480px) {
  .survey .select-items {
    top: 4rem;
  }
}
.piramid {
background: white;
display: inline-block;
width: 100%;
}
.pirf {
    clip-path: polygon(10% 0%,100.00% 0.00%,100% 100%,0% 100%);
    width: 82%;
    margin-left: 18%;
}

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

transform: scaleX(1);
    transition: 1s;
}
.piramid ul li {
    height: 185px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.piramid ul:not([class]) li{
background-image:none;
padding: 0 3%;
line-height: 1.4;
text-align: center;
}
.piramid ul li:first-child {
display: flex;
justify-content: center;
align-items: center;
padding:0 13px;
text-align: center;
color: white;
font-weight: bolder;
transition: background 2s ease;
}
.piramid ul a{
display: flex;
font-size: 16px;
flex-direction: column;
align-items: center;
color:#212424;
transition:.3s;
width: 100%;
height: 100%;
justify-content: center;
}
.piramid ul a:hover{
color:#a50f2d
}
.piramid ul a img {transition:.2s}
.piramid ul a:hover img{
transform: scale(1.03);
}
.piramid ul li:first-child p {
color:white;
font-size: 20px;
margin: 0 20px;
text-align: center;
}
.piramid ul li img {
max-width: 200px;
margin-bottom: 20px;
}
.piramid .pd1 ul li:first-child {
background: rgb(191,191,191);
background: -moz-linear-gradient(103deg, rgba(191,191,191,1) 0%, rgba(204,204,204,1) 67%);
background: -webkit-linear-gradient(103deg, rgba(191,191,191,1) 0%, rgba(204,204,204,1) 67%);
background: linear-gradient(103deg, rgba(191,191,191,1) 0%, rgba(204,204,204,1) 67%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfbfbf",endColorstr="#cccccc",GradientType=1);;
    clip-path: polygon(0% 0%,84% 0%,100% 100%,0% 100%);
    flex: 0 0 19.8%;
}

.piramid .pd2 ul li:first-child {
background: rgb(81,81,81);
background: -moz-linear-gradient(103deg, rgba(81,81,81,1) 0%, rgba(104,103,106,1) 67%);
background: -webkit-linear-gradient(103deg, rgba(81,81,81,1) 0%, rgba(104,103,106,1) 67%);
background: linear-gradient(103deg, rgba(81,81,81,1) 0%, rgba(104,103,106,1) 67%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#515151",endColorstr="#68676a",GradientType=1);
    clip-path: polygon(0% 0%,87% 0%,100% 100%,0% 100%);
    flex: 0 0 25%;
}
.piramid .pd3 ul li:first-child {
background: rgb(29,115,161);
background: -moz-linear-gradient(103deg, rgba(29,115,161,1) 0%, rgba(34,150,211,1) 67%);
background: -webkit-linear-gradient(103deg, rgba(29,115,161,1) 0%, rgba(34,150,211,1) 67%);
background: linear-gradient(103deg, rgba(29,115,161,1) 0%, rgba(34,150,211,1) 67%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d73a1",endColorstr="#2296d3",GradientType=1);
    clip-path: polygon(0% 0%,89% 0%,100% 100%,0% 100%);
    flex: 0 0 30.5%;
}
.piramid .pd4 ul li:first-child {
background: rgb(123,9,40);
background: -moz-linear-gradient(103deg, rgba(123,9,40,1) 0%, rgba(159,12,50,1) 67%);
background: -webkit-linear-gradient(103deg, rgba(123,9,40,1) 0%, rgba(159,12,50,1) 67%);
background: linear-gradient(103deg, rgba(123,9,40,1) 0%, rgba(159,12,50,1) 67%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7b0928",endColorstr="#9f0c32",GradientType=1);
    clip-path: polygon(0% 0%,90% 0%,100% 100%,0% 100%);
    flex: 0 0 36.1%;
}
.piramid .pd1,.piramid .pd2,.piramid .pd3,.piramid .pd4 {
margin-bottom: 20px;
border: 1px solid #cecece4d;
}
.piramid-wrap {
display: flex;
align-items: flex-start;
margin: 60px;
}
.piramid .lrd ul {
display: flex;
width:70%;
flex-direction: column;
}
.piramid .lrd {
    border-radius: 65px;
    background-color: #f1f1f1;
    width: 23%;
    position: absolute;
    -webkit-clip-path: polygon(100% 0, 100% 9%, 73% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 9%, 73% 100%, 0 100%, 0 0);
}

.piramid .pd1 {background:#f1f1f1}
.piramid .pd2 {background:#e1e1e1}
.piramid .pd3 {background:#edf5fb}
.piramid .pd4 {background:#fdecf2}
.piramid .pd1 ul {margin-left: 7%;}
.piramid .pd2 ul {margin-left: 5%;}
.piramid .pd3 ul {margin-left: 2.5%;}

.animate ul li:nth-child(1) {animation-delay: -1s;}
.animate ul li:nth-child(2) {animation-delay: .1s;}
.animate ul li:nth-child(3) {animation-delay: .2s;}
.animate ul li:nth-child(4) {animation-delay: .3s;}
.animate ul li:nth-child(5) {animation-delay: .4s;}
.animate ul.animate li:nth-child(6) {animation-delay: .5s;}




@media (max-width:1250px) {
.piramid ul li:first-child p {font-size: 16px;}
	.piramid ul li img {max-width: 120px;}
}
@media (max-width:1120px) {
	.piramid ul a {font-size: 14px;}
	.piramid ul li img {max-width: 90px;}
}
@media (max-width:927px) {
.pirf {clip-path: polygon(0% 0%,100.00% 0.00%,100% 100%,0% 100%);margin: 60px 10px;}
	.piramid .pd1 ul,.piramid .pd2 ul,.piramid .pd3 ul,.piramid .pd4 ul {margin-left: 0;}
	.piramid ul li:first-child {padding: 0;}
	.piramid .pd2 ul li:first-child {flex: 0 0 23%;}
	.piramid .pd3 ul li:first-child {flex: 0 0 26.5%;}
	.piramid .pd4 ul li:first-child {flex: 0 0 30.1%;}
	.piramid ul li {height: 180px;}
}
@media (max-width:732px) {
	.piramid ul {flex-direction: column;}
	.piramid ul li {min-height: 125px;}
	.piramid .pd1 ul li:first-child,.piramid .pd2 ul li:first-child,.piramid .pd3 ul li:first-child,.piramid .pd4 ul li:first-child
	{clip-path: none;flex: auto;    width: 100%;}
	.piramid ul li img {max-width: 180px;max-height: 60px;}
	.piramid ul:not([class]) li {border-bottom: 3px solid white;width:100%}
	.piramid .pd1, .piramid .pd2, .piramid .pd3, .piramid .pd4 {border: none;margin-bottom: 40px;}
	.piramid ul li:first-child p {font-size: 25px;}
.piramid ul a {font-size: 16px;}
}


.animate ul li{
	-webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
