@charset "utf-8";
@import url("/v2/assets/css/bootstrap.css");

@import url("/v2/assets/css/experts-list.css");

.bx-session-message {
  display: none !important;
}

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

body {
  scrollbar-color: #21ba72 transparent;
  scrollbar-width: thin;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html,
body {
  font-family: "SB Sans Display", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #061b36;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

body {
  overflow-x: hidden;
}

b {
  font-weight: 500;
}

label {
  cursor: text;
}

svg {
  display: block;
}

.header-slider-picture img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header-slider-picture img {
    width: 274px;
  }
}

@media screen and (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.page {
  width: 100%;
  min-width: 320px;
  min-height: auto;
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.2;
  color: #2b2a32;
  background-color: #ffffff;
  overflow-x: hidden;
}

@font-face {
  font-family: "SB Sans Display";
  src: url("/v2/assets/fonts/sb_pack/SBSansDisplay-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SB Sans Display";
  src: url("/v2/assets/fonts/sb_pack/SBSansDisplay-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SB Sans Display";
  src: url("/v2/assets/fonts/sb_pack/SBSansDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "SB Sans Display";
  src: url("/v2/assets/fonts/sb_pack/SBSansDisplay-Light.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SB Sans Display";
  src: url("/v2/assets/fonts/sb_pack/SBSansDisplay-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "SB Sans Text";
  src: url("/v2/assets/fonts/sb_pack/SBSansText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  display: block;
}

input,
textarea,
select,
button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

label,
button {
  cursor: pointer;
}

p {
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  user-select: none;
}

html {
  overflow-x: hidden;
}

/* Banner block */

.banner-block .content {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.header-slider_container {
  position: relative;
}

.header-slider_item {
  position: relative;
  height: 600px;
}

.header-slider_item .header-slider__content_img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.header-slider_item .header-slider__text {
  position: relative;
  max-width: 1224px;
  margin: 0px auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.header-slider__text-wrap {
  width: 100%;
  max-width: 808px;
  margin: 0px auto;
}

.header-slider_container .arrow-block {
  max-width: 1224px;
  width: 100%;
  position: relative;
  top: 0px;
  margin: 0px auto;
  height: 0px;
}

.header-slider_item .header-slider__text .banner-text {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
}

.header-slider_item
  .header-slider__text
  .banner-text
  .banner__slide-descriptor {
  font-family: "SB Sans Text", sans-serif;
  max-width: 594px;
  margin-top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}

.banner__slide-button {
  margin-top: 25px;
  display: inline-block;
  /**max-width: 163px;
  display: flex;
  flex-direction: row;
  justify-content: center;**/
  align-items: center;
  padding: 12px 36px;
  background: #21ba72;
  font-family: "SB Sans Text", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  border-radius: 32px;
  transition: 0.3s;
  white-space: nowrap;
}

.banner__slide-button:hover {
  background: #209f6d;
}

.header-slider_arrow-left {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -295px;
  left: -90px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
}

.header-slider_arrow-left svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  left: -2px;
}

.education-slider_arrow-left {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  left: -90px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
  pointer-events: auto;
}

.education-slider_arrow-left svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  left: -2px;
}

.header-slider_arrow-right {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -295px;
  right: -90px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
}

.header-slider_arrow-right svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  right: -2px;
}

.header-slider-pic {
  height: 100%;
}

.header-slider-pic .header-slider__text-wrap {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header-slider_arrow-right {
  display: flex !important;
}

.header-slider_arrow-left {
  display: flex !important;
}

.education-slider_arrow-right {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  right: -90px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
  pointer-events: auto;
}

.education-slider_arrow-right svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  right: -2px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 3;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: black;
  border: 0;
  background: transparent;
  z-index: 20;
}

.auto__fill__circle {
  position: absolute;
  z-index: 3;
  stroke-dasharray: 0;
  stroke-dashoffset: 100;
}

.slick-dots li svg circle {
  fill: #d3d3d6;
}

.education-slider .slick-dots li svg circle {
  fill: #ffffff;
}

.slick-dots li svg circle:nth-child(2) {
  fill: transparent;
}

.slick-active svg circle:first-child {
  fill: #21ba72;
}

.education-slider .slick-active svg circle:first-child {
  fill: #21ba72;
}

.slick-active .auto__fill__circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 100;
  transform: rotate(-90deg);
  animation: dash 13.15s linear;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

/* End Banner block */

/* Education and Inclus area blocks */

.education {
  height: auto;
  padding-bottom: 64px;
  background: radial-gradient(
      31.69% 123.37% at 33.04% 2.47%,
      rgba(49, 194, 167, 0.68) 0%,
      rgba(33, 161, 154, 0) 100%
    ),
    radial-gradient(
      57.65% 139.46% at 60.54% 12.53%,
      rgba(90, 177, 255, 0.28) 0%,
      rgba(90, 176, 255, 0) 100%
    ),
    radial-gradient(
      18.15% 87.21% at 3.58% 91.2%,
      rgba(90, 176, 255, 0.2) 0%,
      rgba(90, 176, 255, 0) 100%
    ),
    linear-gradient(
      95.26deg,
      rgba(199, 240, 95, 0.8) 1.57%,
      rgba(33, 186, 114, 0.8) 64.4%
    ),
    #ffffff;
}

.edu-descr_block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 64px 0px 48px;
  width: 100%;
  height: auto;
}

.edu-title {
  font-family: "SB Sans Display", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
}

.about-path {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 32px;
  font-family: "SB Sans Text", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  transition: 0.3s;
}

.about-path.black-btn {
  border: 1px solid #c4c4c4;
  color: #000000;
}

.about-path.black-btn:hover {
  background: transparent;
  color: #209f6d;
}

.about-path.black-btn .svg-arrow svg path {
  stroke: #000000;
}

.about-path:hover {
  background: #ffffff;
  color: #209f6d;
}

.svg-arrow {
  margin-left: 14px;
}

.about-path:hover .svg-arrow svg path,
.about-path.black-btn:hover .svg-arrow svg path {
  stroke: #209f6d;
}

.edu-descr_text {
  max-width: 808px;
  font-family: "SB Sans Text", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  color: #ffffff;
}

.education .edu-slider_container {
  position: relative;
  padding: 0px;
}

.edu-slider_item {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 520px;
  margin: 0 12px;
  transition: 0.3s;
}

.edu-slider_item:hover {
  /* filter: brightness(140%); */
  filter: opacity(85%);
}

.edu-slider_item.bg-1 {
  background: linear-gradient(126.91deg, #00a2ff 0%, #235ed2 100%);
  border-radius: 16px;
}

.edu-slider_item.bg-2 {
  background: linear-gradient(133.59deg, #2959cd 10.13%, #673dc7 70.48%);
  border-radius: 16px;
}

.edu-slider_item.bg-3 {
  background: linear-gradient(57.9deg, #6c3dc9 38.55%, #bc2fd9 113.97%);
  border-radius: 16px;
}

.edu-slider_item.bg-4 {
  background: linear-gradient(129.13deg, #9c35d3 1.27%, #fe677a 112.22%);
  border-radius: 16px;
}

.edu-slider_item.bg-5 {
  background: linear-gradient(104.86deg, #31c2a7 5.99%, #449aeb 100.92%),
    linear-gradient(0deg, #333f48, #333f48);
  border-radius: 16px;
}

.edu-slider_item.single.slick-slide {
  max-width: 288px;
}

.edu-slider_item.subvertic {
  width: 288px;
  margin: 0 12px 0 12px;
}

.edu-slider_item .edu-slider_img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

.edu-slider_item .edu-slide__descr {
  position: relative;
  padding: 32px 0 0 32px;
}

.edu-slide__descr .edu-link {
  padding: 4px 12px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  font-family: "SB Sans Text", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.edu-slide__descr .edu-descr__title {
  max-width: 224px;
  font-family: "SB Sans Display", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 16px;
}

.edu-slide__descr .edu-descr__title.big {
  max-width: 460px;
  font-family: "SB Sans Display", sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  margin-top: 16px;
}

.edu-slide__descr .edu-descr__subtitle {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 8px;
}

.edu-slider_arrow-left {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  left: -16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
}

.edu-slider_arrow-left svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  left: -2px;
}

.edu-slider_arrow-right {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  right: -16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
}

.edu-slider_arrow-right svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  right: -2px;
}

/* End Education block  */

/* Inclusive Area */

.inclus-area {
  padding-bottom: 64px;
  background: radial-gradient(
      27.08% 84.18% at 87.54% 30.36%,
      rgba(0, 135, 205, 0.3) 0%,
      rgba(122, 192, 255, 0) 100%
    ),
    radial-gradient(
      10.81% 43.27% at 11.66% 100%,
      rgba(187, 224, 254, 0.6) 0%,
      rgba(187, 224, 254, 0) 100%
    ),
    radial-gradient(
      15.88% 61.3% at 54.9% 42.89%,
      rgba(148, 241, 218, 0.4) 0%,
      rgba(148, 241, 218, 0) 100%
    ),
    radial-gradient(
      25.21% 95.84% at 17.89% 12.35%,
      rgba(0, 135, 205, 0.48) 0%,
      rgba(122, 192, 255, 0) 100%
    ),
    linear-gradient(
      96.32deg,
      rgba(90, 176, 255, 0.8) 0.25%,
      rgba(49, 194, 167, 0.8) 64.8%
    ),
    #ffffff;
}

.inclus-descr_block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 64px 0px 48px;
  width: 100%;
  height: auto;
}

.inclus-title {
  font-family: "SB Sans Display", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
}

.inclus-descr_text {
  max-width: 808px;
  font-family: "SB Sans Text", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  color: #ffffff;
}

.inclus-area .inclus-slider_container {
  position: relative;
  padding: 0px;
}

.inclus-slider_item {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 520px;
  margin: 0 12px;
  transition: 0.3s;
}

.inclus-slider_item:hover {
  /* filter: brightness(140%); */
  filter: opacity(85%);
}

.inclus-slider_item.bg-1 {
  background: linear-gradient(134.75deg, #7bca64 -27.58%, #208e38 99.29%);
  border-radius: 16px;
}

.inclus-slider_item.bg-2 {
  background: linear-gradient(155.12deg, #40a348 -12.22%, #00b9e1 118.2%);
  border-radius: 16px;
}

.inclus-slider_item.bg-3 {
  background: linear-gradient(345.6deg, #13c5a1 29.7%, #1474ba 121.91%);
  border-radius: 16px;
}

.inclus-slider_item.bg-4 {
  background: linear-gradient(96.89deg, #13adc2 0.07%, #536fd1 75.2%);
  border-radius: 16px;
}

.inclus-slider_item.bg-5 {
  background: linear-gradient(136.69deg, #536fd2 13.55%, #8f6afa 87.19%);
  border-radius: 16px;
}

.inclus-slider_item.bg-6 {
  background: linear-gradient(130.09deg, #906bfb 18.3%, #f78a8a 137.64%);
  border-radius: 16px;
}

.inclus-slider_item.single.slick-slide {
  width: 288px;
}

.inclus-slider_item.subhoriz {
  height: 248px;
  margin: 0;
}

.inclus-slider_item.subhoriz:first-child {
  margin-bottom: 25px;
}

.inclus-slider_item .flexed-vert {
  display: flex;
  justify-content: space-between;
}

.inclus-slider_item .vertic {
  width: 288px;
  margin: 0;
}

.inclus-slider_item .inclus-slider_img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  object-fit: fill;
  object-position: center;
}

.inclus-slider_item .inclus-slide__descr {
  position: relative;
  padding: 32px 0 0 32px;
}

.inclus-slide__descr .inclus-link {
  padding: 4px 12px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  font-family: "SB Sans Text", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.inclus-slide__descr .inclus-descr__title {
  font-family: "SB Sans Display", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 16px;
}

.inclus-slide__descr .inclus-descr__title.big {
  max-width: 355px;
  font-family: "SB Sans Display", sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  margin-top: 16px;
}

.inclus-slide__descr .inclus-descr__subtitle {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 8px;
}

.inclus-slider_arrow-left {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  left: -16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
}

.inclus-slider_arrow-left svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  left: -2px;
}

.inclus-slider_arrow-right {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  right: -16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
}

.inclus-slider_arrow-right svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  right: -2px;
}

.inclus-video-link {
  position: relative;
  top: 66%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 40px;
  margin: 0 auto;
  font-family: "SB Sans Display", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
  background: #21ba72;
  border-radius: 32px;
}

.inclus-video-link svg {
  margin-right: 8px;
}

.video-link svg {
  margin-right: 8px;
}

/* End  Inclusive Area */

/* Prog slider block */

.main-prog {
  padding-bottom: 64px;
  background: 
    radial-gradient(
        33.54% 125.78% at 67.66% 0%,
        rgba(107, 234, 199, 0.4) 0%,
        rgba(255, 255, 255, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(
        23.46% 87.99% at 73.96% 103.13%,
        rgba(255, 214, 51, 0.4) 0%,
        rgba(255, 255, 255, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(
        17.94% 66.5% at 65.05% 102.34%,
        rgba(90, 176, 255, 0.4) 0%,
        rgba(255, 255, 255, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.prog-descr_block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 64px 0px 48px;
  width: 100%;
  height: auto;
}

.prog-title {
  font-family: "SB Sans Display", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #000000;
}

.prog-descr_text {
  max-width: 808px;
  font-family: "SB Sans Text", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  color: #000000;
}

.main-prog .prog-slider_container {
  position: relative;
  padding: 0px;
}

.prog-slider_item {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 520px;
  margin: 0 12px;
  transition: 0.3s;
}

.prog-slider_item:hover {
  /* filter: brightness(140%); */
  filter: opacity(85%);
}

.prog-slider_item.bg-1 {
  background: linear-gradient(129.13deg, #9c35d3 1.27%, #fe677a 112.22%);
  border-radius: 16px;
}

.prog-slider_item.bg-2 {
  background: linear-gradient(211.46deg, #02b8de 15.28%, #46c462 98.97%);
  border-radius: 16px;
}

.prog-slider_item.bg-3 {
  background: linear-gradient(96.89deg, #13adc2 0.07%, #536fd1 75.2%);
  border-radius: 16px;
}

.prog-slider_item.bg-4 {
  background: linear-gradient(129.13deg, #9c35d3 1.27%, #fe677a 112.22%),
    radial-gradient(75.33% 81.6% at 66% 72.18%, #cd79f4 0%, #8d69f4 100%);
  border-radius: 16px;
}

.prog-slider_item:nth-child(4) {
    background: radial-gradient(75.33% 81.6% at 66% 72.18%, #cd79f4 0%, #8d69f4 100%);
    border-radius: 16px;
  }

.prog-slider_item.single.slick-slide {
  width: 288px;
}

.prog-slider_item.middle.slick-slide {
  width: 436px;
}

.prog-slider_item.subhoriz {
  height: 248px;
  margin: 0;
}

.prog-slider_item.subhoriz:first-child {
  margin-bottom: 25px;
}

.prog-slider_item .flexed-vert {
  display: flex;
  justify-content: space-between;
}

.prog-slider_item .vertic {
  width: 288px;
  margin: 0;
}

.prog-slider_item .prog-slider_img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  object-fit: fill;
  object-position: center;
}

.prog-slider_item .prog-slide__descr {
  position: relative;
  padding: 48px 0 0 32px;
}

.prog-slide__descr .prog-link {
  padding: 4px 12px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  font-family: "SB Sans Text", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.prog-slide__descr .prog-descr__title {
  font-family: "SB Sans Display", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 16px;
}

.prog-slide__descr .prog-descr__title.big {
  max-width: 425px;
  font-family: "SB Sans Display", sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  margin-top: 16px;
}

.prog-slide__descr .prog-descr__subtitle {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 8px;
}

.prog-slider_arrow-left {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  left: -16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
}

.prog-slider_arrow-left svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  left: -2px;
}

.prog-slider_arrow-right {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  right: -16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
}

.prog-slider_arrow-right svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  right: -2px;
}

.prog-video-link {
  position: relative;
  top: 66%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 40px;
  margin: 0 auto;
  font-family: "SB Sans Display", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
  background: #21ba72;
  border-radius: 32px;
}

.prog-video-link svg {
  margin-right: 8px;
}

.video-link svg {
  margin-right: 8px;
}

/* End Prog slider block */

/* Quote block */

.quote-block .quote-slider_container {
  position: relative;
}

.quote-block {
  background: radial-gradient(
      17.94% 66.5% at 65.05% 102.34%,
      rgba(90, 176, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      23.46% 87.99% at 73.96% 103.13%,
      rgba(255, 214, 51, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      33.54% 125.78% at 67.66% 0%,
      rgba(107, 234, 199, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    );
}

.quote-slider_item {
  position: relative;
  width: 100%;
  height: 520px;
}

.quote-slider_img {
  max-width: 512px;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% + 1px);
  right: -75px;
  overflow: hidden;
}

.quote-container {
  position: relative;
  margin: 155px 128px;
  display: flex;
  flex-flow: column;
  max-width: 768px;
}

.quote-text {
  font-family: "SB Sans Display", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}

.quote-author {
  margin-top: 8px;
  font-family: "SB Sans Display", sans-serif;
  font-weight: normal;
  text-align: right;
  font-size: 20px;
  line-height: 28px;
  color: #209f6d;
}

.quote-author b {
  font-weight: 600;
}

.quote-author span {
  line-height: 25px;
}

.quote-detail_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 163px;
  height: 48px;
  padding: 12px 36px;
  margin-top: 48px;
  background: #21ba72;
  border-radius: 32px;
  color: #ffffff;
  transition: 0.3s;
}

.quote-detail_btn:hover {
  background: #209f6d;
}

.quote-slider_arrow-left {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  left: -16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
}

.quote-slider_arrow-right {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  right: -16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
}

/* End Quote block */

/* News block  */

.news-block {
  padding-top: 64px;
}

.news-title {
  width: 100%;
}

.news-title,
.news-title_container {
  align-items: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #000000;
}

.news-title_container {
  padding: 0 0 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.btn-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.all-news_btn,
.all-events_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 32px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 0 8px;
}

.all-news_btn {
  width: 186px;
  margin-left: 0;
}

.all-events_btn {
  width: 188px;
}

.all-events_btn {
  margin-right: 0;
}

.news-block {
  padding-bottom: 64px;
}

.news-block .news-slider_container {
  position: relative;
  padding: 0;
}

.news-block .news-slider_item {
  max-width: 288px;
  margin: 0 12px;
}

.news-block .news-slider_item .news-content__block {
  width: 100%;
}

.news-content__block .news-slider__content_img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.news-block .news-slider_item .news-content__block .news-date {
  margin-top: 12px;
  font-family: "SB Sans Display", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #aaafb7;
}

.news-block .news-slider_item .news-content__block .news-descr {
  margin-top: 12px;
  font-family: "SB Sans Display", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
}

.news-block .news-slider_item:hover .news-content__block .news-descr {
  color: #209f6d;
}

.news-block .news-slider_item .news-content__block .video-online {
  margin-top: 12px;
}

.news-block .news-slider_item .news-content__block .video-online a {
  font-size: 15px;
  line-height: 21px;
  display: flex;
  align-content: stretch;
  align-items: center;
  justify-content: flex-start;
}

.news-slider_arrow-left {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 75px;
  left: -16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
}

.news-slider_arrow-left svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  left: -2px;
}

.news-slider_arrow-right {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 75px;
  right: -16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
}

.news-slider_arrow-right svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  right: -2px;
}

/* End News block  */

.map-block {
  display: flex;
  justify-content: center;
}

.map-block img {
  width: 100%;
  max-width: 1920px;
}

/* Social block */

.social .content {
  max-width: 1120px;
}

.social-numbers__big {
  font-family: "SB Sans Display", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 288px;
  line-height: 290px;
  margin-top: 16px;
  letter-spacing: -12px;
  color: rgba(49, 194, 167, 1);
  background: linear-gradient(170deg, #31c2a7 20%, #31c2a700 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-image {
  position: relative;
  width: 100%;
  height: 648px;
}

.social-image .social-bg {
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(30% - 1px);
  left: calc(-5% - 16px);
  width: 100%;
  height: auto;
}

.social-image .heart-img {
  position: absolute;
  left: calc(70% - 10px);
  bottom: -20%;
}

.social-title {
  position: relative;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  padding-top: 74px;
}

.social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 395px;
  height: 84px;
  left: calc(50% - 405px / 2 - 0.5px);
  top: 348px;
  background: #ffffff;
  box-shadow: 0px 40px 60px -10px rgb(0 94 127 / 50%);
  border-radius: 24px;
}

.social-links .social-links__list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.social-links .social-links__list li {
  width: 52px;
  height: 52px;
  margin: 0 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.social-links .social-links__list li a svg path {
  transition: 0.3s;
}

.social-links .social-links__list li:hover a svg path {
  fill: #209f6d;
}

/* End Social block */

/* Subscribe block */

.subscription {
  padding: 32px 0 32px 0;
  background: #eeeeff;
}

.subscription .subscribe {
  max-width: 1224px;
  display: flex;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.subscribe {
  max-width: 320px;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 5px 24px 0 rgb(74 74 89 / 24%);
}

.subscribe__text-block {
  display: flex;
  max-width: 756px;
  width: 100%;
  margin-right: 37px;
}

.subscription .subscribe__text-block .subscribe__title {
  font-family: "SB Sans Display", sans-serif;
  font-size: 24px;
  line-height: 31px;
  flex-shrink: 0;
  margin-right: 26px;
  font-weight: 600;
}

.subscription .subscribe__descriptor {
  width: 100%;
  display: flex;
  /* align-items: center; */
  font-family: "SB Sans Text", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.subscription .subscribe__input-container {
  width: 429px;
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}

.subscription .subscribe__policy {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .subscription .subscribe__policy {
    margin-top: 85px;
    margin-bottom: -40px;
  }
}

.subscription .subscribe__policy-check {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 4px;

  margin-right: 16px;
  flex-shrink: 0;
  background-color: #fff;
  cursor: pointer;
}

.subscription .subscribe__policy-check > input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

.subscription .subscribe__policy-check > .subscribe__policy-back {
  /* opacity: 0; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e1e5ea;
  /* background-color: #209f6d; */
  transition: 0.3s;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.subscription
  .subscribe__policy-check
  > input:checked
  ~ .subscribe__policy-back {
  /* opacity: 1; */
  background-color: #209f6d;
}

.subscription .subscribe__policy-check > input:focus ~ .subscribe__policy-back {
  border-color: #209f6d;
}

.subscription .subscribe__policy-text {
  font-family: "SB Sans Text", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #333f48;
}

.subscription .subscribe__policy-text a {
  color: #208e38;
}

.subscription .subscribe__input {
  padding-right: 167px;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  flex-shrink: 0;
  font-family: "SB Sans Text", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #333f48;
  margin-bottom: 0;
  border: none;
}

.subscribe__input {
  font-size: 14px;
  line-height: 21px;
  width: 429px;
  height: 52px;
  border: 1px solid #ababab;
  border-radius: 50px;
  color: #333f48;
  padding: 4px 6px 4px 24px;
  position: relative;
  text-decoration: none;
}

.subscription .subscribe__button {
  font-family: "SB Sans Text", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-left: -167px;
  width: 161px;
  border-radius: 32px;
  background: #21ba72;
  transition: 0.3s;
}

.subscription .subscribe__button:hover {
  background: #209f6d;
}

.subscribe__button {
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 40px;
  width: 100%;
  background-color: #38b449;
  border: none;
  color: #fff;
  font-size: 16px;
}

/* End Subscribe block */

.colored-line {
  height: 9px;
  background: linear-gradient(
    270.01deg,
    #5ab0ff -2.92%,
    #42e3b4 23.78%,
    #ffd633 58.69%,
    #a0e720 95.65%
  );
}

/* Footer */
footer {
  background-color: #f6f6f6;
}

.hotline__list .links-value {
  display: flex;
  align-items: center;
  color: #21BA72;
  transition: color 200ms;
  
}

.hotline__list .links-value svg {
  width: 16px;
  height: auto;
  margin-right: 8px;
  
}

@media screen and (max-width:767px){
  .hotline__list .links-value svg {
    width: 16px;
    height: auto;
    margin-right: 8px;
    transform: none !important;
  }
}

/* Partnners block */

.partners-title_container {
  padding-bottom: 71px;
  display: flex;
  justify-content: space-between;
}

.partners-title {
  font-family: "SB Sans Display", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
}

.all-partners_btn.about-path {
  width: 199px;
  height: 40px;
  padding: 0;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 32px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.all-partners_btn.about-path:hover {
  background: transparent;
  color: #209f6d;
}

.footer-no-main {
  padding-top: 62px;
}

.partners-block {
  padding: 0px 0 48px;
}

.partners-block .partners-slider_container {
  position: relative;
}

.partners-block
  .partners-slider_item
  .partners-content__block
  .partners-link
  img {
  max-width: 150px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.partners-slider_item {
  width: 200px;
}

.partners-slider_arrow-left {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  left: -16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
}

.partners-slider_arrow-left svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  left: -2px;
}

.partners-slider_arrow-right {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  right: -16px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06),
    0px 2px 4px rgba(52, 64, 75, 0.06);
}

.partners-slider_arrow-right svg {
  position: relative;
  display: block;
  width: 13px;
  height: auto;
  right: -2px;
}

/* End Partnners block */

/* Footer */

footer .block-title {
  font-family: "SB Sans Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #323843;
}

.footer__logo {
  padding: 0;
  max-width: 200px;
}

footer .footer-container {
  display: flex;
  flex-direction: row;
  align-content: center;
  padding: 0;
  margin-top: 40px;
}

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

footer .limited {
  max-width: 288px;
  width: 100%;
  margin-right: 24px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  font-family: "SB Sans Text", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #323843;
  margin-top: 16px;
}

footer .another-email {
  margin-top: 0;
  margin-bottom: 40px;
}

footer .another-email h3 {
  margin-bottom: 16px;
}

footer .hotline-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 14px 8px;
  background: #21ba72;
  border-radius: 32px;
  width: 129px;
  font-family: "SB Sans Text", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 16px;
  transition: 0.3s;
}

footer .mm-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 14px 8px;
  background: #21ba72;
  border-radius: 32px;
  width: 162px;
  font-family: "SB Sans Text", sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  margin-top: 16px;
  transition: 0.3s;
}

footer .mm-btn:hover,
footer .hotline-btn:hover {
  color: #ffffff;
  background: #209f6d;
}

.footer-copyright {
  margin-top: 64px;
  background-color: #1c4f5f;
}

.footer-copyright {
  padding: 32px 0;
  background-color: #1c4f5f;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.footer-copy__wrapper {
  font-family: "SB Sans Text", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.footer-copyright .copy-links__block {
  /*display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;*/
  display: grid;
  /*align-items: center;*/
  grid-template-columns: repeat(3, 1fr);
  text-decoration: underline;
  margin-bottom: 6px;
  grid-gap: 17px;
}

.footer-copyright .op-color {
  opacity: 0.5;
}

.footer-copyright .copy-self {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.footer-copyright .copy-self .dobro-dev {
  width: 147px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.hotline-container,
.mm-container {
  display: none;
}

.hotline-container,
.mm-container {
  padding: 0;
  border-radius: 10px;
  background-color: transparent;
  max-width: 600px;
  width: 100%;
}

.hotline-form .main-footer__alert,
.mm-form .main-footer__alert {
  display: none;
  font-family: "SB Sans Display";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #ec1b28;
}

.hotline-container .hotline-form,
.mm-container .mm-form {
  background-color: #ffff;
  height: auto;
  overflow-y: hidden;
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.hotline-container .hotline-form .form-title,
.mm-container .mm-form .form-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  margin: 0 0 24px 0;
}

.hotline-form__fields,
.mm-form__fields {
  max-width: 536px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hotline-form__fields .hotline-form__item .form__field,
.mm-form__fields .mm-form__item .form__field {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 20px;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  font-family: "SB Sans Text";
}

.hotline-form__fields .hotline-form__item .form__field:focus-visible,
.mm-form__fields .mm-form__item .form__field:focus-visible {
  border: 1px solid #21ba72;
}

.hotline-form__item,
.mm-form__item {
  max-width: 260px;
  width: 100%;
}

.hotline-form__textarea,
.mm-form__textarea {
  width: 100%;
  margin-top: 16px;
}

.hotline-form__textarea .form__message,
.mm-form__textarea .form__message {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px;
  resize: none;
  max-width: 536px;
  width: 100%;
  height: 192px;
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  font-size: 14px;
  font-family: "SB Sans Text";
}

.hotline-form__textarea .form__message:focus-visible,
.mm-form__textarea .form__message:focus-visible {
  border: 1px solid #21ba72;
}

.hotline-form__note,
.mm-form__note {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #959595;
  margin: 16px 0 0;
}

.require_and_alert {
  min-height: 52px;
  margin-bottom: 8px;
}

.hotline-form__fileField {
  display: none;
}

.hotline-form__fileLabel {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  width: auto;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(52, 64, 75, 0.06);
  border-radius: 32px;
  transition: 0.3s;
  font-family: "SB Sans Text";
  font-size: 14px;
  color: #000000;
}

.hotline-form__fileLabel:hover {
  color: #209f6d;
}

.hotline-form__fileLabel svg {
  margin-right: 10px;
  width: 16px;
  height: auto;
}

.hotline-form__fileLabel svg path {
  transition: 0.3s;
}

.hotline-form__fileLabel:hover svg path {
  stroke: #209f6d;
}

.hotline-form__footer,
.mm-form__footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
}

.hotline-form__submit-btn,
.mm-form__submit-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 36px;
  width: 252px;
  background: #21ba72;
  border-radius: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  transition: 0.3s;
  font-family: "SB Sans Text";
}

.hotline-form__submit-btn:hover,
.mm-form__submit-btn:hover {
  background-color: #209f6d;
}

.hotline-form__agree-politic,
.mm-form__agree-politic {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 268px;
  height: 40px;
}

.hotline-form__checkbox,
.mm-form__checkbox {
  display: flex;
  align-items: center;
}

.hotline-form__checkbox .hotline-form__svg,
.mm-form__checkbox .mm-form__svg {
  margin-right: 11px;
}

.hotline-form__checkbox input,
.mm-form__checkbox input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.hotline-form__svg,
.mm-form__svg {
  position: relative;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #21ba72;
  border-radius: 5px;
}

.hotline-form__checkbox-label,
.mm-form__checkbox-label {
  position: relative;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.55s opacity, 0.55s visibility;
}

.hotline-form__checkbox input:checked ~ .hotline-form__svg .checkmark,
.mm-form__checkbox input:checked ~ .mm-form__svg .checkmark {
  opacity: 1;
  visibility: visible;
}

.hotline-form__checkbox input:checked ~ .hotline-form__svg,
.mm-form__checkbox input:checked ~ .mm-form__svg {
  background-color: #2d9f6d;
  border: 2px solid #2d9f6d;
}

.hotline-form__link,
.mm-form__link {
  color: #21ba72;
  text-decoration: none;
  transition: color 0.2s;
}

.hotline-form__link:hover,
.mm-form__link:hover {
  color: #209f6d;
  text-decoration: underline;
}

.hotline-form__spell,
.mm-form__spell {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.mm-form__spell.error,
.hotline-form__spell.error {
  color: #ec1b28;
}

.mm-form__spell.error a,
.hotline-form__spell.error a {
  color: #ec1b28;
}

.hotline__link span,
.footer-menu__link span {
  opacity: 0.5;
}

.footer-menu__list .footer-menu__link {
  transition: 0.3s;
}

.footer-menu__list .footer-menu__link:hover {
  color: #209f6d;
}

.useful-list .useful-link__item {
  transition: 0.3s;
}

.useful-list .useful-link__item:hover {
  color: #209f6d;
}

.footer-links {
  margin-top: 25px;
}

.footer-links h3 {
  margin-bottom: 0;
  font-weight: 600;
}

.footer-links__list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  max-width: 170px;
  margin-top: 16px;
}

.footer-links__list li {
  margin-top: 0;
}

.footer-links__list li:not(:last-child) {
  margin-right: 24px;
}

.footer-links__list li a svg path {
  transition: 0.3s;
}

.footer-links__list li:hover a svg path {
  fill: #209f6d;
}

.hotline-block.limited {
  margin-right: 0;
}

.hotline__link:hover,
.contscts-nav .footer-menu__link:hover,
.another-email .footer-mail:hover {
  color: #209f6d;
}

.block-title.press-kit {
  margin-top: 24px;
}

/* End Footer */

/* sliders overflow */

.edu-slider .slick-list,
.inclus-slider .slick-list,
.prog-slider .slick-list {
  overflow: visible !important;
}

.arrow-block .edu-slider_arrow-right svg path,
.arrow-block .edu-slider_arrow-left svg path,
.arrow-block .inclus-slider_arrow-right svg path,
.arrow-block .inclus-slider_arrow-left svg path,
.arrow-block .header-slider_arrow-right svg path,
.arrow-block .header-slider_arrow-left svg path,
.arrow-block .education-slider_arrow-right svg path,
.arrow-block .education-slider_arrow-left svg path,
.arrow-block .quote-slider_arrow-left svg path,
.arrow-block .quote-slider_arrow-right svg path,
.arrow-block .news-slider_arrow-left svg path,
.arrow-block .news-slider_arrow-right svg path,
.arrow-block .partners-slider_arrow-left svg path,
.arrow-block .partners-slider_arrow-right svg path,
.arrow-block .prog-slider_arrow-left svg path,
.arrow-block .prog-slider_arrow-right svg path {
  transition: 0.3s;
}

.arrow-block .edu-slider_arrow-right:hover svg path,
.arrow-block .edu-slider_arrow-left:hover svg path,
.arrow-block .inclus-slider_arrow-right:hover svg path,
.arrow-block .inclus-slider_arrow-left:hover svg path,
.arrow-block .header-slider_arrow-right:hover svg path,
.arrow-block .header-slider_arrow-left:hover svg path,
.arrow-block .education-slider_arrow-right:hover svg path,
.arrow-block .education-slider_arrow-left:hover svg path,
.arrow-block .quote-slider_arrow-left:hover svg path,
.arrow-block .quote-slider_arrow-right:hover svg path,
.arrow-block .news-slider_arrow-left:hover svg path,
.arrow-block .news-slider_arrow-right:hover svg path,
.arrow-block .partners-slider_arrow-left:hover svg path,
.arrow-block .partners-slider_arrow-right:hover svg path,
.arrow-block .prog-slider_arrow-left:hover svg path,
.arrow-block .prog-slider_arrow-right:hover svg path {
  stroke: #21ba72;
}

/* Mobile menu */

footer .footer-container__mobile {
  margin-top: 16px;
}

.footer-mobile__list .footer-links__list {
  margin-top: 18.5px;
  justify-content: normal;
  margin-bottom: 24px;
}

.footer-container__mobile .footer-links {
  margin-top: 24px;
  border-bottom: 1px solid #e4e4e4;
}

.footer-mobile__list .footer-links__list li {
  margin-right: 24px;
}

/* Media  */

.news-events .js-news-slick-right {
  top: 75px;
}

.news-events .js-news-slick-left {
  top: 75px;
}

.library .js-library-slick-right {
  top: 75px;
}

.library .js-library-slick-left {
  top: 75px;
}

@media screen and (max-width: 1919px) {
  .news-events .js-news-slick-right {
    top: 55px;
  }

  .news-events .js-news-slick-left {
    top: 55px;
  }

  .library .js-library-slick-right {
    top: 55px;
  }

  .library .js-library-slick-left {
    top: 55px;
  }

  .news-slider_arrow-right {
    top: 55px;
  }

  .news-slider_arrow-left {
    top: 55px;
  }

  .header-slider_item {
    height: 500px;
  }

  .header-slider_item .header-slider__text {
    max-width: 1032px;
  }

  .header-slider-pic .header-slider__text-wrap {
    max-width: 1000px;
  }

  .banner-block .content {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .header-slider_arrow-left {
    left: calc(10% - 90px);
  }

  .education-slider_arrow-left {
    left: -90px;
  }

  .header-slider_arrow-right {
    right: calc(10% - 90px);
  }

  .education-slider_arrow-right {
    right: -90px;
  }

  .quote-container {
    max-width: 633px;
    margin: 140px 0 0 98px;
  }

  .quote-text {
    font-size: 20px;
    line-height: 28px;
  }

  .quote-author {
    font-size: 18px;
    line-height: 24px;
  }

  .quote-slider_arrow-right {
    right: 0px;
  }

  .quote-slider_arrow-left {
    left: 0px;
  }

  .edu-slider_item,
  .inclus-slider_item,
  .prog-slider_item {
    max-width: 504px;
    height: 436px;
  }

  /* .prog-slider_item {
    max-width: 506px;
    height: 501px;
  } */

  .edu-slider_item.single.slick-slide,
  .inclus-slider_item.single.slick-slide,
  .prog-slider_item.single.slick-slide {
    max-width: 242px;
  }

  .prog-slider_item.middle.slick-slide {
    max-width: 373px;
  }

  .edu-slider_item .edu-slide__descr {
    padding: 24px 0 0 24px;
  }

  .edu-slide__descr .edu-link {
    font-family: "SB Sans Display", sans-serif;
    font-size: 12px;
    line-height: 16px;
  }

  .edu-slide__descr .edu-descr__title,
  .inclus-slide__descr .inclus-descr__title {
    max-width: 190px;
    font-size: 20px;
    line-height: 26px;
  }

  .inclus-slider_item .inclus-slide__descr {
    padding: 24px 0 0 24px;
  }

  .prog-slider_item .prog-slide__descr {
    padding: 32px 32px;
  }

  .edu-slide__descr .edu-descr__title.big {
    max-width: 430px;
    font-size: 24px;
    line-height: 32px;
  }

  .inclus-slide__descr .inclus-descr__title.big,
  .prog-slide__descr .prog-descr__title.big {
    max-width: 335px;
    font-size: 24px;
    line-height: 32px;
  }

  .inclus-slide__descr .inclus-link {
    font-family: "SB Sans Display", sans-serif;
    font-size: 12px;
    line-height: 16px;
  }

  .inclus-slider_item.subhoriz {
    height: 206px;
  }

  .news-block .news-slider_item {
    max-width: 240px;
    height: auto;
  }

  .news-block .news-slider_item .news-content__block .news-descr {
    font-size: 18px;
    line-height: 24px;
  }

  .subscription .subscribe {
    align-items: flex-end;
  }

  .subscribe__text-block {
    flex-direction: column;
    max-width: 592px;
    margin-right: 24px;
  }

  .subscription .subscribe__text-block .subscribe__title {
    margin-bottom: 8px;
    font-family: "SB Sans Display", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }

  .subscription .subscribe__input-container {
    width: 502px;
    height: 48px;
  }

  footer .block-title {
    font-size: 18px;
    line-height: 24px;
  }

  footer .limited {
    max-width: 240px;
  }
}

@media screen and (min-width: 1439px) and (max-width: 1919px) {
  .partners-slider_item {
    width: 206px;
  }
}

@media screen and (max-width: 1399px) {
  .education-slider_arrow-left {
    left: -80px;
  }

  .education-slider_arrow-right {
    right: -80px;
  }
}

@media screen and (max-width: 1199px) {
  .news-block .news-slider_item {
    max-width: 328px;
  }

  .news-events .js-news-slick-right {
    top: 120px;
  }

  .news-events .js-news-slick-left {
    top: 120px;
  }

  .library .js-library-slick-right {
    top: 120px;
  }

  .library .js-library-slick-left {
    top: 120px;
  }

  .header-slider-picture {
    display: none;
  }

  .header-slider-pic .header-slider__text-wrap {
    justify-content: center;
  }

  /**.header-slider_item{
    height: auto;
  }**/

  .header-slider-pic .header-slider__text-wrap {
    max-width: 912px;
    flex-direction: column;
    width: 100%;
  }

  .header-slider_item .header-slider-pic .header-slider__text {
    width: 100%;
    max-width: 990px;
    padding-left: 39px;
    padding-right: 39px;
  }

  .header-slider-pic .header-slider-text {
    width: 100%;
    order: 2;
  }

  .header-slider-picture {
    margin-bottom: 40px;
  }

  .header-slider__text {
    padding: 50px 0px 70px 0px;
  }

  .arrow-block {
    display: none;
  }

  .header-slider-picture {
    order: 1;
  }

  .edu-slider_item {
    max-width: 288px;
    height: 520px;
  }

  .inclus-slider_item {
    max-width: 288px;
    height: 520px;
  }

  .prog-slider_item {
    max-width: 288px;
    height: 520px;
  }

  .quote-block .content {
    padding: 0;
  }

  .edu-slider_item.single.slick-slide,
  .inclus-slider_item.single.slick-slide,
  .prog-slider_item.middle.slick-slide {
    max-width: 288px;
  }

  .header-slider_item .header-slider__text {
    max-width: 645px;
  }

  .edu-slide__descr .edu-descr__title,
  .inclus-slide__descr .inclus-descr__title {
    font-size: 24px;
    line-height: 32px;
  }

  .quote-slider_img {
    right: 1px;
    max-width: 375px;
  }

  .quote-container {
    max-width: 450px;
    margin-top: 44px;
    margin-left: 39px;
  }

  .quote-author {
    text-align: left;
  }

  .quote-detail_btn {
    margin-top: 32px;
  }

  .news-block .news-slider_item .news-content__block {
    margin: 0 auto;
    max-width: 330px;
  }

  .hotline-block.limited {
    margin-right: 24px;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 999px;
  }

  ::-webkit-scrollbar-thumb {
    height: 8px;
    width: 8px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 999px;
  }

  ::-webkit-scrollbar-thumb:hover {
    height: 8px;
    width: 8px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 999px;
  }

  ::-moz-scrollbar-button:decrement,
  ::-moz-scrollbar-button:increment,
  ::-moz-scrollbar-button:vertical:start:decrement,
  ::-moz-scrollbar-button:vertical:end:increment,
  ::-moz-scrollbar-button:horizontal:start:decrement,
  ::-moz-scrollbar-button:horizontal:end:increment,
  ::-webkit-scrollbar-button:vertical:start:decrement,
  ::-webkit-scrollbar-button:vertical:end:increment,
  ::-webkit-scrollbar-button:horizontal:start:decrement,
  ::-webkit-scrollbar-button:horizontal:end:increment {
    width: 0px !important;
    height: 0px !important;
  }

  .footer-copyright .copy-links__block {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .subscription .subscribe__input-container {
    width: 400px;
  }
}

@media screen and (min-width:963px) and (max-width:1199px) {
  .hotline__list .press-kit {
    white-space: nowrap;
  }
}
@media screen and (min-width:768px) and (max-width:962px) {
  .hotline__list .press-kit__a {
    align-items: flex-start;
  }

  .hotline__list .press-kit__a svg {
    margin-top: 3px;
  }
}

@media screen and (max-width: 1000px) {
  .news-events .js-news-slick-right {
    display: none;
  }

  .news-events .js-news-slick-left {
    display: none;
  }

  .library .js-library-slick-right {
    display: none;
  }

  .library .js-library-slick-left {
    display: none;
  }
}

@media screen and (max-width: 930px) {
  .subscription .subscribe__input-container {
    width: 358px;
  }
}

@media screen and (max-width: 875px) {
  .subscription .subscribe__input-container {
    width: 358px;
  }
}

@media screen and (max-width: 767px) {
  .header-slider-picture {
    display: block;
  }

  .edu-title {
    max-width: 300px;
  }

  .edu-slider_item.single.slick-slide,
  .inclus-slider_item.single.slick-slide {
    max-width: 288px;
  }

  .btn-group {
    justify-content: space-between;
  }

  .social-numbers__big {
    margin-top: 45px;
  }

  .partners-title_container {
    padding-bottom: 10px;
  }

  .footer__logo {
    margin-bottom: 30px;
  }

  footer .another-email {
    margin-top: 25px;
  }

  .footer-links {
    margin-top: 25px;
  }

  .about-path {
    width: 212px;
  }

  .quote-detail_btn {
    max-width: 150px;
    height: 40px;
    margin-top: 12px;
    padding: 8px 14px 6px;
  }

  .news-title_container {
    padding-bottom: 24px;
  }

  .header-slider_item {
    height: 600px;
  }

  .header-slider_item .header-slider__text {
    max-width: 440px;
    margin-left: 165px;
  }

  .header-slider_container .arrow-block {
    display: none;
  }

  .edu-descr_block {
    align-items: flex-start;
    padding: 64px 0 48px;
  }

  .edu-slide__descr .edu-link {
    font-family: "SB Sans Text", sans-serif;
    font-weight: normal;
  }

  .edu-title {
    max-width: 250px;
  }

  .quote-slider_container .arrow-block {
    display: none;
  }

  .quote-container {
    margin: 44px 0 0 39px;
    max-width: 450px;
  }

  .quote-author {
    text-align: left;
  }

  .inclus-descr_block {
    padding: 64px 0 48px;
  }

  .inclus-slide__descr .inclus-link {
    font-family: "SB Sans Text", sans-serif;
    font-weight: normal;
  }

  .inclus-slide__descr .inclus-descr__title.big {
    max-width: 224px;
    font-size: 24px;
    line-height: 32px;
  }

  .news-block {
    padding: 64px 0 0;
  }

  .news-block .news-slider_item {
    max-width: 330px;
  }

  .subscribe__text-block {
    flex-direction: row;
    margin-right: 0;
    max-width: 100%;
  }

  .subscription .subscribe__text-block .subscribe__title {
    max-width: 329px;
    width: 100%;
    margin-right: 31px;
  }

  .subscription .subscribe {
    flex-wrap: wrap;
  }

  .subscription .subscribe__descriptor {
    max-width: none;
  }

  .subscription .subscribe__input-container {
    width: 100%;
    margin-top: 24px;
  }

  footer .footer-wrapper .content {
    padding: 0 39px;
  }

  footer .limited {
    max-width: 288px;
    margin-right: 0;
  }

  footer .footer-container {
    flex-wrap: wrap;
  }

  .hotline-block.limited {
    margin-right: 0;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 16px;
  }

  .hotline-block.limited .hotline-block__title,
  .press-kit__limited .press-kit__limited__title {
    font-weight: 600;
    margin-top: 24px;
  }

  .useful-links__block {
    margin-top: 26px;
  }

  .footer-mobile__list {
    margin: 0;
  }

  .footer-links__list {
    max-width: 195px;
  }

  .footer-copyright {
    margin-top: 32px;
  }

  .footer-copyright {
    padding: 32px 0;
  }

  .footer-copyright .copy-self {
    margin-top: 24px;
  }

  .footer-copyright .copy-links__block {
    grid-template-columns: 1fr;
    grid-gap: 16px;
    margin-bottom: 25px;
  }

  .first-p {
    margin-bottom: 8px;
  }

  .arrow-block {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-slider_item .header-slider__text {
    max-width: 370px;
  }

  .edu-descr_block {
    padding: 40px 0 32px;
    word-break: break-word;
  }

  .edu-descr_block .about-path {
    order: 1;
    margin-top: 24px;
  }

  .inclus-slider_item,
  .edu-slider_item,
  .prog-slider_item {
    max-width: 240px;
    height: 375px;
  }

  .edu-slider_item.single.slick-slide,
  .inclus-slider_item.single.slick-slide,
  .prog-slider_item.middle.slick-slide {
    max-width: 240px;
  }

  .inclus-slider_item .inclus-slide__descr,
  .edu-slider_item .edu-slide__descr {
    padding: 24px 16px 0;
  }

  .prog-slider_item .prog-slide__descr {
    padding: 24px 16px;
  }

  .inclus-slide__descr .inclus-link,
  .edu-slide__descr .edu-link {
    font-size: 14px;
    line-height: 21px;
  }

  .inclus-slide__descr .inclus-descr__title.big,
  .edu-slide__descr .edu-descr__title.big {
    font-size: 20px;
    line-height: 24px;
  }

  .edu-slide__descr .edu-descr__title,
  .inclus-slide__descr .inclus-descr__title {
    font-size: 20px;
    line-height: 24px;
  }

  .inclus-title,
  .edu-title {
    font-size: 32px;
    line-height: 41px;
  }

  .prog-title {
    font-size: 28px;
    line-height: 36px;
  }

  .prog-descr_text {
    margin-top: 8px;
  }

  .prog-slide__descr .prog-descr__title,
  .prog-slide__descr .prog-descr__title.big{
    font-size: 20px;
    line-height: 24px;
  }

  .inclus-descr_block,
  .prog-descr_block {
    padding: 40px 0 32px;
    word-break: break-word;
  }

  .inclus-descr_block .about-path,
  .prog-descr_block .about-path {
    order: 1;
    margin-top: 24px;
  }

  .quote-container {
    margin: 24px 0 0 24px;
  }

  .quote-author {
    font-size: 14px;
    line-height: 20px;
  }

  .news-block {
    padding: 40px 0 0;
  }

  .news-title_container {
    flex-wrap: wrap;
  }

  .news-title {
    font-size: 32px;
    line-height: 41px;
  }

  .all-news_btn,
  .all-events_btn {
    width: 160px;
    height: 32px;
    padding: 4px 14px;
    margin-top: 16px;
  }

  .news-block .news-slider_item .news-content__block {
    max-width: 200px;
  }

  .news-block .news-slider_item .news-content__block .news-descr {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .social .content {
    max-width: 540px;
  }

  .social-title {
    padding-top: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
  }

  .social-numbers__big {
    font-size: 200px;
  }

  .social-image {
    height: 465px;
  }

  .social-links {
    height: 60px;
    left: calc(50% - 405px / 2 - 0.5px);
    top: 245px;
  }

  .social-links .social-links__list li {
    margin: 0;
  }

  .subscription {
    padding: 48px 0 104px 0;
  }

  .subscribe__text-block {
    flex-direction: column;
  }

  .subscription .subscribe__input-container {
    flex-wrap: wrap;
  }

  .subscription .subscribe__button {
    margin-top: 16px;
    margin-left: 0;
  }

  .partners-block {
    padding: 32px 0;
  }

  .footer-no-main {
    padding-top: 32px;
  }

  .partners-title {
    font-size: 24px;
    line-height: 32px;
  }

  .all-partners_btn {
    width: 171px;
    padding: 4px 16px;
  }

  footer .footer-wrapper .content {
    padding: 0 24px;
  }

  .footer-container__mobile {
    display: block;
    margin-bottom: 32px;
  }

  .footer-list__item:last-child {
    margin-bottom: 40px;
  }

  .footer-container__mobile .mobile-sect__item {
    border-bottom: 1px solid #e4e4e4;
  }

  .footer-container__mobile .group-arrow {
    width: auto;
    display: block;
    justify-content: inherit;
  }

  .footer-container__mobile .mobile-sect__item .group-name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: "SB Sans Display", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
  }

  .footer-container__mobile .mobile-sect__item .group-name > svg {
    transition: 0.3s;
  }

  .footer-container__mobile .sub-group.active .group-name > svg {
    transform: rotate(-180deg);
  }

  footer .limited {
    max-width: 100%;
  }

  .hotline-block .limited {
    width: 100%;
    max-width: 327px;
  }

  footer .hotline-btn {
    margin-top: 16px;
  }

  .footer__logo-mobile {
    margin-bottom: 38.5px;
  }

  .footer-copyright {
    margin-top: 0;
  }

  .footer-copy__wrapper {
    padding: 0 24px;
  }

  .hotline-block.limited .hotline-block__title,
  .press-kit__limited .press-kit__limited__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .hotline-block svg,
  .press-kit__limited svg {
    transition: 0.3s;
    flex: 0 0 14px;
  }

  .hotline__list {
    display: none;
  }

  footer .hotline-btn {
    display: none;
  }

  .hotline-block.limited.active .hotline__list,
  .press-kit__limited.active .hotline__list {
    display: block;
  }

  footer .hotline-block.limited.active .hotline-btn {
    display: block;
  }

  .hotline-block.limited.active svg,
  .press-kit__limited.active svg {
    transform: rotate(-180deg);
  }
}

@media screen and (max-width: 767px) {
  /**.header-slider_item {
    height: auto; 
    
  }**/

  .header-slider_item .header-slider__text .banner-text .banner__slide-caption {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }

  .header-slider_item
    .header-slider__text
    .banner-text
    .banner__slide-descriptor {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
  }

  .banner__slide-button {
    /*width: 155px;*/
    padding: 10px 32px 8px;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }

  .header-slider_item .header-slider__text {
    max-width: none;
    margin: 0px;
    max-width: none;
    min-height: 500px;
    padding: 50px 24px 70px 24px;
  }

  .header-slider_item .header-slider-pic .header-slider__text {
    padding: 50px 24px 70px 24px;
  }

  .edu-title {
    max-width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
  }

  .edu-descr_text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
  }

  .quote-block {
    background: none;
  }

  .quote-block .content {
    padding: 0;
  }

  .quote-slider_item {
    /*height: 704px;*/
    height: auto;
    padding-bottom: 32px;
  }

  .quote-slider_img {
    position: static;
    width: 100%;
    height: auto;
    right: 0;
    margin: 0 auto;
  }

  .quote-container {
    top: 0;
    left: 0;
    margin: 25px auto 0;
    max-width: none;
    height: auto;
    padding: 0 24px;
  }

  .quote-text {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
  }

  .quote-author {
    margin-top: 8px;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
  }

  .quote-block .slick-dots {
    bottom: 20px;
  }

  .inclus-title {
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
  }

  .inclus-descr_text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
  }

  .news-content__block .news-slider__content_img {
  }

  .social {
    padding-top: 48px;
  }

  .social-numbers__big {
    font-size: 123px;
    line-height: 124px;
    letter-spacing: -5px;
    margin-right: 12px;
    margin-top: 38px;
  }

  .social-image {
    height: 375px;
  }

  .social-image .social-bg {
    top: calc(22% - 3px);
    left: 0;
  }

  .social-image .heart-img {
    left: inherit;
    right: -26px;
    bottom: -100%;
  }

  .social-links {
    width: 327px;
    height: 84px;
    left: 80px;
    top: 180px;
  }

  .social-links .social-links__list li {
    margin: 0 4px;
  }

  .subscription .subscribe__input-container {
    height: 38px;
  }

  .subscription .subscribe__input {
    padding-right: 105px;
  }

  .all-partners_btn.about-path {
    width: 171px;
    height: 32px;
  }

  .footer-copy__wrapper {
    padding: 0;
  }

  .footer-copyright {
    padding: 32px 0;
  }

  .footer-copyright .copy-self {
    flex-flow: column wrap;
    align-items: flex-start;
    margin-top: 8px;
  }

  .copy-year {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .hotline-form__item,
  .mm-form__item {
    max-width: none;
  }

  .hotline-form__agree-politic,
  .mm-form__agree-politic {
    height: auto;
    width: 100%;
    margin-top: 16px;
  }

  .hotline-form__item .form__field,
  .mm-form__item .form__field {
    margin-bottom: 16px;
  }

  .hotline-form__textarea,
  .mm-form__textarea {
    margin-top: 0;
  }

  .hotline-form__fields,
  .mm-form__fields {
    flex-direction: column;
  }

  .footer-copyright .copy-links__block a {
    margin-bottom: 6px;
  }

  .footer-copyright .copy-links__block a:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 540px) {
  .social-links {
    left: 75px;
  }

  .edu-slider_item.single.slick-slide,
  .inclus-slider_item.single.slick-slide {
    max-width: 240px;
  }

  .hotline-form__agree-politic,
  .mm-form__agree-politic {
    margin-top: 16px;
  }

  .subscription .subscribe__descriptor {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 428px) {
  .social-links {
    left: 15px;
  }

  .hotline-form__fileLabel {
    padding: 12px 12px;
  }
}

@media screen and (max-width: 375px) {
  .social-links {
    left: 0;
  }

  .hotline-form__fileLabel {
    padding: 12px 10px;
  }
}

@media screen and (max-width: 374px) {
  .news-block .news-title_container .btn-group {
    flex-direction: column;
  }

  .all-news_btn,
  .all-events_btn {
    width: 100%;
    margin-left: 0;
  }
}

.politics-pop p {
  margin: 10px 0px;
}

.politics-pop h2 {
  font-weight: bold;
  margin: 10px 0px;
  text-align: center;
}

.politics-pop h4 {
  font-weight: bold;
  margin: 10px 0px;
  text-align: center;
}

.copyright-link {
  transition: opacity 0.2s;
}

.copyright-link:hover {
  opacity: 0.7;
}

body #bx-panel {
  position: fixed !important;
  right: 0px;
  left: 0px;
}

body #bx-panel + .main-header {
  top: 39px;
}

.video .fancybox-content {
  max-width: none;
}

.v-wrap {
  position: relative;
}

.full-- {
  max-width: 400px;
}

.about__text_block a {
  color: #21ba72;
  transition: color 0.2s;
}

.about__text_block a:hover {
  color: #209f6d;
  text-decoration: underline;
}

.about__text_block ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.about__text_block ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.education-slider {
  position: relative;
}

.education-slider_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none;
}

.lib-slider_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none;
}

.offers-pdf .fancybox-content {
  max-width: 100%;
}

.video-block {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.video-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;

  background-color: rgb(0 0 0 / 40%);
}

.video-block-cont {
  position: absolute;
  bottom: 24px;
  left: 32px;
  color: #ffffff;
  z-index: 2;
  padding-right: 32px;
}

.video-block-subtitle {
  font-family: SB Sans Display;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

.video-block-title {
  font-family: SB Sans Display;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
}

.video-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video-play-wh {
  fill: #ffffff !important;
}

.video-play-bl {
  fill: #000000 !important;
}

.video-block .video--click {
  z-index: 4;
}

.video-block-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .video-block-title {
    font-size: 24px;
    line-height: 30px;
  }

  .video-block-subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}

.video-block-img {
  height: 357px;
}

.video-block-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .main-header__mobile-section .first-level {
    padding: 18.5px 24px;
  }
}

.page-content {
  padding-top: 32px;
  padding-bottom: 80px;
}

.page-content h1 {
  color: #2b2a32;
  font-size: 36px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin: 0;
  text-align: left;
  margin-bottom: 37px;
}

/*@media (max-width: 767px){
  .page-content h1{
    font-size: 20px;
  }
}*/

.page-content h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 600;
  margin-top: 0px;
}

.partner--slider .swiper-button-disabled {
  opacity: 0;
}

.news-event__container .swiper-button-disabled {
  opacity: 0;
}

.library__container .swiper-button-disabled {
  opacity: 0;
}

.header-slider-text {
  width: 65%;
}

.welcome-popups {
  display: flex;
  flex-direction: column;
  position: fixed;
  max-width: 1224px;
  width: 100%;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.minc-popup {
  padding: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgb(52 64 75 / 10%);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
  width: 100%;
  transition: 0.3s;
}

.minc-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  padding-right: 50px;
  font-family: "SB Sans Display", sans-serif;
  color: #000000;
}

.minc-text {
  font-size: 16px;
  line-height: 22px;
  color: #333f48;
  font-family: "SB Sans Text";
  font-weight: 400;
}

.minc-text a {
  color: #21ba72;
  transition: color 0.2s;
  text-decoration: underline;
}

.minc-text a:hover {
  color: #209f6d;
}

.minc-btn {
  position: absolute;
  right: 32px;
  top: 36px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e5ea;
  cursor: pointer;
  border-radius: 6px;
  transition: all 300ms;
}

.minc-btn:hover {
  background-color: #209f6d;
  border-color: #209f6d;
  color: #fff;
}

.minc-btn svg {
  color: #000;
  width: 8px;
  height: auto;
  transition: all 300ms;
}

.minc-btn:hover svg {
  color: #fff;
}

.cookies-popup {
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.cookies-popup-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgb(52 64 75 / 10%);
  border-radius: 16px;
  margin: 24px auto 0;
  width: 100%;
}

.cookies-text {
  font-size: 16px;
  line-height: 22px;
  color: #333f48;
  font-family: "SB Sans Text";
  font-weight: 400;
}

.cookies-text a {
  color: #21ba72;
  transition: color 0.2s;
  text-decoration: underline;
}

.cookies-text a:hover {
  color: #209f6d;
}

.cookies-btn {
  flex: none;
  margin-left: 24px;
}

.cookies-btn span {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 32px;
  background: #21ba72;
  border-radius: 32px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
  font-family: "SB Sans Text";
  font-weight: 400;
  cursor: pointer;
}

.cookies-btn span:hover {
  color: #ffffff;
  background: #209f6d;
}

@media screen and (max-width: 1919px) {
  .welcome-popups {
    max-width: 1032px;
  }
}

@media screen and (max-width: 1199px) {
  .welcome-popups {
    max-width: 912px;
  }
}

@media screen and (max-width: 1199px) {
  .welcome-popups {
    max-width: 696px;
  }

  .cookies-popup-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookies-btn {
    flex: none;
    margin-left: 0px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .welcome-popups {
    left: 24px;
    right: 24px;
    bottom: 24px;
    transform: none;
    width: auto;
  }

  .cookies-popup-wrapper {
    padding: 24px;
  }

  .cookies-btn {
    margin-top: 16px;
  }

  .cookies-btn span {
    padding: 0px 18px;
    height: 32px;
  }

  .cookies-text {
    font-size: 14px;
    line-height: 20px;
  }

  .cookies-popup-wrapper {
    margin-top: 16px;
  }

  .minc-popup {
    padding: 24px;
  }

  .minc-btn {
    right: 24px;
    top: 24px;
  }

  .minc-title {
    font-size: 20px;
    line-height: 24px;
  }

  .minc-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.main-res {
  padding: 64px 0;
  overflow: hidden;
  background: linear-gradient(
      91.23deg,
      rgba(66, 227, 180, 0.34) 2.12%,
      rgba(107, 234, 199, 0.34) 22.42%,
      rgba(155, 208, 254, 0.34) 42.74%
    ),
    radial-gradient(
      33.57% 117.61% at 63.33% -9.67%,
      rgba(90, 177, 255, 0.24) 0%,
      rgba(0, 135, 205, 0.24) 0.01%,
      rgba(0, 135, 205, 0) 100%
    ),
    radial-gradient(
      85.73% 94.77% at 100% 96.3%,
      rgba(255, 217, 66, 0.4) 0%,
      rgba(255, 224, 102, 0) 100%
    ),
    radial-gradient(
      25.08% 36.39% at 30.1% 11.96%,
      rgba(33, 186, 114, 0.36) 0%,
      rgba(33, 186, 114, 0) 100%
    );
}

.main-res-title {
  font-family: "SB Sans Display", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #000000;
}

.main-res-text {
  max-width: 808px;
  font-family: "SB Sans Text", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-top: 16px;
  color: #000000;
}

.main-res-slider {
  margin-top: 32px;
}

.main-res-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.main-res-slide {
  position: relative;
  border-radius: 30px;
  background-color: #3455cd;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  width: 392px;
  height: 208px;
  padding: 32px 24px;
  flex-shrink: 0;
  transition: opacity 300ms;
}

.main-res-slide:nth-child(1) {
  background: linear-gradient(
    75.99deg,
    #3455cd 19.97%,
    #6d3eca 108.65%,
    #a10bdb 199.11%
  );
}

.main-res-slide:nth-child(2) {
  background: linear-gradient(
    75.53deg,
    #3455cd -59.92%,
    #6d3eca 27.82%,
    #a10bdb 117.33%
  );
}

.main-res-slide:nth-child(3) {
  background: linear-gradient(
    75.35deg,
    #3455cd -140.55%,
    #6d3eca -52.36%,
    #a10bdb 37.6%
  );
}

.main-res-slide:nth-child(4) {
  background: linear-gradient(
    75.9deg,
    #3455cd 41.27%,
    #6d3eca 129.49%,
    #a10bdb 219.5%
  );
}

.main-res-slide:nth-child(5),
.main-res-slide:nth-child(8),
.main-res-slide:nth-child(11) {
  background: linear-gradient(
    75.43deg,
    #3455cd -40.54%,
    #6d3eca 48.35%,
    #a10bdb 139.04%
  );
}

.main-res-slide:nth-child(6),
.main-res-slide:nth-child(9),
.main-res-slide:nth-child(12) {
  background: linear-gradient(
    75.67deg,
    #3455cd -120.15%,
    #6d3eca -32.28%,
    #a10bdb 57.36%
  );
}

.main-res-slide:nth-child(7),
.main-res-slide:nth-child(10) {
  background: linear-gradient(
    75.98deg,
    #3455cd 61.31%,
    #6d3eca 147.79%,
    #a10bdb 236.02%
  );
}

.main-res-slide:hover {
  opacity: 0.9;
}

.main-res-slide-background {
  display: block;
  position: absolute;
  width: 392px;
  height: 208px;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: right bottom;
  pointer-events: none;
  z-index: -1;
}

.main-res-slide-title {
  font-family: "SB Sans Display", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.main-res-slide-count {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 18px;
  line-height: 24px;
  gap: 8px;
  font-family: "SB Sans Text", sans-serif;
}

.main-res-slide-count span {
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.main-res-slide-count svg {
  display: block;
  width: 17px;
  height: auto;
  flex: none;
}

.main-res-slider-scrollbar {
  position: relative;
  display: none;
  margin-top: 32px;
  height: 8px;
}

.main-res-slider-scrollbar:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  top: 50%;
  height: 2px;
  opacity: 0.4;
  transform: translateY(-50%);
  background-color: #ffffff;
}

.main-res-slider-scrollbar-drag {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1919px) {
  .main-res-slide {
    width: 328px;
    padding: 24px;
  }

  .main-res-slide-background {
    width: 328px;
  }

  .main-res-slide-count {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .main-res-slider {
    touch-action: pan-y;
  }

  main:not(.res-sections) .main-res-slider {
    touch-action: auto;
    height: 440px;
  }

  main:not(.res-sections) .main-res-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
    transition-property: transform;
    transition-timing-function: var(
      --swiper-wrapper-transition-timing-function,
      initial
    );
    transform: translate3d(0px, 0, 0);
    box-sizing: content-box;
    width: 100%;
    height: 100%;
  }

  .res-sections .main-res-slide {
    width: calc(50% - 12px);
  }

  main:not(.res-sections) .main-res-slide {
    width: 288px;
    transition-property: transform;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  main:not(.res-sections) .main-res-slide:nth-child(2n) {
    margin-top: 16px;
  }

  main:not(.res-sections) .main-res-slide:not(:last-child) {
    margin-right: 16px;
  }

  .main-res-slide:nth-child(1) {
    background: linear-gradient(
      153.08deg,
      #3455cd 66.8%,
      #6d3eca 173.1%,
      #a10bdb 281.54%
    );
  }

  .main-res-slide:nth-child(2) {
    background: linear-gradient(
      153.5deg,
      #3455cd 30.61%,
      #6d3eca 141.17%,
      #a10bdb 253.96%
    );
  }

  .main-res-slide:nth-child(3),
  .main-res-slide:nth-child(12) {
    background: linear-gradient(
      153.93deg,
      #3455cd -8.23%,
      #6d3eca 102.11%,
      #a10bdb 214.67%
    );
  }

  .main-res-slide:nth-child(4),
  .main-res-slide:nth-child(11) {
    background: linear-gradient(
      153.5deg,
      #3455cd -42.28%,
      #6d3eca 66.64%,
      #a10bdb 177.76%
    );
  }

  .main-res-slide:nth-child(5),
  .main-res-slide:nth-child(10) {
    background: linear-gradient(
      153.93deg,
      #3455cd -81.25%,
      #6d3eca 26.5%,
      #a10bdb 136.42%
    );
  }

  .main-res-slide:nth-child(6),
  .main-res-slide:nth-child(9) {
    background: linear-gradient(
      153.17deg,
      #3455cd -115.87%,
      #6d3eca -7.08%,
      #a10bdb 103.91%
    );
  }

  .main-res-slide:nth-child(7),
  .main-res-slide:nth-child(8) {
    background: linear-gradient(
      155deg,
      #3455cd -157.44%,
      #6d3eca -48.83%,
      #a10bdb 61.97%
    );
  }

  main:not(.res-sections) .main-res-slider-scrollbar {
    display: block;
  }

  .main-res-slide-title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main-res {
    padding: 40px 0 32px;
  }

  .main-res-title {
    font-size: 28px;
    line-height: 36px;
  }

  .main-res-text {
    font-size: 14px;
    line-height: 20px;
  }

  .res-sections .main-res-wrapper {
    gap: 16px;
  }

  .main-res-slide {
    width: 240px;
  }

  main:not(.res-sections) .main-res-slide:not(:last-child) {
    margin-right: 16px;
  }

  .res-sections .main-res-slide {
    width: 100%;
  }

  .main-res-slide-title {
    font-size: 20px;
    line-height: 24px;
  }

  .main-res-slide-count {
    font-size: 14px;
  }

  .main-res-slide-count svg {
    width: 15px;
  }
}

.sect-res {
  background: linear-gradient(
      286.7deg,
      rgba(145, 215, 255, 0.7) 3.02%,
      rgba(235, 246, 255, 0.7) 36.79%
    ),
    radial-gradient(
      96.51% 67.32% at 9.38% 8.22%,
      rgba(177, 149, 255, 0.6) 0%,
      rgba(162, 147, 255, 0) 100%
    );
  padding: 64px 0;
}

.sect-res-header {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
}

.sect-res-header-title {
  font-family: "SB Sans Display", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #000000;
}

.sect-res-header-text {
  font-family: "SB Sans Text", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-top: 16px;
  color: #000000;
}

.sect-res-header-left {
  width: 100%;
}

.sect-res-header-right {
  flex: none;
}

.sect-res-header-right a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  padding: 0 32px;
  border-radius: 40px;
  height: 40px;
  font-family: "SB Sans Text", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  gap: 12px;
  transition: color 300ms;
}

.sect-res-header-right a svg {
  display: block;
  width: 8px;
  height: auto;
}

.sect-res-header-right a:hover {
  color: #209f6d;
}

.sect-res-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.sect-res-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  min-height: 200px;
  width: calc(50% - 12px);
  border-radius: 30px;
  overflow: hidden;
  padding: 24px;
  background-color: #fff;
  z-index: 1;
}

.sect-res-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  background: linear-gradient(
    76.02deg,
    #3455cd 19.93%,
    #6d3eca 47.84%,
    #a10bdb 76.32%
  );
  opacity: 0;
  z-index: -1;
  transition: opacity 300ms;
}

.sect-res-item:hover:before {
  opacity: 1;
}

.sect-res-item-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.sect-res-item-header-status {
  flex: none;
}

.sect-res-item-header-status span {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 32px;
  padding: 0 16px;
  gap: 10px;
  font-size: 14px;
  font-family: "SB Sans Text", sans-serif;
  transition: color 300ms, color 300ms;
}

.sect-res-item-header-status span svg {
  display: block;
  width: 14px;
  height: auto;
}

.sect-res-item-header-status-new {
  background-color: #184ea1;
  color: #fff;
}

.sect-res-item:hover .sect-res-item-header-status-new {
  background-color: #fff;
  color: #184ea1;
}

.sect-res-item-header-status-close {
  background-color: #e1e5ea;
  color: #333f48;
}

.sect-res-item:hover .sect-res-item-header-status-close {
  background-color: #fff;
}

.sect-res-item-header-status-open {
  background-color: #9bd0fe;
  color: #333f48;
}

.sect-res-item:hover .sect-res-item-header-status-open {
  background-color: #fff;
}

.sect-res-item-header-num {
  flex: none;
}

.sect-res-item-header-num-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  border-radius: 50%;
  font-family: "SB Sans Display", sans-serif;
  font-weight: 600;
  border: 2px solid #aaafb7;
  color: #aaafb7;
  transition: color 300ms, border-color 300ms;
}

.sect-res-item:hover .sect-res-item-header-num-wrap {
  color: #fff;
  border-color: #fff;
}

.sect-res-item-header-num-wrap span {
  position: relative;
  top: 2px;
}

.sect-res-item-header-title {
  width: 100%;
  font-family: "SB Sans Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  transition: color 300ms;
}

.sect-res-item:hover .sect-res-item-header-title {
  color: #fff;
}

.sect-res-item-text {
  margin-top: auto;
  font-family: "SB Sans Text", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #878b90;
  transition: color 300ms;
}

.sect-res-item:hover .sect-res-item-text {
  color: #fff;
}

.sect-res-item-tag {
  margin-top: 12px;
}

.sect-res-item-tag span {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 32px;
  padding: 0 16px;
  gap: 10px;
  font-size: 14px;
  color: #333f48;
  background-color: #e1e5ea;
  font-family: "SB Sans Text", sans-serif;
  transition: color 300ms, color 300ms;
}

.sect-res-item:hover .sect-res-item-tag span {
  background-color: #fff;
}

@media screen and (max-width: 1919px) {
  .sect-res-item {
    gap: 32px;
  }
}

@media screen and (max-width: 1199px) {
  .sect-res-header {
    flex-direction: column;
  }

  .sect-res-header-left {
    order: 1;
  }

  .sect-res-item-header-num {
    order: 1;
  }

  .sect-res-item-header-status {
    order: 2;
    width: calc(100% - 64px);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .sect-res-item-header {
    flex-wrap: wrap;
  }

  .sect-res-item-header-title {
    order: 3;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sect-res {
    padding: 40px 0 32px;
  }

  .sect-res-header-title {
    font-size: 28px;
    line-height: 36px;
  }

  .sect-res-header-text {
    font-size: 14px;
    line-height: 20px;
  }

  .sect-res-header {
    margin-bottom: 32px;
  }

  .sect-res-header-right a {
    padding: 0 24px;
    height: 36px;
    font-size: 14px;
  }

  .sect-res-list {
    flex-direction: column;
    gap: 16px;
  }

  .sect-res-item {
    width: 100%;
  }

  .sect-res-item-header-title {
    line-height: 24px;
  }

  .sect-res-item-text {
    font-size: 14px;
    line-height: 20px;
  }

  .sect-res-item-header-num-wrap {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .sect-res-item-header-status {
    height: 42px;
  }
}

.c-sidebar {
  display: none !important;
}

.grid-article__nums {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px 24px;
}

.article__nums-item {
  padding: 24px;
  background-color: #f6f6f6;
  border: 1px solid #e1e5ea;
  border-radius: 16px;
}

.article__nums-item_num {
  margin-bottom: 16px;
  color: #aaafb7;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .grid-article__nums {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
