@charset "UTF-8";
@font-face {
  font-family: 'Suisse Int';
  src: url("../fonts/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/SuisseIntl-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Agipo;
  src: url("../fonts/AgipoLight-Italic.woff2") format("woff2"), url("../fonts/AgipoLight-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: Agipo;
  src: url("../fonts/Agipo-Regular.woff2") format("woff2"), url("../fonts/Agipo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: AgipoRegExt;
  src: url("../fonts/AgipoRegExt.woff2") format("woff2"), url("../fonts/AgipoRegExt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: inherit; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

html {
  cursor: default;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0); }

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a {
  background: transparent; }

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

hr {
  box-sizing: content-box;
  height: 0; }

ol,
ul {
  list-style: none; }

pre {
  white-space: pre-wrap;
  -moz-tab-size: 4;
  tab-size: 4; }

q {
  quotes: '\201C' '\201D' '\2018' '\2019'; }

img {
  border: none; }

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

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button {
  overflow: visible; }

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

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

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; }

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

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

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

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

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

button,
input,
select[multiple],
textarea {
  background-image: none; }

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none; }

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent; }

[placeholder]:focus::-moz-placeholder {
  color: transparent; }

[placeholder]:focus:-ms-input-placeholder {
  color: transparent; }

[placeholder]:focus::placeholder {
  color: transparent; }

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

/*Change text in autofill textbox*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s; }

/*
  Media queries
 */
/*
  Breakponts used for media queries
 */
/*
  Typography and colors
  */
html {
  overflow: auto;
  height: 100%;
  height: -webkit-fill-available; }

body {
  position: relative;
  width: auto;
  min-height: 100%;
  min-height: -webkit-fill-available;
  margin: 0 auto;
  text-align: center;
  font-family: "Suisse Int", Arial, Verdana, sans-serif;
  font-weight: 400;
  color: #1e1e1e; }

.page-fixed {
  overflow: hidden; }

.wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  text-align: center;
  min-height: 100vh; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  letter-spacing: normal;
  text-transform: none;
  font-family: AgipoRegExt, Arial, Verdana, sans-serif; }

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (max-width: 1280px) {
    .container {
      max-width: 904px; } }
  @media screen and (max-width: 1023px) {
    .container {
      max-width: 684px;
      padding: 0 27px; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 375px;
      padding: 0 20px; } }

main {
  overflow: hidden;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  background-color: #d6d7d8; }

a {
  text-decoration: none;
  color: inherit; }

._heading {
  font-size: 65px;
  line-height: 1;
  font-family: AgipoRegExt, Arial, Verdana, sans-serif; }
  @media screen and (max-width: 767px) {
    ._heading {
      font-size: 40px;
      line-height: 1.125; } }

._headline {
  letter-spacing: .03em;
  font-family: "Suisse Int", Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 20px; }

._title {
  margin-bottom: 50px;
  letter-spacing: .02em;
  font-family: "Suisse Int", Arial, Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.47; }
  @media screen and (max-width: 1023px) {
    ._title {
      margin-bottom: 30px; } }

._text {
  font-family: AgipoRegExt, Arial, Verdana, sans-serif;
  font-size: 36px;
  line-height: 1.25; }
  @media screen and (max-width: 1023px) {
    ._text {
      font-size: 25px;
      line-height: 1.36; } }
  @media screen and (max-width: 767px) {
    ._text {
      line-height: 1.2; } }
  ._text-stroke {
    line-height: 1.28; }
    @media screen and (max-width: 1023px) {
      ._text-stroke {
        line-height: 1.36; } }
    ._text-stroke svg {
      display: inline-block;
      width: 30px;
      height: 30px;
      transform: translateY(5px); }
  ._text-sm {
    font-size: 25px;
    line-height: 1.44; }

._stroke {
  padding: 0 6px 1px;
  border: 1.4px solid #1e1e1e;
  border-radius: 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; }
  @media screen and (max-width: 767px) {
    ._stroke {
      padding: 1px 6px; } }

a._stroke:hover {
  background-color: #1e1e1e;
  color: #d6d7d8; }

.t2 {
  font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
  letter-spacing: 0.03em; }

.t1 {
  font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
  letter-spacing: 0.02em; }

.h4 {
  font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
  letter-spacing: normal; }

.h4-wide {
  font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
  letter-spacing: normal; }

.h3 {
  font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
  letter-spacing: normal; }

.h3-wide {
  font: 36px/46px AgipoRegExt, Arial, Verdana, sans-serif;
  letter-spacing: normal; }

.h2 {
  font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
  letter-spacing: normal; }

.h1 {
  font: 65px/65px AgipoRegExt, Arial, Verdana, sans-serif;
  letter-spacing: normal; }

.h0 {
  font: 90px/90px AgipoRegExt, Arial, Verdana, sans-serif;
  letter-spacing: normal; }

.whatsapp-link {
  position: fixed;
  z-index: 1;
  right: 20px;
  bottom: 30px;
  width: 65px;
  height: 65px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 68 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='33.99' cy='33.5' r='32.5' fill='%2325D366'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.406 20.01a17.332 17.332 0 00-12.342-5.116c-9.618 0-17.446 7.826-17.45 17.447a17.411 17.411 0 002.33 8.723l-2.476 9.042 9.25-2.426a17.426 17.426 0 008.338 2.123h.008s-.001 0 0 0c9.616 0 17.445-7.827 17.448-17.448a17.343 17.343 0 00-5.106-12.344zM35.064 46.858h-.006c-2.602-.001-5.155-.7-7.382-2.021l-.53-.315-5.489 1.44 1.465-5.352-.344-.55a14.465 14.465 0 01-2.217-7.717c.003-7.996 6.509-14.502 14.509-14.502a14.405 14.405 0 0110.253 4.254 14.413 14.413 0 014.243 10.26c-.003 7.996-6.509 14.503-14.502 14.503zm7.955-10.862c-.436-.219-2.58-1.273-2.98-1.418-.4-.146-.69-.219-.98.218-.29.437-1.126 1.419-1.38 1.71-.255.29-.51.326-.945.108-.436-.218-1.84-.679-3.507-2.164-1.295-1.156-2.17-2.583-2.425-3.02-.254-.437-.027-.673.19-.89.197-.195.437-.509.655-.763.218-.255.29-.437.436-.727.145-.291.073-.546-.036-.764-.109-.218-.98-2.364-1.345-3.237-.354-.85-.713-.735-.98-.749a17.549 17.549 0 00-.836-.015c-.29 0-.763.109-1.163.546-.4.436-1.526 1.491-1.526 3.637s1.562 4.219 1.78 4.51c.219.291 3.075 4.694 7.448 6.584 1.04.449 1.853.717 2.486.918 1.044.332 1.995.285 2.746.173.837-.125 2.58-1.055 2.942-2.073.364-1.018.364-1.892.255-2.073-.11-.183-.4-.293-.835-.511z' fill='%23F6F6F6'/%3E%3Ccircle cx='33.99' cy='33.5' r='32.5' stroke='%2329DC6C' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }
  @media screen and (max-width: 767px) {
    .whatsapp-link {
      right: 10px;
      bottom: 20px; } }

@media screen and (max-width: 1023px) {
  .menu._menu-active {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    color: #f6f6f6;
    background-color: #2f3643; }
    .menu._menu-active .header._fixed {
      position: absolute;
      transform: translateX(-50%); }
    .menu._menu-active .header__logo svg {
      fill: #f6f6f6 !important; }
    .menu._menu-active .header__location {
      color: #f6f6f6 !important; }
      .menu._menu-active .header__location-current:after {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23f6f6f6' stroke-width='1.3'/%3E%3C/svg%3E") !important; }
    .menu._menu-active .header__lang {
      display: inherit;
      margin-top: 15px;
      color: #f6f6f6;
      border-color: #f6f6f6 !important; }
    .menu._menu-active .nav._mobile {
      display: block; }
    .menu._menu-active .nav-btn {
      background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.121 17.1306L42.8697 41.8794M17.131 41.8794L41.8797 17.1307' stroke='%23F6F6F6' stroke-width='1.4'/%3E%3C/svg%3E%0A") !important; } }

@media screen and (max-width: 767px) {
  .menu._menu-active .header__lang {
    display: block; } }

@media screen and (max-width: 767px) {
  .ios.iphone ._menu-active .nav._mobile {
    top: inherit;
    bottom: 0; } }

.header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 14px 30px;
  transform: translateX(-50%); }
  @media screen and (max-width: 1280px) {
    .header {
      padding: 16px 30px; } }
  @media screen and (max-width: 1023px) {
    .header {
      padding: 0 10px 0 20px;
      align-items: center; } }
  @media screen and (max-width: 767px) {
    .header {
      padding: 0 0 0 10px; } }
  .header._fixed {
    position: fixed;
    /* background-color: $color-white; */
    transform: translate(-50%, -100%); }
  .header._visible {
    transform: translate(-50%, 0%); }
  .header._hidden {
    transform: translate(-50%, -100%); }
  .header__col {
    display: flex;
    align-items: flex-start; }
    .header__col:first-of-type {
      padding-top: 2px; }
      @media screen and (max-width: 1023px) {
        .header__col:first-of-type {
          padding-top: 0; } }
  .header__logo {
    position: relative;
    z-index: 10;
    margin-right: 10px; }
    .header__logo img,
    .header__logo svg {
      width: 91px;
      height: auto;
      transform: translateY(-12px);
      fill: #221f20; }
  .header__location {
    position: relative;
    z-index: 10;
    padding-top: 7px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .header__location {
        z-index: 0; } }
    .header__location:hover .header__location-current:after {
      transform: rotate(180deg); }
    .header__location:hover .header__location-current span {
      border-bottom: 1px solid #1e1e1e; }
    .header__location:hover .header__location-list {
      visibility: visible;
      opacity: 1; }
    .header__location-current {
      font-size: 13px; }
      .header__location-current:after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 7px;
        margin-bottom: 1px;
        margin-left: 5px;
        background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23221F20' stroke-width='1.3'/%3E%3C/svg%3E") center/contain no-repeat; }
    .header__location-list {
      position: absolute;
      bottom: 0;
      left: 0;
      visibility: hidden;
      padding-top: 15px;
      transform: translateY(100%);
      text-align: left;
      opacity: 0;
      white-space: nowrap; }
      .header__location-list li {
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 1.31; }
        .header__location-list li:last-of-type {
          margin-bottom: 0; }
        .header__location-list li:hover span {
          border-bottom: 1px solid #1e1e1e; }
  .header__lang {
    position: relative;
    z-index: 10;
    height: 30px;
    margin-left: 30px;
    padding: 0 13px;
    cursor: pointer;
    /* transition: opacity .3s, visibility .3s; */
    text-decoration: none;
    font-size: 14px;
    line-height: 28px;
    color: inherit;
    border: 1px solid #1e1e1e;
    border-radius: 10px; }
    @media screen and (max-width: 1280px) {
      .header__lang {
        margin-left: 20px; } }
    @media screen and (max-width: 1023px) {
      .header__lang {
        display: none;
        height: 30px;
        margin-left: 0;
        font-size: 15px;
        line-height: 28px; } }
    @media screen and (max-width: 767px) {
      .header__lang {
        display: none; } }
    .header__lang:hover {
      color: #f6f6f6;
      background-color: #1e1e1e; }
      @media screen and (max-width: 767px) {
        .header__lang:hover {
          background-color: #f6f6f6 !important;
          color: #1e1e1e !important; } }

.header._default {
  color: #1e1e1e; }
  .header._default .header__location-current:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231e1e1e' stroke-width='1.3'/%3E%3C/svg%3E"); }
  .header._default .header__location:hover .header__location-current span {
    border-color: #1e1e1e; }
  .header._default .header__location-list li:hover span {
    border-color: #1e1e1e; }
  .header._default .header__lang {
    border-color: #1e1e1e; }
    .header._default .header__lang:hover {
      background-color: #1e1e1e;
      color: #f6f6f6; }
  .header._default .header__logo svg {
    fill: #1e1e1e; }
  @media screen and (max-width: 1023px) {
    .header._default .nav-btn {
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%231e1e1e' stroke-width='1.4' d='M12.5 24.3h35M12.5 34.3h35'/%3E%3C/svg%3E"); } }
  .header._default .nav .nav__menu > li.nav__has-submenu > a:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231e1e1e' stroke-width='1.3'/%3E%3C/svg%3E"); }
  .header._default .nav .nav__menu > li:hover > a span {
    border-color: #1e1e1e; }
  .header._default .nav__menu > li.nav__has-submenu._has-current > a span {
    border-color: #1e1e1e; }
  .header._default .nav__menu > li a._current span, .header._default .nav__menu > li a:hover span {
    border-color: #1e1e1e; }
  .header._default .nav .nav__submenu a:hover span {
    border-color: #1e1e1e; }

.header._white {
  color: #f6f6f6; }
  .header._white .header__location-current:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23f6f6f6' stroke-width='1.3'/%3E%3C/svg%3E"); }
  .header._white .header__location:hover .header__location-current span {
    border-color: #f6f6f6; }
  .header._white .header__location-list li:hover span {
    border-color: #f6f6f6; }
  .header._white .header__lang {
    border-color: #f6f6f6; }
    .header._white .header__lang:hover {
      background-color: #f6f6f6;
      color: #1e1e1e; }
  .header._white .header__logo svg {
    fill: #f6f6f6; }
  @media screen and (max-width: 1023px) {
    .header._white .nav-btn {
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23f6f6f6' stroke-width='1.4' d='M12.5 24.3h35M12.5 34.3h35'/%3E%3C/svg%3E"); } }
  .header._white .nav .nav__menu > li.nav__has-submenu > a:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23f6f6f6' stroke-width='1.3'/%3E%3C/svg%3E"); }
  .header._white .nav .nav__menu > li:hover > a span {
    border-color: #f6f6f6; }
  .header._white .nav__menu > li.nav__has-submenu._has-current > a span {
    border-color: #f6f6f6; }
  .header._white .nav__menu > li a._current span, .header._white .nav__menu > li a:hover span {
    border-color: #f6f6f6; }
  .header._white .nav .nav__submenu a:hover span {
    border-color: #f6f6f6; }

.nav {
  padding-top: 6px; }
  .nav._white .nav__menu > li.nav__has-submenu > a:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23f6f6f6' stroke-width='1.3'/%3E%3C/svg%3E"); }
  .nav._white .nav__menu > li:hover > a span {
    border-color: #f6f6f6; }
  .nav._white .nav__submenu a:hover span {
    border-color: #f6f6f6; }
  .nav._mobile {
    display: none; }
  @media screen and (max-width: 1023px) {
    .nav__wrap {
      padding: 130px 60px 95px; } }
  @media screen and (max-width: 767px) {
    .nav__wrap {
      padding: 90px 20px 50px; } }
  .nav__menu {
    display: flex;
    align-items: flex-start;
    margin-bottom: -16px; }
    @media screen and (max-width: 1023px) {
      .nav__menu {
        display: none; } }
    .nav__menu > li {
      position: relative;
      margin-left: 30px;
      text-align: left;
      letter-spacing: .04em;
      font-size: 13px;
      line-height: 1.31; }
      @media screen and (max-width: 1280px) {
        .nav__menu > li {
          margin-left: 20px; } }
      .nav__menu > li:first-of-type {
        margin-left: 0; }
      .nav__menu > li.nav__has-submenu > a {
        cursor: pointer;
        display: block;
        padding-right: 20px; }
        .nav__menu > li.nav__has-submenu > a:after {
          content: '';
          position: absolute;
          top: 4px;
          right: 0;
          width: 12px;
          height: 7px;
          cursor: pointer;
          background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23221F20' stroke-width='1.3'/%3E%3C/svg%3E") center/contain no-repeat; }
      .nav__menu > li.nav__has-submenu._contacts {
        padding-right: 0; }
        .nav__menu > li.nav__has-submenu._contacts:after {
          display: none; }
        .nav__menu > li.nav__has-submenu._contacts .nav__submenu {
          font-size: 10px;
          line-height: 1.4; }
      .nav__menu > li.nav__has-submenu._has-current > a span {
        border-bottom: 1px solid #1e1e1e; }
      .nav__menu > li.nav__has-submenu:hover .nav__submenu {
        visibility: visible;
        opacity: 1; }
      .nav__menu > li a._current span,
      .nav__menu > li a:hover span {
        border-bottom: 1px solid #1e1e1e; }
      .nav__menu > li:hover.nav__has-submenu > a:after {
        transform: rotate(180deg); }
  .nav__submenu {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    padding-top: 15px;
    transition: opacity .3s ease-in, visibility .3s ease-in;
    transform: translateY(100%);
    opacity: 0; }
    .nav__submenu li {
      margin-bottom: 15px; }

.header._fixed .nav__submenu {
  display: none; }

.header._fixed._visible .nav__submenu {
  left: -15px;
  display: block;
  padding: 15px;
  /* background-color: $color-white; */ }

.nav-btn {
  display: none; }
  @media screen and (max-width: 1023px) {
    .nav-btn {
      position: relative;
      z-index: 10;
      display: inline-block;
      width: 60px;
      height: 60px;
      margin-left: 17px;
      border: none;
      background: transparent url("data:image/svg+xml,%3Csvg viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%231E1E1E' stroke-width='1.4' d='M12.5 24.3h35M12.5 34.3h35'/%3E%3C/svg%3E") center/contain no-repeat; } }

.nav-mobile {
  display: none; }
  @media screen and (max-width: 1023px) {
    .nav-mobile {
      display: block;
      text-align: left;
      letter-spacing: .02em; }
      .nav-mobile__menu {
        width: 100%;
        margin: 0 auto; }
      .nav-mobile__category {
        display: flex; }
        .nav-mobile__category-name {
          width: 50%;
          opacity: .5;
          color: #f6f6f6; }
        .nav-mobile__category li {
          margin-bottom: 30px; }
        .nav-mobile__category a {
          text-decoration: underline;
          color: #f6f6f6; } }
  .nav-mobile__footer {
    display: none; }

@media screen and (max-width: 1023px) {
  .nav-mobile {
    font-size: 17px;
    line-height: 1.47; }
    .nav-mobile__category {
      flex-direction: column;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #f6f6f6; }
      .nav-mobile__category:last-of-type {
        margin-bottom: 0; }
      .nav-mobile__category-name {
        width: 100%;
        margin-bottom: 30px; }
      .nav-mobile__category li {
        margin-bottom: 30px; }
        .nav-mobile__category li:last-of-type {
          margin-bottom: 0; }
      .nav-mobile__category a {
        text-decoration: none; }
    .nav-mobile__footer {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-top: 30px; }
      .nav-mobile__footer address {
        max-width: 368px;
        text-align: left;
        letter-spacing: .03em;
        font-size: 13px;
        line-height: 20px; } }

@media screen and (max-width: 767px) {
  .nav-mobile__category {
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .nav-mobile__category-name {
      margin-bottom: 15px; }
  .nav-mobile li {
    margin-bottom: 15px; }
  .nav-mobile__footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    .nav-mobile__footer .social {
      display: block;
      width: auto;
      margin-bottom: 30px; }
      .nav-mobile__footer .social a {
        display: inline-block; }
    .nav-mobile__footer address {
      text-align: left; } }

.social {
  display: flex; }
  @media screen and (max-width: 767px) {
    .social {
      position: static;
      justify-content: space-between;
      width: 100%; } }
  .social__link {
    width: 30px;
    height: 30px;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .social__link:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .social__link {
        width: 35px;
        height: 35px;
        margin-left: 0; } }
    .social__link svg {
      width: 30px;
      height: 30px;
      fill: #f6f6f6; }
    .social__link:hover {
      transform: scale(1.1); }

.btn {
  display: inline-block;
  width: 100%;
  max-width: 285px;
  padding: 34px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  color: #1e1e1e;
  border: none;
  border-radius: 10px;
  background-color: #f6f6f6; }
  @media screen and (max-width: 767px) {
    .btn {
      width: 100%;
      padding: 33px 0; } }
  .btn:hover {
    color: #f6f6f6;
    background-color: #1e1e1e; }
  .btn:disabled {
    opacity: .4;
    pointer-events: none; }
  .btn._btn-stroke {
    color: #f6f6f6;
    border: 1px solid #f6f6f6;
    background-color: transparent; }
    .btn._btn-stroke:hover {
      color: #1e1e1e;
      background-color: #d6d7d8; }
  .btn._red {
    color: #f6f6f6;
    background-color: #fe4b4e; }
    .btn._red:hover {
      color: #fe4b4e;
      background-color: #f6f6f6; }
  .btn._small {
    width: auto;
    max-width: inherit;
    height: 30px;
    padding: 0 30px;
    font-family: "Suisse Int", Arial, Verdana, sans-serif;
    font-size: 13px;
    line-height: 28px; }

.btn-wide {
  display: inline-block;
  width: 100%;
  padding: 9px;
  cursor: pointer;
  text-align: center;
  color: #1e1e1e;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
  letter-spacing: normal; }
  .btn-wide:hover {
    color: #d6d7d8;
    background-color: #1e1e1e; }
  .btn-wide._white {
    color: #f6f6f6;
    border-color: #f6f6f6; }
    .btn-wide._white:hover {
      border-color: #1e1e1e;
      background-color: #1e1e1e; }

.btn-small {
  min-width: 130px;
  padding: 7px 21px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.02em;
  border: 1px solid #1e1e1e;
  border-radius: 10px;
  background-color: transparent; }
  .btn-small:hover {
    background-color: #1e1e1e;
    color: #d6d7d8; }
  .btn-small._white {
    color: #f6f6f6;
    border-color: #f6f6f6; }
    .btn-small._white:hover {
      border-color: #1e1e1e;
      background-color: #1e1e1e; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.side-nav {
  position: fixed;
  z-index: 5;
  top: 80px;
  right: 52px;
  visibility: visible;
  transform: rotate(90deg) translatex(100%);
  transform-origin: right;
  opacity: 1; }
  @media screen and (max-width: 1023px) {
    .side-nav {
      display: none; } }
  .side-nav._hidden {
    visibility: hidden;
    opacity: 0; }
  .side-nav__btn {
    margin-right: 50px;
    letter-spacing: .03em;
    font-size: 13px;
    border: none;
    background-color: transparent; }
    .side-nav__btn._active {
      font-size: 17px;
      line-height: 25px; }
    .side-nav__btn:last-of-type {
      margin-bottom: 0; }

.footer {
  position: relative;
  z-index: 1;
  padding: 80px 0 50px;
  background-color: #f6f6f6; }
  @media screen and (max-width: 1280px) {
    .footer {
      padding: 50px 0; } }
  @media screen and (max-width: 1023px) {
    .footer {
      padding: 30px 0 50px; } }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 20px 0; } }
  .footer--en .footer__wrap {
    min-height: 205px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  @media screen and (max-width: 1280px) {
    .footer--en .footer__nav li:last-of-type {
      flex-direction: column; } }
  @media screen and (max-width: 1023px) {
    .footer--en .footer__nav ul {
      justify-content: flex-end; }
    .footer--en .footer__nav li:last-of-type {
      width: 100%;
      margin-left: 0;
      flex-direction: row; }
    .footer--en .footer__nav li:nth-of-type(1), .footer--en .footer__nav li:nth-of-type(4),
    .footer--en .footer__nav li:nth-of-type(2), .footer--en .footer__nav li:nth-of-type(5) {
      width: auto; }
    .footer--en .footer__nav li:last-of-type a {
      width: auto; } }
  .footer .container {
    position: relative;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1280px) {
      .footer .container {
        max-width: 934px;
        padding: 0; } }
    @media screen and (max-width: 1023px) {
      .footer .container {
        max-width: 708px; } }
    @media screen and (max-width: 767px) {
      .footer .container {
        flex-direction: column;
        max-width: 460px;
        padding: 0 20px; } }
  @media screen and (max-width: 1023px) {
    .footer__logo {
      position: absolute;
      top: 0;
      left: 0; } }
  @media screen and (max-width: 767px) {
    .footer__logo {
      position: static;
      margin-bottom: 50px; } }
  .footer__logo img {
    width: 147px;
    height: auto;
    transform: translateY(-28px); }
    @media screen and (max-width: 1023px) {
      .footer__logo img {
        width: 88px;
        transform: none; } }
  @media screen and (max-width: 1023px) {
    .footer__wrap {
      padding-top: 80px; } }
  @media screen and (max-width: 767px) {
    .footer__wrap {
      flex-direction: column;
      width: auto;
      padding-top: 0; } }
  .footer__wrap-top {
    margin-bottom: 200px; }
    @media screen and (max-width: 1280px) {
      .footer__wrap-top {
        margin-bottom: 130px; } }
    @media screen and (max-width: 767px) {
      .footer__wrap-top {
        margin-bottom: 30px; } }
  .footer__wrap-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .footer__wrap-bottom {
        padding-left: 165px; } }
    @media screen and (max-width: 767px) {
      .footer__wrap-bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 15px;
        padding-left: 0; } }
  @media screen and (max-width: 1023px) {
    .footer__logo {
      flex-shrink: 0;
      width: 88px; } }
  @media screen and (max-width: 767px) {
    .footer__logo {
      margin-bottom: 50px; } }
  .footer__nav {
    text-align: left; }
    @media screen and (max-width: 767px) {
      .footer__nav {
        display: none; } }
    .footer__nav-category {
      height: 17px;
      font-size: 13px;
      line-height: 17px;
      letter-spacing: 0.03em;
      margin-bottom: 20px;
      color: rgba(30, 30, 30, 0.4); }
    .footer__nav ul {
      display: flex; }
      @media screen and (max-width: 1023px) {
        .footer__nav ul {
          flex-wrap: wrap; } }
    .footer__nav li {
      position: relative;
      margin-right: 80px;
      letter-spacing: .03em;
      font-size: 13px;
      line-height: 17px; }
      @media screen and (max-width: 1280px) {
        .footer__nav li {
          margin-right: 50px; } }
      @media screen and (max-width: 1023px) {
        .footer__nav li {
          max-width: inherit;
          margin-right: 52px;
          margin-bottom: 50px; } }
      .footer__nav li:last-of-type {
        margin-right: 0; }
      .footer__nav li a {
        display: block;
        margin-bottom: 20px;
        text-decoration: none;
        color: inherit; }
        .footer__nav li a:hover span {
          border-bottom: 1px solid #1e1e1e; }
        .footer__nav li a:last-of-type {
          margin-bottom: 0; }
  .footer__nav-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .footer__nav-mobile {
        display: block;
        width: 100%; }
        .footer__nav-mobile .nav-mobile {
          font-size: 13px;
          line-height: 20px; }
          .footer__nav-mobile .nav-mobile__category {
            flex-direction: column;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #1e1e1e; }
            .footer__nav-mobile .nav-mobile__category:last-of-type {
              margin-bottom: 0; }
            .footer__nav-mobile .nav-mobile__category-name {
              width: 100%;
              margin-bottom: 15px;
              color: #1e1e1e; }
            .footer__nav-mobile .nav-mobile__category li {
              margin-bottom: 16px; }
              .footer__nav-mobile .nav-mobile__category li:last-of-type {
                margin-bottom: 0; }
            .footer__nav-mobile .nav-mobile__category a {
              text-decoration: none;
              color: #1e1e1e; } }
  .footer__docs {
    text-align: left;
    max-width: 320px; }
    .footer__docs li {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .footer__docs li {
          margin-bottom: 15px; } }
      .footer__docs li:last-of-type {
        margin-bottom: 0; }
    .footer__docs a {
      text-decoration: none;
      letter-spacing: .03em;
      font-size: 13px;
      line-height: 17px;
      letter-spacing: 0.03em; }
      .footer__docs a:hover {
        text-decoration: underline; }
  .footer__social {
    display: flex; }
    @media screen and (max-width: 1280px) {
      .footer__social {
        top: inherit;
        right: 200px;
        bottom: 0; } }
    @media screen and (max-width: 1023px) {
      .footer__social {
        right: 130px; } }
    @media screen and (max-width: 767px) {
      .footer__social {
        position: static;
        justify-content: center;
        width: 100%;
        margin-bottom: 30px; } }
    .footer__social-link {
      width: 30px;
      height: 30px;
      margin-right: 30px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      @media screen and (max-width: 1023px) {
        .footer__social-link {
          width: 25px;
          height: 25px; } }
      @media screen and (max-width: 767px) {
        .footer__social-link {
          width: 30px;
          height: 30px; } }
      .footer__social-link:last-of-type {
        margin-right: 0; }
      .footer__social-link svg {
        width: 30px;
        height: 30px;
        fill: #221f20; }
        @media screen and (max-width: 1023px) {
          .footer__social-link svg {
            width: 25px;
            height: 25px; } }
        @media screen and (max-width: 767px) {
          .footer__social-link svg {
            width: 30px;
            height: 30px; } }
      .footer__social-link:hover {
        transform: scale(1.1); }
  .footer__copy {
    position: absolute;
    bottom: 0;
    left: 15px;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 17px;
    opacity: .4; }
    @media screen and (max-width: 767px) {
      .footer__copy {
        position: static;
        text-align: left; } }

.cookie-policy {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  text-align: left;
  background-color: #f6f6f6;
  display: none; }
  .cookie-policy._active {
    display: block; }
  @media screen and (max-width: 767px) {
    .cookie-policy .t1 {
      margin-bottom: 10px;
      font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.03em; } }
  .cookie-policy .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1280px) {
      .cookie-policy .container {
        max-width: 934px;
        padding: 0; } }
    @media screen and (max-width: 1023px) {
      .cookie-policy .container {
        max-width: 708px; } }
    @media screen and (max-width: 767px) {
      .cookie-policy .container {
        flex-direction: column;
        max-width: 460px;
        padding: 0 20px; } }
  .cookie-policy .btn-small:hover {
    color: #f6f6f6; }
  @media screen and (max-width: 767px) {
    .cookie-policy .btn-small {
      width: 100%;
      letter-spacing: .02em;
      font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.02em; } }

.index {
  width: 100%;
  background: #d6d7d8 url("../img/index/index-bg.svg") center top no-repeat; }
  @media screen and (max-width: 1280px) {
    .index {
      background-image: url("../img/index/index-bg-screen.svg"); } }
  @media screen and (max-width: 1023px) {
    .index {
      background-image: url("../img/index/index-bg-tablet.svg"); } }
  @media screen and (max-width: 767px) {
    .index {
      background-image: url("../img/index/index-bg-mobile.svg"); } }

.index-head {
  position: relative;
  width: 100%;
  margin-bottom: 130px;
  text-align: left; }
  @media screen and (max-width: 1023px) {
    .index-head {
      margin-bottom: 80px; } }
  @media screen and (max-width: 767px) {
    .index-head {
      margin-bottom: 130px; } }
  .index-head .container {
    position: relative;
    z-index: 3;
    padding-top: 205px; }
  .index-head__img {
    position: absolute;
    top: -56px;
    right: 0; }
    @media screen and (max-width: 1280px) {
      .index-head__img {
        right: -170px; } }
    @media screen and (max-width: 1023px) {
      .index-head__img {
        top: -160px;
        right: -270px; } }
    @media screen and (max-width: 767px) {
      .index-head__img {
        top: -17px;
        right: -190px;
        width: 377px; } }
  .index-head__text {
    position: relative;
    z-index: 1;
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      .index-head__text {
        margin-bottom: 205px; } }
    @media screen and (max-width: 767px) {
      .index-head__text {
        margin-bottom: 80px; } }
  .index-head .h1 {
    margin-bottom: 80px; }
    @media screen and (max-width: 1023px) {
      .index-head .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .index-head .h1 {
        margin-bottom: 105px;
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .index-head__desc {
    max-width: 478px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1280px) {
      .index-head__desc {
        max-width: 417px; } }
    @media screen and (max-width: 1023px) {
      .index-head__desc {
        max-width: 300px; } }
    @media screen and (max-width: 767px) {
      .index-head__desc {
        max-width: 255px;
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  @media screen and (max-width: 767px) {
    .index-head__link {
      font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.03em; } }
  .index-head__link:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 10px;
    margin-left: 10px;
    vertical-align: baseline;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.636 1.005l4.736 4.998L15.636 11' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M20.372 6.003h-20' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }
  .index-head__link span {
    border-bottom: 1.4px solid transparent; }
    @media screen and (max-width: 1023px) {
      .index-head__link span {
        border-color: #1e1e1e; } }
  .index-head__link:hover span {
    border-color: #1e1e1e; }
  .index-head__link:hover:after {
    transform: translateX(10px); }

.cases {
  color: #1e1e1e; }
  @media screen and (max-width: 1280px) {
    .cases {
      width: calc((298px * 3) + (20px * 2));
      margin-left: -30px; } }
  @media screen and (max-width: 1023px) {
    .cases {
      width: 100%;
      display: block; } }
  @media screen and (max-width: 767px) {
    .cases {
      margin-left: 0; } }
  .cases .swiper-container-initialized {
    overflow: inherit; }
  .cases__item {
    position: relative;
    overflow: hidden;
    width: 390px;
    height: 390px;
    padding: 30px;
    text-align: left;
    white-space: normal;
    border-radius: 10px;
    background-color: #f6f6f6;
    -webkit-mask-image: -webkit-radial-gradient(white, black); }
    @media screen and (max-width: 1280px) {
      .cases__item {
        width: 298px; } }
    @media screen and (max-width: 1023px) {
      .cases__item {
        height: 390px; } }
    @media screen and (max-width: 767px) {
      .cases__item {
        width: 250px; } }
    @media screen and (min-width: 1024px) {
      .cases__item:hover .cases__img {
        opacity: 1; }
      .cases__item:last-of-type {
        margin-right: 0; } }
  .cases__logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: auto;
    max-height: 35px; }
    @media screen and (max-width: 767px) {
      .cases__logo {
        top: 20px;
        left: 5px;
        transform: scale(0.75); } }
  .cases__title {
    position: absolute;
    bottom: 75px;
    left: 0;
    padding: 0 30px;
    font-family: AgipoRegExt, Arial, Verdana, sans-serif;
    font-size: 25px;
    line-height: 1.25; }
    @media screen and (max-width: 767px) {
      .cases__title {
        bottom: 65px;
        padding: 0 20px;
        font-size: 21px;
        line-height: 1.29; } }
  .cases__tag {
    position: absolute;
    bottom: 30px;
    left: 30px;
    height: 30px;
    padding: 0 10px;
    letter-spacing: .01em;
    font-size: 13px;
    line-height: 28px;
    color: #02D3A4;
    border: 1px solid #02D3A4;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .cases__tag {
        bottom: 20px;
        left: 20px; } }
  .cases__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.index-programs {
  margin-bottom: 540px; }
  @media screen and (max-width: 1023px) {
    .index-programs {
      margin-bottom: 440px; } }
  @media screen and (max-width: 767px) {
    .index-programs {
      margin-bottom: 225px; } }
  .index-programs__item {
    flex-shrink: 0;
    width: 50%; }
    .index-programs__item:hover .index-programs__img {
      transform: translateY(-24px); }
    .index-programs__item:hover .index-programs__title span {
      border-color: #02d3a4; }
    @media screen and (max-width: 767px) {
      .index-programs__item {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        height: 440px;
        margin-bottom: 20px;
        padding: 25px 25px 30px;
        border-radius: 10px;
        background-color: #f6f6f6; }
        .index-programs__item:last-of-type {
          margin-bottom: 0; } }
  .index-programs .t2 {
    margin-bottom: 10px; }
  .index-programs .h0 {
    margin-bottom: 150px; }
    @media screen and (max-width: 1280px) {
      .index-programs .h0 {
        margin-bottom: 105px;
        font: 65px/65px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 1023px) {
      .index-programs .h0 {
        margin-bottom: 145px; } }
    @media screen and (max-width: 767px) {
      .index-programs .h0 {
        /* Задаем здесь ширину для заголовка, чтобы он занимал 3 строчки. Если будет 2, то верстка съедет относительно фона */
        max-width: 280px;
        margin: 0 auto 50px;
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .index-programs .h0 br {
        display: none; } }
  .index-programs__wrap {
    display: flex;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .index-programs__wrap {
        flex-direction: column; } }
  .index-programs__img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 1023px) {
      .index-programs__img {
        height: 250px;
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .index-programs__img {
        margin-bottom: 30px; } }
    .index-programs__img._1 {
      height: 406px; }
      @media screen and (max-width: 1023px) {
        .index-programs__img._1 {
          height: 250px; } }
    .index-programs__img._2 {
      height: 393px; }
      @media screen and (max-width: 1023px) {
        .index-programs__img._2 {
          height: 243px; } }
    .index-programs__img svg {
      width: 100%;
      height: 100%;
      fill: none;
      stroke: #f6f6f6; }
      @media screen and (max-width: 767px) {
        .index-programs__img svg {
          /* Меняем stroke для первой картинки на мобилах, потому что появляется белая подложка */
          stroke: #d6d7d8; } }
    .index-programs__img picture, .index-programs__img img {
      height: 100%; }
  .index-programs__title {
    max-width: 500px;
    margin: 0 auto;
    cursor: default; }
    @media screen and (max-width: 1280px) {
      .index-programs__title {
        font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 1023px) {
      .index-programs__title {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    .index-programs__title span {
      border-bottom: 2px solid transparent; }
  .index-programs .btn:hover {
    color: #d6d7d8; }

.index-partners {
  /* 
  Вместо марджина или паддинга, задаем фиксированную высоту контейнера, 
  чтобы блок не растягивался если логотипов будет больше.
  Высоту подбирал так чтобы расположение элементов совпадало с макетом,
  поэтому числа не целые.
  */
  height: 800px; }
  @media screen and (max-width: 1280px) {
    .index-partners {
      height: 775px; } }
  @media screen and (max-width: 1023px) {
    .index-partners {
      height: 730px; } }
  @media screen and (max-width: 767px) {
    .index-partners {
      height: 800px; } }
  .index-partners .t1 {
    margin-bottom: 50px;
    color: #f6f6f6; }
    @media screen and (max-width: 1023px) {
      .index-partners .t1 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  .index-partners__wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .index-partners__wrap {
        justify-content: center;
        max-width: 580px;
        margin: 0 auto; } }
  .index-partners__item {
    width: 16.6%;
    height: 56px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1280px) {
      .index-partners__item {
        height: 44px; } }
    @media screen and (max-width: 1023px) {
      .index-partners__item {
        width: 25%; } }
    @media screen and (max-width: 767px) {
      .index-partners__item {
        width: 50%;
        height: 38px; } }
    .index-partners__item img {
      max-width: 90%;
      max-height: 100%; }

.index-products {
  margin-bottom: 540px; }
  @media screen and (max-width: 1023px) {
    .index-products {
      margin-bottom: 335px; } }
  .index-products .t2 {
    margin-bottom: 30px;
    text-align: left; }
    @media screen and (max-width: 1280px) {
      .index-products .t2 {
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .index-products .t2 {
        text-align: center; } }
  .index-products__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 205px; }
    @media screen and (max-width: 767px) {
      .index-products__head {
        justify-content: center;
        margin-bottom: 130px; } }
    @media screen and (max-width: 767px) {
      .index-products__head .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .index-products__link {
    padding-bottom: 10px;
    letter-spacing: .02em;
    font-family: AgipoRegExt, Arial, Verdana, sans-serif;
    font-size: 36px; }
    @media screen and (max-width: 1280px) {
      .index-products__link {
        display: none; } }
    .index-products__link:after {
      content: '';
      display: inline-block;
      width: 33px;
      height: 22px;
      margin-left: 10px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 33 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.025 1L30.5 11l-9.475 10' stroke='%231E1E1E' stroke-width='2.4' stroke-miterlimit='10'/%3E%3Cpath d='M30.5 11H.5' stroke='%231E1E1E' stroke-width='2.4'/%3E%3C/svg%3E"); }
    .index-products__link span {
      border-bottom: 2px solid transparent; }
    .index-products__link:hover span {
      border-color: #1e1e1e; }
    .index-products__link:hover:after {
      transform: translateX(0.3em); }
  .index-products__wrap {
    position: relative;
    display: flex;
    margin-bottom: 130px; }
    @media screen and (max-width: 1280px) {
      .index-products__wrap {
        width: calc(100% + 60px);
        margin-left: -30px; } }
    @media screen and (max-width: 1023px) {
      .index-products__wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .index-products__wrap {
        width: 100%;
        margin-left: 0; } }
  .index-products__item {
    position: relative;
    width: calc(50% - 15px);
    height: 600px;
    margin: 0 30px 0 0;
    padding: 30px;
    text-align: left;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1280px) {
      .index-products__item {
        height: 452px; } }
    @media screen and (max-width: 1023px) {
      .index-products__item {
        width: 100%;
        max-width: 452px;
        margin: 0 0 30px; } }
    @media screen and (max-width: 767px) {
      .index-products__item {
        height: 422px;
        padding: 20px; } }
    .index-products__item:nth-of-type(even) {
      margin-right: 0; }
    .index-products__item:last-of-type {
      margin-bottom: 0; }
    .index-products__item:hover img {
      transform: scale(1.05); }
    .index-products__item:hover .index-products__more._red {
      color: #fe4b4e;
      background-color: #1e1e1e; }
    .index-products__item:hover .index-products__more._yellow {
      color: #FDF281;
      background-color: #1e1e1e; }
    .index-products__item .h2 {
      max-width: 445px;
      margin-bottom: 10px; }
      @media screen and (max-width: 1280px) {
        .index-products__item .h2 {
          max-width: 350px; } }
      @media screen and (max-width: 767px) {
        .index-products__item .h2 {
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal;
          max-width: 260px; } }
    .index-products__item .t1 {
      position: relative;
      z-index: 1;
      max-width: 275px; }
      @media screen and (max-width: 767px) {
        .index-products__item .t1 {
          max-width: 230px;
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
    .index-products__item._red {
      background-color: #fe4b4e; }
      .index-products__item._red img {
        position: absolute;
        right: 0;
        bottom: 10px;
        max-width: 470px; }
        @media screen and (max-width: 1280px) {
          .index-products__item._red img {
            bottom: 0;
            max-width: 282px; } }
        @media screen and (max-width: 767px) {
          .index-products__item._red img {
            bottom: 45px;
            max-width: 241px; } }
    .index-products__item._yellow {
      background-color: #FDF281; }
      .index-products__item._yellow img {
        position: absolute;
        right: 29px;
        bottom: -44px;
        max-width: 361px; }
        @media screen and (max-width: 1280px) {
          .index-products__item._yellow img {
            right: 30px;
            bottom: -16px;
            max-width: 196px; } }
        @media screen and (max-width: 767px) {
          .index-products__item._yellow img {
            right: 11px;
            bottom: 27px;
            max-width: 168px; } }
  .index-products__more {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 130px;
    height: 30px;
    text-align: center;
    font-size: 13px;
    line-height: 28px;
    border: 1px solid #1e1e1e;
    border-radius: 10px;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .index-products__more {
        bottom: 20px;
        left: 20px; } }

.index-email {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 130px; }
  @media screen and (max-width: 767px) {
    .index-email {
      padding-bottom: 205px;
      text-align: left; } }
  .index-email .h1 {
    margin: 0 auto 50px; }
    @media screen and (max-width: 1023px) {
      .index-email .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .index-email .h1 {
        max-width: 310px;
        margin-bottom: 80px;
        text-align: left; } }
  .index-email__form {
    max-width: 310px;
    margin: 0 auto;
    text-align: left; }
  .index-email .t1 {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .index-email .t1 {
        text-align: left; } }
  .index-email__group {
    position: relative;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .index-email__group {
        margin-bottom: 80px; } }
  .index-email__input {
    width: 100%;
    padding-bottom: 5px;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 1.538;
    border: none;
    border-bottom: 1px solid #1e1e1e;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none; }
    .index-email__input::-webkit-input-placeholder {
      color: #1e1e1e; }
    .index-email__input::-moz-placeholder {
      color: #1e1e1e; }
    .index-email__input:-ms-input-placeholder {
      color: #1e1e1e; }
    .index-email__input:-moz-placeholder {
      color: #1e1e1e; }
  .index-email__submit {
    display: block;
    width: 130px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: .03em;
    font-size: 14px;
    line-height: 28px;
    color: #1e1e1e;
    border: 1px solid #1e1e1e;
    border-radius: 10px;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .index-email__submit {
        width: 100%; } }
    .index-email__submit:hover {
      color: #f6f6f6;
      background-color: #1e1e1e; }

.index-digital {
  display: flex;
  justify-content: space-between;
  margin-bottom: 335px; }
  @media screen and (max-width: 1280px) {
    .index-digital {
      width: calc(100% + 60px);
      margin-left: -30px; } }
  @media screen and (max-width: 767px) {
    .index-digital {
      display: block;
      width: 100%;
      margin-bottom: 205px;
      margin-left: 0; } }
  .index-digital__card {
    position: relative;
    width: calc(50% - 15px);
    height: 335px;
    padding: 20px 30px 30px;
    color: #1e1e1e;
    border-radius: 10px;
    background-color: #d6d7d8; }
    @media screen and (max-width: 767px) {
      .index-digital__card {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        height: 422px;
        padding: 20px; }
        .index-digital__card:last-of-type {
          margin-bottom: 0; } }
    .index-digital__card .h2 {
      position: relative;
      z-index: 1;
      max-width: 365px; }
      @media screen and (max-width: 1023px) {
        .index-digital__card .h2 {
          font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
      @media screen and (max-width: 767px) {
        .index-digital__card .h2 {
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
    .index-digital__card span {
      position: absolute;
      z-index: 1;
      bottom: 30px;
      left: 30px;
      width: 130px;
      height: 30px;
      text-align: center;
      font-size: 13px;
      line-height: 28px;
      border: 1px solid #1e1e1e;
      border-radius: 10px;
      background-color: transparent; }
      @media screen and (max-width: 767px) {
        .index-digital__card span {
          bottom: 20px;
          left: 20px; } }
    .index-digital__card._sessions svg {
      position: absolute;
      top: 28px;
      right: 22px;
      width: 248px;
      height: 292px;
      fill: #008FFF;
      stroke: #d6d7d8; }
      @media screen and (max-width: 1023px) {
        .index-digital__card._sessions svg {
          top: 38px;
          right: 30px;
          width: 230px;
          height: 271px; } }
      @media screen and (max-width: 767px) {
        .index-digital__card._sessions svg {
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 214px;
          height: 253px;
          top: 102px; } }
    .index-digital__card._webinars svg {
      position: absolute;
      top: 18px;
      right: 24px;
      width: 284px;
      height: 302px;
      fill: #b3446a;
      stroke: #d6d7d8; }
      @media screen and (max-width: 1280px) {
        .index-digital__card._webinars svg {
          right: 14px; } }
      @media screen and (max-width: 1023px) {
        .index-digital__card._webinars svg {
          top: 26px;
          right: 24px;
          width: 268px;
          height: 284px; } }
      @media screen and (max-width: 767px) {
        .index-digital__card._webinars svg {
          width: 246px;
          height: 260px;
          top: 105px;
          left: 50%;
          transform: translateX(-50%); } }
    .index-digital__card:hover span {
      background-color: #1e1e1e; }
    .index-digital__card:hover._sessions {
      background-color: #008FFF; }
      .index-digital__card:hover._sessions span {
        color: #008FFF; }
      .index-digital__card:hover._sessions svg {
        fill: #d6d7d8;
        stroke: #008FFF; }
    .index-digital__card:hover._webinars {
      background-color: #b3446a; }
      .index-digital__card:hover._webinars span {
        color: #b3446a; }
      .index-digital__card:hover._webinars svg {
        fill: #d6d7d8;
        stroke: #b3446a; }

/* Обновленная главная «Не рассосётся» */
.index._update {
  background-image: url("../img/index/index-bg-update.svg"); }
  @media screen and (max-width: 1280px) {
    .index._update {
      background-image: url("../img/index/index-bg-screen-update.svg"); } }
  @media screen and (max-width: 1023px) {
    .index._update {
      background-image: url("../img/index/index-bg-tablet-update.svg"); } }
  @media screen and (max-width: 767px) {
    .index._update {
      background-image: url("../img/index/index-bg-mobile-update.svg"); } }

.index._en-update {
  background-image: url("../img/index/index-bg-en-update.svg"); }
  @media screen and (max-width: 1280px) {
    .index._en-update {
      background-image: url("../img/index/index-bg-screen-en-update.svg"); } }
  @media screen and (max-width: 1023px) {
    .index._en-update {
      background-image: url("../img/index/index-bg-tablet-en-update.svg"); } }
  @media screen and (max-width: 767px) {
    .index._en-update {
      background-image: url("../img/index/index-bg-mobile-en-update.svg"); } }

.index._update .index-head {
  margin-bottom: 335px;
  color: #f6f6f6; }
  @media screen and (max-width: 767px) {
    .index._update .index-head {
      margin-bottom: 130px; } }
  .index._update .index-head .container {
    padding-top: 335px; }
  .index._update .index-head__img {
    top: -35px;
    right: -105px;
    width: 765px;
    height: 780px; }
    @media screen and (max-width: 1280px) {
      .index._update .index-head__img {
        right: -157px; } }
    @media screen and (max-width: 1023px) {
      .index._update .index-head__img {
        right: -256px; } }
    @media screen and (max-width: 767px) {
      .index._update .index-head__img {
        left: 27px;
        top: -77px;
        width: 473px;
        height: 482px; } }
  .index._update .index-head__text {
    margin-bottom: 205px; }
    @media screen and (max-width: 1280px) {
      .index._update .index-head__text {
        margin-bottom: 265px; } }
    @media screen and (max-width: 1023px) {
      .index._update .index-head__text {
        margin-bottom: 255px; } }
    @media screen and (max-width: 767px) {
      .index._update .index-head__text {
        margin-bottom: 80px; } }
    .index._update .index-head__text .h0 {
      margin-bottom: 50px; }
      @media screen and (max-width: 1023px) {
        .index._update .index-head__text .h0 {
          font: 65px/65px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
      @media screen and (max-width: 767px) {
        .index._update .index-head__text .h0 {
          margin-bottom: 20px;
          font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
    @media screen and (max-width: 1023px) {
      .index._update .index-head__text .h2 {
        font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .index._update .index-head__text .h2 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  .index._update .index-head__cases-title {
    margin-bottom: 205px;
    text-align: left;
    color: #1e1e1e; }
    @media screen and (max-width: 1023px) {
      .index._update .index-head__cases-title {
        font: 65px/65px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .index._update .index-head__cases-title {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal;
        margin-bottom: 80px; } }

.index._en-update .index-head .container {
  padding-top: 205px; }
  @media screen and (max-width: 1023px) {
    .index._en-update .index-head .container {
      padding-top: 335px; } }

.index._en-update .index-head__text {
  margin-bottom: 335px; }
  .index._en-update .index-head__text .h0 {
    font-size: 130px;
    line-height: 130px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1023px) {
      .index._en-update .index-head__text .h0 {
        font: 90px/90px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .index._en-update .index-head__text .h0 {
        margin-bottom: 20px;
        font-size: 45px;
        line-height: 45px; } }
  .index._en-update .index-head__text .h2 {
    margin-bottom: 90px; }
    @media screen and (max-width: 1280px) {
      .index._en-update .index-head__text .h2 {
        max-width: 500px; } }
    @media screen and (max-width: 767px) {
      .index._en-update .index-head__text .h2 {
        margin-bottom: 50px; } }

@media screen and (max-width: 767px) {
  .index._update .cases__item {
    height: 280px;
    min-height: auto; } }

.index._update .index-programs {
  margin-bottom: 346px; }
  @media screen and (max-width: 1280px) {
    .index._update .index-programs {
      margin-bottom: 540px; } }
  @media screen and (max-width: 1023px) {
    .index._update .index-programs {
      margin-bottom: 440px; } }
  @media screen and (max-width: 767px) {
    .index._update .index-programs {
      margin-bottom: 255px; } }

@media screen and (max-width: 767px) {
  .index._update .index-programs__item {
    background-color: transparent; } }

.index._update .index-partners {
  height: 980px; }
  @media screen and (max-width: 1280px) {
    .index._update .index-partners {
      height: 970px; } }
  @media screen and (max-width: 1023px) {
    .index._update .index-partners {
      height: 740px; } }
  @media screen and (max-width: 767px) {
    .index._update .index-partners {
      height: 800px; } }

.index._update .index-products__head {
  margin-bottom: 80px; }

@media screen and (max-width: 1023px) {
  .index._en-update .index-products {
    margin-bottom: 415px; } }

@media screen and (max-width: 767px) {
  .index._en-update .index-products {
    margin-bottom: 335px; } }

.index._en-update .index-products__head {
  margin-bottom: 205px; }
  @media screen and (max-width: 767px) {
    .index._en-update .index-products__head {
      margin-bottom: 80px; } }

/* Обновленная главная «Трансформируй мышление» */
.index._update2 {
  background-image: url("../img/index/index-bg-update2.svg"); }
  @media screen and (max-width: 1280px) {
    .index._update2 {
      background-image: url("../img/index/index-bg-screen-update2.svg"); } }
  @media screen and (max-width: 1023px) {
    .index._update2 {
      background-image: url("../img/index/index-bg-tablet-update2.svg"); } }
  @media screen and (max-width: 767px) {
    .index._update2 {
      background-image: url("../img/index/index-bg-mobile-update2.svg"); } }
  @media screen and (max-width: 1280px) {
    .index._update2 .container {
      max-width: 964px; } }
  @media screen and (max-width: 1023px) {
    .index._update2 .container {
      max-width: 754px; } }

.index._update2 .courses-list {
  margin-bottom: 335px;
  padding-top: 175px;
  color: #1e1e1e; }
  @media screen and (max-width: 1023px) {
    .index._update2 .courses-list {
      padding-top: 130px; } }
  @media screen and (max-width: 767px) {
    .index._update2 .courses-list {
      padding-top: 150px;
      margin-bottom: 205px; } }
  @media screen and (max-width: 1023px) {
    .index._update2 .courses-list__head {
      margin-bottom: 65px; } }
  @media screen and (max-width: 767px) {
    .index._update2 .courses-list__head {
      margin-bottom: 140px; } }
  .index._update2 .courses-list .t2 {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .index._update2 .courses-list .t2 {
        margin-bottom: 20px; } }
  .index._update2 .courses-list .h1 {
    font: 90px/90px AgipoRegExt, Arial, Verdana, sans-serif;
    letter-spacing: normal; }
    @media screen and (max-width: 1023px) {
      .index._update2 .courses-list .h1 {
        font: 65px/65px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .index._update2 .courses-list .h1 {
        font-size: 45px;
        line-height: 50px; } }
  .index._update2 .courses-list__link:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 33 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.025 1L30.5 11l-9.475 10' stroke='%231e1e1e' stroke-width='2.4' stroke-miterlimit='10'/%3E%3Cpath d='M30.5 11H.5' stroke='%231e1e1e' stroke-width='2.4'/%3E%3C/svg%3E"); }
  .index._update2 .courses-list__link:hover span {
    border-color: #1e1e1e; }
  @media screen and (max-width: 767px) {
    .index._update2 .courses-list__wrap {
      height: auto; } }
  .index._update2 .courses-list__outer {
    min-height: 1170px; }
    @media screen and (max-width: 767px) {
      .index._update2 .courses-list__outer {
        min-height: 2030px; } }
  @media screen and (max-width: 767px) {
    .index._update2 .courses-list__inner {
      display: block; } }
  @media screen and (max-width: 767px) {
    .index._update2 .courses-list__item {
      width: 100%;
      margin-bottom: 20px; } }

.index._update2 .index-digital {
  margin-bottom: 175px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .index._update2 .index-digital {
      margin-bottom: 110px; } }
  .index._update2 .index-digital .t2 {
    margin-bottom: 20px;
    color: #d6d7d8; }
    @media screen and (max-width: 767px) {
      .index._update2 .index-digital .t2 {
        margin-bottom: 20px; } }
  .index._update2 .index-digital .h0 {
    margin-bottom: 130px;
    color: #d6d7d8; }
    @media screen and (max-width: 1023px) {
      .index._update2 .index-digital .h0 {
        font: 65px/65px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .index._update2 .index-digital .h0 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .index._update2 .index-digital__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .index._update2 .index-digital__card {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .index._update2 .index-digital__card {
        margin-bottom: 20px; } }
    .index._update2 .index-digital__card._innovation svg {
      position: absolute;
      top: 23px;
      right: 32px;
      width: 246px;
      height: 290px;
      fill: #02D3A4;
      stroke: #f6f6f6; }
      @media screen and (max-width: 1280px) {
        .index._update2 .index-digital__card._innovation svg {
          right: 23px; } }
      @media screen and (max-width: 1023px) {
        .index._update2 .index-digital__card._innovation svg {
          top: 23px;
          right: 24px; } }
      @media screen and (max-width: 767px) {
        .index._update2 .index-digital__card._innovation svg {
          top: 0;
          top: 110px;
          left: 50%;
          width: 219px;
          height: 258px;
          transform: translateX(-50%); } }
    .index._update2 .index-digital__card._business svg {
      position: absolute;
      top: 24px;
      right: 29px;
      width: 289px;
      height: 291px;
      fill: #ffa759;
      stroke: #d6d7d8; }
      @media screen and (max-width: 1280px) {
        .index._update2 .index-digital__card._business svg {
          top: 32px;
          right: 21px; } }
      @media screen and (max-width: 1023px) {
        .index._update2 .index-digital__card._business svg {
          top: 32px;
          right: 6px; } }
      @media screen and (max-width: 767px) {
        .index._update2 .index-digital__card._business svg {
          top: 103px;
          left: 50%;
          width: 241px;
          height: 242px;
          transform: translateX(-50%); } }
    .index._update2 .index-digital__card:hover span {
      background-color: #1e1e1e; }
    .index._update2 .index-digital__card:hover._innovation {
      background-color: #02D3A4; }
      .index._update2 .index-digital__card:hover._innovation span {
        color: #02D3A4; }
      .index._update2 .index-digital__card:hover._innovation svg {
        fill: #d6d7d8; }
    .index._update2 .index-digital__card:hover._business {
      background-color: #ffa759; }
      .index._update2 .index-digital__card:hover._business span {
        color: #ffa759; }
      .index._update2 .index-digital__card:hover._business svg {
        fill: #d6d7d8;
        stroke: #ffa759; }

.cases-update2 {
  margin-bottom: 540px; }
  @media screen and (max-width: 1280px) {
    .cases-update2 {
      margin-bottom: 630px; } }
  @media screen and (max-width: 1023px) {
    .cases-update2 {
      margin-bottom: 540px; } }
  @media screen and (max-width: 767px) {
    .cases-update2 {
      margin-bottom: 300px; } }
  .cases-update2 .h0 {
    margin-bottom: 130px;
    text-align: left;
    color: #d6d7d8; }
    @media screen and (max-width: 1023px) {
      .cases-update2 .h0 {
        font: 65px/65px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .cases-update2 .h0 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal;
        margin-bottom: 90px; } }
  @media screen and (max-width: 1280px) {
    .cases-update2 .cases {
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .cases-update2 .cases__item {
      height: 280px;
      min-height: 280px; } }

.index._update2 .index-partners {
  height: 682px; }
  @media screen and (max-width: 1280px) {
    .index._update2 .index-partners {
      height: 658px; } }
  @media screen and (max-width: 1023px) {
    .index._update2 .index-partners {
      height: 721px; } }
  @media screen and (max-width: 767px) {
    .index._update2 .index-partners {
      height: 930px; } }
  .index._update2 .index-partners .t1 {
    color: #1e1e1e; }
  .index._update2 .index-partners__item img {
    filter: brightness(18%); }

.index._update2 .index-products {
  margin-bottom: 335px; }
  @media screen and (max-width: 1023px) {
    .index._update2 .index-products {
      margin-bottom: 285px; } }
  @media screen and (max-width: 767px) {
    .index._update2 .index-products {
      margin-bottom: 335px; } }
  @media screen and (max-width: 767px) {
    .index._update2 .index-products .t2 {
      text-align: left; } }
  .index._update2 .index-products__head {
    margin-bottom: 130px; }
    @media screen and (max-width: 767px) {
      .index._update2 .index-products__head {
        margin-bottom: 90px;
        text-align: left; } }
  @media screen and (max-width: 1280px) {
    .index._update2 .index-products__wrap {
      width: 100%;
      margin-left: 0; } }

/* Кастомизируемая админка */
.index {
  display: flex;
  flex-direction: column; }
  .index._new-custom-index {
    background-image: url("../img/index/custom-index-bg.svg"); }
    .index._new-custom-index._offset-sm {
      padding-top: 205px; }
    .index._new-custom-index._offset-lg {
      padding-top: 335px; }
    @media screen and (max-width: 1280px) {
      .index._new-custom-index .container {
        max-width: 934px;
        padding: 0; } }
    @media screen and (max-width: 1023px) {
      .index._new-custom-index .container {
        max-width: 708px; } }
    @media screen and (max-width: 767px) {
      .index._new-custom-index .container {
        max-width: 460px;
        padding: 0 20px; } }

._new-custom-index .index-head {
  margin-bottom: 335px; }
  @media screen and (max-width: 767px) {
    ._new-custom-index .index-head {
      margin-bottom: 205px; } }
  @media screen and (max-width: 767px) {
    ._new-custom-index .index-head .container {
      padding-top: 335px; } }
  ._new-custom-index .index-head__img {
    top: -132px;
    right: -440px;
    width: 1180px;
    height: 980px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media screen and (max-width: 1280px) {
      ._new-custom-index .index-head__img {
        right: -370px; } }
    @media screen and (max-width: 1023px) {
      ._new-custom-index .index-head__img {
        right: auto;
        left: -30px; } }
    @media screen and (max-width: 767px) {
      ._new-custom-index .index-head__img {
        top: -140px;
        left: -96px;
        width: 730px;
        height: 605px; } }
  ._new-custom-index .index-head__heading {
    margin-bottom: 50px; }
    @media screen and (max-width: 1023px) {
      ._new-custom-index .index-head__heading {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      ._new-custom-index .index-head__heading {
        margin-bottom: 20px; } }
    ._new-custom-index .index-head__heading._large .h0 {
      font-size: 130px; }
      @media screen and (max-width: 1023px) {
        ._new-custom-index .index-head__heading._large .h0 {
          font: 90px/90px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
      @media screen and (max-width: 767px) {
        ._new-custom-index .index-head__heading._large .h0 {
          line-height: 1;
          font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
  ._new-custom-index .index-head__text {
    margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      ._new-custom-index .index-head__text .h2 {
        font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      ._new-custom-index .index-head__text .h2 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  ._new-custom-index .index-head .btn {
    margin-top: 90px;
    border: 1px solid #1e1e1e;
    background-color: transparent; }
    ._new-custom-index .index-head .btn:hover {
      color: #d6d7d8;
      background-color: #1e1e1e; }
    @media screen and (max-width: 767px) {
      ._new-custom-index .index-head .btn {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        margin-top: 50px;
        padding: 9px;
        cursor: pointer;
        text-align: center;
        color: #1e1e1e;
        border: 1px solid #1e1e1e;
        border-radius: 10px;
        background-color: transparent;
        font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.02em; }
        ._new-custom-index .index-head .btn:hover {
          color: #d6d7d8;
          background-color: #1e1e1e; } }

.blog {
  margin-bottom: 335px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .blog {
      margin-bottom: 205px; } }
  .blog__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      .blog__head {
        margin-bottom: 90px; } }
    @media screen and (max-width: 767px) {
      .blog__head {
        margin-bottom: 90px; } }
    @media screen and (max-width: 767px) {
      .blog__head .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .blog__link {
    padding-bottom: 10px; }
    @media screen and (max-width: 1280px) {
      .blog__link {
        display: none; } }
    .blog__link:after {
      content: '';
      display: inline-block;
      width: 33px;
      height: 22px;
      margin-left: 10px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 33 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.025 1L30.5 11l-9.475 10' stroke='%231e1e1e' stroke-width='2.4' stroke-miterlimit='10'/%3E%3Cpath d='M30.5 11H.5' stroke='%231e1e1e' stroke-width='2.4'/%3E%3C/svg%3E"); }
    .blog__link span {
      border-bottom: 2px solid transparent; }
    .blog__link:hover span {
      border-color: #1e1e1e; }
    .blog__link:hover:after {
      transform: translateX(0.3em); }
  .blog__slider {
    display: flex;
    width: 100%;
    width: calc(100% + 30px);
    margin-bottom: 100px;
    margin-left: -15px;
    height: auto;
    flex-wrap: wrap; }
    @media screen and (max-width: 1280px) {
      .blog__slider {
        flex-wrap: nowrap;
        width: 100%;
        margin-left: 0; } }
    @media screen and (max-width: 1023px) {
      .blog__slider {
        margin-bottom: 90px; } }
  .blog .swiper-container {
    overflow: inherit; }

.blog-article {
  position: relative;
  width: 390px;
  height: 540px;
  margin: 0 15px 30px; }
  @media screen and (max-width: 1280px) {
    .blog-article {
      margin: 0; } }
  @media screen and (max-width: 767px) {
    .blog-article {
      width: 250px;
      height: 400px; } }
  .blog-article:hover .blog-article__category {
    background-color: #1e1e1e;
    color: #d6d7d8; }
  .blog-article._small {
    height: auto; }
    .blog-article._small .blog-article__inner {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0;
      height: auto; }
    .blog-article._small .blog-article__img {
      position: static;
      height: 390px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .blog-article._small .blog-article__img {
          height: 250px; } }
    .blog-article._small .blog-article__category {
      position: static;
      margin-bottom: 10px; }
    .blog-article._small .h3 {
      order: 1; }
  .blog-article__inner {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .blog-article__inner {
        padding: 20px; } }
  .blog-article__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .blog-article .h3 {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .blog-article .h3 {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .blog-article__category {
    position: absolute;
    bottom: 30px;
    left: 30px;
    min-width: 130px;
    padding: 7px 21px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.02em;
    border: 1px solid #1e1e1e;
    border-radius: 10px;
    background-color: transparent; }

._new-custom-index .courses-list {
  color: #1e1e1e;
  margin-bottom: 335px; }
  @media screen and (max-width: 767px) {
    ._new-custom-index .courses-list {
      margin-bottom: 205px; } }
  @media screen and (max-width: 1023px) {
    ._new-custom-index .courses-list__head {
      margin-bottom: 90px; } }
  ._new-custom-index .courses-list__link:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 33 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.025 1L30.5 11l-9.475 10' stroke='%231e1e1e' stroke-width='2.4' stroke-miterlimit='10'/%3E%3Cpath d='M30.5 11H.5' stroke='%231e1e1e' stroke-width='2.4'/%3E%3C/svg%3E"); }
  ._new-custom-index .courses-list__link:hover span {
    border-color: #1e1e1e; }
  ._new-custom-index .courses-list__wrap {
    margin-bottom: 90px; }
    @media screen and (max-width: 767px) {
      ._new-custom-index .courses-list__wrap {
        height: auto; } }
  ._new-custom-index .courses-list__outer {
    min-height: inherit; }
  @media screen and (max-width: 767px) {
    ._new-custom-index .courses-list__inner {
      display: block; } }
  @media screen and (max-width: 767px) {
    ._new-custom-index .courses-list__item {
      width: 250px;
      margin: 0; } }

._new-custom-index .cases-block {
  margin-bottom: 335px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    ._new-custom-index .cases-block {
      margin-bottom: 205px; } }
  ._new-custom-index .cases-block .h1 {
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      ._new-custom-index .cases-block .h1 {
        margin-bottom: 90px; } }
    @media screen and (max-width: 767px) {
      ._new-custom-index .cases-block .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  ._new-custom-index .cases-block .cases {
    margin-bottom: 130px; }
    @media screen and (max-width: 1280px) {
      ._new-custom-index .cases-block .cases {
        width: 100%;
        margin-left: 0; } }
    @media screen and (max-width: 767px) {
      ._new-custom-index .cases-block .cases {
        margin-bottom: 90px; } }
    ._new-custom-index .cases-block .cases .swiper-wrapper {
      height: auto; }
    @media screen and (max-width: 767px) {
      ._new-custom-index .cases-block .cases__item {
        height: 370px;
        min-height: 370px; } }

.presentation {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .presentation {
      flex-direction: column; } }
  .presentation__file {
    width: calc(50% - 15px);
    max-width: 495px;
    padding-left: 50px; }
    @media screen and (max-width: 1280px) {
      .presentation__file {
        padding-left: 0; } }
    @media screen and (max-width: 767px) {
      .presentation__file {
        width: 100%;
        margin-bottom: 50px; } }
    @media screen and (max-width: 1023px) {
      .presentation__file .h2 {
        font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .presentation__file .h2 {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .presentation__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin-top: 50px;
    letter-spacing: .02em;
    font-family: AgipoRegExt, Arial, Verdana, sans-serif;
    font-size: 18px;
    color: #d6d7d8;
    border-radius: 50%;
    background-color: #1e1e1e; }
    @media screen and (max-width: 1023px) {
      .presentation__link {
        margin-top: 25px; } }
    @media screen and (max-width: 767px) {
      .presentation__link {
        margin-top: 20px;
        height: 50px;
        width: 50px; } }
  .presentation__form {
    width: calc(50% - 15px); }
    @media screen and (max-width: 767px) {
      .presentation__form {
        width: 100%; } }

.presentation-form__item {
  position: relative;
  width: 100%;
  margin-bottom: 50px; }
  .presentation-form__item:last-of-type {
    margin-bottom: 115px; }
    @media screen and (max-width: 767px) {
      .presentation-form__item:last-of-type {
        margin-bottom: 90px; } }
  .presentation-form__item input {
    width: 100%;
    color: #1e1e1e;
    border: none;
    border-bottom: 1px solid #1e1e1e;
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
    letter-spacing: 0.02em; }
  .presentation-form__item label {
    width: 100%; }
    .presentation-form__item label._hidden {
      opacity: 0; }

.presentation-form__msg {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 285px;
  transform: translateY(100%);
  letter-spacing: .03em;
  font-size: 13px;
  line-height: 1.11; }

@media screen and (max-width: 767px) {
  .presentation-form .btn-wide {
    font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
    letter-spacing: 0.02em; } }

._new-custom-index .index-digital {
  margin-bottom: 305px;
  text-align: left; }
  @media screen and (max-width: 1023px) {
    ._new-custom-index .index-digital {
      width: 100%;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    ._new-custom-index .index-digital {
      margin-bottom: 185px; } }
  ._new-custom-index .index-digital .h1 {
    max-width: 600px;
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      ._new-custom-index .index-digital .h1 {
        margin-bottom: 90px; } }
    @media screen and (max-width: 767px) {
      ._new-custom-index .index-digital .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  ._new-custom-index .index-digital__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  ._new-custom-index .index-digital__card {
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1023px) {
      ._new-custom-index .index-digital__card {
        width: 100%;
        margin: 0 0 30px; } }
    @media screen and (max-width: 767px) {
      ._new-custom-index .index-digital__card {
        height: 420px;
        margin-bottom: 20px; } }
    ._new-custom-index .index-digital__card:hover span {
      background-color: #1e1e1e; }
  ._new-custom-index .index-digital img {
    position: absolute;
    top: 18px;
    right: 24px;
    width: 284px;
    height: 302px; }
    @media screen and (max-width: 1280px) {
      ._new-custom-index .index-digital img {
        right: 14px; } }
    @media screen and (max-width: 1023px) {
      ._new-custom-index .index-digital img {
        top: 26px;
        right: 24px;
        width: 268px;
        height: 284px; } }
    @media screen and (max-width: 767px) {
      ._new-custom-index .index-digital img {
        top: 105px;
        left: 50%;
        width: 246px;
        height: 260px;
        transform: translateX(-50%); } }

._new-custom-index .index-partners {
  height: auto;
  margin-bottom: 335px;
  text-align: left;
  color: #d6d7d8; }
  @media screen and (max-width: 767px) {
    ._new-custom-index .index-partners {
      margin-bottom: 205px; } }
  ._new-custom-index .index-partners__content {
    padding-top: 50px;
    border-radius: 10px;
    background-color: #2f3643; }
    @media screen and (max-width: 1023px) {
      ._new-custom-index .index-partners__content {
        padding-top: 30px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      ._new-custom-index .index-partners__content {
        padding-top: 20px;
        padding-bottom: 10px; } }
    ._new-custom-index .index-partners__content .h1 {
      margin-bottom: 90px;
      padding: 0 50px; }
      @media screen and (max-width: 1023px) {
        ._new-custom-index .index-partners__content .h1 {
          padding: 0 30px;
          margin-bottom: 50px;
          font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
      @media screen and (max-width: 767px) {
        ._new-custom-index .index-partners__content .h1 {
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal;
          padding: 0 20px; } }
  ._new-custom-index .index-partners__categories {
    margin-bottom: 80px;
    padding: 0 50px;
    font-size: 0; }
    @media screen and (max-width: 1023px) {
      ._new-custom-index .index-partners__categories {
        margin-bottom: 40px;
        padding: 0 30px; } }
    @media screen and (max-width: 767px) {
      ._new-custom-index .index-partners__categories {
        padding: 0 20px; } }
  ._new-custom-index .index-partners__category {
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 16px;
    text-align: center;
    font-size: 13px;
    line-height: 28px;
    color: #d6d7d8;
    border: 1px solid #d6d7d8;
    border-radius: 10px;
    background-color: transparent; }
    ._new-custom-index .index-partners__category._active {
      color: #2f3643;
      background-color: #d6d7d8; }
  ._new-custom-index .index-partners__wrap {
    justify-content: flex-start;
    width: calc(100% + 30px);
    margin: 0 -15px; }
    @media screen and (max-width: 1280px) {
      ._new-custom-index .index-partners__wrap {
        width: calc(100% + 10px);
        max-width: inherit;
        margin: 0 -5px; } }
    @media screen and (max-width: 767px) {
      ._new-custom-index .index-partners__wrap {
        width: 100%;
        margin: 0;
        padding: 0 5px; } }
  ._new-custom-index .index-partners__item {
    width: calc(25% - 30px);
    height: 110px;
    margin: 0 15px 50px; }
    @media screen and (max-width: 1280px) {
      ._new-custom-index .index-partners__item {
        width: calc(33.3% - 30px); } }
    @media screen and (max-width: 1023px) {
      ._new-custom-index .index-partners__item {
        width: calc(33.3% - 10px);
        margin: 0 5px 30px;
        height: 85px; } }
    @media screen and (max-width: 767px) {
      ._new-custom-index .index-partners__item {
        width: calc(50% - 10px);
        height: 48px;
        margin-bottom: 10px; } }
    ._new-custom-index .index-partners__item img {
      max-width: 100%; }

._new-custom-index .index-products {
  margin-bottom: 335px; }
  @media screen and (max-width: 767px) {
    ._new-custom-index .index-products {
      margin-bottom: 205px; } }
  ._new-custom-index .index-products__head {
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      ._new-custom-index .index-products__head {
        margin-bottom: 90px; } }
    @media screen and (max-width: 767px) {
      ._new-custom-index .index-products__head {
        text-align: left; } }
  ._new-custom-index .index-products__wrap {
    margin-bottom: 90px; }
    @media screen and (max-width: 1023px) {
      ._new-custom-index .index-products__wrap {
        width: 100%;
        margin-left: 0; } }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    ._new-custom-index .index-products__item {
      max-width: 100%;
      height: 708px; }
      ._new-custom-index .index-products__item._red img {
        right: 7px;
        bottom: 8px;
        max-width: 542px; }
      ._new-custom-index .index-products__item._yellow img {
        right: 44px;
        bottom: 10px;
        max-width: 399px; } }
  @media screen and (max-width: 767px) {
    ._new-custom-index .index-products .btn-wide {
      font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.02em; } }

.subscription {
  margin-bottom: 335px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .subscription {
      margin-bottom: 205px; } }
  .subscription__content {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    border-radius: 10px;
    background-color: #f6f6f6; }
    @media screen and (max-width: 1023px) {
      .subscription__content {
        padding: 30px; } }
    @media screen and (max-width: 767px) {
      .subscription__content {
        flex-direction: column;
        padding: 20px; } }
  .subscription__form,
  .subscription .h1 {
    width: calc(50% - 15px); }
    @media screen and (max-width: 767px) {
      .subscription__form,
      .subscription .h1 {
        width: 100%; } }
  @media screen and (max-width: 1280px) {
    .subscription .h1 {
      font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .subscription .h1 {
      margin-bottom: 50px;
      font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  .subscription__terms {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .subscription__terms {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em;
        margin-bottom: 10px; } }
    .subscription__terms a {
      border-bottom: 1px solid #1e1e1e; }

.subscription-form__item {
  width: 100%;
  margin-bottom: 50px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .subscription-form__item:last-of-type {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .subscription-form__item:last-of-type {
      margin-bottom: 50px; } }
  .subscription-form__item input {
    width: 100%;
    color: #1e1e1e;
    border: none;
    border-bottom: 1px solid #1e1e1e;
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
    letter-spacing: 0.02em; }
  .subscription-form__item label {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .subscription-form__item label {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
    .subscription-form__item label._hidden {
      opacity: 0; }

.subscription-form__msg {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 285px;
  transform: translateY(100%);
  letter-spacing: .03em;
  font-size: 13px;
  line-height: 1.11; }

@media screen and (max-width: 767px) {
  .subscription-form .btn-wide {
    font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
    letter-spacing: 0.02em; } }

.subscription-type {
  margin-bottom: 50px; }
  .subscription-type__title {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .subscription-type__title {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  .subscription-type__item {
    margin-bottom: 20px; }
    .subscription-type__item:last-of-type {
      margin-bottom: 0; }
    .subscription-type__item input {
      position: absolute;
      width: 0;
      height: 0;
      opacity: 0; }
      .subscription-type__item input:checked ~ label:before {
        background-color: #1e1e1e; }
    .subscription-type__item label {
      display: flex;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .subscription-type__item label {
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
      .subscription-type__item label:before {
        content: '';
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        border: 1px solid #1e1e1e;
        border-radius: 50%; }
      .subscription-type__item label span {
        padding-top: 4px; }
        @media screen and (max-width: 767px) {
          .subscription-type__item label span {
            padding-top: 2px; } }

.ny-card {
  width: 100%;
  height: 100vh;
  min-height: 768px;
  height: calc(var(--vh, 1vh) * 100);
  text-align: left;
  color: #E5E5E5;
  overflow: hidden;
  background-color: #2F2F80; }
  @media screen and (max-width: 767px) {
    .ny-card {
      min-height: 570px;
      min-height: -webkit-fill-available; } }
  .ny-card__wrap {
    position: relative;
    height: 100%;
    padding-top: 168px; }
    @media screen and (max-width: 1280px) {
      .ny-card__wrap {
        padding-top: 143px; } }
    @media screen and (max-width: 767px) {
      .ny-card__wrap {
        padding-top: 87px; } }
    .ny-card__wrap .h1 {
      font-size: 100px;
      line-height: 1.3; }
      @media screen and (max-width: 767px) {
        .ny-card__wrap .h1 {
          font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
    .ny-card__wrap ._tree {
      position: absolute;
      right: -108px;
      bottom: 0; }
      @media screen and (max-width: 1280px) {
        .ny-card__wrap ._tree {
          right: calc(-108px / 1.4);
          width: calc(414px / 1.4);
          height: auto; } }
      @media screen and (max-width: 1023px) {
        .ny-card__wrap ._tree {
          width: 342px; } }
      @media screen and (max-width: 767px) {
        .ny-card__wrap ._tree {
          width: 192px;
          right: -30px; } }
    .ny-card__wrap ._snowman {
      position: absolute;
      bottom: 0;
      right: 180px; }
      @media screen and (max-width: 1280px) {
        .ny-card__wrap ._snowman {
          right: calc(180px / 1.4); } }
      @media screen and (max-width: 767px) {
        .ny-card__wrap ._snowman {
          right: 103px;
          bottom: -30px; } }
      .ny-card__wrap ._snowman img {
        width: 450px;
        height: auto; }
        @media screen and (max-width: 1280px) {
          .ny-card__wrap ._snowman img {
            width: calc(450px / 1.4); } }
        @media screen and (max-width: 1023px) {
          .ny-card__wrap ._snowman img {
            width: 357px; } }
        @media screen and (max-width: 767px) {
          .ny-card__wrap ._snowman img {
            width: 201px; } }
      .ny-card__wrap ._snowman ._eye {
        position: absolute;
        top: 46px;
        right: 172px;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background-color: #2F2F80; }
        @media screen and (max-width: 1280px) {
          .ny-card__wrap ._snowman ._eye {
            top: calc(46px / 1.4);
            right: calc(172px / 1.4);
            width: calc(46px / 1.4);
            height: calc(46px / 1.4); } }
        @media screen and (max-width: 1023px) {
          .ny-card__wrap ._snowman ._eye {
            width: 36px;
            height: 36px;
            right: 138px;
            top: 37px; } }
        @media screen and (max-width: 767px) {
          .ny-card__wrap ._snowman ._eye {
            right: 77px;
            top: 21px;
            width: 22px;
            height: 22px; } }
        .ny-card__wrap ._snowman ._eye:after {
          content: '';
          position: absolute;
          left: 13px;
          top: 0;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background-color: #EF4854; }
          @media screen and (max-width: 1280px) {
            .ny-card__wrap ._snowman ._eye:after {
              left: calc(13px / 1.4);
              width: calc(20px / 1.4);
              height: calc(20px / 1.4); } }
          @media screen and (max-width: 1023px) {
            .ny-card__wrap ._snowman ._eye:after {
              width: 18px;
              height: 18px;
              top: 9px;
              left: 0; } }
          @media screen and (max-width: 767px) {
            .ny-card__wrap ._snowman ._eye:after {
              width: 10px;
              height: 10px;
              top: 6px; } }

.welcome {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  background-color: rgba(30, 30, 30, 0.8); }
  .welcome._active {
    display: flex; }
  .welcome__dialog {
    position: relative;
    width: 1015px;
    height: 525px;
    padding: 105px 40px 50px 50px;
    text-align: left;
    border-radius: 10px;
    background-color: #FDF281; }
    @media screen and (max-width: 1280px) {
      .welcome__dialog {
        width: 722px;
        height: 475px;
        padding-right: 28px; } }
    @media screen and (max-width: 1023px) {
      .welcome__dialog {
        width: 597px;
        height: 465px;
        padding: 85px 30px 50px;
        padding-right: 25px; }
        .welcome__dialog ._stroke {
          padding: 0 2px 2px; } }
    @media screen and (max-width: 767px) {
      .welcome__dialog {
        width: 100%;
        height: 480px;
        padding: 70px 20px 20px; } }
  .welcome__close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border: none;
    background: transparent url("data:image/svg+xml,%3Csvg viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%231E1E1E' stroke-width='1.4' d='M18.121 17.131L42.87 41.879M17.131 41.88L41.88 17.131'/%3E%3C/svg%3E") center/contain no-repeat; }
    @media screen and (max-width: 1023px) {
      .welcome__close {
        top: 10px;
        right: 10px; } }
    @media screen and (max-width: 767px) {
      .welcome__close {
        top: 0;
        right: 0; } }
  .welcome__message {
    display: none; }
    .welcome__message._active {
      display: block; }
  .welcome__counter {
    position: absolute;
    top: 50px;
    left: 50px; }
    @media screen and (max-width: 1023px) {
      .welcome__counter {
        top: 30px;
        left: 30px; } }
    @media screen and (max-width: 767px) {
      .welcome__counter {
        top: 20px;
        left: 20px;
        letter-spacing: .02em;
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  @media screen and (max-width: 1280px) {
    .welcome .h3-wide {
      font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .welcome .h3-wide {
      letter-spacing: .02em;
      font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.02em; } }
  .welcome .h3-wide ._stroke:hover {
    color: #FDF281; }
  @media screen and (max-width: 767px) {
    .welcome .h3-wide ._stroke {
      padding: 2px 6px 0; } }
  .welcome .btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #1e1e1e;
    border: 1px solid #1e1e1e;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .welcome .btn {
        bottom: 20px;
        max-width: calc(100% - 40px); } }
    .welcome .btn:hover {
      color: #FDF281;
      background-color: #1e1e1e; }

@keyframes bgAnimate {
  4.34783% {
    background-color: #FE4B4E; }
  8.69565% {
    background-color: #FEF36C; }
  13.04348% {
    background-color: #774B66; }
  17.3913% {
    background-color: #E2A067; }
  21.73913% {
    background-color: #7D35FE; }
  26.08696% {
    background-color: #006D56; }
  30.43478% {
    background-color: #94CC43; }
  34.78261% {
    background-color: #5450FC; }
  39.13043% {
    background-color: #527457; }
  43.47826% {
    background-color: #FFA759; }
  47.82609% {
    background-color: #D79CBD; }
  52.17391% {
    background-color: #53B15A; }
  56.52174% {
    background-color: #2D596E; }
  60.86957% {
    background-color: #7E7BBB; }
  65.21739% {
    background-color: #87E7FF; }
  69.56522% {
    background-color: #B98146; }
  73.91304% {
    background-color: #5C8615; }
  78.26087% {
    background-color: #F15A31; }
  82.6087% {
    background-color: #336D69; }
  86.95652% {
    background-color: #54ADD1; }
  91.30435% {
    background-color: #D5CA5B; }
  95.65217% {
    background-color: #D1B046; }
  100% {
    background-color: #53594A; } }

.courses {
  padding-top: 80px;
  padding-bottom: 205px;
  background-color: #53594A;
  animation-name: bgAnimate;
  animation-duration: 276s;
  animation-iteration-count: infinite; }
  @media screen and (max-width: 1280px) {
    .courses {
      padding-bottom: 130px; } }
  @media screen and (max-width: 1023px) {
    .courses {
      padding-top: 205px; } }
  @media screen and (max-width: 767px) {
    .courses {
      padding-top: 130px; } }
  @media screen and (max-width: 1280px) {
    .courses .container {
      max-width: 934px;
      padding: 0; } }
  @media screen and (max-width: 1023px) {
    .courses .container {
      max-width: 708px; } }
  @media screen and (max-width: 767px) {
    .courses .container {
      max-width: 460px;
      padding: 0 20px; } }

.courses-head {
  position: relative;
  width: 100%;
  margin-bottom: 205px; }
  @media screen and (max-width: 1280px) {
    .courses-head {
      margin-bottom: 130px; } }
  @media screen and (max-width: 1023px) {
    .courses-head {
      margin-bottom: 205px; } }
  @media screen and (max-width: 767px) {
    .courses-head {
      margin-bottom: 130px; } }
  .courses-head__wrap {
    position: relative;
    width: 1020px;
    height: 630px;
    overflow: hidden;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .courses-head__wrap {
        width: 720px;
        height: 445px; } }
    @media screen and (max-width: 1023px) {
      .courses-head__wrap {
        width: 596px;
        height: 368px; } }
    @media screen and (max-width: 767px) {
      .courses-head__wrap {
        width: 100%;
        height: 0;
        padding-bottom: 61.5%;
        margin-bottom: 30px; } }
  .courses-head video {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%); }
    @media screen and (max-width: 1023px) {
      .courses-head video {
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        transform: translate(0, -50%); } }
  .courses-head .h0 {
    position: absolute;
    bottom: 80px;
    left: 0;
    color: #f6f6f6;
    z-index: 3;
    text-align: left; }
    @media screen and (max-width: 1280px) {
      .courses-head .h0 {
        bottom: 100px; } }
    @media screen and (max-width: 1023px) {
      .courses-head .h0 {
        bottom: 38px;
        max-width: 380px;
        font: 65px/65px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .courses-head .h0 {
        position: static;
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }

.courses-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px; }
  @media screen and (max-width: 767px) {
    .courses-filter {
      margin-bottom: 50px; } }
  .courses-filter__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
  .courses-filter__btn {
    height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 12px;
    transition: color .3s, background-color .3s;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 28px;
    color: #f6f6f6;
    border: 1px solid #f6f6f6;
    border-radius: 10px;
    background-color: transparent; }
    .courses-filter__btn:last-of-type {
      margin: 0; }
    .courses-filter__btn:hover, .courses-filter__btn._active {
      color: #1e1e1e;
      background-color: #f6f6f6; }
    .courses-filter__btn._location {
      display: none; }
      @media screen and (max-width: 767px) {
        .courses-filter__btn._location {
          display: inherit; } }
    .courses-filter__btn[data-type]:not(:first-of-type) {
      display: none; }
  .courses-filter__location {
    position: relative; }
    @media screen and (max-width: 767px) {
      .courses-filter__location {
        display: none; } }
    .courses-filter__location._opened .courses-filter__city._current {
      color: #1e1e1e;
      background-color: #f6f6f6; }
      .courses-filter__location._opened .courses-filter__city._current:after {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231e1e1e' stroke-width='1.3'/%3E%3C/svg%3E"); }
    .courses-filter__location._opened .courses-filter__select {
      display: flex; }
  .courses-filter__city {
    width: 98px;
    height: 30px;
    margin-bottom: 10px;
    transition: color .3s, background-color .3s;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 28px;
    color: #f6f6f6;
    border: 1px solid #f6f6f6;
    border-radius: 10px;
    background-color: transparent; }
    .courses-filter__city._current:after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 5px;
      margin-bottom: 2px;
      margin-left: 5px;
      background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23f6f6f6' stroke-width='1.3'/%3E%3C/svg%3E") center/contain no-repeat; }
    .courses-filter__city._current:hover:after {
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231e1e1e' stroke-width='1.3'/%3E%3C/svg%3E"); }
    .courses-filter__city._selected {
      display: none; }
    .courses-filter__city:hover {
      color: #1e1e1e;
      background-color: #f6f6f6; }
  .courses-filter__select {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    flex-direction: column; }

.courses-list {
  margin-bottom: 430px;
  color: #f6f6f6; }
  .courses-list .swiper-wrapper {
    display: block;
    height: auto; }
    @media screen and (max-width: 767px) {
      .courses-list .swiper-wrapper {
        display: flex; } }
  @media screen and (max-width: 1023px) {
    .courses-list {
      margin-bottom: 335px; } }
  .courses-list._courses-page {
    margin-bottom: 0; }
    .courses-list._courses-page .courses-list__wrap {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .courses-list._courses-page .courses-list__wrap {
          display: flex;
          flex-direction: column;
          width: auto;
          height: auto;
          margin-left: 0; } }
    .courses-list._courses-page .courses-list__item {
      height: 340px; }
      @media screen and (max-width: 767px) {
        .courses-list._courses-page .courses-list__item {
          width: 100%;
          height: 390px; } }
    .courses-list._courses-page .courses-list__date {
      position: static;
      margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .courses-list._courses-page .courses-list__title {
        top: 100px; } }
  .courses-list .t2 {
    margin-bottom: 30px;
    text-align: left; }
    @media screen and (max-width: 1280px) {
      .courses-list .t2 {
        margin-bottom: 10px; } }
  .courses-list__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 130px; }
    @media screen and (max-width: 767px) {
      .courses-list__head {
        margin-bottom: 80px; } }
  .courses-list .h1 {
    max-width: 800px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .courses-list .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif; } }
  .courses-list__link {
    padding-bottom: 5px; }
    @media screen and (max-width: 1280px) {
      .courses-list__link {
        display: none; } }
    .courses-list__link:after {
      content: '';
      display: inline-block;
      width: 33px;
      height: 22px;
      margin-left: 10px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 33 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.025 1L30.5 11l-9.475 10' stroke='%23f6f6f6' stroke-width='2.4' stroke-miterlimit='10'/%3E%3Cpath d='M30.5 11H.5' stroke='%23f6f6f6' stroke-width='2.4'/%3E%3C/svg%3E"); }
    .courses-list__link span {
      border-bottom: 2px solid transparent; }
    .courses-list__link:hover span {
      border-color: #f6f6f6; }
    .courses-list__link:hover:after {
      transform: translateX(0.3em); }
  .courses-list__wrap {
    margin-bottom: 130px; }
    @media screen and (max-width: 767px) {
      .courses-list__wrap {
        height: 390px; } }
  .courses-list__outer {
    overflow: inherit; }
  .courses-list__item {
    position: relative;
    display: block;
    width: 100%;
    height: 210px;
    margin-bottom: 30px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    color: #FFA759;
    background-color: #7E7BBB; }
    @media screen and (max-width: 767px) {
      .courses-list__item {
        flex-shrink: 0;
        width: 270px;
        height: 390px;
        margin-right: 0;
        white-space: normal; } }
    .courses-list__item:last-of-type {
      margin: 0; }
    .courses-list__item:hover .courses-list__img {
      transform: scale(1.05); }
    .courses-list__item:hover .courses-list__more {
      color: #7E7BBB;
      background-color: #FFA759; }
  .courses-list__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .courses-list__type {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 30px;
    height: 30px;
    padding: 0 12px;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 28px;
    border: 1px solid;
    border-radius: 10px;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .courses-list__type {
        top: 20px;
        left: 20px; } }
  .courses-list__date {
    position: absolute;
    top: 30px;
    left: 30px;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .courses-list__date {
        top: 20px;
        left: 20px; } }
  .courses-list__title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    max-width: 60%;
    line-height: 1.125; }
    @media screen and (max-width: 767px) {
      .courses-list__title {
        top: 80px;
        bottom: inherit;
        left: 20px;
        width: calc(100% - 50px);
        max-width: 100%; } }
    .courses-list__title h3 {
      font-family: AgipoRegExt, Arial, Verdana, sans-serif;
      font-size: 40px;
      line-height: 40px; }
      @media screen and (max-width: 1023px) {
        .courses-list__title h3 {
          font-size: 36px;
          line-height: 36px; } }
      @media screen and (max-width: 767px) {
        .courses-list__title h3 {
          font-size: 25px;
          line-height: 30px; } }
    .courses-list__title h4 {
      margin-top: 10px;
      letter-spacing: .02em;
      font-family: "Suisse Int", Arial, Verdana, sans-serif;
      font-size: 17px;
      line-height: 1.47; }
      @media screen and (max-width: 767px) {
        .courses-list__title h4 {
          display: none; } }
  .courses-list__more {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 130px;
    height: 30px;
    text-align: center;
    letter-spacing: .03em;
    font-size: 14px;
    line-height: 28px;
    color: #FFA759;
    border: 1px solid #FFA759;
    border-radius: 10px; }
    .courses-list__more:hover {
      color: #7E7BBB;
      background-color: #FFA759; }
    @media screen and (max-width: 767px) {
      .courses-list__more {
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
        text-align: center;
        font-size: 15px; } }

.courses-info {
  margin-top: 205px;
  color: #fff;
  text-align: left; }
  .courses-info__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .courses-info__row {
        display: block; } }
    .courses-info__row:last-of-type {
      margin-bottom: 0; }
  .courses-info__col {
    width: calc(50% - 15px); }
    @media screen and (max-width: 767px) {
      .courses-info__col {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .courses-info__col:first-of-type {
        margin-bottom: 20px; } }
    .courses-info__col:first-of-type .t1 {
      max-width: 280px; }
      @media screen and (max-width: 767px) {
        .courses-info__col:first-of-type .t1 {
          max-width: none; } }
  @media screen and (max-width: 1023px) {
    .courses-info .h3 {
      font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .courses-info .h3 {
      font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.02em; } }
  @media screen and (max-width: 767px) {
    .courses-info .t1 {
      font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.03em; } }
  .courses-info__title {
    margin-bottom: 50px; }
  .courses-info__link.t1 {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .courses-info__link.t1 {
        font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.02em; } }
    .courses-info__link.t1 a {
      text-decoration: underline; }

.form {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #f6f6f6; }
  .form._active {
    display: block; }
  .form._consult-form, .form._delo-form, .form._innovation-form {
    background-color: #D6D7D8; }
  .form__content._hidden {
    display: none; }
  .form__success, .form__register {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    .form__success._active, .form__register._active {
      display: flex; }
    @media screen and (max-height: 760px) {
      .form__success, .form__register {
        align-items: flex-start;
        height: auto;
        padding: 80px 0 150px; } }

.form-head {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 90px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .form-head {
      height: 130px; } }
  .form-head img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }
  .form-head__btn {
    position: relative;
    z-index: 1;
    font-family: AgipoRegExt, Arial, Verdana, sans-serif;
    font-size: 36px;
    color: inherit;
    border: none;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .form-head__btn {
        display: flex;
        align-items: center;
        text-align: left;
        font-size: 25px;
        line-height: 1.2; } }
    .form-head__btn svg {
      width: 32px;
      height: 21px;
      margin-right: 15px; }

._consult-form .form-head,
._delo-form .form-head,
._innovation-form .form-head {
  margin-bottom: 80px;
  background-color: #1e1e1e; }
  ._consult-form .form-head__btn,
  ._delo-form .form-head__btn,
  ._innovation-form .form-head__btn {
    color: #f6f6f6; }
    ._consult-form .form-head__btn svg,
    ._delo-form .form-head__btn svg,
    ._innovation-form .form-head__btn svg {
      stroke: #f6f6f6; }

.form-body {
  position: relative;
  padding-top: 130px; }
  .form-body__wrap {
    position: relative; }
    @media screen and (max-width: 767px) {
      .form-body__wrap {
        padding-top: 80; } }
  .form-body__content {
    position: relative;
    width: 704px;
    text-align: left; }
    @media screen and (max-width: 1280px) {
      .form-body__content {
        width: 574px; } }
    @media screen and (max-width: 1023px) {
      .form-body__content {
        width: 374px; } }
    @media screen and (max-width: 767px) {
      .form-body__content {
        width: 100%; } }
  .form-body__type {
    display: none; }
    .form-body__type._active {
      display: block; }
    .form-body__type:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 30px;
      left: 20px;
      width: 1px;
      height: calc(100% - 58px);
      background-color: #1e1e1e; }
      @media screen and (max-width: 1023px) {
        .form-body__type:before {
          left: 15px;
          height: calc(100% - 66px); } }
      @media screen and (max-width: 767px) {
        .form-body__type:before {
          display: none; } }

._consult-form .form-body,
._delo-form .form-body,
._innovation-form .form-body {
  padding-top: 0; }
  ._consult-form .form-body__content,
  ._delo-form .form-body__content,
  ._innovation-form .form-body__content {
    width: 574px; }
    @media screen and (max-width: 767px) {
      ._consult-form .form-body__content,
      ._delo-form .form-body__content,
      ._innovation-form .form-body__content {
        width: 100%; } }

.form-group {
  position: relative;
  margin-bottom: 80px;
  padding-left: 105px; }
  @media screen and (max-width: 1280px) {
    .form-group {
      padding-left: 86px; } }
  @media screen and (max-width: 1023px) {
    .form-group {
      padding-left: 56px; } }
  @media screen and (max-width: 767px) {
    .form-group {
      padding-left: 0; } }
  .form-group--btn {
    margin: 130px 0; }
    @media screen and (max-width: 767px) {
      .form-group--btn {
        margin: 90px 0 !important; } }
  .form-group__step {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-family: AgipoRegExt, Arial, Verdana, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background-color: #1e1e1e; }
    @media screen and (max-width: 1023px) {
      .form-group__step {
        width: 30px;
        height: 30px; } }
    @media screen and (max-width: 767px) {
      .form-group__step {
        display: none; } }
    .form-group__step._types {
      top: 25px; }
      @media screen and (max-width: 1023px) {
        .form-group__step._types {
          top: 30px; } }
    .form-group__step._last {
      top: 25px; }
      @media screen and (max-width: 1023px) {
        .form-group__step._last {
          top: 30px; } }
  .form-group__wrap {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1023px) {
      .form-group__wrap {
        flex-direction: column; } }
  @media screen and (max-width: 1023px) {
    .form-group__type {
      margin-bottom: 20px; }
      .form-group__type:last-of-type {
        margin-bottom: 0; } }
  .form-group__type input {
    position: absolute;
    opacity: 0; }
    .form-group__type input:checked ~ label {
      border-color: #1e1e1e; }
  .form-group__type label {
    display: block;
    width: 247px;
    height: 90px;
    cursor: pointer;
    text-align: center;
    letter-spacing: .02em;
    font-size: 17px;
    line-height: 88px;
    border: 1px solid transparent;
    border-radius: 10px; }
    @media screen and (max-width: 1280px) {
      .form-group__type label {
        width: 226px; } }
    @media screen and (max-width: 1023px) {
      .form-group__type label {
        width: 100%;
        border: 1px solid rgba(34, 31, 32, 0.2); } }
    @media screen and (max-width: 767px) {
      .form-group__type label {
        width: 100%; } }
  .form-group__intro {
    text-align: left;
    margin-bottom: 90px; }
    .form-group__intro h3 {
      margin-bottom: 10px;
      font-family: AgipoRegExt, Arial, Verdana, sans-serif;
      font-size: 40px;
      line-height: 1.12; }
    .form-group__intro p {
      letter-spacing: .03em;
      font-size: 13px;
      line-height: 1.54; }
  .form-group__title {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 1.11; }
  .form-group__subtitle {
    margin-bottom: 30px;
    font-family: "Suisse Int", Arial, Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.47; }
  .form-group__elem {
    position: relative;
    width: 285px;
    margin-top: 50px; }
    @media screen and (max-width: 1280px) {
      .form-group__elem {
        width: 100%;
        max-width: 346px; } }
    .form-group__elem._full {
      width: 100% !important;
      margin-right: 0 !important; }
      @media screen and (max-width: 1280px) {
        .form-group__elem._full {
          width: 100%;
          max-width: 346px; } }
      .form-group__elem._full:nth-of-type(2) {
        margin-top: 50px; }
    .form-group__elem:nth-of-type(1), .form-group__elem:nth-of-type(2) {
      margin-top: 0; }
    @media screen and (max-width: 1280px) {
      .form-group__elem:nth-of-type(2) {
        margin-top: 50px; } }
    .form-group__elem:nth-of-type(odd) {
      margin-right: 28px; }
      @media screen and (max-width: 1280px) {
        .form-group__elem:nth-of-type(odd) {
          margin-right: 0; } }
    .form-group__elem._active label {
      transform: translateY(-25px); }
    .form-group__elem._empty {
      display: none; }
    .form-group__elem._no-margin {
      margin: 0 !important; }
    .form-group__elem._promo .form-group__msg {
      top: 8px;
      bottom: inherit;
      left: 313px;
      transform: none;
      color: #53b15a; }
      @media screen and (max-width: 1280px) {
        .form-group__elem._promo .form-group__msg {
          left: 374px;
          width: 200px; } }
      @media screen and (max-width: 1023px) {
        .form-group__elem._promo .form-group__msg {
          position: static;
          display: block;
          margin-top: 20px; } }
    .form-group__elem._error input[type=text],
    .form-group__elem._error input[type=number],
    .form-group__elem._error input[type=tel],
    .form-group__elem._error input[type=email] {
      color: #fc574f;
      border-color: #fc574f; }
    .form-group__elem._error label {
      color: #fc574f; }
    .form-group__elem._error .form-group__msg {
      color: #fc574f; }
    .form-group__elem input[type=text].error,
    .form-group__elem input[type=number].error,
    .form-group__elem input[type=tel].error,
    .form-group__elem input[type=email].error {
      color: #fc574f;
      border-color: #fc574f; }
      .form-group__elem input[type=text].error ~ label,
      .form-group__elem input[type=number].error ~ label,
      .form-group__elem input[type=tel].error ~ label,
      .form-group__elem input[type=email].error ~ label {
        color: #fc574f; }
      .form-group__elem input[type=text].error ~ .form-group__msg,
      .form-group__elem input[type=number].error ~ .form-group__msg,
      .form-group__elem input[type=tel].error ~ .form-group__msg,
      .form-group__elem input[type=email].error ~ .form-group__msg {
        color: #fc574f; }
    .form-group__elem input[type=text],
    .form-group__elem input[type=number],
    .form-group__elem input[type=tel],
    .form-group__elem input[type=email] {
      width: 100%;
      padding-bottom: 10px;
      letter-spacing: .02em;
      font-size: 17px;
      border: none;
      border-bottom: 1px solid #1e1e1e;
      background-color: transparent; }
    .form-group__elem input[type=number]::-webkit-inner-spin-button,
    .form-group__elem input[type=number]::-webkit-outer-spin-button {
      margin: 0;
      -webkit-appearance: none; }
    .form-group__elem label {
      position: absolute;
      top: 10px;
      left: 0;
      transition: transform .5s ease-in-out;
      letter-spacing: .03em;
      font-family: "Suisse Int", Arial, Verdana, sans-serif;
      font-size: 13px; }
    .form-group__elem textarea {
      width: 100%;
      height: 270px;
      padding: 10px 30px;
      letter-spacing: .02em;
      font-size: 17px;
      line-height: 1.47;
      border: 1px solid #1e1e1e;
      border-radius: 10px;
      background-color: transparent; }
  .form-group__msg {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 285px;
    transform: translateY(100%);
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 1.11; }
  .form-group__file {
    width: 100%; }
    .form-group__file._loaded label {
      color: #ffffff;
      background-color: #1e1e1e; }
    .form-group__file input[type=file] {
      position: absolute;
      width: 1px;
      opacity: 0; }
    .form-group__file label {
      position: static;
      display: block;
      width: 100%;
      height: 30px;
      cursor: pointer;
      transition: color .5s ease-in-out, background-color .5s ease-in-out;
      text-align: center;
      line-height: 28px;
      color: #1e1e1e;
      border: 1px solid #1e1e1e;
      border-radius: 10px; }
      .form-group__file label:hover {
        color: #ffffff;
        background-color: #1e1e1e; }
  .form-group__person {
    margin-bottom: 50px; }
    .form-group__person:last-of-type {
      margin-bottom: 0; }
  .form-group__agreement {
    position: absolute;
    top: 0;
    left: 335px;
    display: flex;
    align-items: center;
    width: 350px;
    height: 100%; }
    @media screen and (max-width: 1023px) {
      .form-group__agreement {
        left: 315px; } }
    @media screen and (max-width: 767px) {
      .form-group__agreement {
        position: static;
        display: block;
        width: 100%;
        height: auto;
        margin-top: 30px; } }
    .form-group__agreement input {
      position: absolute;
      opacity: 0; }
      .form-group__agreement input:checked ~ label:before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 0L10 24H9L0 11h1l7 6L23 0h1z' fill='%23FE4B4E'/%3E%3C/svg%3E"); }
    .form-group__agreement label {
      position: static;
      display: flex;
      align-items: center;
      cursor: pointer;
      letter-spacing: .03em;
      font-size: 13px;
      line-height: 1.11; }
      @media screen and (max-width: 1280px) {
        .form-group__agreement label {
          max-width: 210px; } }
      @media screen and (max-width: 767px) {
        .form-group__agreement label {
          max-width: 100%; } }
      .form-group__agreement label:before {
        content: '';
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        margin-right: 20px;
        border: 1px solid #1e1e1e;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px; }
    .form-group__agreement a {
      text-decoration: underline; }
    .form-group__agreement .form-group__msg {
      bottom: 17px; }
      @media screen and (max-width: 767px) {
        .form-group__agreement .form-group__msg {
          bottom: -20px;
          left: 50px; } }
    .form-group__agreement input.error ~ .form-group__msg {
      color: #fc574f; }
  .form-group__payment {
    width: 100%;
    margin-bottom: 20px; }
    .form-group__payment:last-of-type {
      margin-bottom: 0; }
    .form-group__payment input[type=radio] {
      position: absolute;
      width: 1px;
      opacity: 0; }
      .form-group__payment input[type=radio]:checked ~ label {
        color: #1e1e1e; }
        .form-group__payment input[type=radio]:checked ~ label:before {
          background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%231E1E1E'/%3E%3C/svg%3E"); }
    .form-group__payment label {
      display: flex;
      align-items: center;
      cursor: pointer;
      letter-spacing: .02em;
      font-size: 17px;
      color: rgba(30, 30, 30, 0.5); }
      .form-group__payment label:before {
        content: '';
        width: 30px;
        height: 30px;
        margin-right: 20px;
        border: 1px solid #1e1e1e;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px; }
  .form-group .btn {
    max-width: 285px;
    padding: 34px 15px; }
    @media screen and (max-width: 767px) {
      .form-group .btn {
        max-width: 100%;
        width: 100%; } }

._consult-form .form-group,
._delo-form .form-group,
._innovation-form .form-group {
  max-width: 100%;
  padding-left: 0; }
  @media screen and (max-width: 1023px) {
    ._consult-form .form-group,
    ._delo-form .form-group,
    ._innovation-form .form-group {
      max-width: 540px; } }
  @media screen and (max-width: 767px) {
    ._consult-form .form-group,
    ._delo-form .form-group,
    ._innovation-form .form-group {
      margin-bottom: 50px; } }
  ._consult-form .form-group__wrap,
  ._delo-form .form-group__wrap,
  ._innovation-form .form-group__wrap {
    flex-direction: row; }
    @media screen and (max-width: 767px) {
      ._consult-form .form-group__wrap,
      ._delo-form .form-group__wrap,
      ._innovation-form .form-group__wrap {
        flex-direction: column; } }
  ._consult-form .form-group__elem,
  ._delo-form .form-group__elem,
  ._innovation-form .form-group__elem {
    width: 272px; }
    @media screen and (max-width: 1023px) {
      ._consult-form .form-group__elem,
      ._delo-form .form-group__elem,
      ._innovation-form .form-group__elem {
        width: 255px; } }
    @media screen and (max-width: 767px) {
      ._consult-form .form-group__elem,
      ._delo-form .form-group__elem,
      ._innovation-form .form-group__elem {
        width: 100%; } }
    ._consult-form .form-group__elem:nth-of-type(odd),
    ._delo-form .form-group__elem:nth-of-type(odd),
    ._innovation-form .form-group__elem:nth-of-type(odd) {
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        ._consult-form .form-group__elem:nth-of-type(odd),
        ._delo-form .form-group__elem:nth-of-type(odd),
        ._innovation-form .form-group__elem:nth-of-type(odd) {
          margin-right: 0; } }
    ._consult-form .form-group__elem:nth-of-type(2),
    ._delo-form .form-group__elem:nth-of-type(2),
    ._innovation-form .form-group__elem:nth-of-type(2) {
      margin-top: 0; }
      @media screen and (max-width: 767px) {
        ._consult-form .form-group__elem:nth-of-type(2),
        ._delo-form .form-group__elem:nth-of-type(2),
        ._innovation-form .form-group__elem:nth-of-type(2) {
          margin-top: 50px; } }
    ._consult-form .form-group__elem._text,
    ._delo-form .form-group__elem._text,
    ._innovation-form .form-group__elem._text {
      margin-top: 80px;
      max-width: 100%; }
      @media screen and (max-width: 767px) {
        ._consult-form .form-group__elem._text,
        ._delo-form .form-group__elem._text,
        ._innovation-form .form-group__elem._text {
          margin-top: 50px; } }
      ._consult-form .form-group__elem._text label,
      ._delo-form .form-group__elem._text label,
      ._innovation-form .form-group__elem._text label {
        position: static;
        display: block;
        margin-bottom: 10px;
        transform: none; }
      ._consult-form .form-group__elem._text textarea,
      ._delo-form .form-group__elem._text textarea,
      ._innovation-form .form-group__elem._text textarea {
        height: 130px; }
    ._consult-form .form-group__elem._delo-text,
    ._delo-form .form-group__elem._delo-text,
    ._innovation-form .form-group__elem._delo-text {
      display: none; }
      ._consult-form .form-group__elem._delo-text._active,
      ._delo-form .form-group__elem._delo-text._active,
      ._innovation-form .form-group__elem._delo-text._active {
        display: block; }
    ._consult-form .form-group__elem .btn,
    ._delo-form .form-group__elem .btn,
    ._innovation-form .form-group__elem .btn {
      background-color: #1e1e1e;
      color: #f6f6f6; }

.form-price {
  position: absolute;
  top: 0;
  right: 0;
  width: 390px;
  padding: 30px;
  text-align: left;
  border-radius: 10px;
  background-color: #ffffff; }
  @media screen and (max-width: 1280px) {
    .form-price {
      width: 272px; } }
  @media screen and (max-width: 1280px) {
    .form-price {
      top: 30px;
      padding: 20px; } }
  @media screen and (max-width: 1023px) {
    .form-price {
      width: 228px; } }
  @media screen and (max-width: 767px) {
    .form-price {
      position: static;
      width: 100%;
      margin-bottom: 50px;
      padding: 30px; } }
  .form-price._fixed {
    position: fixed;
    top: 30px;
    pointer-events: none; }
  .form-price._mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .form-price._mobile {
        display: block; } }
  @media screen and (max-width: 767px) {
    .form-price._desktop {
      display: none; } }
  .form-price__heading {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.11; }
    @media screen and (max-width: 1280px) {
      .form-price__heading {
        font-size: 25px; } }
  .form-price__date {
    margin-bottom: 20px;
    letter-spacing: .02em;
    font-size: 17px;
    line-height: 1.47; }
    @media screen and (max-width: 1280px) {
      .form-price__date {
        font-size: 13px; } }
    @media screen and (max-width: 1023px) {
      .form-price__date {
        margin-bottom: 40px; } }
  .form-price__program {
    margin-bottom: 50px; }
    @media screen and (max-width: 1280px) {
      .form-price__program {
        margin-bottom: 30px; } }
    .form-price__program-item {
      margin-bottom: 20px; }
      .form-price__program-item:last-of-type {
        margin-bottom: 0; }
    .form-price__program-title {
      margin-bottom: 10px; }
      @media screen and (max-width: 1023px) {
        .form-price__program-title {
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
  .form-price__bill-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    letter-spacing: .02em;
    font-size: 17px;
    line-height: 1.47; }
    @media screen and (max-width: 1280px) {
      .form-price__bill-row {
        margin-bottom: 10px;
        font-size: 13px; } }
    .form-price__bill-row._datetime {
      align-items: flex-start;
      font-size: 13px;
      line-height: 1.54;
      margin-bottom: 10px; }
      @media screen and (max-width: 1023px) {
        .form-price__bill-row._datetime {
          flex-direction: column; } }
      @media screen and (max-width: 767px) {
        .form-price__bill-row._datetime {
          flex-direction: row;
          margin-bottom: 0; } }
      .form-price__bill-row._datetime:last-of-type {
        margin-bottom: 0; }
      .form-price__bill-row._datetime span:last-child {
        flex-shrink: 0;
        margin-left: 10px; }
        @media screen and (max-width: 1023px) {
          .form-price__bill-row._datetime span:last-child {
            margin-left: 0; } }
        @media screen and (max-width: 767px) {
          .form-price__bill-row._datetime span:last-child {
            margin-top: 0;
            margin-left: 10px; } }
    .form-price__bill-row._promo {
      color: #71be77; }
      .form-price__bill-row._promo._hidden {
        display: none; }
    .form-price__bill-row._total {
      padding-top: 20px;
      border-top: 1px solid #1e1e1e;
      margin-bottom: 0; }
      @media screen and (max-width: 1280px) {
        .form-price__bill-row._total {
          padding-top: 10px; } }

.form-register {
  text-align: center; }
  .form-register__heading {
    max-width: 648px;
    margin: 0 auto 10px;
    font-size: 40px;
    line-height: 1.125; }
    @media screen and (max-width: 767px) {
      .form-register__heading {
        font-size: 25px;
        line-height: 1.2; } }
  .form-register__desc {
    max-width: 648px;
    margin: 0 auto 80px;
    letter-spacing: .02em;
    font-size: 17px;
    line-height: 1.47; }
    @media screen and (max-width: 767px) {
      .form-register__desc {
        margin-bottom: 50px;
        font-size: 13px;
        line-height: 1.53; } }
  .form-register__price {
    margin-bottom: 10px;
    font-family: AgipoRegExt, Arial, Verdana, sans-serif;
    font-size: 40px;
    line-height: 1.125; }
    @media screen and (max-width: 767px) {
      .form-register__price {
        font-size: 25px;
        line-height: 1.2; } }
  .form-register__payment {
    display: flex;
    justify-content: center;
    margin-bottom: 80px; }
    @media screen and (max-width: 1023px) {
      .form-register__payment {
        flex-direction: column;
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .form-register__payment {
        margin-bottom: 30px; } }
    @media screen and (max-width: 1023px) {
      .form-register__payment form {
        width: 100%; } }
    .form-register__payment .btn {
      min-width: 335px;
      margin: 0 15px; }
      @media screen and (max-width: 1023px) {
        .form-register__payment .btn {
          min-width: 260px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 767px) {
        .form-register__payment .btn {
          width: 100%;
          min-width: inherit;
          margin-bottom: 20px; } }
  .form-register__checkbox {
    display: flex;
    align-items: center;
    max-width: 440px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 767px) {
      .form-register__checkbox {
        margin-bottom: 20px; } }
    .form-register__checkbox input {
      position: absolute;
      opacity: 0; }
      .form-register__checkbox input:checked ~ label:before {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 0L10 24H9L0 11h1l7 6L23 0h1z' fill='%23FE4B4E'/%3E%3C/svg%3E"); }
    .form-register__checkbox label {
      display: flex;
      cursor: pointer;
      text-align: left;
      letter-spacing: .03em;
      font-size: 13px;
      line-height: 1.11; }
      .form-register__checkbox label:before {
        content: '';
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        margin-top: -3px;
        margin-right: 20px;
        border: 1px solid #1e1e1e;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px; }
      .form-register__checkbox label a {
        text-decoration: underline; }

.form-success__heading {
  max-width: 660px;
  margin: 0 auto 130px;
  font-size: 40px;
  line-height: 1.125; }
  @media screen and (max-width: 767px) {
    .form-success__heading {
      font-size: 25px;
      line-height: 1.2; } }

.form-success .btn {
  min-width: 335px; }
  @media screen and (max-width: 1023px) {
    .form-success .btn {
      min-width: 260px; } }
  @media screen and (max-width: 767px) {
    .form-success .btn {
      width: 100%;
      min-width: inherit; } }

@media screen and (max-width: 767px) {
  ._payment {
    padding-top: 130px; } }

._payment .form-success__heading {
  margin-bottom: 80px; }

._payment .form-success .btn {
  color: #ffffff;
  background-color: #fe4b4e; }
  ._payment .form-success .btn:hover {
    color: #fe4b4e;
    background-color: #ffffff; }

@media screen and (max-width: 1023px) {
  ._delo-form .form-success__heading,
  ._innovation-form .form-success__heading {
    max-width: 540px;
    margin-bottom: 80px; } }

._delo-form .form-success__buttons,
._innovation-form .form-success__buttons {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    ._delo-form .form-success__buttons,
    ._innovation-form .form-success__buttons {
      flex-direction: column;
      align-items: center; } }
  ._delo-form .form-success__buttons .btn._small,
  ._innovation-form .form-success__buttons .btn._small {
    min-width: inherit;
    margin: 0 10px;
    border: 1px solid #1e1e1e;
    background-color: transparent; }
    ._delo-form .form-success__buttons .btn._small:hover,
    ._innovation-form .form-success__buttons .btn._small:hover {
      color: #D6D7D8;
      background-color: #1e1e1e; }
    @media screen and (max-width: 767px) {
      ._delo-form .form-success__buttons .btn._small,
      ._innovation-form .form-success__buttons .btn._small {
        width: auto;
        margin: 0 0 20px; } }

.form-group-program {
  width: 100%; }
  .form-group-program__item {
    width: 100%;
    margin-bottom: 20px; }
    .form-group-program__item:last-of-type {
      margin-bottom: 0; }
    .form-group-program__item input {
      position: absolute;
      opacity: 0; }
      .form-group-program__item input:checked ~ label {
        opacity: 1; }
      .form-group-program__item input:checked ~ label .form-group-program__title:after {
        content: '';
        position: absolute;
        top: -3px;
        right: 0;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0L8.333 20H7.5L0 9.167h.833l5.834 5L19.167 0H20z' fill='%231E1E1E'/%3E%3C/svg%3E") center/contain no-repeat; }
        @media screen and (max-width: 767px) {
          .form-group-program__item input:checked ~ label .form-group-program__title:after {
            width: 15px;
            height: 15px; } }
    .form-group-program__item label {
      display: block;
      width: 100%;
      padding: 12px 20px;
      cursor: pointer;
      opacity: .4;
      border: 1px solid #1e1e1e;
      border-radius: 10px; }
  .form-group-program__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 10px; }
  .form-group-program__title {
    position: relative;
    padding-right: 27px; }
    @media screen and (max-width: 767px) {
      .form-group-program__title {
        padding-right: 25px;
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  .form-group-program__price {
    flex-shrink: 0;
    margin-left: 20px; }
    @media screen and (max-width: 767px) {
      .form-group-program__price {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  .form-group-program__date {
    margin-right: 20px;
    padding-bottom: 2px; }
    @media screen and (max-width: 767px) {
      .form-group-program__date {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }

.course {
  position: relative;
  overflow: hidden; }
  .course .container {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1280px) {
      .course .container {
        max-width: 904px;
        padding: 0 15px; } }
    @media screen and (max-width: 1023px) {
      .course .container {
        max-width: 684px;
        padding: 0 15px; } }
    @media screen and (max-width: 767px) {
      .course .container {
        padding: 0 20px; } }
  .course__bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center; }
    .course__bg img {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translate(-50%); }
      @media screen and (max-width: 767px) {
        .course__bg img {
          width: 130%; } }
  .course .btn {
    display: none; }
    @media screen and (max-width: 1023px) {
      .course .btn {
        display: block;
        margin: 0 auto 130px; } }

.course-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 305px;
  padding-top: 130px;
  text-align: left; }
  @media screen and (max-width: 1280px) {
    .course-head {
      margin-bottom: 175px; } }
  @media screen and (max-width: 1023px) {
    .course-head {
      margin-bottom: 335px; } }
  @media screen and (max-width: 767px) {
    .course-head {
      padding-top: 205px;
      margin-bottom: 80px; } }
  .course-head__return {
    display: inline-block;
    margin-bottom: 130px;
    font-family: AgipoRegExt, Arial, Verdana, sans-serif;
    font-size: 36px;
    line-height: 1.1; }
    @media screen and (max-width: 1023px) {
      .course-head__return {
        margin-bottom: 335px; } }
    @media screen and (max-width: 767px) {
      .course-head__return {
        display: none; } }
  .course-head__type {
    margin-bottom: 50px;
    padding: 8px 16px 7px;
    letter-spacing: .03em;
    font-size: 13px;
    border: 1px solid;
    border-radius: 10px; }
  .course-head .h0 {
    margin-bottom: 30px; }
    @media screen and (max-width: 1023px) {
      .course-head .h0 {
        font: 65px/65px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .course-head .h0 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal;
        margin-bottom: 10px; } }

.course-desc {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .course-desc {
      margin-bottom: 130px;
      max-width: 424px; } }
  .course-desc .t1 {
    margin-bottom: 50px; }
    @media screen and (max-width: 1023px) {
      .course-desc .t1 {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .course-desc .t1 {
        margin-bottom: 20px; } }
  @media screen and (max-width: 1023px) {
    .course-desc .h3-wide {
      font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .course-desc .h3-wide {
      font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  .course-desc .h3-wide p {
    margin-bottom: 30px; }
    @media screen and (max-width: 1023px) {
      .course-desc .h3-wide p {
        margin-bottom: 20px; } }
    .course-desc .h3-wide p:last-of-type {
      margin-bottom: 0; }

.course-days {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .course-days {
      margin-bottom: 130px; } }
  .course-days ._heading {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .course-days ._heading {
        margin-bottom: 55px; } }
  .course-days__wrap {
    display: flex;
    flex-wrap: wrap; }
  .course-days__day {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 121px;
    height: 121px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #1e1e1e;
    border-radius: 10px; }
    .course-days__day:empty {
      background-color: transparent; }
    @media screen and (min-width: 1280px) {
      .course-days__day:last-of-type {
        margin: 0; } }
    @media screen and (max-width: 1023px) and (min-width: 768px) {
      .course-days__day:nth-of-type(5) {
        margin: 0; } }

.course-benefit {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .course-benefit {
      margin-bottom: 130px; } }
  .course-benefit .h1 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .course-benefit .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .course-benefit__item {
    padding: 30px 0;
    border-bottom: 1px solid; }
    @media screen and (max-width: 1280px) {
      .course-benefit__item {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .course-benefit__item {
        padding: 20px 0;
        font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.02em; } }
    .course-benefit__item:first-of-type {
      border-top: 1px solid; }

.course-faq {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .course-faq {
      margin-bottom: 130px; } }
  .course-faq .h1 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .course-faq .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .course-faq__wrap {
    display: flex;
    flex-direction: column; }
  .course-faq__item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    cursor: pointer;
    transition: background-color .3s, border-color .3s;
    border: 1px solid;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .course-faq__item {
        padding: 20px 20px 60px; } }
    .course-faq__item:last-of-type {
      margin-bottom: 0; }
    .course-faq__item._active .course-faq__answer {
      max-height: 1000px;
      transition: max-height 1s ease-in-out; }
    .course-faq__item._active .course-faq__btn {
      transform: rotate(180deg); }
  .course-faq__btn {
    position: absolute;
    top: 15px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: none;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .course-faq__btn {
        top: inherit;
        bottom: 0;
        right: calc(50% - 30px); } }
    .course-faq__btn svg {
      width: 60px;
      height: 60px; }
      @media screen and (max-width: 767px) {
        .course-faq__btn svg use:first-of-type {
          display: none; } }
      @media screen and (min-width: 768px) {
        .course-faq__btn svg use:last-of-type {
          display: none; } }
  .course-faq__question {
    width: calc(100% - 100px);
    margin-right: 105px; }
    @media screen and (max-width: 767px) {
      .course-faq__question {
        width: 100%; } }
  .course-faq__answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    @media screen and (max-width: 767px) {
      .course-faq__answer {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
    .course-faq__answer-inner {
      padding-top: 30px; }
      @media screen and (max-width: 767px) {
        .course-faq__answer-inner {
          padding-top: 20px; } }
    .course-faq__answer p {
      max-width: 675px; }

.course-for {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .course-for {
      margin-bottom: 130px; } }
  .course-for .h1 {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .course-for .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .course-for__toggler {
    display: flex;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .course-for__toggler {
        display: none; } }
  .course-for__btn {
    margin-right: 10px;
    padding: 6px 16px 5px;
    transition: color .3s, background-color .3s;
    text-align: center;
    letter-spacing: .03em;
    font-size: 13px;
    border: 1px solid;
    border-radius: 10px;
    background-color: transparent; }
  @media screen and (max-width: 767px) {
    .course-for__carousel {
      overflow: inherit; } }
  @media screen and (max-width: 767px) {
    .course-for__item {
      position: relative;
      width: 235px;
      height: 100%;
      min-height: 330px;
      padding: 140px 20px 30px;
      border-radius: 10px; } }
  .course-for__item .h4 {
    display: none; }
    @media screen and (max-width: 767px) {
      .course-for__item .h4 {
        position: absolute;
        top: 30px;
        left: 0;
        display: block;
        margin-bottom: 80px;
        padding: 0 20px; } }
  @media screen and (max-width: 1023px) {
    .course-for__item .h3-wide {
      font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .course-for__item .h3-wide {
      font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.03em; } }

.course-layout {
  position: relative;
  display: flex;
  width: 100%;
  text-align: left; }
  .course-layout__content {
    flex-shrink: 0;
    width: 915px;
    padding-top: 30px; }
    @media screen and (max-width: 1280px) {
      .course-layout__content {
        width: 572px; } }
    @media screen and (max-width: 1023px) {
      .course-layout__content {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .course-layout__content {
        max-width: 372px; } }

.course-partners {
  margin-bottom: 125px; }
  @media screen and (max-width: 1280px) {
    .course-partners {
      margin-bottom: 155px; } }
  @media screen and (max-width: 767px) {
    .course-partners {
      margin-bottom: 80px; } }
  .course-partners .h1 {
    max-width: 600px;
    margin-bottom: 130px; }
    @media screen and (max-width: 1280px) {
      .course-partners .h1 {
        margin-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .course-partners .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .course-partners__wrap {
    display: flex;
    flex-wrap: wrap; }
  .course-partners__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 267px;
    height: 67px;
    margin-bottom: 80px; }
    @media screen and (max-width: 1280px) {
      .course-partners__item {
        width: 33.3%;
        height: 48px;
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .course-partners__item {
        width: 50%;
        height: 38px; } }
    .course-partners__item svg {
      width: 267px;
      height: 67px;
      fill: #774b66; }

.course-plan {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .course-plan {
      margin-bottom: 130px; } }
  .course-plan .h1 {
    max-width: 500px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .course-plan .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .course-plan .t2 {
    margin-bottom: 130px; }
    @media screen and (max-width: 1280px) {
      .course-plan .t2 {
        margin-bottom: 80px; } }
  .course-plan__wrap {
    display: flex;
    flex-direction: column; }
    .course-plan__wrap .h3 {
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid; }
      @media screen and (max-width: 767px) {
        .course-plan__wrap .h3 {
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal;
          padding-bottom: 20px; } }
    .course-plan__wrap .t1 {
      margin-bottom: 60px;
      padding-left: 420px; }
      @media screen and (max-width: 1280px) {
        .course-plan__wrap .t1 {
          padding-left: 0; } }
      @media screen and (max-width: 767px) {
        .course-plan__wrap .t1 {
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em;
          margin-bottom: 50px; } }
      .course-plan__wrap .t1:last-of-type {
        margin-bottom: 0; }

.course-price {
  position: absolute;
  top: 30px;
  right: 0;
  width: 285px;
  padding: 30px;
  border: 1px solid;
  border-radius: 10px; }
  @media screen and (max-width: 1280px) {
    .course-price {
      width: 272px; } }
  @media screen and (max-width: 1023px) {
    .course-price {
      right: -30px;
      width: 230px;
      padding: 20px; } }
  @media screen and (max-width: 767px) {
    .course-price {
      position: static;
      width: 100%;
      margin-bottom: 80px;
      padding: 30px; } }
  .course-price._fixed {
    position: fixed;
    top: 80px;
    left: calc(((100% - 1260px - 30px) / 2) + (1260px  - 285px)); }
    @media screen and (max-width: 1280px) {
      .course-price._fixed {
        left: calc(((100% - 904px - 30px) / 2) + (904px  - 272px)); } }
  .course-price._fixed-bottom {
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 205px;
    left: inherit; }
  .course-price__block {
    margin-bottom: 20px; }
    @media screen and (max-width: 1023px) {
      .course-price__block {
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .course-price__block {
        margin-bottom: 20px; } }
  .course-price__prop {
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 1.54; }
  .course-price__val {
    font-family: AgipoRegExt, Arial, Verdana, sans-serif;
    font-size: 25px;
    line-height: 1.2; }
  .course-price__btn {
    width: 100%;
    height: 30px;
    margin-top: 30px;
    transition: color .3s, background-color .3s;
    letter-spacing: .03em;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid;
    border-radius: 10px; }
    @media screen and (max-width: 1023px) {
      .course-price__btn {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .course-price__btn {
        margin-top: 30px; } }

.course-program {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .course-program {
      margin-bottom: 130px; } }
  @media screen and (max-width: 767px) {
    .course-program {
      margin-bottom: 110px; } }
  .course-program__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px; }
    @media screen and (max-width: 1280px) {
      .course-program__heading {
        flex-direction: column;
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      .course-program__heading {
        margin-bottom: 50px; } }
    @media screen and (max-width: 1280px) {
      .course-program__heading .h1 {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .course-program__heading .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal;
        margin-bottom: 20px; } }
    .course-program__heading .h4 {
      margin-bottom: 5px; }
      @media screen and (max-width: 1280px) {
        .course-program__heading .h4 {
          margin-bottom: 0;
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
  .course-program__wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px; }
  .course-program__section {
    position: relative;
    margin-bottom: 30px;
    padding: 50px 50px 40px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .course-program__section {
        margin-bottom: 20px;
        padding: 20px 20px 60px; } }
    .course-program__section:last-of-type {
      margin-bottom: 0; }
    .course-program__section._active .course-program__content {
      max-height: 1000px;
      transition: max-height .3s ease-in-out; }
    .course-program__section._active .course-program__btn {
      transform: rotate(180deg); }
      @media screen and (max-width: 767px) {
        .course-program__section._active .course-program__btn {
          transform: translateX(-50%) rotate(180deg); } }
  .course-program__btn {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: none;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .course-program__btn {
        top: inherit;
        right: inherit;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%); } }
    .course-program__btn svg {
      width: 60px;
      height: 60px; }
      @media screen and (max-width: 767px) {
        .course-program__btn svg use:first-of-type {
          display: none; } }
      @media screen and (min-width: 768px) {
        .course-program__btn svg use:last-of-type {
          display: none; } }
  .course-program__head {
    width: calc(100% - 60px); }
    @media screen and (max-width: 767px) {
      .course-program__head {
        width: 100%; } }
    .course-program__head .h3 {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .course-program__head .h3 {
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
    .course-program__head .t1 {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .course-program__head .t1 {
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
  .course-program__content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1); }
    .course-program__content h3 {
      margin-bottom: 10px;
      font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; }
      @media screen and (max-width: 767px) {
        .course-program__content h3 {
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
    .course-program__content li,
    .course-program__content p {
      margin-bottom: 30px;
      font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.02em; }
      @media screen and (max-width: 767px) {
        .course-program__content li,
        .course-program__content p {
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
      .course-program__content li:last-child,
      .course-program__content p:last-child {
        margin-bottom: 0; }
    .course-program__content li {
      margin-bottom: 0; }
      .course-program__content li:before {
        content: '— '; }
    .course-program__content ul {
      margin-bottom: 30px; }
      .course-program__content ul:last-child {
        margin-bottom: 0; }
  .course-program__inner {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    border-top: 1px solid; }
    @media screen and (max-width: 767px) {
      .course-program__inner {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px; } }
  .course-program__links {
    position: relative;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .course-program__links {
        flex-direction: column; } }
  .course-program__link {
    display: inline-block;
    width: 205px;
    margin-left: 10px;
    padding: 6px 16px 5px;
    transition: color .3s, background-color .3s;
    text-align: center;
    letter-spacing: .03em;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid;
    border-radius: 10px;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .course-program__link {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0; } }
  .course-program__form {
    position: absolute;
    display: flex;
    visibility: hidden;
    width: 205px;
    margin-left: 10px;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .course-program__form {
        width: 100%; } }
    .course-program__form._visible {
      position: relative;
      visibility: visible;
      opacity: 1; }
    .course-program__form._error .course-program__form-msg {
      display: flex; }
    .course-program__form-input {
      width: calc(100% - 10px - 30px);
      margin-right: 10px;
      letter-spacing: .03em;
      font-size: 13px;
      line-height: 1.54;
      border: none;
      border-bottom: 1px solid;
      background-color: transparent; }
      .course-program__form-input::-webkit-input-placeholder {
        color: inherit; }
      .course-program__form-input::-moz-placeholder {
        color: inherit; }
      .course-program__form-input:-ms-input-placeholder {
        color: inherit; }
      .course-program__form-input:-moz-placeholder {
        color: inherit; }
    .course-program__form-btn {
      flex-shrink: 0;
      width: 30px;
      height: 30px;
      border: 1px solid;
      border-radius: 10px;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 7px 12px; }
    .course-program__form-msg {
      position: absolute;
      top: 43px;
      left: -20px;
      display: flex;
      display: none;
      letter-spacing: .03em;
      font-size: 13px;
      line-height: 1.54; }
      .course-program__form-msg .error:before {
        content: '';
        display: inline-block;
        flex-shrink: 0;
        width: 15px;
        height: 15px;
        margin-right: 5px; }

.course-students {
  margin-bottom: 205px; }
  @media screen and (max-width: 767px) {
    .course-students {
      margin-bottom: 130px; } }
  .course-students__block {
    position: relative;
    width: 100%;
    height: 585px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1280px) {
      .course-students__block {
        height: 354px; } }
    @media screen and (max-width: 1023px) {
      .course-students__block {
        height: 404px; } }
    @media screen and (max-width: 767px) {
      .course-students__block {
        height: auto; } }
    .course-students__block:last-of-type {
      margin-bottom: 0; }
  .course-students__title {
    position: absolute;
    z-index: 12;
    bottom: 0;
    width: 585px;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    letter-spacing: .02em;
    font-family: "Suisse Int", Arial, Verdana, sans-serif;
    font-size: 13px;
    left: -10px;
    line-height: 1.53; }
    @media screen and (max-width: 1280px) {
      .course-students__title {
        width: 354px; } }
    @media screen and (max-width: 1023px) {
      .course-students__title {
        width: 404px; } }
    @media screen and (max-width: 767px) {
      .course-students__title {
        position: static;
        width: 100%;
        transform: none; } }
  .course-students__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .course-students__img {
        position: static;
        height: 453px;
        margin-bottom: 10px; } }

.course-teachers {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .course-teachers {
      margin-bottom: 130px; } }
  .course-teachers .h1 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .course-teachers .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal;
        margin-bottom: 50px; } }
  .course-teachers__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; }
  .course-teachers__counter {
    font-family: AgipoRegExt, Arial, Verdana, sans-serif;
    font-size: 25px;
    line-height: 1.2; }
  .course-teachers__btn {
    position: absolute;
    top: -60px;
    width: 50px;
    height: 30px;
    border: none;
    background-color: transparent; }
    .course-teachers__btn svg {
      width: 100%;
      height: 100%; }
    .course-teachers__btn._prev {
      left: 0; }
    .course-teachers__btn._next {
      right: 0; }
  .course-teachers__person {
    position: relative;
    width: 100%;
    min-height: 460px;
    padding: 50px;
    padding-left: 360px;
    border-radius: 10px;
    background-color: #f6f6f6; }
    @media screen and (max-width: 1280px) {
      .course-teachers__person {
        display: flex;
        flex-wrap: wrap;
        padding: 30px; } }
    @media screen and (max-width: 1023px) {
      .course-teachers__person {
        display: block;
        padding: 50px 30px;
        padding-left: 300px; } }
    @media screen and (max-width: 767px) {
      .course-teachers__person {
        overflow: hidden;
        padding: 0;
        padding-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .course-teachers__person._active .course-teachers__content {
        max-height: 1000px;
        transition: max-height 1s ease-in-out; }
      .course-teachers__person._active .course-teachers__show {
        transform: rotate(180deg); } }
  .course-teachers__img {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 280px;
    height: 280px;
    background-color: #c4c4c4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1280px) {
      .course-teachers__img {
        position: static;
        width: 240px;
        height: 240px;
        margin-right: 30px;
        margin-bottom: 50px; } }
    @media screen and (max-width: 1023px) {
      .course-teachers__img {
        position: absolute; } }
    @media screen and (max-width: 767px) {
      .course-teachers__img {
        position: static;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin: 0;
        margin-bottom: 30px;
        padding-bottom: 100%; } }
  @media screen and (max-width: 1280px) {
    .course-teachers__head {
      width: calc(100% - 240px - 30px);
      padding-top: 20px; } }
  @media screen and (max-width: 1023px) {
    .course-teachers__head {
      width: auto; } }
  @media screen and (max-width: 767px) {
    .course-teachers__head {
      padding: 0 20px; } }
  .course-teachers__name {
    margin-bottom: 10px; }
    @media screen and (max-width: 1023px) {
      .course-teachers__name {
        font: 36px/46px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .course-teachers__name {
        margin-bottom: 5px;
        font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .course-teachers__position {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .course-teachers__position {
        margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .course-teachers__content {
      overflow: hidden;
      max-height: 0;
      padding: 0 20px;
      transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
      .course-teachers__content-inner {
        padding-bottom: 40px; } }
  .course-teachers__link {
    position: absolute;
    bottom: 50px;
    left: 30px;
    display: inline-block;
    height: 30px;
    letter-spacing: .02em;
    font-size: 17px; }
    @media screen and (max-width: 1280px) {
      .course-teachers__link {
        position: static;
        margin-top: 30px; } }
    @media screen and (max-width: 1023px) {
      .course-teachers__link {
        position: absolute;
        margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .course-teachers__link {
        position: static;
        margin-top: 30px; } }
    .course-teachers__link svg {
      width: 30px;
      height: 30px;
      margin-right: 10px;
      transform: translateY(-3px);
      vertical-align: middle; }
  .course-teachers__show {
    display: none; }
    @media screen and (max-width: 767px) {
      .course-teachers__show {
        position: absolute;
        bottom: 0;
        left: calc(50% - 30px);
        display: block;
        width: 60px;
        height: 60px;
        border: none;
        background-color: transparent; }
        .course-teachers__show svg {
          width: 100%;
          height: 100%;
          transition: stroke .3s; } }

.innovation {
  overflow: hidden;
  width: 100%;
  text-align: left;
  background: #d6d7d8 url("../img/innovation/innovation-bg.svg") center top no-repeat; }
  @media screen and (max-width: 1280px) {
    .innovation {
      background-image: url("../img/innovation/innovation-bg-screen.svg"); } }
  @media screen and (max-width: 767px) {
    .innovation {
      background-image: url("../img/innovation/innovation-bg-mobile.svg"); } }
  .innovation .container {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1280px) {
      .innovation .container {
        max-width: 906px;
        padding: 0 15px; } }
    @media screen and (max-width: 1023px) {
      .innovation .container {
        max-width: 684px;
        padding: 0 15px; } }
    @media screen and (max-width: 767px) {
      .innovation .container {
        max-width: 375px;
        padding: 0 20px; } }

.innovation-cases {
  margin-bottom: 335px; }
  @media screen and (max-width: 1280px) {
    .innovation-cases {
      margin-bottom: 205px; } }
  @media screen and (max-width: 1023px) {
    .innovation-cases {
      margin-bottom: 170px; } }
  @media screen and (max-width: 767px) {
    .innovation-cases {
      margin-bottom: 130px; } }
  .innovation-cases ._text {
    margin-bottom: 130px; }
    @media screen and (max-width: 767px) {
      .innovation-cases ._text {
        font-size: 13px;
        line-height: 1.54;
        font-family: "Suisse Int", Arial, Verdana, sans-serif;
        margin-bottom: 50px; } }
  @media screen and (max-width: 1023px) {
    .innovation-cases .cases {
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .innovation-cases .cases__item {
      height: 280px;
      min-height: auto; } }

.innovation-change {
  margin-bottom: 335px; }
  .innovation-change ._text {
    margin-bottom: 80px; }
    @media screen and (max-width: 1023px) {
      .innovation-change ._text {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .innovation-change ._text {
        margin-bottom: 50px; } }
  .innovation-change .innovation-what__slide {
    min-height: 695px; }
    @media screen and (max-width: 1280px) {
      .innovation-change .innovation-what__slide {
        min-height: 825px; } }
    @media screen and (max-width: 1023px) {
      .innovation-change .innovation-what__slide {
        min-height: 740px; } }
    @media screen and (max-width: 767px) {
      .innovation-change .innovation-what__slide {
        min-height: auto;
        margin-bottom: 20px;
        padding: 35px 20px 30px; }
        .innovation-change .innovation-what__slide:last-of-type {
          margin-bottom: 0; }
        .innovation-change .innovation-what__slide._active .innovation-what__head:after {
          transform: rotate(180deg); }
        .innovation-change .innovation-what__slide._active .innovation-what__head p {
          max-height: 500px;
          transition: max-height 1s ease-in-out; }
        .innovation-change .innovation-what__slide._active .innovation-what__body {
          max-height: 2000px;
          transition: max-height 1s ease-in-out; } }
  .innovation-change .innovation-what__head {
    min-height: auto; }
    @media screen and (max-width: 767px) {
      .innovation-change .innovation-what__head {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
        .innovation-change .innovation-what__head:after {
          content: '';
          position: absolute;
          top: 33px;
          right: 16px;
          width: 30px;
          height: 30px;
          transition: transform .3s;
          background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath transform='rotate(45.045 -10.762 11.528)' stroke='%231E1E1E' stroke-width='1.4' d='M0-.7h15.002'/%3E%3Cpath transform='rotate(-45.002 33.884 -8.036)' stroke='%231E1E1E' stroke-width='1.4' d='M0-.7h15.001'/%3E%3C/svg%3E") no-repeat; } }
    @media screen and (max-width: 767px) {
      .innovation-change .innovation-what__head p {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); } }
  @media screen and (max-width: 767px) {
    .innovation-change .innovation-what__body {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); } }
  @media screen and (max-width: 767px) {
    .innovation-change .innovation-what__body-inner {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #1e1e1e; } }

.innovation-head {
  position: relative;
  margin-bottom: 335px;
  padding-top: 205px; }
  @media screen and (max-width: 1280px) {
    .innovation-head {
      margin-bottom: 205px; } }
  @media screen and (max-width: 1023px) {
    .innovation-head {
      margin-bottom: 335px;
      padding-top: 335px; } }
  @media screen and (max-width: 767px) {
    .innovation-head {
      margin-bottom: 130px;
      padding-top: 205px; } }
  @media screen and (max-width: 767px) {
    .innovation-head ._title {
      font-size: 13px;
      line-height: 1.54; } }
  .innovation-head__heading {
    height: 774px; }
    @media screen and (max-width: 1280px) {
      .innovation-head__heading {
        height: 774px; } }
    @media screen and (max-width: 1023px) {
      .innovation-head__heading {
        height: 798px; } }
    @media screen and (max-width: 767px) {
      .innovation-head__heading {
        height: 775px; } }
    .innovation-head__heading ._title {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .innovation-head__heading ._title {
          font-size: 13px;
          line-height: 1.54; } }
  .innovation-head__axis {
    margin-bottom: 540px; }
    @media screen and (max-width: 767px) {
      .innovation-head__axis {
        margin-bottom: 205px; } }
    .innovation-head__axis-xyz {
      position: absolute;
      right: 191px;
      top: 516px;
      width: 699px;
      height: 525px;
      transition: opacity .3s ease-in;
      font-family: AgipoRegExt, Arial, Verdana, sans-serif;
      font-size: 25px;
      line-height: 1.2;
      opacity: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='699' height='525' viewBox='0 0 699 525' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M694.309 11.316l-.365-6.875-6.885-.006' stroke='%231E1E1E' stroke-width='1.2' stroke-miterlimit='10'/%3E%3Cpath d='M693.943 4.44L528.93 178.63' stroke='%231E1E1E' stroke-width='1.2'/%3E%3Cpath d='M522.961 518.765l4.998 4.735 4.997-4.735' stroke='%231E1E1E' stroke-width='1.2' stroke-miterlimit='10'/%3E%3Cpath d='M527.96 523.5l.953-344.902' stroke='%231E1E1E' stroke-width='1.2'/%3E%3Cpath d='M9.127 7.497l-6.03 3.322 2.99 6.2' stroke='%231E1E1E' stroke-width='1.2' stroke-miterlimit='10'/%3E%3Cpath d='M3.096 10.82l525.887 167.838' stroke='%231E1E1E' stroke-width='1.2'/%3E%3C/svg%3E"); }
      @media screen and (max-width: 1280px) {
        .innovation-head__axis-xyz {
          right: 140px; } }
      @media screen and (max-width: 1023px) {
        .innovation-head__axis-xyz {
          right: 78px;
          top: 438px;
          width: 502px;
          height: 473px;
          background-image: url("data:image/svg+xml,%3Csvg width='502' height='473' viewBox='0 0 502 473' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M497.253 11.89l-.365-6.874-6.885-.005' stroke='%231E1E1E' stroke-width='1.2' stroke-miterlimit='10'/%3E%3Cpath d='M496.887 5.015L381.723 126.61' stroke='%231E1E1E' stroke-width='1.2'/%3E%3Cpath d='M375.732 466.765l4.998 4.735 4.998-4.735' stroke='%231E1E1E' stroke-width='1.2' stroke-miterlimit='10'/%3E%3Cpath d='M380.73 471.5l.954-344.902' stroke='%231E1E1E' stroke-width='1.2'/%3E%3Cpath d='M9.227 2.518l-6.03 3.321 2.991 6.2' stroke='%231E1E1E' stroke-width='1.2' stroke-miterlimit='10'/%3E%3Cpath d='M3.196 5.84L381.74 126.65' stroke='%231E1E1E' stroke-width='1.2'/%3E%3C/svg%3E"); } }
      @media screen and (max-width: 767px) {
        .innovation-head__axis-xyz {
          top: 510px;
          right: inherit;
          bottom: inherit;
          left: 50%;
          width: 189px;
          height: 183px;
          margin-left: -1px;
          transform: translateX(-50%);
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em;
          opacity: 1;
          background-image: url("data:image/svg+xml,%3Csvg width='189' height='183' viewBox='0 0 189 183' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M184.705 11.773l-.365-6.875-6.885-.006' stroke='%231E1E1E' stroke-width='1.2' stroke-miterlimit='10'/%3E%3Cpath d='M184.34 4.897L130.234 62.01' stroke='%231E1E1E' stroke-width='1.2'/%3E%3Cpath d='M124.879 177.094l4.998 4.735 4.997-4.735' stroke='%231E1E1E' stroke-width='1.2' stroke-miterlimit='10'/%3E%3Cpath d='M129.877 181.829l.275-119.826' stroke='%231E1E1E' stroke-width='1.2'/%3E%3Cpath d='M8.98 18.161l-6.03 3.322 2.99 6.2' stroke='%231E1E1E' stroke-width='1.2' stroke-miterlimit='10'/%3E%3Cpath d='M2.95 21.483l127.266 40.605' stroke='%231E1E1E' stroke-width='1.2'/%3E%3C/svg%3E"); } }
      .innovation-head__axis-xyz._visible {
        opacity: 1; }
    .innovation-head__axis-x {
      position: absolute;
      top: -32px;
      left: -75px; }
      @media screen and (max-width: 767px) {
        .innovation-head__axis-x {
          top: -12px;
          left: -40px; } }
    .innovation-head__axis-z {
      position: absolute;
      top: -40px;
      right: -58px; }
      @media screen and (max-width: 767px) {
        .innovation-head__axis-z {
          top: -30px;
          right: -27px; } }
    .innovation-head__axis-y {
      position: absolute;
      right: 103px;
      bottom: -35px; }
      @media screen and (max-width: 1023px) {
        .innovation-head__axis-y {
          right: 52px; } }
      @media screen and (max-width: 767px) {
        .innovation-head__axis-y {
          right: 22px;
          bottom: -28px; } }

.innovation-how {
  margin-bottom: 205px; }
  .innovation-how ._title {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .innovation-how ._title {
        font-size: 13px;
        line-height: 1.54; } }
  .innovation-how ._text {
    max-width: 780px;
    margin-bottom: 80px; }
  .innovation-how__item {
    border-radius: 10px;
    margin-bottom: 20px; }
    .innovation-how__item:last-of-type {
      margin-bottom: 0; }
    .innovation-how__item._active, .innovation-how__item:hover {
      transition: color .3s, background-color .3s;
      color: #f6f6f6;
      background-color: #2f3643; }
      .innovation-how__item._active .innovation-how__icon._1, .innovation-how__item:hover .innovation-how__icon._1 {
        background-image: url("../img/innovation/innovation-how-1-hover.png"); }
      .innovation-how__item._active .innovation-how__icon._2, .innovation-how__item:hover .innovation-how__icon._2 {
        background-image: url("../img/innovation/innovation-how-2-hover.png"); }
      .innovation-how__item._active .innovation-how__icon._3, .innovation-how__item:hover .innovation-how__icon._3 {
        background-image: url("../img/innovation/innovation-how-3-hover.png"); }
      .innovation-how__item._active .innovation-how__icon._4, .innovation-how__item:hover .innovation-how__icon._4 {
        background-image: url("../img/innovation/innovation-how-4-hover.png"); }
      .innovation-how__item._active .innovation-how__icon._5, .innovation-how__item:hover .innovation-how__icon._5 {
        background-image: url("../img/innovation/innovation-how-5-hover.png"); }
      .innovation-how__item._active .innovation-how__btn svg, .innovation-how__item:hover .innovation-how__btn svg {
        stroke: #f6f6f6; }
    .innovation-how__item._active .innovation-how__content {
      max-height: 5000px;
      transition: max-height 1s ease-in-out; }
    .innovation-how__item._active .innovation-how__btn {
      transform: translateY(-50%) rotate(180deg); }
      @media screen and (max-width: 767px) {
        .innovation-how__item._active .innovation-how__btn {
          transform: rotate(180deg); } }
  .innovation-how__head {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 205px;
    padding-left: 36px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .innovation-how__head {
        flex-direction: column;
        align-items: flex-start;
        height: 270px;
        padding: 0 20px; } }
  .innovation-how__icon {
    width: 170px;
    height: 170px;
    margin-right: 45px;
    transition: background-image .3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media screen and (max-width: 1023px) {
      .innovation-how__icon {
        width: 162px;
        height: 162px;
        margin-right: 50px; } }
    @media screen and (max-width: 767px) {
      .innovation-how__icon {
        width: 167px;
        height: 167px;
        margin: 20px auto; } }
    .innovation-how__icon._1 {
      background-image: url("../img/innovation/innovation-how-1.png"); }
    .innovation-how__icon._2 {
      background-image: url("../img/innovation/innovation-how-2.png"); }
    .innovation-how__icon._3 {
      background-image: url("../img/innovation/innovation-how-3.png"); }
    .innovation-how__icon._4 {
      background-image: url("../img/innovation/innovation-how-4.png"); }
    .innovation-how__icon._5 {
      background-image: url("../img/innovation/innovation-how-5.png"); }
  .innovation-how__text h4 {
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 1.11; }
    @media screen and (max-width: 1023px) {
      .innovation-how__text h4 {
        margin-bottom: 5px;
        font-size: 25px;
        line-height: 1.2; } }
  .innovation-how__text p {
    letter-spacing: .02em;
    font-size: 17px;
    line-height: 1.47; }
    @media screen and (max-width: 1023px) {
      .innovation-how__text p {
        font-size: 13px;
        line-height: 1.53; } }
    @media screen and (max-width: 767px) {
      .innovation-how__text p {
        display: none; } }
  .innovation-how__btn {
    position: absolute;
    top: 50%;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    transform: translateY(-50%);
    border: none;
    background-color: transparent; }
    @media screen and (max-width: 1023px) {
      .innovation-how__btn {
        right: 30px; } }
    @media screen and (max-width: 767px) {
      .innovation-how__btn {
        top: inherit;
        right: 11px;
        bottom: 28px;
        width: 40px;
        height: 40px;
        transform: none; } }
    .innovation-how__btn svg {
      width: 100%;
      height: 100%;
      transition: stroke .3s;
      stroke: #1e1e1e; }
  .innovation-how__content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    .innovation-how__content-inner {
      padding: 80px 50px; }
      @media screen and (max-width: 1023px) {
        .innovation-how__content-inner {
          padding: 50px 30px; } }
      @media screen and (max-width: 767px) {
        .innovation-how__content-inner {
          padding: 50px 20px 30px; } }
      .innovation-how__content-inner .innovation-how__desc:last-child {
        margin-bottom: 0; }
  .innovation-how__desc {
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 1.25; }
    @media screen and (max-width: 1023px) {
      .innovation-how__desc {
        font-size: 25px;
        line-height: 1.36; } }
    .innovation-how__desc._bottom {
      margin-top: 80px; }
      @media screen and (max-width: 1023px) {
        .innovation-how__desc._bottom {
          margin-top: 50px; } }
  .innovation-how__block {
    margin-bottom: 50px; }
    .innovation-how__block:last-of-type {
      margin-bottom: 0; }
  .innovation-how__subtitle {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 1.11;
    border-bottom: 1px solid #f6f6f6; }
    @media screen and (max-width: 1023px) {
      .innovation-how__subtitle {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 1.2; } }
  .innovation-how__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media screen and (max-width: 1023px) {
      .innovation-how__row {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .innovation-how__row {
        flex-direction: column;
        margin-bottom: 30px; } }
    .innovation-how__row:last-of-type {
      margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .innovation-how__row._graph {
        position: relative;
        padding-bottom: 418px; } }
    @media screen and (max-width: 767px) {
      .innovation-how__row._graph {
        padding-bottom: 0;
        margin-bottom: 0; }
        .innovation-how__row._graph:last-of-type {
          margin-bottom: 0;
          display: none; } }
  .innovation-how__left {
    flex-shrink: 0;
    width: calc(50% - 15px); }
    @media screen and (max-width: 1280px) {
      .innovation-how__left {
        width: calc(100% - 443px - 30px); } }
    @media screen and (max-width: 1023px) {
      .innovation-how__left {
        width: calc(100% - 344px - 30px); } }
    @media screen and (max-width: 767px) {
      .innovation-how__left {
        width: 100%; } }
    .innovation-how__left._graph {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: 0; }
      @media screen and (max-width: 1023px) {
        .innovation-how__left._graph {
          justify-content: center; } }
  .innovation-how__right {
    flex-shrink: 0;
    width: calc(50% - 15px); }
    @media screen and (max-width: 1280px) {
      .innovation-how__right {
        width: 443px; } }
    @media screen and (max-width: 1023px) {
      .innovation-how__right {
        width: 344px; } }
    @media screen and (max-width: 767px) {
      .innovation-how__right {
        width: 100%; } }
  .innovation-how__left {
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 1.54;
    margin-bottom: 20px; }
    .innovation-how__left:empty {
      margin-bottom: 0; }
    .innovation-how__left img {
      max-width: 100%; }
    .innovation-how__left .innovation-how__graph {
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (max-width: 1023px) {
        .innovation-how__left .innovation-how__graph {
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          height: 368px;
          width: auto; } }
      @media screen and (max-width: 767px) {
        .innovation-how__left .innovation-how__graph {
          position: static;
          transform: none;
          height: auto;
          margin-bottom: 0;
          margin-top: 20px; } }
    .innovation-how__left .innovation-how__legend {
      display: block; }
      @media screen and (max-width: 767px) {
        .innovation-how__left .innovation-how__legend {
          margin: 50px 0 0; } }
  .innovation-how__right {
    letter-spacing: .02em;
    font-size: 17px;
    line-height: 1.47; }
    @media screen and (max-width: 1023px) {
      .innovation-how__right {
        font-size: 13px;
        line-height: 1.53; } }
    .innovation-how__right p {
      margin-bottom: 30px; }
      .innovation-how__right p:last-of-type {
        margin-bottom: 0; }
  .innovation-how__text-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .innovation-how__text-mobile {
        display: block; } }
  @media screen and (max-width: 767px) {
    .innovation-how__text-desktop {
      display: none; } }
  .innovation-how__assesment {
    margin-top: 120px;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .innovation-how__assesment {
        margin-top: 80px; } }
    .innovation-how__assesment .h3 {
      max-width: 860px;
      margin: 0 auto 50px; }
      @media screen and (max-width: 1023px) {
        .innovation-how__assesment .h3 {
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
    .innovation-how__assesment .btn {
      color: #f6f6f6;
      border: 1px solid #f6f6f6;
      background-color: transparent; }
      .innovation-how__assesment .btn:hover {
        background-color: #f6f6f6;
        color: #2f3643; }
      @media screen and (max-width: 767px) {
        .innovation-how__assesment .btn {
          height: 30px;
          padding: 0;
          letter-spacing: .03em;
          font-size: 13px;
          line-height: 28px; } }

.innovation-request {
  margin-bottom: 205px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .innovation-request {
      margin-bottom: 130px; } }
  .innovation-request ._title {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .innovation-request ._title {
        font-size: 13px;
        line-height: 1.54; } }
  .innovation-request ._text {
    max-width: 1020px;
    margin: 0 auto 80px; }
    @media screen and (max-width: 767px) {
      .innovation-request ._text {
        margin-bottom: 50px; } }
  .innovation-request .btn._innovation-btn {
    max-width: 285px;
    margin-bottom: 205px;
    color: #1e1e1e;
    border: 1px solid #1e1e1e;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .innovation-request .btn._innovation-btn {
        height: 30px;
        padding: 0;
        letter-spacing: .03em;
        font-size: 13px;
        line-height: 28px;
        margin-bottom: 130px; } }
    .innovation-request .btn._innovation-btn:hover {
      color: #f6f6f6;
      background-color: #1e1e1e; }
  .innovation-request__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 80px 50px;
    text-align: left;
    color: #d6d7d8;
    border-radius: 10px;
    background: #1595f2 url("../img/innovation/innovation-request-img.png") calc(100% - 92px) center/541px 450px no-repeat; }
    @media screen and (max-width: 1023px) {
      .innovation-request__block {
        padding: 50px;
        background-position: calc(100% - 33px) 33px;
        background-size: 442px 367px; } }
    @media screen and (max-width: 767px) {
      .innovation-request__block {
        justify-content: space-between;
        height: 440px;
        padding: 30px;
        background-position: center calc(100% - 96px);
        background-size: calc(100% - 16px); } }
    .innovation-request__block:hover .btn {
      border-color: #fe4b4e;
      background-color: #fe4b4e; }
    .innovation-request__block .h2 {
      max-width: 700px;
      margin-bottom: 65px; }
      @media screen and (max-width: 1023px) {
        .innovation-request__block .h2 {
          margin-bottom: 50px;
          font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
      @media screen and (max-width: 767px) {
        .innovation-request__block .h2 {
          margin-bottom: 175px;
          font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.02em; } }
    .innovation-request__block .btn {
      max-width: 285px;
      color: #f6f6f6;
      border: 1px solid #f6f6f6;
      background-color: transparent; }
      @media screen and (max-width: 767px) {
        .innovation-request__block .btn {
          height: 30px;
          padding: 0;
          letter-spacing: .03em;
          font-size: 13px;
          line-height: 28px; } }

.innovation-benefit {
  margin-bottom: 130px; }
  @media screen and (max-width: 767px) {
    .innovation-benefit ._title {
      font-size: 13px;
      line-height: 1.54; } }
  .innovation-benefit ._text {
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      .innovation-benefit ._text {
        margin-bottom: 80px; } }
  .innovation-benefit__wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .innovation-benefit__wrap {
        flex-direction: column; } }
  .innovation-benefit__card {
    width: calc(50% - 15px);
    padding: 50px;
    border-radius: 10px;
    background-color: #f6f6f6; }
    @media screen and (max-width: 1023px) {
      .innovation-benefit__card {
        padding: 30px; } }
    @media screen and (max-width: 767px) {
      .innovation-benefit__card {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px; }
        .innovation-benefit__card:last-of-type {
          margin-bottom: 0; } }
  .innovation-benefit__title {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 1.125; }
    @media screen and (max-width: 1023px) {
      .innovation-benefit__title {
        font-size: 36px;
        line-height: 1.11; } }
  .innovation-benefit__subtitle {
    margin-bottom: 30px;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 1.47; }
  .innovation-benefit h5 {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 1.11; }
  .innovation-benefit p {
    margin-bottom: 30px;
    letter-spacing: .02em;
    font-size: 17px;
    line-height: 1.47; }
    @media screen and (max-width: 1023px) {
      .innovation-benefit p {
        font-size: 13px;
        line-height: 1.53; } }
    .innovation-benefit p:last-of-type {
      margin-bottom: 0; }
  .innovation-benefit__calc {
    margin-bottom: 30px;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 1.53; }
    .innovation-benefit__calc-heading {
      margin-bottom: 20px; }
      @media screen and (max-width: 1023px) {
        .innovation-benefit__calc-heading {
          margin-bottom: 10px; } }
    .innovation-benefit__calc-headline {
      margin-bottom: 10px;
      text-align: center; }
    .innovation-benefit__calc-wrap {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 10px;
      padding: 10px 0;
      text-align: center;
      border-top: 1px solid #1e1e1e;
      border-bottom: 1px solid #1e1e1e; }
    .innovation-benefit__calc-block {
      width: 50%;
      margin-bottom: 20px; }
      @media screen and (max-width: 1280px) {
        .innovation-benefit__calc-block {
          width: 100%; } }
    .innovation-benefit__calc-total {
      width: 100%; }
    .innovation-benefit__calc-num {
      margin-bottom: 5px;
      font-size: 25px;
      line-height: 1.2; }
    .innovation-benefit__calc-sum {
      width: 100%;
      text-align: center; }

.innovation-what {
  margin-bottom: 335px; }
  @media screen and (max-width: 767px) {
    .innovation-what {
      margin-bottom: 205px; } }
  @media screen and (max-width: 767px) {
    .innovation-what ._title {
      font-size: 13px;
      line-height: 1.54; } }
  .innovation-what__heading {
    margin-bottom: 205px; }
    @media screen and (max-width: 767px) {
      .innovation-what__heading {
        margin-bottom: 130px; } }
  .innovation-what__carousel {
    position: relative; }
    .innovation-what__carousel ._text {
      margin-bottom: 130px; }
      @media screen and (max-width: 767px) {
        .innovation-what__carousel ._text {
          margin-bottom: 75px; } }
  .innovation-what__outer {
    position: relative; }
  .innovation-what__inner {
    width: 1020px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .innovation-what__inner {
        width: 722px; } }
    @media screen and (max-width: 1023px) {
      .innovation-what__inner {
        width: 100%; } }
    @media screen and (max-width: 1023px) {
      .innovation-what__inner .slick-list {
        overflow: inherit; }
      .innovation-what__inner .slick-slide {
        width: 597px;
        margin-right: 30px; } }
    @media screen and (max-width: 767px) {
      .innovation-what__inner .slick-slide {
        width: 100%;
        margin-right: 0; }
      .innovation-what__inner .slick-list {
        overflow: hidden; } }
  .innovation-what__slide {
    position: relative;
    min-height: 540px;
    padding: 50px 50px 75px;
    border-radius: 10px;
    background-color: #02D3A4; }
    @media screen and (max-width: 1023px) {
      .innovation-what__slide {
        min-height: 465px;
        padding: 30px 30px 75px; } }
    @media screen and (max-width: 767px) {
      .innovation-what__slide {
        min-height: auto;
        padding: 20px;
        padding-bottom: 50px; } }
  .innovation-what__head {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1.4px solid #1e1e1e; }
    @media screen and (max-width: 1023px) {
      .innovation-what__head {
        margin-bottom: 30px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .innovation-what__head {
        margin-bottom: 20px;
        padding-right: 25px;
        padding-bottom: 20px; } }
    .innovation-what__head h4 {
      font-size: 36px;
      line-height: 1.11; }
      @media screen and (max-width: 1023px) {
        .innovation-what__head h4 {
          font-size: 25px;
          line-height: 1.2; } }
    .innovation-what__head p {
      max-width: 540px;
      margin-top: 20px;
      letter-spacing: .02em;
      font-size: 17px;
      line-height: 1.47; }
      @media screen and (max-width: 1023px) {
        .innovation-what__head p {
          max-width: 372px;
          margin-top: 10px;
          font-size: 13px;
          line-height: 1.53; } }
  .innovation-what__body-inner {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .innovation-what__body-inner {
        flex-direction: column; } }
  .innovation-what__left, .innovation-what__right {
    width: calc(50% - 25px); }
    @media screen and (max-width: 767px) {
      .innovation-what__left, .innovation-what__right {
        width: 100%;
        margin-bottom: 30px; }
        .innovation-what__left:last-of-type, .innovation-what__right:last-of-type {
          margin-bottom: 0; } }
    .innovation-what__left h5, .innovation-what__right h5 {
      margin-bottom: 10px;
      font-size: 25px;
      line-height: 1.2; }
      @media screen and (max-width: 1023px) {
        .innovation-what__left h5, .innovation-what__right h5 {
          margin-bottom: 5px; } }
    .innovation-what__left p, .innovation-what__right p {
      margin-bottom: 30px;
      letter-spacing: .02em;
      font-size: 17px;
      line-height: 1.47; }
      @media screen and (max-width: 1023px) {
        .innovation-what__left p, .innovation-what__right p {
          max-width: 372px;
          font-size: 13px;
          line-height: 1.53; } }
      .innovation-what__left p:last-of-type, .innovation-what__right p:last-of-type {
        margin-bottom: 0; }
  .innovation-what__counter {
    position: absolute;
    right: 50px;
    bottom: 30px;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .innovation-what__counter {
        right: 30px;
        bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .innovation-what__counter {
        display: none; } }
    .innovation-what__counter._mobile {
      display: none; }
      @media screen and (max-width: 767px) {
        .innovation-what__counter._mobile {
          position: static;
          display: flex;
          justify-content: center;
          width: 100%;
          margin-top: 30px; } }
    .innovation-what__counter button {
      width: 30px;
      height: 30px;
      margin-right: 10px;
      text-align: center;
      border: 1.4px solid #1e1e1e;
      border-radius: 50%;
      background-color: transparent; }
      @media screen and (max-width: 1023px) {
        .innovation-what__counter button {
          width: 20px;
          height: 20px;
          font-size: 15px; } }
      .innovation-what__counter button._active {
        border: none; }
        .innovation-what__counter button._active svg {
          display: block;
          fill: #02D3A4; }
          @media screen and (max-width: 767px) {
            .innovation-what__counter button._active svg {
              fill: #f6f6f6; } }
      .innovation-what__counter button:last-of-type {
        margin: 0; }
    .innovation-what__counter svg {
      display: none;
      width: 100%;
      height: 100%; }
  .innovation-what__btn {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 32px;
    transform: translateY(-50%);
    border: none;
    background-color: transparent; }
    .innovation-what__btn._prev {
      left: -102px; }
      @media screen and (max-width: 1280px) {
        .innovation-what__btn._prev {
          left: -80px; } }
    .innovation-what__btn._next {
      right: -102px; }
      @media screen and (max-width: 1280px) {
        .innovation-what__btn._next {
          right: -80px; } }
    .innovation-what__btn svg {
      width: 100%;
      height: 100%;
      stroke: #1e1e1e; }

@media screen and (max-width: 767px) {
  .innovation-what__inner .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px; }
    .innovation-what__inner .slick-dots button {
      width: 20px;
      height: 20px;
      margin: 0;
      border: 1px solid #1e1e1e;
      border-radius: 50%;
      background-color: transparent; }
    .innovation-what__inner .slick-dots svg {
      width: 20px;
      height: 20px;
      opacity: 0;
      fill: #f6f6f6; }
    .innovation-what__inner .slick-dots .slick-active button {
      border: none; }
    .innovation-what__inner .slick-dots .slick-active svg {
      opacity: 1; } }

@media screen and (max-width: 767px) {
  .innovation-who {
    margin-bottom: 205px; } }

@media screen and (max-width: 767px) {
  .innovation-who ._title {
    font-size: 13px;
    line-height: 1.54; } }

.innovation-who__heading {
  margin-bottom: 130px; }
  @media screen and (max-width: 1280px) {
    .innovation-who__heading {
      margin-bottom: 85px; } }
  @media screen and (max-width: 1023px) {
    .innovation-who__heading {
      margin-bottom: 150px; } }
  @media screen and (max-width: 767px) {
    .innovation-who__heading {
      margin-bottom: 50px; } }
  .innovation-who__heading svg {
    fill: #d6d7d8; }

.innovation-who__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 330px; }
  @media screen and (max-width: 1280px) {
    .innovation-who__wrap {
      margin-bottom: 205px; } }
  @media screen and (max-width: 1023px) {
    .innovation-who__wrap {
      margin-bottom: 305px; } }
  @media screen and (max-width: 767px) {
    .innovation-who__wrap {
      flex-direction: column;
      margin-bottom: 130px; } }

.innovation-who__card {
  width: calc(50% - 15px);
  padding: 50px;
  color: #fe4b4e;
  border-radius: 10px;
  background-color: #f6f6f6; }
  @media screen and (max-width: 1023px) {
    .innovation-who__card {
      padding: 50px 30px; } }
  @media screen and (max-width: 767px) {
    .innovation-who__card {
      width: 100%;
      min-height: 360px;
      margin-bottom: 30px;
      padding: 30px 20px; }
      .innovation-who__card:last-of-type {
        margin-bottom: 0; } }
  .innovation-who__card:first-of-type {
    color: #f6f6f6;
    background-color: #fe4b4e; }
  .innovation-who__card h4 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.11; }
    @media screen and (max-width: 1023px) {
      .innovation-who__card h4 {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 1.36; } }
  .innovation-who__card li {
    letter-spacing: .02em;
    font-size: 17px;
    line-height: 1.47; }
    @media screen and (max-width: 1023px) {
      .innovation-who__card li {
        font-size: 13px;
        line-height: 1.53; } }

.innovation-who__carousel {
  position: relative;
  overflow: inherit; }
  @media screen and (max-width: 767px) {
    .innovation-who__carousel .swiper-wrapper {
      display: block; } }

.innovation-who__slide {
  position: relative;
  padding-bottom: 850px; }
  @media screen and (max-width: 1280px) {
    .innovation-who__slide {
      padding-bottom: 760px; } }
  @media screen and (max-width: 767px) {
    .innovation-who__slide {
      margin-bottom: 50px;
      padding-bottom: 0; }
      .innovation-who__slide:last-of-type {
        margin-bottom: 0; } }
  .innovation-who__slide ._text {
    position: relative;
    z-index: 1; }

.innovation-who__img {
  position: absolute; }
  @media screen and (max-width: 767px) {
    .innovation-who__img {
      position: relative; } }
  .innovation-who__img._1 {
    top: 60px;
    left: 324px;
    width: 463px;
    height: 571px; }
    @media screen and (max-width: 1280px) {
      .innovation-who__img._1 {
        top: 70px;
        left: 205px; } }
    @media screen and (max-width: 1023px) {
      .innovation-who__img._1 {
        top: 77px;
        left: 95px; } }
    @media screen and (max-width: 767px) {
      .innovation-who__img._1 {
        top: 0;
        left: 50%;
        width: 286px;
        height: 353px;
        margin-top: -74px;
        transform: translateX(-50%); } }
  .innovation-who__img._2 {
    top: 42px;
    left: 411px;
    width: 282px;
    height: 675px; }
    @media screen and (max-width: 1280px) {
      .innovation-who__img._2 {
        top: 50px;
        left: 240px; } }
    @media screen and (max-width: 1023px) {
      .innovation-who__img._2 {
        top: 26px;
        left: 162px;
        width: 282px;
        height: 675px; } }
    @media screen and (max-width: 767px) {
      .innovation-who__img._2 {
        top: 0;
        left: 50%;
        width: 174px;
        height: 417px;
        margin-top: -140px;
        transform: translateX(-50%); } }
  .innovation-who__img._3 {
    top: 82px;
    left: 216px;
    width: 678px;
    height: 434px; }
    @media screen and (max-width: 1280px) {
      .innovation-who__img._3 {
        top: 141px;
        left: 89px; } }
    @media screen and (max-width: 1023px) {
      .innovation-who__img._3 {
        top: 97px;
        left: 0;
        width: 701px;
        height: 446px; } }
    @media screen and (max-width: 767px) {
      .innovation-who__img._3 {
        top: 0;
        left: 50%;
        width: 433px;
        height: 276px;
        margin-top: -122px;
        transform: translateX(-50%); } }

.innovation-who__pagination {
  position: absolute;
  z-index: 1;
  top: 670px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .innovation-who__pagination {
      top: 648px; } }
  @media screen and (max-width: 767px) {
    .innovation-who__pagination {
      display: none; } }
  .innovation-who__pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    margin: 0 15px !important;
    cursor: pointer;
    transition: background-color .3s ease-in;
    opacity: 1;
    border: 1px solid #1e1e1e;
    border-radius: 50%;
    background-color: transparent; }
    @media screen and (max-width: 1023px) {
      .innovation-who__pagination .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        margin: 0 10px !important; } }
    .innovation-who__pagination .swiper-pagination-bullet:last-of-type {
      margin-bottom: 0; }
    .innovation-who__pagination .swiper-pagination-bullet-active {
      background-color: #1e1e1e; }

@media screen and (max-width: 767px) {
  .innovation-who__buttons {
    display: none; } }

.innovation-who__btn {
  position: absolute;
  z-index: 1;
  top: 345px;
  display: inline-block;
  width: 50px;
  height: 30px;
  cursor: pointer;
  border: none; }
  .innovation-who__btn._prev {
    left: 0;
    margin-right: 30px;
    background: transparent url("data:image/svg+xml,%3Csvg width='52' height='32' viewBox='0 0 52 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.83 30.815l-14.213-15 14.213-15' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M1.617 15.815h50' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }
  .innovation-who__btn._next {
    right: 0;
    background: transparent url("data:image/svg+xml,%3Csvg width='51' height='32' viewBox='0 0 51 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.79.815l14.212 15-14.213 15' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M50.002 15.815h-50' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }

.delo {
  width: 100%;
  padding-bottom: 205px;
  text-align: left;
  background: #d6d7d8 url("../img/delo/delo-games-bg.svg") center top no-repeat; }
  @media screen and (max-width: 1023px) {
    .delo {
      background-image: url("../img/delo/delo-games-bg-tablet.svg"); } }
  @media screen and (max-width: 767px) {
    .delo {
      padding-bottom: 130px;
      background-image: url("../img/delo/delo-games-bg-mobile.svg");
      background-position: -230px -100px; } }
  @media screen and (max-width: 340px) {
    .delo {
      background-position: center top; } }
  @media screen and (max-width: 1280px) {
    .delo .container {
      max-width: 904px;
      padding: 0 15px; } }
  @media screen and (max-width: 1023px) {
    .delo .container {
      max-width: 684px;
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .delo .container {
      padding: 0 20px; } }

.delo-head {
  margin-bottom: 865px;
  padding-top: 205px;
  color: #f6f6f6; }
  @media screen and (max-width: 1280px) {
    .delo-head {
      margin-bottom: 850px; } }
  @media screen and (max-width: 1023px) {
    .delo-head {
      margin-bottom: 765px;
      padding-top: 335px; } }
  @media screen and (max-width: 767px) {
    .delo-head {
      margin-bottom: 455px;
      padding-top: 205px; } }
  .delo-head ._headline {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .delo-head ._headline {
        margin-bottom: 30px; } }
  .delo-head ._text {
    margin-bottom: 130px; }
    @media screen and (max-width: 767px) {
      .delo-head ._text {
        margin-bottom: 80px; } }
  .delo-head .btn {
    margin-bottom: 205px; }
  .delo-head__wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1280px) {
      .delo-head__wrap {
        width: 934px;
        margin-left: -30px; } }
    @media screen and (max-width: 1023px) {
      .delo-head__wrap {
        display: block;
        width: 100%;
        margin-left: 0; }
        .delo-head__wrap .slick-list {
          overflow: inherit; }
        .delo-head__wrap .slick-slide {
          width: 296px;
          height: 435px;
          margin-right: 20px; } }
  .delo-head__card {
    position: relative;
    width: 390px;
    height: 510px;
    padding: 50px 30px;
    cursor: pointer;
    border-radius: 10px;
    background-color: #d6d7d8; }
    @media screen and (max-width: 1280px) {
      .delo-head__card {
        width: 296px;
        height: 390px;
        padding: 30px; } }
    @media screen and (max-width: 767px) {
      .delo-head__card {
        width: 100%;
        margin-bottom: 20px; }
        .delo-head__card:last-of-type {
          margin-bottom: 0; } }
    .delo-head__card svg {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      stroke: #d6d7d8; }
    @media screen and (max-width: 767px) {
      .delo-head__card._delo {
        background-color: #008FFF; } }
    .delo-head__card._delo svg {
      top: 125px;
      width: 307px;
      height: 368px;
      fill: #008FFF; }
      @media screen and (max-width: 1280px) {
        .delo-head__card._delo svg {
          top: 87px;
          width: 235px;
          height: 281px; } }
      @media screen and (max-width: 767px) {
        .delo-head__card._delo svg {
          stroke: #008FFF;
          fill: #d6d7d8; } }
    @media screen and (max-width: 767px) {
      .delo-head__card._workshop {
        background-color: #FFA759; } }
    .delo-head__card._workshop svg {
      top: 125px;
      width: 322px;
      height: 360px;
      fill: #FFA759; }
      @media screen and (max-width: 1280px) {
        .delo-head__card._workshop svg {
          top: 89px;
          width: 246px;
          height: 274px; } }
      @media screen and (max-width: 767px) {
        .delo-head__card._workshop svg {
          stroke: #FFA759;
          fill: #d6d7d8; } }
    @media screen and (max-width: 767px) {
      .delo-head__card._strategic {
        background-color: #fe4b4e; } }
    .delo-head__card._strategic svg {
      top: 137px;
      width: 342px;
      height: 350px;
      fill: #fe4b4e; }
      @media screen and (max-width: 1280px) {
        .delo-head__card._strategic svg {
          top: 96px;
          width: 261px;
          height: 267px; } }
      @media screen and (max-width: 767px) {
        .delo-head__card._strategic svg {
          stroke: #fe4b4e;
          fill: #d6d7d8; } }
    .delo-head__card:hover._delo {
      background-color: #008FFF; }
      .delo-head__card:hover._delo svg {
        fill: #d6d7d8;
        stroke: #008FFF; }
    .delo-head__card:hover._workshop {
      background-color: #FFA759; }
      .delo-head__card:hover._workshop svg {
        fill: #d6d7d8;
        stroke: #FFA759; }
    .delo-head__card:hover._strategic {
      background-color: #fe4b4e; }
      .delo-head__card:hover._strategic svg {
        fill: #d6d7d8;
        stroke: #fe4b4e; }
    .delo-head__card:hover .delo-head__link:after {
      opacity: 1; }
  .delo-head__link {
    font-family: AgipoRegExt, Arial, Verdana, sans-serif;
    font-size: 36px;
    line-height: 1.11;
    color: #1e1e1e; }
    @media screen and (max-width: 1280px) {
      .delo-head__link {
        font-size: 25px;
        line-height: 1.2; } }
    .delo-head__link:after {
      content: '';
      display: inline-block;
      width: 32px;
      height: 23px;
      transform: translateY(2px);
      opacity: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.525 1.385l9.475 10-9.475 10' stroke='%231E1E1E' stroke-width='2.4' stroke-miterlimit='10'/%3E%3Cpath d='M30 11.385H0' stroke='%231E1E1E' stroke-width='2.4'/%3E%3C/svg%3E"); }

.delo-games {
  margin-bottom: 335px; }
  @media screen and (max-width: 767px) {
    .delo-games {
      margin-bottom: 205px; } }
  .delo-games .delo-text {
    margin-bottom: 130px; }
    @media screen and (max-width: 1280px) {
      .delo-games .delo-text {
        margin-bottom: 150px; } }
    @media screen and (max-width: 767px) {
      .delo-games .delo-text {
        margin-bottom: 110px; } }
    @media screen and (max-width: 767px) {
      .delo-games .delo-text ._heading {
        max-width: 280px; } }
  .delo-games__game {
    position: relative;
    margin-bottom: 80px;
    border-radius: 10px; }
    @media screen and (max-width: 1280px) {
      .delo-games__game {
        margin-bottom: 50px; } }
    @media screen and (max-width: 1023px) {
      .delo-games__game {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .delo-games__game {
        background-color: #008FFF; } }
    .delo-games__game:last-of-type {
      margin-bottom: 130px; }
      @media screen and (max-width: 767px) {
        .delo-games__game:last-of-type {
          margin-bottom: 80px; } }
    .delo-games__game._active, .delo-games__game:hover {
      background-color: #008FFF; }
      .delo-games__game._active .delo-games__head-img svg, .delo-games__game:hover .delo-games__head-img svg {
        fill: #d6d7d8;
        stroke: #008FFF; }
      .delo-games__game._active .delo-games__head:after, .delo-games__game:hover .delo-games__head:after {
        opacity: 1; }
    .delo-games__game._active .delo-games__body {
      max-height: 5000px;
      transition: max-height .3s ease-in; }
    .delo-games__game._active .delo-games__head:after {
      transform: rotate(180deg); }
    @media screen and (max-width: 767px) {
      .delo-games__game._active .delo-games__head {
        padding-bottom: 50px; } }
  .delo-games__head {
    position: relative;
    min-height: 460px;
    padding-left: 630px;
    border-radius: 10px; }
    @media screen and (max-width: 1280px) {
      .delo-games__head {
        padding-left: 452px; } }
    @media screen and (max-width: 1023px) {
      .delo-games__head {
        padding: 30px 50px 50px; } }
    @media screen and (max-width: 767px) {
      .delo-games__head {
        position: static;
        padding: 20px 20px 60px; } }
    @media screen and (max-width: 1023px) {
      .delo-games__head-img {
        margin-bottom: 30px;
        text-align: center; } }
    .delo-games__head-img svg {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      fill: #008FFF;
      stroke: #d6d7d8; }
      @media screen and (max-width: 1023px) {
        .delo-games__head-img svg {
          position: static;
          transform: none; } }
      @media screen and (max-width: 767px) {
        .delo-games__head-img svg {
          fill: #d6d7d8;
          stroke: #008FFF; } }
    .delo-games__head-text {
      position: relative;
      z-index: 1;
      padding: 50px 0; }
      @media screen and (max-width: 1023px) {
        .delo-games__head-text {
          padding: 0; } }
      .delo-games__head-text h2 {
        max-width: 390px;
        margin-bottom: 10px;
        font-family: AgipoRegExt, Arial, Verdana, sans-serif;
        font-size: 40px;
        line-height: 1.125; }
        @media screen and (max-width: 1023px) {
          .delo-games__head-text h2 {
            max-width: 100%; } }
        @media screen and (max-width: 767px) {
          .delo-games__head-text h2 {
            font-size: 36px;
            line-height: 1.11; } }
      .delo-games__head-text ._headline {
        margin-bottom: 30px; }
      .delo-games__head-text ._title {
        max-width: 495px;
        margin-bottom: 0; }
        @media screen and (max-width: 1280px) {
          .delo-games__head-text ._title {
            max-width: 370px; } }
        @media screen and (max-width: 1023px) {
          .delo-games__head-text ._title {
            max-width: 100%; } }
        @media screen and (max-width: 767px) {
          .delo-games__head-text ._title {
            letter-spacing: .03em;
            font-family: "Suisse Int", Arial, Verdana, sans-serif;
            font-size: 13px;
            line-height: 1.54; } }
    .delo-games__head:after {
      content: '';
      position: absolute;
      top: 40px;
      right: 40px;
      width: 60px;
      height: 60px;
      opacity: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%231E1E1E' stroke-width='1.4' stroke-linejoin='round' d='M9.282 18.505l21.213 21.213M29.505 39.718l21.213-21.213'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .delo-games__head:after {
          top: inherit;
          right: inherit;
          bottom: 0;
          left: calc(50% - 30px);
          background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%231E1E1E' stroke-width='1.4' d='M19.888 23.898l10.606 10.607M29.505 34.505l10.607-10.607'/%3E%3C/svg%3E");
          width: 60px;
          height: 60px;
          opacity: 1; } }
  .delo-games__game:last-of-type .delo-games__head {
    min-height: 555px; }
    @media screen and (max-width: 1280px) {
      .delo-games__game:last-of-type .delo-games__head {
        min-height: 625px; } }
  .delo-games__game:nth-of-type(even) .delo-games__head {
    flex-direction: row-reverse;
    padding-left: 50px; }
    @media screen and (max-width: 767px) {
      .delo-games__game:nth-of-type(even) .delo-games__head {
        padding-left: 20px; } }
  .delo-games__game:nth-of-type(1) .delo-games__head-img svg {
    left: 27px;
    width: 520px;
    height: 400px; }
    @media screen and (max-width: 1280px) {
      .delo-games__game:nth-of-type(1) .delo-games__head-img svg {
        left: 12px; } }
    @media screen and (max-width: 767px) {
      .delo-games__game:nth-of-type(1) .delo-games__head-img svg {
        width: 231px;
        height: 193px; } }
  .delo-games__game:nth-of-type(2) .delo-games__head-img svg {
    right: 97px;
    width: 556px;
    height: 381px; }
    @media screen and (max-width: 1280px) {
      .delo-games__game:nth-of-type(2) .delo-games__head-img svg {
        right: 30px; } }
    @media screen and (max-width: 767px) {
      .delo-games__game:nth-of-type(2) .delo-games__head-img svg {
        width: 237px;
        height: 162px; } }
  .delo-games__game:nth-of-type(3) .delo-games__head-img svg {
    left: 52px;
    width: 453px;
    height: 435px; }
    @media screen and (max-width: 1280px) {
      .delo-games__game:nth-of-type(3) .delo-games__head-img svg {
        left: 21px; } }
    @media screen and (max-width: 767px) {
      .delo-games__game:nth-of-type(3) .delo-games__head-img svg {
        width: 192px;
        height: 185px; } }
  .delo-games__game:nth-of-type(4) .delo-games__head-img svg {
    right: 144px;
    width: 412px;
    height: 399px; }
    @media screen and (max-width: 1280px) {
      .delo-games__game:nth-of-type(4) .delo-games__head-img svg {
        right: 37px; } }
    @media screen and (max-width: 767px) {
      .delo-games__game:nth-of-type(4) .delo-games__head-img svg {
        width: 175px;
        height: 170px; } }
  .delo-games__game:nth-of-type(5) .delo-games__head-img svg {
    left: 76px;
    width: 428px;
    height: 409px; }
    @media screen and (max-width: 1280px) {
      .delo-games__game:nth-of-type(5) .delo-games__head-img svg {
        left: 32px; } }
    @media screen and (max-width: 767px) {
      .delo-games__game:nth-of-type(5) .delo-games__head-img svg {
        width: 183px;
        height: 174px; } }
  .delo-games__game:nth-of-type(6) .delo-games__head-img svg {
    right: 81px;
    width: 507px;
    height: 479px; }
    @media screen and (max-width: 1280px) {
      .delo-games__game:nth-of-type(6) .delo-games__head-img svg {
        right: 27px; } }
    @media screen and (max-width: 767px) {
      .delo-games__game:nth-of-type(6) .delo-games__head-img svg {
        width: 216px;
        height: 204px; } }
  .delo-games__body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1); }
    .delo-games__body-inner {
      padding: 50px 50px 80px; }
      @media screen and (max-width: 767px) {
        .delo-games__body-inner {
          padding: 0 20px 60px; } }
  .delo-games__heading {
    max-width: 810px;
    margin: 0 auto 80px;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .delo-games__heading {
        margin-bottom: 105px; } }
    @media screen and (max-width: 767px) {
      .delo-games__heading {
        margin-bottom: 50px; } }
  .delo-games__content {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-left: calc(50% + 30px);
    border-top: 1px solid #1e1e1e; }
    @media screen and (max-width: 1023px) {
      .delo-games__content {
        padding-top: 30px;
        padding-left: 0; } }
    @media screen and (max-width: 767px) {
      .delo-games__content {
        margin-bottom: 30px;
        padding-top: 20px; } }
    .delo-games__content ._title {
      margin-bottom: 0; }
  .delo-games__conditions {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 60px; }
    @media screen and (max-width: 1280px) {
      .delo-games__conditions {
        flex-wrap: wrap;
        padding-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .delo-games__conditions {
        flex-direction: column; } }
    .delo-games__conditions li {
      line-height: 1.67; }
      @media screen and (max-width: 1280px) {
        .delo-games__conditions li {
          margin-bottom: 30px; } }
      @media screen and (max-width: 767px) {
        .delo-games__conditions li:last-of-type {
          margin-bottom: 0; } }
      .delo-games__conditions li svg {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 20px;
        transform: translateY(-1px);
        vertical-align: middle;
        fill: none; }
        @media screen and (max-width: 767px) {
          .delo-games__conditions li svg {
            margin-right: 13px; } }
  .delo-games__timeline {
    margin-top: 140px;
    margin-bottom: 80px; }
    @media screen and (max-width: 1023px) {
      .delo-games__timeline {
        margin-bottom: 60px; } }
    @media screen and (max-width: 767px) {
      .delo-games__timeline {
        margin: 80px 0; } }
    .delo-games__timeline ul {
      display: flex;
      padding: 0 130px;
      border-top: 1px solid #1e1e1e; }
      @media screen and (max-width: 1280px) {
        .delo-games__timeline ul {
          padding: 0 7px; } }
      @media screen and (max-width: 767px) {
        .delo-games__timeline ul {
          position: relative;
          display: inherit;
          padding: 0;
          padding-bottom: 48px;
          border: none; }
          .delo-games__timeline ul:before {
            content: '';
            position: absolute;
            top: 0;
            left: 94px;
            width: 1px;
            height: 100%;
            background-color: #1e1e1e; } }
    .delo-games__timeline li {
      position: relative;
      flex-shrink: 0;
      width: 240px;
      margin-right: 105px;
      padding-top: 30px;
      padding-right: 30px;
      letter-spacing: .02em;
      font-size: 17px;
      line-height: 1.47; }
      @media screen and (max-width: 1280px) {
        .delo-games__timeline li {
          width: 33.3%;
          margin-right: 0; } }
      @media screen and (max-width: 1023px) {
        .delo-games__timeline li {
          font-size: 13px;
          line-height: 1.54; } }
      @media screen and (max-width: 767px) {
        .delo-games__timeline li {
          display: flex;
          width: 100%;
          margin-bottom: 60px;
          padding: 0; } }
      .delo-games__timeline li:last-of-type {
        margin: 0; }
      .delo-games__timeline li:before {
        content: '';
        position: absolute;
        top: -7px;
        left: 0;
        width: 15px;
        height: 15px;
        background-color: #1e1e1e; }
        @media screen and (max-width: 767px) {
          .delo-games__timeline li:before {
            top: 7px;
            left: 87px; } }
    .delo-games__timeline-year {
      position: absolute;
      top: -20px;
      left: 0;
      transform: translateY(-100%);
      font-family: AgipoRegExt, Arial, Verdana, sans-serif;
      font-size: 36px;
      line-height: 1.111; }
      @media screen and (max-width: 767px) {
        .delo-games__timeline-year {
          position: static;
          margin-right: 68px;
          transform: none;
          font-size: 25px;
          line-height: 1.2; } }
  .delo-games__like {
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
    .delo-games__like ._text {
      margin-bottom: 50px; }
    .delo-games__like .btn {
      color: #1e1e1e;
      border-color: #1e1e1e; }
      .delo-games__like .btn:hover {
        color: #008FFF;
        background-color: #1e1e1e; }
      @media screen and (max-width: 767px) {
        .delo-games__like .btn {
          height: 30px;
          padding: 0;
          font-size: 13px;
          line-height: 28px; } }

.delo-workshop {
  margin-bottom: 205px;
  text-align: center; }
  .delo-workshop .delo-text {
    position: relative;
    z-index: 1; }
  .delo-workshop__img {
    position: relative;
    width: 100%;
    height: 515px; }
    @media screen and (max-width: 1280px) {
      .delo-workshop__img {
        height: 515px; } }
    @media screen and (max-width: 1023px) {
      .delo-workshop__img {
        height: 515px; } }
    @media screen and (max-width: 767px) {
      .delo-workshop__img {
        height: 205px; } }
    .delo-workshop__img img {
      position: absolute;
      top: -218px;
      left: 50%;
      max-width: 1440px;
      transition: opacity .3s ease-in;
      transform: translateX(-50%); }
      @media screen and (max-width: 1280px) {
        .delo-workshop__img img {
          margin-left: 40px; } }
      @media screen and (max-width: 1023px) {
        .delo-workshop__img img {
          top: -244px;
          margin-left: 127px; } }
      @media screen and (max-width: 767px) {
        .delo-workshop__img img {
          top: -264px;
          max-width: 900px;
          margin-left: 183px; } }
      .delo-workshop__img img._hidden {
        opacity: 0; }
  .delo-workshop__wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-bottom: 100px;
    margin-left: -15px;
    text-align: left; }
    @media screen and (max-width: 1280px) {
      .delo-workshop__wrap {
        width: 954px;
        margin-bottom: 110px;
        margin-left: -40px; } }
    @media screen and (max-width: 1023px) {
      .delo-workshop__wrap {
        width: calc(100% + 20px);
        margin-left: -10px; } }
    @media screen and (max-width: 767px) {
      .delo-workshop__wrap {
        width: 100%;
        margin-bottom: 80px;
        margin-left: 0; } }
  .delo-workshop__card {
    position: relative;
    display: none;
    width: 390px;
    min-height: 450px;
    margin: 0 15px 30px;
    padding: 30px;
    border-radius: 10px;
    background-color: #f6f6f6; }
    @media screen and (max-width: 1280px) {
      .delo-workshop__card {
        width: 298px;
        margin: 0 10px 20px; } }
    @media screen and (max-width: 1023px) {
      .delo-workshop__card {
        width: 317px; } }
    @media screen and (max-width: 767px) {
      .delo-workshop__card {
        width: 100%;
        min-height: 380px;
        margin: 0 0 20px;
        padding: 20px; } }
    .delo-workshop__card:nth-of-type(-n+5) {
      display: block; }
    .delo-workshop__card .h3 {
      margin-bottom: 30px; }
      @media screen and (max-width: 1280px) {
        .delo-workshop__card .h3 {
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
      @media screen and (max-width: 767px) {
        .delo-workshop__card .h3 {
          margin-bottom: 20px; } }
    @media screen and (max-width: 1280px) {
      .delo-workshop__card .t1 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  .delo-workshop__tag {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 98px;
    height: 30px;
    text-align: center;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 28px;
    color: #FFA759;
    border-radius: 10px;
    border: 1px solid #FFA759; }
    @media screen and (max-width: 767px) {
      .delo-workshop__tag {
        bottom: 20px;
        left: 20px; } }
  .delo-workshop__more {
    position: relative;
    width: 390px;
    height: 450px;
    margin: 0 15px 30px;
    padding: 30px;
    cursor: pointer;
    color: #f6f6f6;
    border: none;
    border-radius: 10px;
    background-color: #1e1e1e; }
    @media screen and (max-width: 1280px) {
      .delo-workshop__more {
        width: 298px;
        margin: 0 10px 20px;
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .delo-workshop__more {
        width: 100%;
        height: 380px;
        margin: 0;
        padding: 20px;
        padding-right: 0; } }
    .delo-workshop__more:after {
      content: '';
      display: inline-block;
      width: 32px;
      opacity: 0;
      height: 23px;
      transform: translateY(2px);
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.525 1.385l9.475 10-9.475 10' stroke='%23f6f6f6' stroke-width='2.4' stroke-miterlimit='10'/%3E%3Cpath d='M30 11.385H0' stroke='%23f6f6f6' stroke-width='2.4'/%3E%3C/svg%3E"); }
      @media screen and (max-width: 1280px) {
        .delo-workshop__more:after {
          transform: translateY(5px); } }
    .delo-workshop__more:hover:after {
      opacity: 1; }
  .delo-workshop .btn {
    color: #1e1e1e;
    border-color: #1e1e1e; }
    .delo-workshop .btn:hover {
      color: #f6f6f6;
      background-color: #1e1e1e; }

.delo-strategic .delo-text {
  position: relative;
  z-index: 1; }

.delo-strategic__img {
  position: relative;
  height: 796px; }
  @media screen and (max-width: 1023px) {
    .delo-strategic__img {
      height: 728px; } }
  @media screen and (max-width: 767px) {
    .delo-strategic__img {
      height: 346px; } }
  .delo-strategic__img._hidden {
    display: none; }
  .delo-strategic__img img {
    position: absolute;
    top: -128px;
    left: 50%;
    max-width: 1440px;
    margin-left: 10px;
    transform: translateX(-50%);
    transition: opacity .3s ease-in; }
    @media screen and (max-width: 1280px) {
      .delo-strategic__img img {
        top: -165px;
        margin-left: 20px; } }
    @media screen and (max-width: 1023px) {
      .delo-strategic__img img {
        top: -211px;
        margin-left: 7px; } }
    @media screen and (max-width: 767px) {
      .delo-strategic__img img {
        top: -131px;
        max-width: 900px;
        margin-left: -93px; } }
    .delo-strategic__img img._hidden {
      opacity: 0; }

.delo-text {
  text-align: left; }
  .delo-text ._heading {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .delo-text ._heading {
        margin-bottom: 80px; } }
  .delo-text ._text {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .delo-text ._text {
        margin-bottom: 50px;
        letter-spacing: .03em;
        font-family: "Suisse Int", Arial, Verdana, sans-serif;
        font-size: 13px;
        line-height: 1.54; } }
  .delo-text__features {
    display: flex; }
    @media screen and (max-width: 767px) {
      .delo-text__features {
        flex-direction: column; } }
  .delo-text__feature {
    flex-shrink: 0;
    width: 390px;
    margin-right: 30px; }
    @media screen and (max-width: 1280px) {
      .delo-text__feature {
        width: 278px;
        margin-right: 50px; } }
    @media screen and (max-width: 1023px) {
      .delo-text__feature {
        width: 33.3%;
        margin-right: 0;
        padding-right: 25px; } }
    @media screen and (max-width: 767px) {
      .delo-text__feature {
        width: 100%;
        margin-bottom: 50px; } }
    .delo-text__feature:last-of-type {
      margin: 0; }
    .delo-text__feature p {
      max-width: 330px;
      font-size: 17px;
      line-height: 1.47; }
      @media screen and (max-width: 1280px) {
        .delo-text__feature p {
          max-width: 270px; } }
      @media screen and (max-width: 767px) {
        .delo-text__feature p {
          font-size: 13px;
          line-height: 1.54; } }
  .delo-text__title {
    margin-bottom: 30px;
    letter-spacing: .02em;
    font-size: 17px;
    line-height: 1.47; }
    @media screen and (max-width: 767px) {
      .delo-text__title {
        margin-bottom: 20px; } }
    .delo-text__title svg {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-right: 20px;
      vertical-align: middle;
      transform: translateY(-1px);
      fill: none; }

.delo-request {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 80px;
  text-align: center;
  color: #f6f6f6;
  border-radius: 10px;
  cursor: pointer;
  background-color: #1e1e1e; }
  @media screen and (max-width: 767px) {
    .delo-request {
      padding: 50px 20px 30px; } }
  .delo-request:hover .btn {
    color: #1e1e1e;
    background-color: #d6d7d8; }
  .delo-request ._title {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .delo-request ._title {
        font-family: "Suisse Int", Arial, Verdana, sans-serif;
        font-size: 13px;
        line-height: 1.54; } }
  .delo-request ._text {
    max-width: 730px;
    margin: 0 auto 50px;
    font-size: 40px;
    line-height: 1.11; }
    @media screen and (max-width: 767px) {
      .delo-request ._text {
        margin-bottom: 100px;
        font-size: 25px;
        line-height: 1.2; } }
  @media screen and (max-width: 767px) {
    .delo-request .btn {
      height: 30px;
      padding: 0;
      font-size: 13px;
      line-height: 28px; } }

.delo-form-workshops {
  display: none;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-bottom: 100px;
  margin-left: -15px; }
  @media screen and (max-width: 1023px) {
    .delo-form-workshops {
      width: calc(100% + 20px);
      margin-left: -10px; } }
  @media screen and (max-width: 767px) {
    .delo-form-workshops {
      width: 100%;
      margin-bottom: 70px;
      margin-left: 0; } }
  .delo-form-workshops._active {
    display: flex; }
  .delo-form-workshops__item {
    position: relative;
    width: 285px;
    margin: 0 15px 30px; }
    @media screen and (max-width: 1280px) {
      .delo-form-workshops__item {
        width: 251px; } }
    @media screen and (max-width: 1023px) {
      .delo-form-workshops__item {
        width: 196px;
        margin: 0 10px 20px; } }
    @media screen and (max-width: 767px) {
      .delo-form-workshops__item {
        width: 100%;
        margin: 0 0 20px; } }
    .delo-form-workshops__item label {
      display: block;
      width: 100%;
      min-height: 112px;
      padding: 30px;
      cursor: pointer;
      text-align: left;
      border: 1px solid #1e1e1e;
      border-radius: 10px; }
      @media screen and (max-width: 1023px) {
        .delo-form-workshops__item label {
          padding: 14px 20px;
          min-height: 70px;
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
      @media screen and (max-width: 767px) {
        .delo-form-workshops__item label {
          min-height: auto; } }
    .delo-form-workshops__item input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .delo-form-workshops__item input:checked ~ label {
        border-color: #f6f6f6;
        background-color: #f6f6f6; }

.about {
  overflow: hidden;
  width: 100%;
  padding-bottom: 205px;
  text-align: left;
  background: #d6d7d8 url("../img/about/about-bg.svg") center top no-repeat; }
  @media screen and (max-width: 767px) {
    .about {
      padding-bottom: 130px;
      background-image: url("../img/about/about-bg-mobile.svg"); } }
  .about .container {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1280px) {
      .about .container {
        max-width: 906px;
        padding: 0 15px; } }
    @media screen and (max-width: 1023px) {
      .about .container {
        max-width: 684px;
        padding: 0 15px; } }
    @media screen and (max-width: 767px) {
      .about .container {
        max-width: 375px;
        padding: 0 20px; } }

.about-benefit {
  margin-bottom: 235px; }
  @media screen and (max-width: 1280px) {
    .about-benefit {
      margin-bottom: 205px; } }
  @media screen and (max-width: 767px) {
    .about-benefit {
      margin-bottom: 325px; } }
  .about-benefit._base {
    margin-bottom: 335px; }
    @media screen and (max-width: 1023px) {
      .about-benefit._base {
        margin-bottom: 205px; } }
    @media screen and (max-width: 767px) {
      .about-benefit._base {
        margin-bottom: 200px; } }
    @media screen and (max-width: 1023px) {
      .about-benefit._base .about-benefit__block {
        margin-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .about-benefit._base .about-benefit__text ._title {
        font-size: 17px;
        line-height: 1.47; } }
  .about-benefit__heading {
    margin-bottom: 80px; }
  .about-benefit__block {
    margin-bottom: 80px; }
    @media screen and (max-width: 1023px) {
      .about-benefit__block ._text {
        font-size: 36px;
        line-height: 1.11; } }
    @media screen and (max-width: 767px) {
      .about-benefit__block ._text {
        font-size: 25px;
        line-height: 1.2; } }
    @media screen and (max-width: 1023px) {
      .about-benefit__block {
        margin-bottom: 50px; } }
    .about-benefit__block:last-of-type {
      margin-bottom: 0; }
  .about-benefit__text {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #1e1e1e; }
    @media screen and (max-width: 767px) {
      .about-benefit__text {
        flex-direction: column;
        margin-top: 10px;
        padding-top: 20px; } }
    .about-benefit__text ._headline {
      max-width: 495px;
      margin-bottom: 0; }
      @media screen and (max-width: 1280px) {
        .about-benefit__text ._headline {
          max-width: 390px; } }
      @media screen and (max-width: 1023px) {
        .about-benefit__text ._headline {
          max-width: 255px; } }
      @media screen and (max-width: 767px) {
        .about-benefit__text ._headline {
          margin-bottom: 20px;
          font-size: 13px;
          line-height: 1.54; } }
    .about-benefit__text ._title {
      width: 615px;
      margin-bottom: 0;
      margin-left: auto; }
      @media screen and (max-width: 1280px) {
        .about-benefit__text ._title {
          width: 440px; } }
      @media screen and (max-width: 1023px) {
        .about-benefit__text ._title {
          width: 370px; } }
      @media screen and (max-width: 767px) {
        .about-benefit__text ._title {
          width: 100%;
          font-size: 13px;
          line-height: 1.54; } }

.about-cases {
  margin-bottom: 335px; }
  @media screen and (max-width: 1280px) {
    .about-cases {
      margin-bottom: 205px; } }
  @media screen and (max-width: 767px) {
    .about-cases {
      margin-bottom: 130px; } }
  @media screen and (max-width: 1023px) {
    .about-cases ._title {
      margin-bottom: 50px; } }
  .about-cases ._text {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .about-cases ._text {
        margin-bottom: 50px; } }
  @media screen and (max-width: 1023px) {
    .about-cases .cases {
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .about-cases .cases__item {
      height: 280px;
      min-height: auto; } }

.about-dialog {
  margin-bottom: 205px; }
  @media screen and (max-width: 767px) {
    .about-dialog {
      margin-bottom: 130px; } }
  .about-dialog__wrap {
    display: flex;
    flex-direction: column;
    max-width: 660px;
    margin: 0 auto; }
  .about-dialog__message {
    margin-bottom: 30px;
    padding: 20px;
    font-family: AgipoRegExt, Arial, Verdana, sans-serif;
    font-size: 25px;
    line-height: 1.36; }
    @media screen and (max-width: 767px) {
      .about-dialog__message {
        margin-bottom: 10px;
        padding: 5px 10px;
        font-size: 13px;
        line-height: 1.54;
        font-family: "Suisse Int", Arial, Verdana, sans-serif; } }
    .about-dialog__message:last-of-type {
      margin-bottom: 0; }
    .about-dialog__message._left {
      margin-right: auto;
      padding-right: 50px;
      border-radius: 10px 10px 10px 0;
      background-color: #d6d7d8; }
      @media screen and (max-width: 767px) {
        .about-dialog__message._left {
          padding-right: 12px; } }
    .about-dialog__message._right {
      max-width: 540px;
      margin-left: auto;
      padding-left: 50px;
      border-radius: 10px 10px 0 10px;
      background-color: #FDF281; }
      @media screen and (max-width: 767px) {
        .about-dialog__message._right {
          padding-left: 12px; } }

.about-everyday {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .about-everyday ._title {
      margin-bottom: 50px; } }
  @media screen and (max-width: 1023px) {
    .about-everyday ._text {
      font-size: 36px;
      line-height: 1.28; } }
  @media screen and (max-width: 767px) {
    .about-everyday ._text {
      font-size: 25px;
      line-height: 1.36; } }
  .about-everyday ._text svg {
    fill: #f6f6f6; }

.about-head {
  margin-bottom: 335px;
  padding-top: 255px; }
  @media screen and (max-width: 1023px) {
    .about-head {
      padding-top: 335px; } }
  @media screen and (max-width: 767px) {
    .about-head {
      margin-bottom: 235px;
      padding-top: 205px; } }
  .about-head ._text {
    margin-bottom: 205px; }
    @media screen and (max-width: 1280px) {
      .about-head ._text {
        margin-bottom: 130px; } }
    @media screen and (max-width: 1023px) {
      .about-head ._text {
        margin-bottom: 205px; } }
    @media screen and (max-width: 767px) {
      .about-head ._text {
        margin-bottom: 130px; } }
  .about-head ._title {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .about-head ._title {
        margin-bottom: 30px; } }
  @media screen and (max-width: 1023px) {
    .about-head ._heading {
      font-size: 40px;
      line-height: 1.12; } }
  .about-head__carousel {
    margin-bottom: 50px; }
    @media screen and (max-width: 1023px) {
      .about-head__carousel {
        margin-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .about-head__carousel {
        position: relative;
        padding-bottom: 44px; }
        .about-head__carousel:before {
          content: '';
          position: absolute;
          top: 6px;
          left: 10px;
          width: 1px;
          height: 100%;
          background-color: #1e1e1e; } }
    @media screen and (max-width: 767px) {
      .about-head__carousel ._heading {
        position: relative;
        z-index: 1;
        display: flex;
        padding-bottom: 50px;
        font-size: 25px;
        line-height: 1.36; }
        .about-head__carousel ._heading:before {
          content: '';
          display: inline-block;
          flex-shrink: 0;
          width: 20px;
          height: 20px;
          margin-top: 6px;
          margin-right: 10px;
          border: 1px solid #1e1e1e;
          border-radius: 50%;
          background-color: #FDF281; } }
    @media screen and (max-width: 767px) {
      .about-head__carousel .swiper-wrapper {
        display: block; } }
  .about-head__timeline {
    position: relative;
    display: flex; }
    @media screen and (max-width: 767px) {
      .about-head__timeline {
        display: none; } }
    .about-head__timeline:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 15px;
      left: 50%;
      width: 100vw;
      height: 1px;
      transform: translateX(-50%);
      background-color: #1e1e1e; }
    .about-head__timeline .swiper-pagination-bullet {
      opacity: 1;
      width: 30px;
      height: 30px;
      border: 1.4px solid #1e1e1e;
      border-radius: 50%;
      background-color: #FDF281; }
      .about-head__timeline .swiper-pagination-bullet-active {
        border-color: #fe4b4e;
        background-color: #fe4b4e; }
      .about-head__timeline .swiper-pagination-bullet:nth-of-type(1) {
        margin-right: 440px; }
        @media screen and (max-width: 1280px) {
          .about-head__timeline .swiper-pagination-bullet:nth-of-type(1) {
            margin-right: 400px; } }
        @media screen and (max-width: 1023px) {
          .about-head__timeline .swiper-pagination-bullet:nth-of-type(1) {
            margin-right: 226px; } }
      .about-head__timeline .swiper-pagination-bullet:nth-of-type(2) {
        margin-right: 290px; }
        @media screen and (max-width: 1280px) {
          .about-head__timeline .swiper-pagination-bullet:nth-of-type(2) {
            margin-right: 270px; } }
        @media screen and (max-width: 1023px) {
          .about-head__timeline .swiper-pagination-bullet:nth-of-type(2) {
            margin-right: 198px; } }
      .about-head__timeline .swiper-pagination-bullet:nth-of-type(3) {
        margin-right: 167px; }
        @media screen and (max-width: 1280px) {
          .about-head__timeline .swiper-pagination-bullet:nth-of-type(3) {
            margin-right: 90px; } }
        @media screen and (max-width: 1023px) {
          .about-head__timeline .swiper-pagination-bullet:nth-of-type(3) {
            margin-right: 111px; } }
  .about-head__buttons {
    display: flex;
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .about-head__buttons {
        display: none; } }
  .about-head__btn {
    display: inline-block;
    width: 50px;
    height: 30px;
    cursor: pointer;
    border: none; }
    .about-head__btn._prev {
      margin-right: 30px;
      background: transparent url("data:image/svg+xml,%3Csvg width='50' height='30' viewBox='0 0 52 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.83 30.815l-14.213-15 14.213-15' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M1.617 15.815h50' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }
    .about-head__btn._next {
      background: transparent url("data:image/svg+xml,%3Csvg width='50' height='30' viewBox='0 0 51 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.79.815l14.212 15-14.213 15' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M50.002 15.815h-50' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }

.about-location {
  margin-bottom: 240px; }
  @media screen and (max-width: 1280px) {
    .about-location {
      margin-bottom: 205px; } }
  @media screen and (max-width: 1023px) {
    .about-location {
      margin-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .about-location {
      margin-bottom: 45px; } }
  .about-location ._title {
    margin-bottom: 50px; }
  .about-location ._text {
    margin-bottom: 35px; }
    @media screen and (max-width: 1023px) {
      .about-location ._text {
        margin-bottom: 108px; } }
    @media screen and (max-width: 767px) {
      .about-location ._text {
        margin-bottom: 0; } }
  .about-location__img {
    position: relative;
    width: 806px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 1280px) {
      .about-location__img {
        margin: 0;
        transform: translateX(-120px); } }
    @media screen and (max-width: 1023px) {
      .about-location__img {
        transform: translateX(-350px); } }
    @media screen and (max-width: 767px) {
      .about-location__img {
        margin-top: -48px;
        transform: translateX(-490px); } }
  .about-location__city {
    position: absolute;
    font-family: AgipoRegExt, Arial, Verdana, sans-serif;
    font-size: 25px;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .about-location__city {
        font-size: 13px;
        line-height: 1.54;
        font-family: "Suisse Int", Arial, Verdana, sans-serif; } }
    .about-location__city._spb {
      top: 46px;
      right: -177px; }
      .about-location__city._spb._en {
        right: -135px; }
      @media screen and (max-width: 767px) {
        .about-location__city._spb {
          top: 153px;
          right: 30px; }
          .about-location__city._spb._en {
            right: 54px; } }
    .about-location__city._moscow {
      top: 112px;
      right: -105px; }
      @media screen and (max-width: 767px) {
        .about-location__city._moscow {
          top: 215px;
          right: 38px; } }
    .about-location__city._minsk {
      top: 188px;
      right: -62px; }
      .about-location__city._minsk._en {
        right: -41px; }
      @media screen and (max-width: 767px) {
        .about-location__city._minsk {
          top: 288px;
          right: 78px; }
          .about-location__city._minsk._en {
            right: 86px; } }

.about-process {
  margin-bottom: 305px; }
  @media screen and (max-width: 1023px) {
    .about-process {
      margin-bottom: 175px; } }
  @media screen and (max-width: 767px) {
    .about-process {
      margin-bottom: 240px; } }
  .about-process ._title {
    max-width: 495px; }
    @media screen and (max-width: 767px) {
      .about-process ._title {
        margin-bottom: 30px;
        font-size: 13px;
        line-height: 1.54; } }
  .about-process__heading {
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      .about-process__heading {
        margin-bottom: 80px;
        line-height: 1.36; } }
  .about-process__wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px; }
    @media screen and (max-width: 767px) {
      .about-process__wrap {
        width: 100%;
        margin-left: 0; } }
  .about-process__item {
    width: calc(50% - 30px);
    min-height: 210px;
    margin: 0 15px 30px;
    padding: 30px;
    color: #f6f6f6;
    border-radius: 10px;
    background-color: #1e1e1e; }
    @media screen and (max-width: 1023px) {
      .about-process__item {
        min-height: 312px; } }
    @media screen and (max-width: 767px) {
      .about-process__item {
        width: 100%;
        height: 0;
        min-height: 0;
        margin: 0 0 20px;
        overflow: hidden;
        padding-bottom: 100%; } }
    .about-process__item ._text {
      margin-bottom: 20px;
      line-height: 1.11; }
      @media screen and (max-width: 1023px) {
        .about-process__item ._text {
          line-height: 1.28; } }
    .about-process__item ._headline {
      max-width: 444px; }
    .about-process__item:hover {
      color: #1e1e1e; }
      .about-process__item:hover._hover-yellow {
        background-color: #FDF281; }
      .about-process__item:hover._hover-green {
        background-color: #02D3A4; }
      .about-process__item:hover._hover-blue {
        background-color: #008FFF; }
      .about-process__item:hover._hover-red {
        background-color: #fe4b4e; }

.about-progress {
  margin-bottom: 205px; }
  @media screen and (max-width: 767px) {
    .about-progress ._title {
      margin-bottom: 50px; } }
  .about-progress__block {
    margin-bottom: 130px; }
    @media screen and (max-width: 767px) {
      .about-progress__block {
        margin-bottom: 80px; } }
    .about-progress__block:last-of-type {
      margin-bottom: 0; }
    .about-progress__block ._text {
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 1023px) {
        .about-progress__block ._text {
          font-size: 36px;
          line-height: 1.28; } }
      @media screen and (max-width: 767px) {
        .about-progress__block ._text {
          font-size: 25px;
          line-height: 1.36; } }
    .about-progress__block._1 img {
      width: 561px; }
      @media screen and (max-width: 1023px) {
        .about-progress__block._1 img {
          margin-top: -115px; } }
      @media screen and (max-width: 767px) {
        .about-progress__block._1 img {
          width: 285px;
          margin-top: -64px; } }
    .about-progress__block._2 img {
      width: 530px; }
      @media screen and (max-width: 1280px) {
        .about-progress__block._2 img {
          margin-top: -60px; } }
      @media screen and (max-width: 1023px) {
        .about-progress__block._2 img {
          margin-top: -130px; } }
      @media screen and (max-width: 767px) {
        .about-progress__block._2 img {
          width: 270px;
          margin-top: -26px; } }
    .about-progress__block._3 img {
      width: 544px; }
      @media screen and (max-width: 1280px) {
        .about-progress__block._3 img {
          margin-top: -63px; } }
      @media screen and (max-width: 1023px) {
        .about-progress__block._3 img {
          margin-top: -118px; } }
      @media screen and (max-width: 767px) {
        .about-progress__block._3 img {
          width: 276px;
          margin-top: -42px; } }
    .about-progress__block img {
      display: block;
      margin: 0 auto;
      margin-top: -125px; }

.about-stats {
  margin-bottom: 205px; }
  @media screen and (max-width: 767px) {
    .about-stats {
      margin-bottom: 130px; } }
  .about-stats__row {
    position: relative;
    padding-top: 50px;
    text-align: center;
    border-top: 1px solid #1e1e1e; }
    @media screen and (max-width: 767px) {
      .about-stats__row {
        padding-top: 30px; } }
    .about-stats__row ._heading {
      margin-bottom: 50px; }
      @media screen and (max-width: 1023px) {
        .about-stats__row ._heading {
          font-size: 40px;
          line-height: 1.12; } }
      @media screen and (max-width: 767px) {
        .about-stats__row ._heading {
          margin-bottom: 30px;
          font-size: 36px;
          line-height: 1.11; } }
    .about-stats__row ._title {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .about-stats__row ._title {
          font-size: 13px;
          line-height: 1.54; } }
    .about-stats__row._with-headline {
      padding-bottom: 30px; }
      .about-stats__row._with-headline ._heading {
        margin-bottom: 10px; }
    .about-stats__row:last-of-type {
      border-bottom: 1px solid #1e1e1e; }

.about-team {
  margin-bottom: 130px; }
  @media screen and (max-width: 767px) {
    .about-team {
      margin-bottom: 80px; } }
  .about-team ._heading {
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      .about-team ._heading {
        font-size: 40px;
        line-height: 1.12; } }
    @media screen and (max-width: 767px) {
      .about-team ._heading {
        margin-bottom: 80px;
        font-size: 36px;
        line-height: 1.28; } }
  .about-team ._text {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .about-team ._text {
        margin-bottom: 50px; } }
  .about-team__outer.swiper-container {
    overflow: inherit; }
  .about-team__slide {
    flex-shrink: 0;
    width: 390px;
    height: 390px;
    padding: 30px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .about-team__slide {
        width: 250px;
        height: 280px;
        padding: 20px; } }
    .about-team__slide ._text,
    .about-team__slide ._title {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .about-team__slide ._title {
        font-size: 13px;
        line-height: 1.54; } }
    .about-team__slide._center .about-team__content {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; }
    .about-team__slide._bottom .about-team__content {
      display: flex;
      align-items: flex-end; }
    .about-team__slide._bg-gray {
      background-color: #d6d7d8; }
    .about-team__slide._bg-blue {
      background-color: #008FFF; }
    .about-team__slide._color-white {
      color: #f6f6f6; }
  .about-team__content {
    width: 100%;
    height: 100%; }
  .about-team__controls {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .about-team__controls {
        justify-content: center; } }
  @media screen and (max-width: 767px) {
    .about-team__buttons {
      display: none; } }
  .about-team__btn {
    display: inline-block;
    width: 30px;
    height: 20px;
    cursor: pointer;
    border: none; }
    .about-team__btn._prev {
      margin-right: 20px;
      background: transparent url("data:image/svg+xml,%3Csvg width='31' height='22' viewBox='0 0 31 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.475 21L1 11l9.475-10' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M1 11h30' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }
    .about-team__btn._next {
      background: transparent url("data:image/svg+xml,%3Csvg width='31' height='22' viewBox='0 0 31 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.525 1L30 11l-9.475 10' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M30 11H0' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }
  .about-team__pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border: 1px solid #1e1e1e;
    opacity: 1;
    background-color: transparent;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      .about-team__pagination span {
        margin: 0 10px; } }
    .about-team__pagination span._active {
      background-color: #1e1e1e; }
  .about-team .swiper-pagination-bullet-active {
    background-color: #1e1e1e; }

.about-together {
  margin-bottom: 205px; }
  .about-together ._title {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .about-together ._title {
        margin-bottom: 50px; } }
  .about-together__outer.swiper-container {
    overflow: inherit; }
  .about-together__inner.slick-slider {
    display: block; }
    .about-together__inner.slick-slider .slick-list {
      overflow: inherit; }
    .about-together__inner.slick-slider .slick-slide {
      width: 390px;
      margin-right: 30px; }
      .about-together__inner.slick-slider .slick-slide .about-together__slide {
        width: 100%;
        margin-right: 0; }
    @media screen and (max-width: 767px) {
      .about-together__inner.slick-slider .slick-slide {
        width: 250px;
        margin-right: 20px; } }
  .about-together__slide {
    position: relative;
    flex-shrink: 0;
    width: 390px;
    height: 510px;
    padding: 30px;
    color: #d6d7d8;
    border-radius: 10px;
    background-color: #1e1e1e; }
    @media screen and (max-width: 767px) {
      .about-together__slide {
        width: 250px;
        height: 350px;
        padding: 20px; } }
    .about-together__slide img {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 767px) {
        .about-together__slide img {
          max-width: calc(100% - 40px); } }
  .about-together__controls {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .about-together__controls {
        justify-content: center; } }
  @media screen and (max-width: 767px) {
    .about-together__buttons {
      display: none; } }
  .about-together__btn {
    display: inline-block;
    width: 30px;
    height: 20px;
    cursor: pointer;
    border: none; }
    .about-together__btn._prev {
      margin-right: 20px;
      background: transparent url("data:image/svg+xml,%3Csvg width='31' height='22' viewBox='0 0 31 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.475 21L1 11l9.475-10' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M1 11h30' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }
    .about-together__btn._next {
      background: transparent url("data:image/svg+xml,%3Csvg width='31' height='22' viewBox='0 0 31 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.525 1L30 11l-9.475 10' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M30 11H0' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }
  .about-together__pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border: 1px solid #1e1e1e;
    opacity: 1;
    background-color: transparent;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      .about-together__pagination span {
        margin: 0 10px; } }
    .about-together__pagination span._active {
      background-color: #1e1e1e; }
  .about-together .swiper-pagination-bullet-active {
    background-color: #1e1e1e; }

.about-request__wrap {
  display: block;
  width: 100%;
  padding: 80px;
  text-align: center;
  border-radius: 10px;
  background-color: #f6f6f6; }
  @media screen and (max-width: 767px) {
    .about-request__wrap {
      height: 0;
      overflow: hidden;
      padding: 0 15px 100%; } }
  .about-request__wrap:hover .btn {
    color: #f6f6f6;
    background-color: #fe4b4e;
    border-color: #fe4b4e; }

.about-request ._text {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .about-request ._text {
      margin-top: 50px;
      font-size: 17px;
      line-height: 1.47;
      font-family: "Suisse Int", Arial, Verdana, sans-serif; } }

.about-request .btn {
  max-width: 285px;
  border: 1px solid #1e1e1e;
  background-color: transparent; }
  @media screen and (max-width: 767px) {
    .about-request .btn {
      height: 30px;
      padding: 0;
      font-size: 13px;
      letter-spacing: 0.03em;
      line-height: 28px; } }

.case-ya {
  width: 100%;
  padding-top: 170px;
  padding-bottom: 130px;
  text-align: left;
  background: url("../img/case-ya/case-ya-bg.svg") center top no-repeat; }
  @media screen and (max-width: 1280px) {
    .case-ya {
      padding-top: 150px;
      background-image: url("../img/case-ya/case-ya-bg-screen.svg"); } }
  @media screen and (max-width: 1023px) {
    .case-ya {
      background-image: url("../img/case-ya/case-ya-bg-tablet.svg"); } }
  @media screen and (max-width: 767px) {
    .case-ya {
      padding-bottom: 80px;
      background-image: url("../img/case-ya/case-ya-bg-mobile.svg"); } }
  @media screen and (max-width: 1023px) {
    .case-ya .container {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .case-ya .container {
      max-width: 375px;
      padding: 0 20px; } }
  .case-ya ._title {
    margin-bottom: 0; }
  .case-ya ._text {
    line-height: 1.28; }
    @media screen and (max-width: 1023px) {
      .case-ya ._text {
        line-height: 1.44; } }
    @media screen and (max-width: 767px) {
      .case-ya ._text {
        letter-spacing: .02em;
        font-family: "Suisse Int", Arial, Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.47; } }
  .case-ya blockquote {
    display: flex;
    width: 1020px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 10px;
    background-color: #f6f6f6; }
    @media screen and (max-width: 1280px) {
      .case-ya blockquote {
        width: 720px; } }
    @media screen and (max-width: 1023px) {
      .case-ya blockquote {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .case-ya blockquote {
        flex-direction: column;
        padding: 50px 20px; } }
    .case-ya blockquote._blue {
      background-color: #008FFF; }
    .case-ya blockquote ._text {
      flex-shrink: 0;
      max-width: 650px;
      margin-right: 80px;
      margin-bottom: 0; }
      @media screen and (max-width: 1280px) {
        .case-ya blockquote ._text {
          max-width: 420px;
          margin-right: 50px; } }
      @media screen and (max-width: 1023px) {
        .case-ya blockquote ._text {
          max-width: 352px;
          font-family: AgipoRegExt, Arial, Verdana, sans-serif;
          font-size: 25px;
          line-height: 1.44; } }
      @media screen and (max-width: 767px) {
        .case-ya blockquote ._text {
          max-width: 100%;
          margin-right: 0;
          margin-bottom: 30px;
          font-family: "Suisse Int", Arial, Verdana, sans-serif;
          font-size: 17px;
          line-height: 1.47; } }
    @media screen and (max-width: 767px) {
      .case-ya blockquote ._qoute-author {
        display: flex;
        align-items: center; } }
    .case-ya blockquote ._avatar {
      position: relative;
      overflow: hidden;
      width: 110px;
      height: 110px;
      margin-bottom: 10px;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media screen and (max-width: 1280px) {
        .case-ya blockquote ._avatar {
          width: 80px;
          height: 80px; } }
      @media screen and (max-width: 767px) {
        .case-ya blockquote ._avatar {
          flex-shrink: 0;
          width: 60px;
          height: 60px;
          margin-right: 10px;
          margin-bottom: 0; } }
    .case-ya blockquote small {
      letter-spacing: .03em;
      font-size: 13px;
      line-height: 1.54; }
  .case-ya ._tag {
    display: inline-block;
    height: 30px;
    padding: 0 15px;
    text-align: center;
    letter-spacing: .03em;
    font-size: 17px;
    line-height: 28px;
    border: 1px solid #1e1e1e;
    border-radius: 10px; }

.case-ya-descr {
  margin-bottom: 370px; }
  @media screen and (max-width: 1280px) {
    .case-ya-descr {
      margin-bottom: 335px; } }
  @media screen and (max-width: 1023px) {
    .case-ya-descr {
      margin-bottom: 205px; } }
  .case-ya-descr ._text {
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      .case-ya-descr ._text {
        margin-bottom: 80px; } }
  .case-ya-descr blockquote {
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      .case-ya-descr blockquote {
        margin-bottom: 80px; } }
  .case-ya-descr ._tag {
    margin-bottom: 80px; }
    @media screen and (max-width: 1023px) {
      .case-ya-descr ._tag {
        margin-bottom: 50px; } }
  .case-ya-descr__list {
    width: 100%; }
    .case-ya-descr__list li {
      display: flex;
      margin-bottom: 0;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #1e1e1e; }
      .case-ya-descr__list li:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
    .case-ya-descr__list svg {
      flex-shrink: 0;
      width: 30px;
      height: 30px;
      margin-right: 30px;
      transform: translateY(8px);
      fill: #008FFF; }
      @media screen and (max-width: 1023px) {
        .case-ya-descr__list svg {
          transform: translateY(2px);
          margin-right: 26px; } }
      @media screen and (max-width: 767px) {
        .case-ya-descr__list svg {
          margin-right: 18px; } }

.case-ya-final {
  margin-top: 205px;
  padding: 80px;
  border-radius: 10px;
  background-color: #fe4b4e; }
  @media screen and (max-width: 1023px) {
    .case-ya-final {
      margin-top: 130px;
      padding: 80px 57px; } }
  @media screen and (max-width: 767px) {
    .case-ya-final {
      width: calc(100%  + 40px);
      margin-left: -20px;
      padding: 50px 20px;
      border-radius: 0; } }
  .case-ya-final ._heading {
    margin-bottom: 50px; }
    @media screen and (max-width: 1280px) {
      .case-ya-final ._heading {
        font-size: 40px;
        line-height: 1.12; } }
    @media screen and (max-width: 767px) {
      .case-ya-final ._heading {
        margin-bottom: 30px; } }
  .case-ya-final ._title {
    max-width: 540px;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .case-ya-final ._title {
        letter-spacing: .03em;
        font-size: 13px;
        line-height: 1.54;
        margin-bottom: 50px; } }
  .case-ya-final blockquote {
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .case-ya-final blockquote {
        flex-direction: column;
        width: calc(100% + 54px);
        margin-left: -27px; }
        .case-ya-final blockquote ._text {
          max-width: 100%;
          margin-right: 0;
          margin-bottom: 30px; }
        .case-ya-final blockquote ._qoute-author {
          display: flex;
          align-items: center; }
          .case-ya-final blockquote ._qoute-author ._avatar {
            margin-right: 10px;
            margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .case-ya-final blockquote {
        width: 100%;
        margin-left: 0; } }

.case-ya-head {
  margin-bottom: 550px; }
  @media screen and (max-width: 1280px) {
    .case-ya-head {
      margin-bottom: 335px; } }
  @media screen and (max-width: 1023px) {
    .case-ya-head {
      margin-bottom: 205px; } }
  .case-ya-head ._tag {
    margin-bottom: 50px; }
    @media screen and (max-width: 1023px) {
      .case-ya-head ._tag {
        margin-bottom: 30px; } }
  .case-ya-head ._heading {
    max-width: 860px;
    margin-bottom: 120px; }
    @media screen and (max-width: 1023px) {
      .case-ya-head ._heading {
        font-size: 40px;
        line-height: 1.12; } }
    @media screen and (max-width: 767px) {
      .case-ya-head ._heading {
        margin-bottom: 80px;
        font-size: 36px;
        line-height: 1.28; } }
  .case-ya-head__main {
    position: relative;
    margin-bottom: 100px; }
    @media screen and (max-width: 1280px) {
      .case-ya-head__main {
        margin-bottom: 130px; } }
    @media screen and (max-width: 1023px) {
      .case-ya-head__main {
        margin-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .case-ya-head__main {
        padding-top: 75px; } }
  .case-ya-head__logo {
    position: absolute;
    top: 87px;
    left: 0; }
    @media screen and (max-width: 1280px) {
      .case-ya-head__logo {
        top: 10px; } }
    @media screen and (max-width: 1023px) {
      .case-ya-head__logo {
        top: 13px;
        width: 117px;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .case-ya-head__logo {
        top: 0; } }
  .case-ya-head__img {
    width: 1330px;
    height: auto; }
    @media screen and (max-width: 1280px) {
      .case-ya-head__img {
        width: 950px; } }
    @media screen and (max-width: 1023px) {
      .case-ya-head__img {
        width: 711px; } }
    @media screen and (max-width: 767px) {
      .case-ya-head__img {
        width: 467px;
        transform: translateX(-20px); } }
  .case-ya-head ._text {
    margin-bottom: 80px; }
  .case-ya-head__summary {
    width: 100%;
    display: flex; }
    @media screen and (max-width: 767px) {
      .case-ya-head__summary {
        flex-direction: column; } }
  .case-ya-head__summary-col {
    flex-shrink: 0;
    width: 33.3%; }
    @media screen and (max-width: 767px) {
      .case-ya-head__summary-col {
        width: 100%;
        margin-bottom: 30px; }
        .case-ya-head__summary-col:last-of-type {
          margin-bottom: 0; } }
    @media screen and (max-width: 1023px) {
      .case-ya-head__summary-col ._title {
        font-size: 13px;
        line-height: 1.54; } }
    .case-ya-head__summary-col ._title:first-child {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #1e1e1e; }
      @media screen and (max-width: 1023px) {
        .case-ya-head__summary-col ._title:first-child {
          margin-bottom: 10px;
          padding-bottom: 10px; } }

.case-ya-process__carousel {
  width: 1020px;
  margin: 0 auto 80px; }
  @media screen and (max-width: 1280px) {
    .case-ya-process__carousel {
      width: 720px; } }
  @media screen and (max-width: 767px) {
    .case-ya-process__carousel {
      width: 100%; } }

.case-ya-process__slide {
  width: 100%; }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .case-ya-process .slick-list {
    overflow: inherit; }
  .case-ya-process .slick-slide {
    width: 596px;
    margin-right: 30px; }
    .case-ya-process .slick-slide ._headline {
      display: none; }
    .case-ya-process .slick-slide.slick-active ._headline {
      display: block; } }

@media screen and (max-width: 767px) {
  .case-ya-process .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px; }
    .case-ya-process .slick-dots button {
      width: 20px;
      height: 20px;
      margin: 0 5px;
      border: 1px solid #1e1e1e;
      border-radius: 50%;
      background-color: transparent; }
    .case-ya-process .slick-dots svg {
      width: 20px;
      height: 20px;
      opacity: 0;
      fill: #f6f6f6; }
    .case-ya-process .slick-dots .slick-active button {
      border: none; }
    .case-ya-process .slick-dots .slick-active svg {
      opacity: 1; } }

.case-ya-process__slide-img {
  overflow: hidden;
  width: 100%;
  height: 596px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 1280px) {
    .case-ya-process__slide-img {
      height: 422px; } }
  @media screen and (max-width: 1023px) {
    .case-ya-process__slide-img {
      width: 100%;
      height: 349px; } }
  @media screen and (max-width: 767px) {
    .case-ya-process__slide-img {
      height: 163px; } }

@media screen and (max-width: 767px) {
  .case-ya-process ._headline {
    text-align: center; } }

.case-ya-process__btn {
  position: absolute;
  top: 283px;
  width: 50px;
  height: 30px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  @media screen and (max-width: 1280px) {
    .case-ya-process__btn {
      top: 195px; } }
  .case-ya-process__btn._prev {
    left: -100px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 31L1.808 16 16.02 1' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M1.808 16h50' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E"); }
    @media screen and (max-width: 1280px) {
      .case-ya-process__btn._prev {
        left: -80px; } }
  .case-ya-process__btn._next {
    right: -100px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.21 1l14.213 15-14.212 15' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M50.423 16h-50' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E"); }
    @media screen and (max-width: 1280px) {
      .case-ya-process__btn._next {
        right: -80px; } }

.case-ya-results {
  margin-bottom: 205px; }
  @media screen and (max-width: 767px) {
    .case-ya-results {
      margin-bottom: 130px; } }
  .case-ya-results ._tag {
    margin-bottom: 80px; }
    @media screen and (max-width: 1023px) {
      .case-ya-results ._tag {
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .case-ya-results ._tag {
        margin-bottom: 80px; }
        .case-ya-results ._tag span {
          display: none; } }
  .case-ya-results ul {
    margin-bottom: 130px; }
    @media screen and (max-width: 767px) {
      .case-ya-results ul {
        margin-bottom: 80px; } }
    .case-ya-results ul li {
      margin-bottom: 40px;
      padding-bottom: 40px;
      border-bottom: 1px solid #1e1e1e; }
      @media screen and (max-width: 1023px) {
        .case-ya-results ul li {
          margin-bottom: 30px;
          padding-bottom: 30px;
          font-size: 40px;
          line-height: 1.12; } }
      @media screen and (max-width: 767px) {
        .case-ya-results ul li {
          margin-bottom: 20px;
          padding-bottom: 20px;
          font-size: 36px; } }
      .case-ya-results ul li:last-of-type {
        margin-bottom: 0; }
  .case-ya-results__img {
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .case-ya-results__img {
        flex-direction: column; } }
    .case-ya-results__img img {
      width: 915px;
      height: auto;
      margin-right: 30px; }
      @media screen and (max-width: 1280px) {
        .case-ya-results__img img {
          width: 573px; } }
      @media screen and (max-width: 1023px) {
        .case-ya-results__img img {
          width: 424px; } }
      @media screen and (max-width: 767px) {
        .case-ya-results__img img {
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; } }

.case-ya-stage {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .case-ya-stage {
      margin-bottom: 130px; } }
  @media screen and (max-width: 767px) {
    .case-ya-stage {
      margin-bottom: 80px; } }
  @media screen and (max-width: 767px) {
    .case-ya-stage._final {
      margin-bottom: 130px; }
      .case-ya-stage._final .case-ya-stage__head {
        margin-bottom: 10px;
        padding-bottom: 50px;
        border-bottom: 1px solid #1e1e1e; } }
  .case-ya-stage ._tag {
    margin-bottom: 50px;
    color: #f6f6f6;
    background-color: #1e1e1e; }
  .case-ya-stage__head {
    margin-bottom: 20px;
    padding-bottom: 80px;
    border-bottom: 1px solid #1e1e1e; }
    @media screen and (max-width: 767px) {
      .case-ya-stage__head {
        margin-bottom: 50px;
        padding-bottom: 0;
        border: none; } }
    @media screen and (max-width: 1023px) {
      .case-ya-stage__head ._heading {
        font-size: 40px;
        line-height: 1.12; } }
  .case-ya-stage__desc {
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      .case-ya-stage__desc {
        margin-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .case-ya-stage__desc .case-ya-stage__col:first-child {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #1e1e1e; }
      .case-ya-stage__desc ._title {
        letter-spacing: .03em;
        font-size: 13px;
        line-height: 1.54; } }
  .case-ya-stage__row {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .case-ya-stage__row {
        flex-direction: column; } }
  .case-ya-stage__col {
    flex-shrink: 0;
    width: calc(50% - 15px); }
    @media screen and (max-width: 767px) {
      .case-ya-stage__col {
        width: 100%; }
        .case-ya-stage__col:first-child {
          margin-bottom: 30px; }
        .case-ya-stage__col:last-of-type {
          margin-bottom: 0; } }
    .case-ya-stage__col ._title {
      margin-bottom: 50px; }
      .case-ya-stage__col ._title:last-child {
        margin-bottom: 0; }
  .case-ya-stage__img {
    position: relative;
    margin-bottom: 30px; }
    @media screen and (max-width: 1280px) {
      .case-ya-stage__img._1-1 {
        max-width: 270px; } }
    @media screen and (max-width: 767px) {
      .case-ya-stage__img._1-1 {
        max-width: 100%; } }
    .case-ya-stage__img._1-1 ._headline {
      width: 524px; }
      @media screen and (max-width: 1280px) {
        .case-ya-stage__img._1-1 ._headline {
          width: 360px; } }
      @media screen and (max-width: 1023px) {
        .case-ya-stage__img._1-1 ._headline {
          width: 100%; } }
    .case-ya-stage__img._1-2 ._headline {
      width: 385px; }
      @media screen and (max-width: 1280px) {
        .case-ya-stage__img._1-2 ._headline {
          width: 270px; } }
      @media screen and (max-width: 1023px) {
        .case-ya-stage__img._1-2 ._headline {
          width: 100%; } }
    .case-ya-stage__img._5 {
      margin-bottom: 50px; }
      @media screen and (max-width: 1280px) {
        .case-ya-stage__img._5 {
          width: 345px; } }
      @media screen and (max-width: 1023px) {
        .case-ya-stage__img._5 {
          width: 255px;
          margin-bottom: 30px; } }
      @media screen and (max-width: 767px) {
        .case-ya-stage__img._5 {
          width: 100%; } }
      .case-ya-stage__img._5 ._headline {
        width: 393px; }
        @media screen and (max-width: 1280px) {
          .case-ya-stage__img._5 ._headline {
            width: 345px; } }
        @media screen and (max-width: 1023px) {
          .case-ya-stage__img._5 ._headline {
            width: 100%; } }
    .case-ya-stage__img:last-child {
      margin-bottom: 0; }
    .case-ya-stage__img img {
      max-width: 100%; }
      @media screen and (max-width: 1023px) {
        .case-ya-stage__img img {
          margin-bottom: 10px; } }
    .case-ya-stage__img ._headline {
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 84%;
      transform: rotate(-90deg);
      transform-origin: left bottom; }
      @media screen and (max-width: 1023px) {
        .case-ya-stage__img ._headline {
          position: static;
          width: 100%;
          transform: none; } }

.case-ya-workshop ._text {
  margin-bottom: 130px; }
  @media screen and (max-width: 1023px) {
    .case-ya-workshop ._text {
      margin-bottom: 80px; } }
  @media screen and (max-width: 767px) {
    .case-ya-workshop ._text {
      margin-bottom: 50px; } }

.case-ya-workshop .case-ya-stage__row {
  margin-bottom: 130px; }
  @media screen and (max-width: 1023px) {
    .case-ya-workshop .case-ya-stage__row {
      margin-bottom: 85px; } }
  @media screen and (max-width: 767px) {
    .case-ya-workshop .case-ya-stage__row {
      flex-direction: column-reverse;
      margin-bottom: 20px; } }
  @media screen and (max-width: 1023px) {
    .case-ya-workshop .case-ya-stage__row._workshop-last .case-ya-stage__col {
      width: 100%;
      max-width: 600px; } }
  @media screen and (max-width: 767px) {
    .case-ya-workshop .case-ya-stage__row ._title {
      letter-spacing: .03em;
      font-family: "Suisse Int", Arial, Verdana, sans-serif;
      font-size: 13px;
      line-height: 1.54; } }

.case-ya-workshop__img {
  max-width: 100%;
  height: auto; }
  @media screen and (max-width: 767px) {
    .case-ya-workshop__img {
      margin-bottom: 30px; } }

.case-ya-workshop__list {
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .case-ya-workshop__list {
      margin-bottom: 50px; } }
  .case-ya-workshop__list ._text {
    margin-bottom: 0; }

.case-ya-workout__step {
  margin-bottom: 130px; }
  @media screen and (max-width: 1023px) {
    .case-ya-workout__step {
      margin-bottom: 80px; } }

.case-ya-workout__step-head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1e1e1e; }
  @media screen and (max-width: 767px) {
    .case-ya-workout__step-head {
      margin-bottom: 20px;
      padding-bottom: 10px; }
      .case-ya-workout__step-head ._title {
        letter-spacing: .03em;
        font-size: 13px;
        line-height: 1.54; } }

@media screen and (max-width: 767px) {
  .case-ya-workout .case-ya-stage__row._workout ._text {
    letter-spacing: 0;
    font-family: AgipoRegExt, Arial, Verdana, sans-serif;
    font-size: 25px;
    line-height: 1.2; }
  .case-ya-workout .case-ya-stage__row._workout ._title {
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 1.54; } }

.case-ya-workout__summary {
  margin-top: 130px; }
  @media screen and (max-width: 1280px) {
    .case-ya-workout__summary {
      margin-top: 80px; } }
  @media screen and (max-width: 1023px) {
    .case-ya-workout__summary {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .case-ya-workout__summary {
      margin-top: 30px; } }
  .case-ya-workout__summary-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 1020px;
    margin: 80px auto;
    padding: 50px;
    border-radius: 10px;
    background-color: #ffffff; }
    @media screen and (max-width: 1280px) {
      .case-ya-workout__summary-wrap {
        width: 720px; } }
    @media screen and (max-width: 1023px) {
      .case-ya-workout__summary-wrap {
        justify-content: space-between;
        width: 100%;
        margin-bottom: 110px; } }
    @media screen and (max-width: 767px) {
      .case-ya-workout__summary-wrap {
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 95px;
        padding: 50px 20px; }
        .case-ya-workout__summary-wrap ._title {
          letter-spacing: .03em;
          font-size: 13px;
          line-height: 1.54; } }
  .case-ya-workout__summary-col._left {
    flex-shrink: 0;
    width: 365px; }
    @media screen and (max-width: 1280px) {
      .case-ya-workout__summary-col._left {
        width: 330px; } }
    @media screen and (max-width: 1023px) {
      .case-ya-workout__summary-col._left {
        width: calc(50% - 15px); } }
    @media screen and (max-width: 767px) {
      .case-ya-workout__summary-col._left {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #1e1e1e; } }
  .case-ya-workout__summary-col._right {
    width: calc(100% - 365px);
    margin-bottom: 50px; }
    @media screen and (max-width: 1280px) {
      .case-ya-workout__summary-col._right {
        width: calc(100% - 330px); } }
    @media screen and (max-width: 1023px) {
      .case-ya-workout__summary-col._right {
        width: calc(50% - 15px); } }
    @media screen and (max-width: 767px) {
      .case-ya-workout__summary-col._right {
        width: 100%; } }
    .case-ya-workout__summary-col._right:last-of-type {
      margin-bottom: 0; }

.case-ya-workout blockquote {
  margin-top: 130px; }
  @media screen and (max-width: 767px) {
    .case-ya-workout blockquote {
      margin-top: 80px; } }

.case-ya-workout .case-ya-stage__row._workout ._text._5 {
  line-height: 1.2; }
  @media screen and (max-width: 1023px) {
    .case-ya-workout .case-ya-stage__row._workout ._text._5 {
      letter-spacing: .02em;
      font-family: "Suisse Int", Arial, Verdana, sans-serif;
      font-size: 17px;
      line-height: 1.47; } }
  @media screen and (max-width: 767px) {
    .case-ya-workout .case-ya-stage__row._workout ._text._5 {
      letter-spacing: .03em;
      font-family: "Suisse Int", Arial, Verdana, sans-serif;
      font-size: 13px;
      line-height: 1.54; } }

.case-pg {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 205px;
  text-align: left;
  background: url("../img/case-pg/case-pg-bg.svg") center top no-repeat; }
  @media screen and (max-width: 1280px) {
    .case-pg {
      background-image: url("../img/case-pg/case-pg-bg-screen.svg"); } }
  @media screen and (max-width: 1023px) {
    .case-pg {
      padding-bottom: 130px;
      background-image: url("../img/case-pg/case-pg-bg-tablet.svg"); } }
  @media screen and (max-width: 767px) {
    .case-pg {
      background-image: url("../img/case-pg/case-pg-bg-mobile.svg"); } }
  @media screen and (max-width: 1023px) {
    .case-pg .container {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .case-pg .container {
      max-width: 375px;
      padding: 0 20px; } }
  .case-pg ._title {
    margin-bottom: 0; }
  .case-pg ._text {
    line-height: 1.28; }
    @media screen and (max-width: 1023px) {
      .case-pg ._text {
        line-height: 1.44; } }
    @media screen and (max-width: 767px) {
      .case-pg ._text {
        letter-spacing: .02em;
        font-family: "Suisse Int", Arial, Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.47; } }
  .case-pg blockquote {
    display: flex;
    width: 1020px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 50px;
    border-radius: 10px;
    background-color: #f6f6f6; }
    @media screen and (max-width: 1280px) {
      .case-pg blockquote {
        width: 720px; } }
    @media screen and (max-width: 1023px) {
      .case-pg blockquote {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .case-pg blockquote {
        flex-direction: column;
        padding: 50px 20px;
        margin-bottom: 30px; } }
    .case-pg blockquote:last-of-type {
      margin-bottom: 0; }
    .case-pg blockquote ._text {
      flex-shrink: 0;
      max-width: 650px;
      margin-right: 80px;
      margin-bottom: 0;
      line-height: 1.44; }
      @media screen and (max-width: 1280px) {
        .case-pg blockquote ._text {
          max-width: 420px;
          margin-right: 50px; } }
      @media screen and (max-width: 1023px) {
        .case-pg blockquote ._text {
          max-width: 352px;
          font-family: AgipoRegExt, Arial, Verdana, sans-serif;
          font-size: 25px;
          line-height: 1.44; } }
      @media screen and (max-width: 767px) {
        .case-pg blockquote ._text {
          max-width: 100%;
          margin-right: 0;
          margin-bottom: 30px !important;
          font-family: "Suisse Int", Arial, Verdana, sans-serif;
          font-size: 17px;
          line-height: 1.47; } }
    @media screen and (max-width: 767px) {
      .case-pg blockquote ._qoute-author {
        display: flex; } }
    .case-pg blockquote ._avatar {
      position: relative;
      overflow: hidden;
      width: 110px;
      height: 110px;
      margin-bottom: 10px;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media screen and (max-width: 1280px) {
        .case-pg blockquote ._avatar {
          width: 80px;
          height: 80px; } }
      @media screen and (max-width: 767px) {
        .case-pg blockquote ._avatar {
          flex-shrink: 0;
          width: 60px;
          height: 60px;
          margin-right: 10px;
          margin-bottom: 0; } }
    .case-pg blockquote small {
      letter-spacing: .03em;
      font-size: 13px;
      line-height: 1.54; }
  .case-pg ._tag {
    display: inline-block;
    height: 30px;
    padding: 0 15px;
    text-align: center;
    letter-spacing: .03em;
    font-size: 17px;
    line-height: 28px;
    border: 1px solid #1e1e1e;
    border-radius: 10px; }

.case-pg-head {
  margin-bottom: 335px; }
  @media screen and (max-width: 767px) {
    .case-pg-head {
      margin-bottom: 205px; } }
  .case-pg-head ._tag {
    margin-bottom: 50px; }
  .case-pg-head ._heading {
    max-width: 620px;
    margin-bottom: 205px; }
    @media screen and (max-width: 1280px) {
      .case-pg-head ._heading {
        margin-bottom: 130px; } }
    @media screen and (max-width: 1023px) {
      .case-pg-head ._heading {
        max-width: 420px;
        font-size: 40px;
        line-height: 1.12; } }
    @media screen and (max-width: 767px) {
      .case-pg-head ._heading {
        margin-bottom: 80px;
        font-size: 36px;
        line-height: 1.28; } }
  .case-pg-head__main {
    position: relative;
    margin-bottom: 130px;
    padding-bottom: 812px; }
    @media screen and (max-width: 1280px) {
      .case-pg-head__main {
        padding-bottom: 727px; } }
    @media screen and (max-width: 1023px) {
      .case-pg-head__main {
        padding-bottom: 539px; } }
    @media screen and (max-width: 767px) {
      .case-pg-head__main {
        margin-bottom: 80px;
        padding-bottom: 362px; } }
  .case-pg-head__logo {
    position: relative;
    z-index: 1;
    width: 162px;
    height: auto; }
    @media screen and (max-width: 1023px) {
      .case-pg-head__logo {
        width: 130px; } }
  .case-pg-head__img {
    position: absolute;
    top: -440px;
    left: 0;
    width: 1330px;
    height: 1296px; }
    @media screen and (max-width: 1280px) {
      .case-pg-head__img {
        top: -172px;
        width: 949px;
        height: 930px; } }
    @media screen and (max-width: 1023px) {
      .case-pg-head__img {
        top: -130px;
        width: 711px;
        height: 694px; } }
    @media screen and (max-width: 767px) {
      .case-pg-head__img {
        top: -39px;
        left: -20px;
        width: 457px;
        height: 446px; } }
  .case-pg-head__summary {
    display: flex;
    width: 100%;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .case-pg-head__summary {
        flex-direction: column;
        margin-bottom: 50px; } }
  .case-pg-head__summary-col {
    flex-shrink: 0;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .case-pg-head__summary-col {
        width: 100%;
        margin-bottom: 30px; }
        .case-pg-head__summary-col:last-of-type {
          margin-bottom: 0; } }
    @media screen and (max-width: 1023px) {
      .case-pg-head__summary-col ._title {
        font-size: 13px;
        line-height: 1.54; } }
    .case-pg-head__summary-col ._title:first-child {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #1e1e1e; }
      @media screen and (max-width: 1023px) {
        .case-pg-head__summary-col ._title:first-child {
          margin-bottom: 10px;
          padding-bottom: 10px; } }
  .case-pg-head__photo {
    display: flex;
    margin: 80px 0; }
    @media screen and (max-width: 767px) {
      .case-pg-head__photo {
        flex-direction: column;
        margin: 50px 0; } }
    .case-pg-head__photo img {
      flex-shrink: 0;
      width: calc(50% - 15px);
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .case-pg-head__photo img {
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; } }
    @media screen and (max-width: 1023px) {
      .case-pg-head__photo ._title {
        letter-spacing: .03em;
        font-size: 13px;
        line-height: 1.54; } }

.case-pg-descr {
  margin-bottom: 80px; }
  .case-pg-descr__head {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #1e1e1e; }
    @media screen and (max-width: 1023px) {
      .case-pg-descr__head {
        margin-bottom: 50px;
        padding-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .case-pg-descr__head {
        margin-bottom: 30px; } }
    @media screen and (max-width: 1023px) {
      .case-pg-descr__head ._heading {
        font-size: 40px;
        line-height: 1.12; } }
  .case-pg-descr__block {
    margin-bottom: 205px; }
    @media screen and (max-width: 1023px) {
      .case-pg-descr__block {
        margin-bottom: 130px; } }
    @media screen and (max-width: 767px) {
      .case-pg-descr__block {
        margin-bottom: 80px; } }
    .case-pg-descr__block._last {
      margin-bottom: 335px; }
      @media screen and (max-width: 767px) {
        .case-pg-descr__block._last {
          margin-bottom: 205px; } }
    .case-pg-descr__block:last-of-type {
      margin-bottom: 0; }
  .case-pg-descr__content {
    margin: 130px 0; }
    @media screen and (max-width: 1280px) {
      .case-pg-descr__content {
        margin: 80px 0; } }
    @media screen and (max-width: 767px) {
      .case-pg-descr__content {
        margin: 50px 0; } }
  .case-pg-descr ._text {
    margin-bottom: 80px; }
    @media screen and (max-width: 1023px) {
      .case-pg-descr ._text {
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .case-pg-descr ._text {
        margin-bottom: 30px; } }
    .case-pg-descr ._text:last-of-type {
      margin-bottom: 0; }
  .case-pg-descr__cards {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .case-pg-descr__cards {
        flex-direction: column; } }
    .case-pg-descr__cards article {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: calc(50% - 15px);
      padding: 50px 50px 80px;
      border-radius: 10px;
      background-color: #f6f6f6; }
      @media screen and (max-width: 1280px) {
        .case-pg-descr__cards article {
          padding: 50px 30px; } }
      @media screen and (max-width: 767px) {
        .case-pg-descr__cards article {
          width: 100%;
          margin-bottom: 30px;
          padding: 50px 20px; }
          .case-pg-descr__cards article:last-of-type {
            margin-bottom: 0; } }
    .case-pg-descr__cards-tag {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .case-pg-descr__cards-tag {
          margin-bottom: 20px; } }
    .case-pg-descr__cards ._text {
      margin-bottom: 50px !important; }
      @media screen and (max-width: 1023px) {
        .case-pg-descr__cards ._text {
          margin-bottom: 30px !important; } }
      @media screen and (max-width: 767px) {
        .case-pg-descr__cards ._text {
          margin-bottom: 20px !important; } }
    @media screen and (max-width: 1023px) {
      .case-pg-descr__cards ._title {
        letter-spacing: .03em;
        font-size: 13px;
        line-height: 1.54; } }
  .case-pg-descr__carousel {
    width: 1020px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .case-pg-descr__carousel {
        width: 720px; } }
    @media screen and (max-width: 767px) {
      .case-pg-descr__carousel {
        width: 100%; } }
    .case-pg-descr__carousel-btn {
      position: absolute;
      top: 283px;
      width: 50px;
      height: 30px;
      border: none;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      @media screen and (max-width: 1280px) {
        .case-pg-descr__carousel-btn {
          top: 195px; } }
      .case-pg-descr__carousel-btn._prev {
        left: -100px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 31L1.808 16 16.02 1' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M1.808 16h50' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E"); }
        @media screen and (max-width: 1280px) {
          .case-pg-descr__carousel-btn._prev {
            left: -80px; } }
      .case-pg-descr__carousel-btn._next {
        right: -100px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.21 1l14.213 15-14.212 15' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M50.423 16h-50' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E"); }
        @media screen and (max-width: 1280px) {
          .case-pg-descr__carousel-btn._next {
            right: -80px; } }
  .case-pg-descr__slide {
    width: 100%; }
    .case-pg-descr__slide-img {
      width: 100%;
      height: 596px;
      margin-bottom: 10px;
      border-radius: 10px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media screen and (max-width: 1280px) {
        .case-pg-descr__slide-img {
          height: 422px; } }
      @media screen and (max-width: 1023px) {
        .case-pg-descr__slide-img {
          width: 100%;
          height: 349px; } }
      @media screen and (max-width: 767px) {
        .case-pg-descr__slide-img {
          height: 163px; } }
    @media screen and (max-width: 767px) {
      .case-pg-descr__slide ._headline {
        text-align: center; } }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .case-pg-descr .slick-list {
      overflow: inherit; }
    .case-pg-descr .slick-slide {
      width: 596px;
      margin-right: 30px; }
      .case-pg-descr .slick-slide ._headline {
        display: none; }
      .case-pg-descr .slick-slide.slick-active ._headline {
        display: block; } }
  @media screen and (max-width: 767px) {
    .case-pg-descr .slick-dots {
      display: flex;
      justify-content: center;
      margin-top: 30px; }
      .case-pg-descr .slick-dots button {
        width: 20px;
        height: 20px;
        margin: 0 5px;
        border: 1px solid #1e1e1e;
        border-radius: 50%;
        background-color: transparent; }
      .case-pg-descr .slick-dots svg {
        width: 20px;
        height: 20px;
        opacity: 0;
        fill: #f6f6f6; }
      .case-pg-descr .slick-dots .slick-active button {
        border: none; }
      .case-pg-descr .slick-dots .slick-active svg {
        opacity: 1; } }

.case-pg-stage {
  margin-bottom: 130px; }
  @media screen and (max-width: 1023px) {
    .case-pg-stage {
      margin-bottom: 80px; } }
  .case-pg-stage._last {
    margin-bottom: 335px; }
    @media screen and (max-width: 1023px) {
      .case-pg-stage._last {
        margin-bottom: 205px; } }
  .case-pg-stage ._tag {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .case-pg-stage ._tag {
        margin-bottom: 30px; } }
  .case-pg-stage__head {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1e1e1e; }
    .case-pg-stage__head ._text {
      max-width: 880px;
      margin-bottom: 50px; }
      @media screen and (max-width: 1023px) {
        .case-pg-stage__head ._text {
          font-size: 36px;
          line-height: 1.12; } }
      @media screen and (max-width: 767px) {
        .case-pg-stage__head ._text {
          font-family: AgipoRegExt, Arial, Verdana, sans-serif;
          font-size: 25px;
          line-height: 1.2; } }
      .case-pg-stage__head ._text:last-of-type {
        margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .case-pg-stage__desc .case-ya-stage__col:first-child {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #1e1e1e; }
    .case-pg-stage__desc ._title {
      letter-spacing: .03em;
      font-size: 13px;
      line-height: 1.54; } }
  .case-pg-stage__row {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .case-pg-stage__row {
        display: block; } }
    @media screen and (max-width: 767px) {
      .case-pg-stage__row._img {
        display: block; } }
  .case-pg-stage__col {
    flex-shrink: 0;
    width: calc(50% - 15px); }
    @media screen and (max-width: 767px) {
      .case-pg-stage__col {
        width: 100%; }
        .case-pg-stage__col:first-child {
          margin-bottom: 30px; }
        .case-pg-stage__col:last-of-type {
          margin-bottom: 0; } }
    .case-pg-stage__col:first-of-type ._title {
      max-width: 370px; }
    .case-pg-stage__col:empty {
      margin-bottom: 0; }
    .case-pg-stage__col ._title {
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .case-pg-stage__col ._title {
          margin-bottom: 30px; } }
      .case-pg-stage__col ._title:last-child {
        margin-bottom: 0; }
    .case-pg-stage__col._img {
      margin: 50px 0; }
      @media screen and (max-width: 767px) {
        .case-pg-stage__col._img {
          margin: 30px 0; } }
  .case-pg-stage__video {
    position: relative;
    margin: 50px 0;
    padding-left: 30px; }
    @media screen and (max-width: 1280px) {
      .case-pg-stage__video {
        padding-left: 0; } }
    @media screen and (max-width: 767px) {
      .case-pg-stage__video {
        margin: 30px 0; } }
    .case-pg-stage__video-title {
      position: absolute;
      bottom: 0;
      left: 20px;
      width: 673px;
      transform: rotate(-90deg);
      transform-origin: left bottom; }
      @media screen and (max-width: 1280px) {
        .case-pg-stage__video-title {
          position: static;
          width: 100%;
          transform: none; } }
      @media screen and (max-width: 767px) {
        .case-pg-stage__video-title {
          font-size: 13px;
          line-height: 1.54; } }
    .case-pg-stage__video-wrap {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 673px;
      border-radius: 10px; }
      @media screen and (max-width: 1280px) {
        .case-pg-stage__video-wrap {
          height: 478px;
          margin-bottom: 10px; } }
      @media screen and (max-width: 1023px) {
        .case-pg-stage__video-wrap {
          height: 358px; } }
      @media screen and (max-width: 767px) {
        .case-pg-stage__video-wrap {
          height: 0;
          margin-bottom: 10px;
          padding-bottom: 58%; } }
    .case-pg-stage__video-poster {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .case-pg-stage__video-poster:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75px;
        height: 88px;
        background-image: url("data:image/svg+xml,%3Csvg width='75' height='88' viewBox='0 0 75 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M75 44L0 87.301V.7L75 44z' fill='%23fff'/%3E%3C/svg%3E"); }
    .case-pg-stage__video #player,
    .case-pg-stage__video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      width: 100%;
      height: 100%; }
  .case-pg-stage__img {
    width: 100%;
    height: 410px;
    background-color: #c4c4c4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1280px) {
      .case-pg-stage__img {
        height: 288px; } }
    @media screen and (max-width: 1023px) {
      .case-pg-stage__img {
        height: 213px; } }
    @media screen and (max-width: 767px) {
      .case-pg-stage__img {
        overflow: hidden;
        height: 0;
        padding-bottom: 68%; } }
    .case-pg-stage__img ~ ._headline {
      margin-top: 10px; }

.case-pg-results {
  margin-bottom: 205px; }
  @media screen and (max-width: 1280px) {
    .case-pg-results {
      margin-bottom: 130px; } }
  @media screen and (max-width: 767px) {
    .case-pg-results {
      margin-bottom: 80px; } }
  .case-pg-results ._heading {
    margin-bottom: 80px; }
    @media screen and (max-width: 1023px) {
      .case-pg-results ._heading {
        margin-bottom: 50px;
        font-size: 40px;
        line-height: 1.12; } }
  .case-pg-results__list {
    width: 100%;
    margin-bottom: 205px; }
    @media screen and (max-width: 767px) {
      .case-pg-results__list {
        margin-bottom: 80px; } }
    .case-pg-results__list li {
      display: flex;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #1e1e1e; }
    .case-pg-results__list svg {
      flex-shrink: 0;
      width: 30px;
      height: 30px;
      margin-right: 30px;
      transform: translateY(8px);
      fill: #f6f6f6; }
      @media screen and (max-width: 1023px) {
        .case-pg-results__list svg {
          margin-right: 26px;
          transform: translateY(2px); } }
      @media screen and (max-width: 767px) {
        .case-pg-results__list svg {
          margin-right: 18px; } }
  .case-pg-results__reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 205px; }
    @media screen and (max-width: 1280px) {
      .case-pg-results__reviews {
        margin-bottom: 130px; } }
    @media screen and (max-width: 1023px) {
      .case-pg-results__reviews {
        margin-bottom: 80px; } }
    .case-pg-results__reviews-heading {
      width: 100%;
      margin-bottom: 40px; }
      @media screen and (max-width: 1280px) {
        .case-pg-results__reviews-heading {
          margin-bottom: 80px; } }
      @media screen and (max-width: 1023px) {
        .case-pg-results__reviews-heading {
          margin-bottom: 50px; } }
      @media screen and (max-width: 767px) {
        .case-pg-results__reviews-heading {
          font-family: AgipoRegExt, Arial, Verdana, sans-serif !important;
          font-size: 25px !important;
          line-height: 1.2 !important; } }
    .case-pg-results__reviews article {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(50% - 15px);
      height: 393px;
      padding: 50px; }
      @media screen and (max-width: 1280px) {
        .case-pg-results__reviews article {
          height: 277px;
          padding: 30px; } }
      @media screen and (max-width: 1023px) {
        .case-pg-results__reviews article {
          height: 207px;
          padding: 20px; } }
      @media screen and (max-width: 767px) {
        .case-pg-results__reviews article {
          width: 100%;
          height: auto;
          margin-bottom: 10px;
          padding: 0; }
          .case-pg-results__reviews article:last-of-type {
            margin-bottom: 0; } }
      .case-pg-results__reviews article img {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: auto;
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .case-pg-results__reviews article img {
            position: static;
            transform: none; } }
      .case-pg-results__reviews article span {
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 1280px) {
          .case-pg-results__reviews article span {
            font-family: "Suisse Int", Arial, Verdana, sans-serif;
            font-size: 17px;
            line-height: 1.47; } }
        @media screen and (max-width: 1023px) {
          .case-pg-results__reviews article span {
            font-size: 13px;
            line-height: 1.54; } }
        @media screen and (max-width: 767px) {
          .case-pg-results__reviews article span {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            padding: 0 20px;
            transform: translateY(-50%); } }

.case-pg-summary {
  margin-bottom: 205px; }
  @media screen and (max-width: 767px) {
    .case-pg-summary {
      margin-bottom: 130px; } }
  .case-pg-summary ._tag {
    margin-bottom: 50px; }
  .case-pg-summary ul {
    margin-bottom: 130px; }
    @media screen and (max-width: 767px) {
      .case-pg-summary ul {
        margin-bottom: 80px; } }
    .case-pg-summary ul li {
      margin-bottom: 40px;
      padding-bottom: 40px;
      border-bottom: 1px solid #1e1e1e; }
      @media screen and (max-width: 1023px) {
        .case-pg-summary ul li {
          margin-bottom: 30px;
          padding-bottom: 30px;
          font-size: 40px;
          line-height: 1.12; } }
      .case-pg-summary ul li:last-of-type {
        margin-bottom: 0; }

.case-pg-cases {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .case-pg-cases {
      margin-bottom: 130px; } }
  @media screen and (max-width: 1023px) {
    .case-pg-cases .cases {
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .case-pg-cases .cases__item {
      height: 280px;
      min-height: auto; } }

.case-pg-link__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 80px 50px;
  text-align: left;
  color: #1e1e1e;
  border-radius: 10px;
  background: #02D3A4 url("../img/case-pg/case-pg-img.png") calc(100% - 40px) center/381px 450px no-repeat; }
  @media screen and (max-width: 1023px) {
    .case-pg-link__wrap {
      padding: 50px;
      background-position: calc(100% - 33px) 33px; } }
  @media screen and (max-width: 767px) {
    .case-pg-link__wrap {
      padding: 30px;
      background-position: center 56px;
      background-size: 246px 290px; } }

.case-pg-link ._text {
  max-width: 700px;
  margin-bottom: 65px;
  font-size: 40px;
  line-height: 1.11; }
  @media screen and (max-width: 1023px) {
    .case-pg-link ._text {
      margin-bottom: 50px;
      font-size: 36px;
      line-height: 1.11; } }
  @media screen and (max-width: 767px) {
    .case-pg-link ._text {
      margin-bottom: 175px;
      font-size: 17px;
      line-height: 1.47; } }

.case-pg-link .btn {
  max-width: 285px;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  background-color: transparent; }
  .case-pg-link .btn:hover {
    background-color: #fe4b4e;
    border-color: #fe4b4e; }
  @media screen and (max-width: 767px) {
    .case-pg-link .btn {
      height: 30px;
      padding: 0;
      font-size: 13px;
      line-height: 28px; } }

.case-t2 {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 205px;
  text-align: left;
  background: url("../img/case-t2/case-t2-bg.svg") center top no-repeat; }
  @media screen and (max-width: 1280px) {
    .case-t2 {
      padding-top: 150px;
      background-image: url("../img/case-t2/case-t2-bg-screen.svg"); } }
  @media screen and (max-width: 1023px) {
    .case-t2 {
      padding-bottom: 130px;
      background-image: url("../img/case-t2/case-t2-bg-tablet.svg"); } }
  @media screen and (max-width: 767px) {
    .case-t2 {
      background-image: url("../img/case-t2/case-t2-bg-mobile.svg"); } }
  @media screen and (max-width: 1023px) {
    .case-t2 .container {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .case-t2 .container {
      max-width: 375px;
      padding: 0 20px; } }
  .case-t2 blockquote {
    display: flex;
    width: 1020px;
    margin: 130px auto;
    padding: 50px;
    border-radius: 10px;
    background-color: #f6f6f6; }
    @media screen and (max-width: 1280px) {
      .case-t2 blockquote {
        width: 720px;
        min-height: 352px; } }
    @media screen and (max-width: 1023px) {
      .case-t2 blockquote {
        width: 100%;
        margin: 80px 0; } }
    @media screen and (max-width: 767px) {
      .case-t2 blockquote {
        flex-direction: column;
        margin: 50px 0;
        padding: 50px 20px; } }
    .case-t2 blockquote._purple {
      background-color: #d79cbd; }
    .case-t2 blockquote._white {
      background-color: #ffffff; }
    @media screen and (max-width: 1023px) {
      .case-t2 blockquote._offset-top {
        margin-top: 130px; } }
    @media screen and (max-width: 767px) {
      .case-t2 blockquote._offset-top {
        margin-top: 80px; } }
    .case-t2 blockquote .h4-wide {
      flex-shrink: 0;
      max-width: 650px;
      margin-right: 80px;
      margin-bottom: 0; }
      @media screen and (max-width: 1280px) {
        .case-t2 blockquote .h4-wide {
          max-width: 420px;
          margin-right: 30px; } }
      @media screen and (max-width: 1023px) {
        .case-t2 blockquote .h4-wide {
          max-width: 352px; } }
      @media screen and (max-width: 767px) {
        .case-t2 blockquote .h4-wide {
          max-width: 100%;
          margin-right: 0;
          margin-bottom: 30px !important;
          font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.02em; } }
    @media screen and (max-width: 767px) {
      .case-t2 blockquote ._qoute-author {
        display: flex; } }
    .case-t2 blockquote ._avatar {
      position: relative;
      overflow: hidden;
      width: 110px;
      height: 110px;
      margin-bottom: 10px;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media screen and (max-width: 1280px) {
        .case-t2 blockquote ._avatar {
          width: 80px;
          height: 80px; } }
      @media screen and (max-width: 767px) {
        .case-t2 blockquote ._avatar {
          flex-shrink: 0;
          width: 60px;
          height: 60px;
          margin-right: 10px;
          margin-bottom: 0; } }
  .case-t2 ._tag {
    display: inline-block;
    height: 30px;
    padding: 0 15px;
    text-align: center;
    letter-spacing: .03em;
    font-size: 17px;
    line-height: 28px;
    border: 1px solid #1e1e1e;
    border-radius: 10px; }

.case-t2-head {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .case-t2-head {
      margin-bottom: 155px; } }
  @media screen and (max-width: 767px) {
    .case-t2-head {
      margin-bottom: 130px; } }
  .case-t2-head ._tag {
    margin-bottom: 50px; }
    @media screen and (max-width: 1023px) {
      .case-t2-head ._tag {
        margin-bottom: 30px; } }
  .case-t2-head .h1 {
    max-width: 840px;
    margin-bottom: 205px; }
    @media screen and (max-width: 1280px) {
      .case-t2-head .h1 {
        margin-bottom: 130px; } }
    @media screen and (max-width: 1023px) {
      .case-t2-head .h1 {
        max-width: 620px;
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .case-t2-head .h1 {
        margin-bottom: 50px;
        font: 36px/46px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .case-t2-head__main {
    position: relative;
    margin-bottom: 130px;
    padding-bottom: 780px; }
    @media screen and (max-width: 1280px) {
      .case-t2-head__main {
        margin-bottom: 205px;
        padding-bottom: 635px; } }
    @media screen and (max-width: 1023px) {
      .case-t2-head__main {
        padding-bottom: 452px; } }
    @media screen and (max-width: 767px) {
      .case-t2-head__main {
        margin-bottom: 80px;
        padding-bottom: 391px; } }
  @media screen and (max-width: 1023px) {
    .case-t2-head__logo {
      width: 67px; } }
  .case-t2-head__img {
    position: absolute;
    bottom: 13px;
    left: -6px;
    width: 1340px;
    height: 944px; }
    @media screen and (max-width: 1280px) {
      .case-t2-head__img {
        bottom: 0;
        left: 0;
        width: 948px;
        height: 674px; } }
    @media screen and (max-width: 1023px) {
      .case-t2-head__img {
        width: 705px;
        height: 502px; } }
    @media screen and (max-width: 767px) {
      .case-t2-head__img {
        right: -20px;
        left: inherit;
        width: 435px;
        height: 311px; } }
  .case-t2-head__summary {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .case-t2-head__summary {
        flex-direction: column; } }
  .case-t2-head__summary-col {
    flex-shrink: 0;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .case-t2-head__summary-col {
        width: 100%;
        margin-bottom: 30px; }
        .case-t2-head__summary-col:last-of-type {
          margin-bottom: 0; } }
    @media screen and (max-width: 1023px) {
      .case-t2-head__summary-col .t1 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
    .case-t2-head__summary-col .t1:first-child {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #1e1e1e; }
      @media screen and (max-width: 1023px) {
        .case-t2-head__summary-col .t1:first-child {
          margin-bottom: 10px;
          padding-bottom: 10px; } }

.case-t2-stage {
  margin-bottom: 335px; }
  @media screen and (max-width: 1023px) {
    .case-t2-stage {
      margin-bottom: 205px; } }
  @media screen and (max-width: 767px) {
    .case-t2-stage {
      margin-bottom: 130px; } }
  .case-t2-stage._margin-sm {
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      .case-t2-stage._margin-sm {
        margin-bottom: 80px; } }
  .case-t2-stage._margin-md {
    margin-bottom: 205px; }
    @media screen and (max-width: 767px) {
      .case-t2-stage._margin-md {
        margin-bottom: 130px; } }
  .case-t2-stage._workouts {
    margin-bottom: 205px; }
    @media screen and (max-width: 1280px) {
      .case-t2-stage._workouts {
        margin-bottom: 335px; } }
    @media screen and (max-width: 1023px) {
      .case-t2-stage._workouts {
        margin-bottom: 205px; } }
    @media screen and (max-width: 767px) {
      .case-t2-stage._workouts {
        margin-bottom: 130px; } }
  @media screen and (max-width: 1023px) {
    .case-t2-stage._hackaton {
      margin-bottom: 335px; } }
  @media screen and (max-width: 1023px) {
    .case-t2-stage._what-now {
      margin-bottom: 130px; } }
  .case-t2-stage ._tag {
    margin-bottom: 50px; }
  .case-t2-stage .h1 {
    margin-bottom: 80px; }
    @media screen and (max-width: 1023px) {
      .case-t2-stage .h1 {
        margin-bottom: 50px;
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .case-t2-stage .h1 {
        margin-bottom: 30px; } }
  @media screen and (max-width: 1023px) {
    .case-t2-stage .h3-wide {
      font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .case-t2-stage .h3-wide {
      font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.02em; } }
  @media screen and (max-width: 1023px) {
    .case-t2-stage .h3 {
      font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 1023px) {
    .case-t2-stage .h4 {
      font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.02em; } }
  @media screen and (max-width: 767px) {
    .case-t2-stage .h4 {
      font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.03em; } }
  .case-t2-stage__category {
    margin-bottom: 80px;
    border-bottom: 1px solid #1e1e1e; }
    @media screen and (max-width: 1023px) {
      .case-t2-stage__category {
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .case-t2-stage__category {
        margin-bottom: 30px; } }
    .case-t2-stage__category._creation {
      margin-bottom: 0;
      border-bottom: none; }
      .case-t2-stage__category._creation .h1 {
        margin-bottom: 50px; }
        @media screen and (max-width: 767px) {
          .case-t2-stage__category._creation .h1 {
            margin-bottom: 30px; } }
      .case-t2-stage__category._creation .h3-wide {
        margin-bottom: 130px; }
        @media screen and (max-width: 1023px) {
          .case-t2-stage__category._creation .h3-wide {
            margin-bottom: 80px; } }
  .case-t2-stage__head {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1e1e1e; }
    @media screen and (max-width: 767px) {
      .case-t2-stage__head {
        padding-bottom: 10px; } }
    .case-t2-stage__head:last-of-type {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .case-t2-stage__head .t1 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  .case-t2-stage__desc .h1 {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .case-t2-stage__desc .h1 {
        margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .case-t2-stage__desc .case-ya-stage__col:first-child {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #1e1e1e; }
    .case-t2-stage__desc .t1 {
      font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.03em; } }
  .case-t2-stage__row {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .case-t2-stage__row {
        display: block; } }
    @media screen and (max-width: 767px) {
      .case-t2-stage__row._img {
        display: block; } }
  .case-t2-stage__col {
    flex-shrink: 0;
    width: calc(50% - 15px); }
    @media screen and (max-width: 767px) {
      .case-t2-stage__col {
        width: 100%; }
        .case-t2-stage__col:first-child {
          margin-bottom: 50px; }
        .case-t2-stage__col:last-of-type {
          margin-bottom: 0; } }
    .case-t2-stage__col:first-of-type .t1 {
      max-width: 370px; }
    .case-t2-stage__col:empty {
      margin-bottom: 0; }
    .case-t2-stage__col .t1 {
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .case-t2-stage__col .t1 {
          margin-bottom: 30px; } }
      .case-t2-stage__col .t1:last-child {
        margin-bottom: 0; }
    .case-t2-stage__col._img {
      margin: 50px 0; }
      @media screen and (max-width: 767px) {
        .case-t2-stage__col._img {
          margin: 30px 0; } }
  .case-t2-stage__img {
    width: 100%;
    height: 400px;
    background-color: #c4c4c4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1280px) {
      .case-t2-stage__img {
        height: 280px; } }
    @media screen and (max-width: 1023px) {
      .case-t2-stage__img {
        height: 213px; } }
    @media screen and (max-width: 767px) {
      .case-t2-stage__img {
        overflow: hidden;
        height: 0;
        padding-bottom: 75%; } }
    .case-t2-stage__img ~ .t2 {
      margin-top: 10px; }
  .case-t2-stage__workouts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 20px; }
    @media screen and (max-width: 767px) {
      .case-t2-stage__workouts {
        margin-bottom: 50px; } }
    .case-t2-stage__workouts article {
      position: relative;
      display: flex;
      width: calc(50% - 15px);
      min-height: 260px;
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 10px;
      background-color: #ffffff; }
      @media screen and (max-width: 1280px) {
        .case-t2-stage__workouts article {
          padding: 20px; } }
      @media screen and (max-width: 1023px) {
        .case-t2-stage__workouts article {
          display: block;
          min-height: 322px; } }
      @media screen and (max-width: 767px) {
        .case-t2-stage__workouts article {
          width: 100%;
          min-height: 322px;
          margin-bottom: 20px; } }
    .case-t2-stage__workouts .h4 {
      flex-shrink: 0;
      width: 210px;
      margin-right: 10px; }
      @media screen and (max-width: 1280px) {
        .case-t2-stage__workouts .h4 {
          width: 175px;
          margin-right: 15px; } }
      @media screen and (max-width: 1023px) {
        .case-t2-stage__workouts .h4 {
          width: auto;
          margin-right: 0;
          margin-bottom: 20px;
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
    @media screen and (max-width: 1280px) {
      .case-t2-stage__workouts .t1 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
    .case-t2-stage__workouts-tag {
      position: absolute;
      bottom: 30px;
      left: 30px;
      width: 118px;
      height: 35px;
      text-align: center;
      letter-spacing: .02em;
      font-size: 17px;
      line-height: 35px;
      border-radius: 10px;
      background-color: #f6f6f6; }
      @media screen and (max-width: 1280px) {
        .case-t2-stage__workouts-tag {
          left: 20px;
          font-size: 13px;
          letter-spacing: 0.03em;
          height: 30px;
          line-height: 28px;
          width: 100px; } }
  @media screen and (max-width: 767px) {
    .case-t2-stage .case-t2-results .h3-wide,
    .case-t2-stage .case-t2-results ul {
      font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.02em; } }

.case-t2-summary {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .case-t2-summary {
      margin-bottom: 130px; } }
  .case-t2-summary ._tag {
    margin-bottom: 80px; }
  @media screen and (max-width: 1023px) {
    .case-t2-summary ul {
      font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .case-t2-summary ul {
      margin-bottom: 80px; } }
  .case-t2-summary ul li {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #1e1e1e; }
    @media screen and (max-width: 1023px) {
      .case-t2-summary ul li {
        margin-bottom: 30px;
        padding-bottom: 30px; } }
    .case-t2-summary ul li:last-of-type {
      margin-bottom: 0; }

.case-t2-cases {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .case-t2-cases {
      margin-bottom: 130px; } }
  @media screen and (max-width: 1023px) {
    .case-t2-cases .cases {
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .case-t2-cases .cases__item {
      height: 280px;
      min-height: auto; } }

.case-t2-link__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 80px 50px;
  text-align: left;
  color: #1e1e1e;
  border-radius: 10px;
  background: #02D3A4 url("../img/case-pg/case-pg-img.png") calc(100% - 40px) center/381px 450px no-repeat; }
  @media screen and (max-width: 1023px) {
    .case-t2-link__wrap {
      padding: 50px;
      background-position: calc(100% - 33px) 15px; } }
  @media screen and (max-width: 767px) {
    .case-t2-link__wrap {
      padding: 30px;
      background-position: center 56px;
      background-size: 246px 290px; } }
  .case-t2-link__wrap:hover .btn {
    border-color: #fe4b4e;
    background-color: #fe4b4e; }

.case-t2-link .h2 {
  max-width: 720px;
  margin-bottom: 50px; }
  @media screen and (max-width: 1280px) {
    .case-t2-link .h2 {
      max-width: 700px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 1023px) {
    .case-t2-link .h2 {
      margin-bottom: 50px;
      font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .case-t2-link .h2 {
      margin-bottom: 60px;
      font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }

.case-t2-link .t1 {
  max-width: 355px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .case-t2-link .t1 {
      font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.03em; } }

.case-t2-link .btn {
  max-width: 285px;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  background-color: transparent; }
  @media screen and (max-width: 767px) {
    .case-t2-link .btn {
      height: 30px;
      padding: 0;
      font-size: 13px;
      line-height: 28px; } }

@media screen and (max-width: 767px) {
  .case-t2-results {
    margin-top: 80px; } }

.case-t2-results._workouts {
  margin-top: 130px; }
  .case-t2-results._workouts svg {
    fill: #f6f6f6; }

.case-t2-results .h3-wide {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .case-t2-results .h3-wide {
      margin-bottom: 20px; } }

.case-t2-results ul li {
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #1e1e1e; }
  .case-t2-results ul li:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border: none; }
    @media screen and (max-width: 767px) {
      .case-t2-results ul li:first-of-type {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #1e1e1e; } }

.case-t2-results ul svg {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  transform: translateY(8px);
  fill: #d79cbd; }
  @media screen and (max-width: 1023px) {
    .case-t2-results ul svg {
      margin-right: 26px;
      transform: translateY(2px); } }
  @media screen and (max-width: 767px) {
    .case-t2-results ul svg {
      margin-right: 18px; } }

.case-t2-carousel {
  width: 1020px;
  margin: 0 auto 130px; }
  @media screen and (max-width: 1280px) {
    .case-t2-carousel {
      width: 720px; } }
  @media screen and (max-width: 1023px) {
    .case-t2-carousel {
      margin-bottom: 80px; } }
  @media screen and (max-width: 767px) {
    .case-t2-carousel {
      width: 100%; } }
  .case-t2-carousel__btn {
    position: absolute;
    top: 283px;
    width: 50px;
    height: 30px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media screen and (max-width: 1280px) {
      .case-t2-carousel__btn {
        top: 195px; } }
    .case-t2-carousel__btn._prev {
      left: -100px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 31L1.808 16 16.02 1' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M1.808 16h50' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E"); }
      @media screen and (max-width: 1280px) {
        .case-t2-carousel__btn._prev {
          left: -80px; } }
    .case-t2-carousel__btn._next {
      right: -100px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 52 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.21 1l14.213 15-14.212 15' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M50.423 16h-50' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E"); }
      @media screen and (max-width: 1280px) {
        .case-t2-carousel__btn._next {
          right: -80px; } }
  .case-t2-carousel__slide {
    width: 100%; }
    .case-t2-carousel__slide-img {
      width: 100%;
      height: 596px;
      margin-bottom: 10px;
      border-radius: 10px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media screen and (max-width: 1280px) {
        .case-t2-carousel__slide-img {
          height: 422px; } }
      @media screen and (max-width: 1023px) {
        .case-t2-carousel__slide-img {
          width: 100%;
          height: 349px; } }
      @media screen and (max-width: 767px) {
        .case-t2-carousel__slide-img {
          height: 163px; } }
    @media screen and (max-width: 767px) {
      .case-t2-carousel__slide .t2 {
        text-align: center; } }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .case-t2-carousel .slick-list {
      overflow: inherit; }
    .case-t2-carousel .slick-slide {
      width: 596px;
      margin-right: 30px; }
      .case-t2-carousel .slick-slide .t2 {
        display: none; }
      .case-t2-carousel .slick-slide.slick-active .t2 {
        display: block; } }
  @media screen and (max-width: 767px) {
    .case-t2-carousel .slick-dots {
      display: flex;
      justify-content: center;
      margin-top: 30px; }
      .case-t2-carousel .slick-dots button {
        width: 20px;
        height: 20px;
        margin: 0 5px;
        border: 1px solid #1e1e1e;
        border-radius: 50%;
        background-color: transparent; }
      .case-t2-carousel .slick-dots svg {
        width: 20px;
        height: 20px;
        opacity: 0;
        fill: #f6f6f6; }
      .case-t2-carousel .slick-dots .slick-active button {
        border: none; }
      .case-t2-carousel .slick-dots .slick-active svg {
        opacity: 1; } }

.method {
  width: 100%;
  padding: 335px 0;
  text-align: left;
  background: url("../img/method/method-bg.svg") center top no-repeat;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  @media screen and (max-width: 1280px) {
    .method {
      background-image: url("../img/method/method-bg-screen.svg"); } }
  @media screen and (max-width: 1023px) {
    .method {
      padding-bottom: 205px;
      background-image: url("../img/method/method-bg-tablet.svg"); } }
  @media screen and (max-width: 767px) {
    .method {
      padding-top: 205px;
      background-image: url("../img/method/method-bg-mobile.svg"); } }
  @media screen and (max-width: 1023px) {
    .method .container {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .method .container {
      max-width: 375px;
      padding: 0 20px; } }
  .method ._tag {
    display: inline-block;
    height: 30px;
    padding: 0 15px;
    text-align: center;
    letter-spacing: .03em;
    font-size: 17px;
    line-height: 28px;
    border: 1px solid #1e1e1e;
    border-radius: 10px; }

@media screen and (max-width: 1023px) {
  .method-text .h3-wide {
    font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
    letter-spacing: normal; } }

@media screen and (max-width: 767px) {
  .method-text .h3-wide {
    font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
    letter-spacing: normal; } }

.method-text .h3-wide svg {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transform: translateY(3px);
  fill: #1e1e1e; }

.method-text ._tag {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .method-text ._tag {
      margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .method-text__br {
    display: none; } }

.method-text__block-1 {
  margin-bottom: 205px; }

.method-text__block-2 {
  margin-bottom: 335px; }
  @media screen and (max-width: 1280px) {
    .method-text__block-2 {
      margin-bottom: 205px; } }
  @media screen and (max-width: 1023px) {
    .method-text__block-2 {
      margin-bottom: 335px; } }
  @media screen and (max-width: 767px) {
    .method-text__block-2 {
      margin-bottom: 225px; } }
  .method-text__block-2 .t1 {
    margin-bottom: 50px; }
    @media screen and (max-width: 1023px) {
      .method-text__block-2 .t1 {
        margin-bottom: 30px; } }

.method-text__block-3 {
  margin-bottom: 335px; }
  @media screen and (max-width: 1280px) {
    .method-text__block-3 {
      margin-bottom: 205px; } }
  @media screen and (max-width: 1023px) {
    .method-text__block-3 {
      margin-bottom: 335px; } }
  @media screen and (max-width: 767px) {
    .method-text__block-3 {
      margin-bottom: 205px; } }

.method-text__block-4 {
  margin-bottom: 335px; }
  @media screen and (max-width: 1280px) {
    .method-text__block-4 {
      margin-bottom: 205px; } }
  @media screen and (max-width: 1023px) {
    .method-text__block-4 {
      margin-bottom: 335px; } }
  @media screen and (max-width: 767px) {
    .method-text__block-4 {
      margin-bottom: 205px; } }

.method-areas {
  margin-bottom: 205px; }
  .method-areas__heading {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .method-areas__heading {
        margin-bottom: 30px; } }
  .method-areas__carousel {
    position: relative;
    width: 1020px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .method-areas__carousel {
        width: 722px; } }
    @media screen and (max-width: 1023px) {
      .method-areas__carousel {
        width: 100%; } }
    @media screen and (max-width: 1023px) {
      .method-areas__carousel .slick-list {
        overflow: inherit; }
      .method-areas__carousel .slick-slide {
        width: 597px;
        margin-right: 30px; } }
    @media screen and (max-width: 767px) {
      .method-areas__carousel .slick-slide {
        width: 100%;
        margin-right: 0; }
      .method-areas__carousel .slick-list {
        overflow: hidden; } }
  .method-areas__slide {
    position: relative;
    min-height: 680px;
    padding: 50px 50px 75px;
    border-radius: 10px;
    background-color: #7ac6cf; }
    @media screen and (max-width: 1023px) {
      .method-areas__slide {
        min-height: 465px;
        padding: 30px 30px 75px; } }
    @media screen and (max-width: 767px) {
      .method-areas__slide {
        min-height: auto;
        padding: 20px;
        padding-bottom: 50px; } }
  .method-areas__head {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1.4px solid #1e1e1e; }
    @media screen and (max-width: 1023px) {
      .method-areas__head {
        margin-bottom: 30px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .method-areas__head {
        margin-bottom: 20px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .method-areas__head .h3 {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    .method-areas__head .t2 {
      margin-top: 10px; }
    .method-areas__head .t1 {
      margin-top: 20px; }
      @media screen and (max-width: 1023px) {
        .method-areas__head .t1 {
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
  .method-areas__body .t1 {
    margin-bottom: 30px; }
    @media screen and (max-width: 1023px) {
      .method-areas__body .t1 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  .method-areas__body .h4 {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .method-areas__body .h4 {
        margin-bottom: 10px;
        font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.02em; } }
    .method-areas__body .h4:last-of-type {
      margin-bottom: 0; }
  .method-areas__counter {
    position: absolute;
    right: 50px;
    bottom: 30px;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .method-areas__counter {
        right: 30px;
        bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .method-areas__counter {
        display: none; } }
    .method-areas__counter._mobile {
      display: none; }
      @media screen and (max-width: 767px) {
        .method-areas__counter._mobile {
          position: static;
          display: flex;
          justify-content: center;
          width: 100%;
          margin-top: 30px; } }
    .method-areas__counter button {
      width: 30px;
      height: 30px;
      margin-right: 10px;
      text-align: center;
      border: 1.4px solid #1e1e1e;
      border-radius: 50%;
      background-color: transparent; }
      @media screen and (max-width: 1023px) {
        .method-areas__counter button {
          width: 20px;
          height: 20px;
          font-size: 15px; } }
      .method-areas__counter button._active {
        border: none; }
        .method-areas__counter button._active svg {
          display: block;
          fill: #7ac6cf; }
          @media screen and (max-width: 767px) {
            .method-areas__counter button._active svg {
              fill: #f6f6f6; } }
      .method-areas__counter button:last-of-type {
        margin: 0; }
    .method-areas__counter svg {
      display: none;
      width: 100%;
      height: 100%; }
  .method-areas__btn {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 32px;
    transform: translateY(-50%);
    border: none;
    background-color: transparent; }
    .method-areas__btn._prev {
      left: -102px; }
      @media screen and (max-width: 1280px) {
        .method-areas__btn._prev {
          left: -80px; } }
    .method-areas__btn._next {
      right: -102px; }
      @media screen and (max-width: 1280px) {
        .method-areas__btn._next {
          right: -80px; } }
    .method-areas__btn svg {
      width: 100%;
      height: 100%;
      stroke: #1e1e1e; }

@media screen and (max-width: 767px) {
  .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px; }
    .slick-dots li {
      margin: 0 5px; }
    .slick-dots button {
      width: 20px;
      height: 20px;
      margin: 0;
      border: 1px solid #1e1e1e;
      border-radius: 50%;
      background-color: transparent; }
    .slick-dots svg {
      width: 20px;
      height: 20px;
      opacity: 0;
      fill: #f6f6f6; }
    .slick-dots .slick-active button {
      border: none; }
    .slick-dots .slick-active svg {
      opacity: 1; } }

.method-results {
  margin-bottom: 205px;
  text-align: center; }
  .method-results ul {
    border-bottom: 1px solid #1e1e1e; }
  .method-results li {
    padding-top: 50px;
    padding-bottom: 30px;
    border-top: 1px solid #1e1e1e; }
    @media screen and (max-width: 1023px) {
      .method-results li {
        padding: 30px 0; } }
    .method-results li:last-of-type {
      padding-bottom: 50px; }
      @media screen and (max-width: 1023px) {
        .method-results li:last-of-type {
          padding-bottom: 30px; } }
    @media screen and (max-width: 1023px) {
      .method-results li .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .method-results li .h1 {
        font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    .method-results li .t1 {
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .method-results li .t1 {
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }

.method-experiment__wrap {
  display: block;
  padding: 80px;
  border-radius: 10px;
  background: #fe4b4e url("../img/method/method-experiment-img.png") calc(100% - 50px) 20px/554px 460px no-repeat; }
  @media screen and (max-width: 1280px) {
    .method-experiment__wrap {
      padding: 50px 50px 90px;
      background-position: calc(100% - 22px) 58px;
      background-size: 483px 401px; } }
  @media screen and (max-width: 1023px) {
    .method-experiment__wrap {
      padding: 50px;
      background-position: calc(100% - 20px) 31px;
      background-size: 396px 329px; } }
  @media screen and (max-width: 767px) {
    .method-experiment__wrap {
      padding: 30px;
      background-position: center 93px;
      background-size: 228px 189px; } }
  .method-experiment__wrap:hover .btn {
    color: #f6f6f6;
    background-color: #1e1e1e; }

.method-experiment .h2 {
  margin-bottom: 30px; }
  @media screen and (max-width: 1023px) {
    .method-experiment .h2 {
      font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .method-experiment .h2 {
      margin-bottom: 200px;
      font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }

.method-experiment__text {
  max-width: 410px;
  margin-bottom: 50px; }
  @media screen and (max-width: 1280px) {
    .method-experiment__text {
      max-width: 360px;
      margin-bottom: 30px; } }

.method-experiment__email {
  margin-bottom: 20px; }

.method-experiment .btn {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  background-color: transparent; }
  @media screen and (max-width: 767px) {
    .method-experiment .btn {
      width: 100%;
      height: 30px;
      padding: 0;
      font-size: 13px;
      line-height: 28px; } }

.contacts {
  width: 100%;
  padding: 235px 0 205px;
  text-align: left;
  background: url("../img/contacts/contacts-bg.svg") center top no-repeat; }
  @media screen and (max-width: 1280px) {
    .contacts {
      padding-top: 205px;
      background-image: url("../img/contacts/contacts-bg-screen.svg"); } }
  @media screen and (max-width: 1023px) {
    .contacts {
      background-image: url("../img/contacts/contacts-bg-tablet.svg"); } }
  @media screen and (max-width: 767px) {
    .contacts {
      padding-bottom: 130px;
      background-image: url("../img/contacts/contacts-bg-mobile.svg"); } }
  @media screen and (max-width: 1023px) {
    .contacts .container {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .contacts .container {
      max-width: 375px;
      padding: 0 20px; } }

.contacts-text {
  margin-bottom: 130px; }
  @media screen and (max-width: 1023px) {
    .contacts-text {
      margin-bottom: 80px; } }
  @media screen and (max-width: 767px) {
    .contacts-text {
      margin-bottom: 50px; } }
  .contacts-text .t1 {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .contacts-text .t1 {
        margin-bottom: 30px;
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  @media screen and (max-width: 1023px) {
    .contacts-text .h3-wide {
      font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal;
      line-height: 1.36; } }

.contacts-map {
  margin-bottom: 130px; }
  .contacts-map #map {
    overflow: hidden;
    width: 1020px;
    height: 630px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #f6f6f6; }
    @media screen and (max-width: 1280px) {
      .contacts-map #map {
        width: 722px;
        height: 445px; } }
    @media screen and (max-width: 1023px) {
      .contacts-map #map {
        width: 597px;
        height: 368px; } }
    @media screen and (max-width: 767px) {
      .contacts-map #map {
        width: 100%;
        height: 450px; } }

.contacts-address {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .contacts-address {
      display: block; } }
  .contacts-address__col {
    width: calc(50% - 15px); }
    @media screen and (max-width: 767px) {
      .contacts-address__col {
        width: 100%;
        margin-bottom: 80px; }
        .contacts-address__col:first-of-type .t1 br:last-of-type {
          display: none; }
        .contacts-address__col:last-of-type {
          margin-bottom: 0; } }
    .contacts-address__col h3 {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #1e1e1e; }

.contacts-where {
  position: relative;
  display: block;
  height: 505px;
  padding: 80px;
  border-radius: 10px;
  margin-top: 205px;
  background: #008FFF url("../img/contacts/contacts-where-img.svg") calc(100% - 46px) 36px/532px 438px no-repeat; }
  .contacts-where._en {
    background-image: url("../img/contacts/contacts-where-img-en.svg"); }
  @media screen and (max-width: 1280px) {
    .contacts-where {
      padding: 50px 50px 90px;
      background: #008FFF url("../img/contacts/contacts-where-img-screen.svg") calc(100% - 31px) 94px/461px 380px no-repeat; }
      .contacts-where._en {
        background-image: url("../img/contacts/contacts-where-img-screen-en.svg"); } }
  @media screen and (max-width: 1023px) {
    .contacts-where {
      height: 460px;
      padding: 50px;
      margin-top: 130px;
      background: #008FFF url("../img/contacts/contacts-where-img-tablet.svg") calc(100% - 24px) 132px/310px 295px no-repeat; }
      .contacts-where._en {
        background-image: url("../img/contacts/contacts-where-img-tablet-en.svg"); } }
  @media screen and (max-width: 767px) {
    .contacts-where {
      height: auto;
      padding: 20px;
      background: #008FFF url("../img/contacts/contacts-where-img-mobile.svg") center 90px/260px 201px no-repeat; }
      .contacts-where._en {
        background-image: url("../img/contacts/contacts-where-img-mobile-en.svg"); } }
  .contacts-where:hover .btn {
    color: #008FFF;
    background-color: #1e1e1e; }
  .contacts-where.spb {
    background: #008FFF url("../img/contacts/contacts-where-img-spb.svg") calc(100% - 60px) 66px/463px 351px no-repeat; }
    @media screen and (max-width: 1280px) {
      .contacts-where.spb {
        background-position: calc(100% - 43px) 118px; }
        .contacts-where.spb .t1 {
          max-width: 285px; } }
    @media screen and (max-width: 1023px) {
      .contacts-where.spb {
        background-position: calc(100% - 25px) 135px;
        background-size: 309px 235px; }
        .contacts-where.spb .t1 {
          max-width: 260px; } }
    @media screen and (max-width: 767px) {
      .contacts-where.spb {
        background-position: calc(50% - 5px) 111px;
        background-size: 258px 191px; }
        .contacts-where.spb .t1 {
          max-width: 100%; } }
  .contacts-where.minsk {
    background: #008FFF url("../img/contacts/contacts-where-img-minsk.svg") calc(100% - 31px) 90px/485px 313px no-repeat; }
    @media screen and (max-width: 1280px) {
      .contacts-where.minsk {
        background-position: calc(100% + 11px) 105px; }
        .contacts-where.minsk .t1 {
          max-width: 335px; } }
    @media screen and (max-width: 1023px) {
      .contacts-where.minsk {
        background-position: calc(100% - 5px) 121px;
        background-size: 343px 221px; }
        .contacts-where.minsk .t1 {
          max-width: 250px; } }
    @media screen and (max-width: 767px) {
      .contacts-where.minsk {
        background-position: calc(50% + 10px) 102px;
        background-size: 281px 181px; }
        .contacts-where.minsk .t1 {
          max-width: 100%; } }
  .contacts-where .h2 {
    margin-bottom: 30px; }
    @media screen and (max-width: 1023px) {
      .contacts-where .h2 {
        margin-bottom: 20px;
        font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .contacts-where .h2 {
        margin-bottom: 234px;
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .contacts-where .t1 {
    max-width: 466px; }
    @media screen and (max-width: 1280px) {
      .contacts-where .t1 {
        max-width: 335px; } }
    @media screen and (max-width: 1023px) {
      .contacts-where .t1 {
        max-width: 348px;
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
    @media screen and (max-width: 767px) {
      .contacts-where .t1 {
        margin-bottom: 20px; } }
  .contacts-where .btn {
    position: absolute;
    bottom: 80px;
    left: 80px;
    color: #1e1e1e;
    border: 1px solid #1e1e1e;
    background-color: transparent; }
    @media screen and (max-width: 1280px) {
      .contacts-where .btn {
        bottom: 85px;
        left: 50px; } }
    @media screen and (max-width: 1023px) {
      .contacts-where .btn {
        bottom: 50px;
        max-width: 250px; } }
    @media screen and (max-width: 767px) {
      .contacts-where .btn {
        position: static;
        width: 100%;
        max-width: 100%;
        height: 30px;
        padding: 0;
        font-size: 13px;
        line-height: 28px; } }

.follow {
  width: 100%;
  padding: 205px 0;
  text-align: left;
  background: url("../img/follow/follow-bg.svg") center top no-repeat; }
  @media screen and (max-width: 1280px) {
    .follow {
      background-image: url("../img/follow/follow-bg-screen.svg"); } }
  @media screen and (max-width: 1023px) {
    .follow {
      background-image: url("../img/follow/follow-bg-tablet.svg"); } }
  @media screen and (max-width: 767px) {
    .follow {
      padding-bottom: 130px;
      background-image: url("../img/follow/follow-bg-mobile.svg"); } }
  @media screen and (max-width: 1023px) {
    .follow .container {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .follow .container {
      max-width: 375px;
      padding: 0 20px; } }
  .follow .subscription {
    margin-bottom: 0; }

.follow-head__text {
  margin-bottom: 130px; }
  @media screen and (max-width: 767px) {
    .follow-head__text {
      margin-bottom: 80px; } }
  .follow-head__text .t1 {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .follow-head__text .t1 {
        margin-bottom: 30px;
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  @media screen and (max-width: 1023px) {
    .follow-head__text .h3-wide {
      font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .follow-head__text .h3-wide {
      font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }

.follow-head__list {
  margin-bottom: 130px;
  text-align: center;
  border-top: 1px solid #1e1e1e; }
  .follow-head__list li {
    padding: 30px 0;
    border-bottom: 1px solid #1e1e1e; }
    .follow-head__list li .h2 {
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .follow-head__list li .h2 {
          font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .follow-head__list li .t1 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }

.follow-content {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .follow-content {
      margin-bottom: 130px; } }
  .follow-content .t1 {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .follow-content .t1 {
        margin-bottom: 50px;
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  .follow-content__outer.swiper-container {
    overflow: inherit; }
  .follow-content__slide {
    flex-shrink: 0;
    width: 390px;
    height: 545px;
    padding: 30px;
    border-radius: 10px;
    background-color: #ffa759; }
    @media screen and (max-width: 1023px) {
      .follow-content__slide {
        width: 315px;
        height: 505px; } }
    @media screen and (max-width: 767px) {
      .follow-content__slide {
        width: 280px;
        height: 440px;
        padding: 20px; } }
    .follow-content__slide .h3-wide {
      margin-bottom: 22px; }
      @media screen and (max-width: 767px) {
        .follow-content__slide .h3-wide {
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
    .follow-content__slide .t1 {
      margin-bottom: 0; }
      @media screen and (max-width: 1023px) {
        .follow-content__slide .t1 {
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
  .follow-content__img {
    width: 100%;
    height: 210px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .follow-content__img {
        margin-bottom: 20px;
        height: 180px; } }
  .follow-content__controls {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .follow-content__controls {
        justify-content: center; } }
  @media screen and (max-width: 767px) {
    .follow-content__buttons {
      display: none; } }
  .follow-content__btn {
    display: inline-block;
    width: 30px;
    height: 20px;
    cursor: pointer;
    border: none; }
    .follow-content__btn._prev {
      margin-right: 20px;
      background: transparent url("data:image/svg+xml,%3Csvg width='31' height='22' viewBox='0 0 31 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.475 21L1 11l9.475-10' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M1 11h30' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }
    .follow-content__btn._next {
      background: transparent url("data:image/svg+xml,%3Csvg width='31' height='22' viewBox='0 0 31 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.525 1L30 11l-9.475 10' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M30 11H0' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }
  .follow-content__pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border: 1px solid #1e1e1e;
    opacity: 1;
    background-color: transparent;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      .follow-content__pagination span {
        margin: 0 10px; } }
    .follow-content__pagination span._active {
      background-color: #1e1e1e; }
  .follow-content .swiper-pagination-bullet-active {
    background-color: #1e1e1e; }

.follow-form {
  width: 1020px;
  margin: 0 auto; }
  @media screen and (max-width: 1280px) {
    .follow-form {
      width: 736px; } }
  @media screen and (max-width: 1023px) {
    .follow-form {
      width: 597px; } }
  @media screen and (max-width: 767px) {
    .follow-form {
      width: 100%; } }
  .follow-form .h3-wide {
    margin-bottom: 105px; }
    @media screen and (max-width: 1023px) {
      .follow-form .h3-wide {
        font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .follow-form .h3-wide {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal;
        margin-bottom: 50px; } }
  .follow-form form {
    display: flex;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .follow-form form {
        display: block; } }
  .follow-form .form-group__elem {
    width: 337px;
    margin-top: 0;
    margin-right: 36px; }
    @media screen and (max-width: 1280px) {
      .follow-form .form-group__elem {
        width: 238px;
        margin-right: 30px; } }
    @media screen and (max-width: 1023px) {
      .follow-form .form-group__elem {
        width: 193px;
        margin-right: 24px; } }
    @media screen and (max-width: 767px) {
      .follow-form .form-group__elem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
    .follow-form .form-group__elem:last-of-type {
      margin-right: 30px; }
      @media screen and (max-width: 1023px) {
        .follow-form .form-group__elem:last-of-type {
          margin-right: 24px; } }
      @media screen and (max-width: 767px) {
        .follow-form .form-group__elem:last-of-type {
          margin-bottom: 80px; } }
  .follow-form__submit {
    width: 280px;
    height: 30px;
    text-align: center;
    letter-spacing: .03em;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #1e1e1e;
    border-radius: 10px;
    background-color: transparent; }
    @media screen and (max-width: 1280px) {
      .follow-form__submit {
        width: 200px; } }
    @media screen and (max-width: 1023px) {
      .follow-form__submit {
        width: 161px; } }
    @media screen and (max-width: 767px) {
      .follow-form__submit {
        width: 100%; } }
    .follow-form__submit:hover {
      border-color: #ffa759;
      background-color: #ffa759; }

.crew {
  width: 100%;
  padding: 335px 0;
  text-align: left;
  background: url("../img/crew/crew-bg.svg") center top no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1280px) {
    .crew {
      padding: 205px 0; } }
  @media screen and (max-width: 767px) {
    .crew {
      padding: 130px 0; } }
  @media screen and (max-width: 1023px) {
    .crew .container {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .crew .container {
      max-width: 375px;
      padding: 0 20px; } }

.crew-head {
  margin-bottom: 335px; }
  @media screen and (max-width: 1280px) {
    .crew-head {
      margin-bottom: 205px; } }
  @media screen and (max-width: 767px) {
    .crew-head {
      margin-bottom: 150px; } }
  .crew-head .t1 {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .crew-head .t1 {
        margin-bottom: 80px;
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  @media screen and (max-width: 1023px) {
    .crew-head .h3-wide {
      font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .crew-head .h3-wide {
      font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.02em; } }

.crew-info {
  margin-bottom: 130px; }
  @media screen and (max-width: 1023px) {
    .crew-info {
      margin-bottom: 80px; } }
  @media screen and (max-width: 1023px) {
    .crew-info__title {
      font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .crew-info__title {
      font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.02em; } }
  .crew-info p {
    margin-top: 50px; }
    @media screen and (max-width: 1023px) {
      .crew-info p {
        font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .crew-info p {
        font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.02em; } }

.crew-list {
  margin-bottom: 335px; }
  @media screen and (max-width: 1280px) {
    .crew-list {
      margin-bottom: 205px; } }
  @media screen and (max-width: 767px) {
    .crew-list {
      margin-bottom: 130px; } }

.crew-person {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 50px;
  cursor: pointer;
  border-radius: 10px; }
  @media screen and (max-width: 1023px) {
    .crew-person {
      margin-bottom: 30px;
      background-color: #f6f6f6; } }
  @media screen and (max-width: 767px) {
    .crew-person {
      padding: 20px 0 50px; } }
  .crew-person._no-link {
    min-height: 410px;
    padding-bottom: 50px; }
    @media screen and (max-width: 1280px) {
      .crew-person._no-link {
        min-height: 342px; } }
    @media screen and (max-width: 1023px) {
      .crew-person._no-link {
        min-height: 255px; } }
    .crew-person._no-link .crew-person__head {
      min-height: 410px;
      padding-bottom: 0; }
      @media screen and (max-width: 1280px) {
        .crew-person._no-link .crew-person__head {
          min-height: 342px; } }
      @media screen and (max-width: 1023px) {
        .crew-person._no-link .crew-person__head {
          min-height: 255px; } }
      @media screen and (max-width: 767px) {
        .crew-person._no-link .crew-person__head {
          min-height: inherit; } }
    .crew-person._no-link .crew-person__content-inner {
      padding-top: 50px;
      padding-bottom: 0; }
  .crew-person:last-of-type {
    margin-bottom: 0; }
  .crew-person:hover, .crew-person._active {
    background-color: #fe4b4e; }
    .crew-person:hover .crew-person__show, .crew-person._active .crew-person__show {
      display: block; }
  .crew-person._active {
    background-color: #fe4b4e; }
    .crew-person._active .crew-person__content {
      max-height: 2000px;
      transition: max-height 1s ease-in-out; }
    .crew-person._active .crew-person__show {
      transform: rotate(180deg); }
    .crew-person._active .crew-person__link {
      transition: opacity 0s .1s ease-in-out;
      opacity: 1; }
  .crew-person__photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 410px;
    height: 410px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media screen and (max-width: 1280px) {
      .crew-person__photo {
        width: 342px;
        height: 342px; } }
    @media screen and (max-width: 1023px) {
      .crew-person__photo {
        width: 255px;
        height: 255px; } }
    @media screen and (max-width: 767px) {
      .crew-person__photo {
        position: static;
        width: 100%;
        height: 0;
        margin-bottom: 20px;
        padding-bottom: 100%; } }
  .crew-person__head {
    position: relative;
    min-height: 410px;
    padding-top: 60px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 410px; }
    @media screen and (max-width: 1280px) {
      .crew-person__head {
        min-height: 430px;
        padding-top: 50px;
        padding-right: 30px;
        padding-bottom: 50px;
        padding-left: 348px; } }
    @media screen and (max-width: 1023px) {
      .crew-person__head {
        min-height: 340px;
        padding-left: 256px; } }
    @media screen and (max-width: 767px) {
      .crew-person__head {
        padding: 0 20px;
        min-height: inherit; } }
  .crew-person__name {
    margin-bottom: 10px; }
    @media screen and (max-width: 1023px) {
      .crew-person__name {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .crew-person__position {
    max-width: 272px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1023px) {
      .crew-person__position {
        margin-bottom: 30px; } }
  @media screen and (max-width: 1023px) {
    .crew-person__info {
      font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.02em; } }
  .crew-person__info ul li {
    position: relative;
    display: inline; }
    .crew-person__info ul li div {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      margin-right: 8px;
      transform: translateY(2px);
      border: 1.4px solid #1e1e1e;
      border-radius: 50%; }
      @media screen and (max-width: 1023px) {
        .crew-person__info ul li div {
          width: 15px;
          height: 15px;
          margin-right: 5px; } }
  .crew-person__content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    .crew-person__content-inner {
      padding: 80px 80px 50px; }
      @media screen and (max-width: 1280px) {
        .crew-person__content-inner {
          padding: 0 30px 50px 50px; } }
      @media screen and (max-width: 1023px) {
        .crew-person__content-inner {
          padding: 0 30px 50px; } }
      @media screen and (max-width: 767px) {
        .crew-person__content-inner {
          padding: 30px 20px 0; } }
    @media screen and (max-width: 767px) {
      .crew-person__content .t1 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
    .crew-person__content .t2 {
      margin-top: 30px; }
  .crew-person__link {
    position: absolute;
    z-index: 1;
    bottom: -40px;
    left: 80px;
    display: inline-block;
    height: 30px;
    transition: opacity 0s 0s cubic-bezier(0, 1, 0, 1);
    letter-spacing: .02em;
    font-size: 17px;
    opacity: 0; }
    @media screen and (max-width: 1280px) {
      .crew-person__link {
        bottom: 50px;
        left: 50px; } }
    @media screen and (max-width: 1023px) {
      .crew-person__link {
        left: 30px; } }
    @media screen and (max-width: 767px) {
      .crew-person__link {
        position: static;
        display: none;
        margin-top: 50px; } }
    .crew-person__link._mobile {
      display: none; }
      @media screen and (max-width: 767px) {
        .crew-person__link._mobile {
          display: inherit; } }
    .crew-person__link svg {
      width: 30px;
      height: 30px;
      margin-right: 10px;
      transform: translateY(-3px);
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .crew-person__link svg {
          width: 20px;
          height: 20px; } }
  .crew-person__show {
    position: absolute;
    top: 50px;
    right: 50px;
    display: none;
    width: 60px;
    height: 60px;
    border: none;
    background-color: transparent; }
    @media screen and (max-width: 1280px) {
      .crew-person__show {
        top: 30px;
        right: 30px; } }
    @media screen and (max-width: 1023px) {
      .crew-person__show {
        top: 20px;
        right: 20px;
        display: block;
        width: 40px;
        height: 40px; } }
    @media screen and (max-width: 767px) {
      .crew-person__show {
        width: 25px;
        height: 25px; } }
    .crew-person__show svg {
      width: 100%;
      height: 100%;
      stroke: #1e1e1e; }

.crew-more {
  display: block;
  width: 100%;
  padding: 80px;
  text-align: center;
  border-radius: 10px;
  background-color: #f6f6f6; }
  @media screen and (max-width: 1280px) {
    .crew-more {
      padding: 80px 30px; } }
  @media screen and (max-width: 767px) {
    .crew-more {
      padding: 30px; } }
  .crew-more:hover .btn {
    border-color: #fef36c;
    background-color: #fef36c; }
  .crew-more .h3-wide {
    margin-bottom: 50px; }
    @media screen and (max-width: 1023px) {
      .crew-more .h3-wide {
        font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .crew-more .h3-wide {
        font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.02em; } }
  .crew-more .btn {
    color: #1e1e1e;
    border: 1px solid #1e1e1e;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .crew-more .btn {
        height: 30px;
        font-size: 13px;
        letter-spacing: 0.03em;
        padding: 0;
        line-height: 28px; } }
    .crew-more .btn:hover {
      border-color: #fef36c;
      background-color: #fef36c; }

.vacancies {
  width: 100%;
  padding: 335px 0 205px;
  text-align: left;
  background: url("../img/crew/crew-bg.svg") center top no-repeat; }
  @media screen and (max-width: 1280px) {
    .vacancies {
      padding: 280px 0 205px; } }
  @media screen and (max-width: 767px) {
    .vacancies {
      padding: 205px 0; } }
  @media screen and (max-width: 1023px) {
    .vacancies .container {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .vacancies .container {
      max-width: 375px;
      padding: 0 20px; } }
  .vacancies__text {
    margin-bottom: 130px;
    line-height: 1.23; }
    @media screen and (max-width: 1023px) {
      .vacancies__text {
        line-height: 1.25;
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .vacancies__text {
        font-size: 33px;
        line-height: 1.27; } }
    .vacancies__text span {
      display: inline-block;
      width: 50px;
      height: 50px;
      margin-right: 10px;
      border-radius: 50%;
      background-color: #1e1e1e; }
      @media screen and (max-width: 1023px) {
        .vacancies__text span {
          width: 30px;
          height: 30px; } }
  .vacancies__list {
    margin-bottom: 205px; }
    @media screen and (max-width: 767px) {
      .vacancies__list {
        margin-bottom: 130px; } }
    .vacancies__list .t1 {
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .vacancies__list .t1 {
          margin-bottom: 30px;
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
    .vacancies__list ul li {
      display: flex;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #1e1e1e; }
      @media screen and (max-width: 1023px) {
        .vacancies__list ul li {
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
      .vacancies__list ul li:first-of-type {
        margin-top: 0;
        padding-top: 0;
        border: none; }
    .vacancies__list ul svg {
      flex-shrink: 0;
      width: 30px;
      height: 30px;
      margin-right: 30px;
      transform: translateY(8px);
      fill: #d6d7d8; }
      @media screen and (max-width: 1023px) {
        .vacancies__list ul svg {
          margin-right: 12px;
          transform: translateY(2px); } }
  .vacancies__send {
    display: block;
    padding: 80px;
    text-align: center;
    border-radius: 10px;
    background-color: #fdf281; }
    @media screen and (max-width: 1280px) {
      .vacancies__send {
        padding: 50px; } }
    @media screen and (max-width: 767px) {
      .vacancies__send {
        padding: 30px 20px 20px; } }
    .vacancies__send:hover span {
      background-color: #1e1e1e;
      color: #fdf281; }
      @media screen and (max-width: 767px) {
        .vacancies__send:hover span {
          color: #1e1e1e; } }
    @media screen and (max-width: 1023px) {
      .vacancies__send .h3-wide {
        font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .vacancies__send .h3-wide {
        font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.02em; } }
    @media screen and (max-width: 767px) {
      .vacancies__send .h3-wide span {
        padding: 0;
        border: none; } }
    .vacancies__send .btn {
      display: none; }
      @media screen and (max-width: 767px) {
        .vacancies__send .btn {
          display: block;
          width: 100%;
          height: 30px;
          margin-top: 50px;
          padding: 0;
          text-align: center;
          letter-spacing: .03em;
          font-size: 13px;
          line-height: 28px;
          border: 1px solid #1e1e1e;
          background-color: transparent; }
          .vacancies__send .btn:hover {
            color: #fdf281;
            background-color: #1e1e1e; } }

.error-page {
  width: 100%;
  padding: 205px 0;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .error-page {
      padding-bottom: 130px; } }
  @media screen and (max-width: 1023px) {
    .error-page .container {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .error-page .container {
      max-width: 375px;
      padding: 0 20px; } }

.static-page > h1:first-child {
  margin-bottom: 130px; }
  @media screen and (max-width: 1023px) {
    .static-page > h1:first-child {
      margin-bottom: 80px; } }

.static-page h1 {
  font: 65px/65px AgipoRegExt, Arial, Verdana, sans-serif;
  letter-spacing: normal; }
  @media screen and (max-width: 1023px) {
    .static-page h1 {
      font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .static-page h1 {
      font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }

.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
  margin-top: 130px;
  margin-bottom: 30px;
  font: 36px/46px AgipoRegExt, Arial, Verdana, sans-serif;
  letter-spacing: normal; }
  @media screen and (max-width: 1023px) {
    .static-page h2,
    .static-page h3,
    .static-page h4,
    .static-page h5,
    .static-page h6 {
      font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .static-page h2,
    .static-page h3,
    .static-page h4,
    .static-page h5,
    .static-page h6 {
      margin-top: 80px; } }

.static-page p,
.static-page li {
  margin-bottom: 25px;
  font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 767px) {
    .static-page p,
    .static-page li {
      margin-bottom: 20px;
      font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.03em; } }

.static-page ul {
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .static-page ul {
      margin-bottom: 20px; } }

.static-page li {
  margin-bottom: 0; }

.static-page li:before {
  content: '— '; }

.static-page a {
  text-decoration: underline; }

.static-page img,
.static-page iframe {
  max-width: 100%; }

.inhouse {
  width: 100%;
  padding-bottom: 335px;
  text-align: left;
  background: url("../img/inhouse/inhouse-bg.svg") center top no-repeat; }
  @media screen and (max-width: 1280px) {
    .inhouse {
      background-image: url("../img/inhouse/inhouse-bg-screen.svg"); } }
  @media screen and (max-width: 1023px) {
    .inhouse {
      background-image: url("../img/inhouse/inhouse-bg-tablet.svg"); } }
  @media screen and (max-width: 767px) {
    .inhouse {
      padding-bottom: 205px;
      background-image: url("../img/inhouse/inhouse-bg-mobile.svg"); } }
  @media screen and (max-width: 1280px) {
    .inhouse .container {
      max-width: 934px;
      padding: 0; } }
  @media screen and (max-width: 1023px) {
    .inhouse .container {
      max-width: 708px; } }
  @media screen and (max-width: 767px) {
    .inhouse .container {
      max-width: 460px;
      padding: 0 20px; } }

.inhouse-cases {
  margin-bottom: 335px; }
  @media screen and (max-width: 767px) {
    .inhouse-cases {
      margin-bottom: 205px; } }
  .inhouse-cases .h3-wide {
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      .inhouse-cases .h3-wide {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .inhouse-cases .h3-wide {
        margin-bottom: 80px; } }
  @media screen and (max-width: 1280px) {
    .inhouse-cases .cases {
      width: 100%;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .inhouse-cases .cases__item {
      height: 370px;
      min-height: 370px; } }

.inhouse-contacts {
  margin-bottom: 205px; }
  @media screen and (max-width: 767px) {
    .inhouse-contacts {
      margin-bottom: 130px; } }
  .inhouse-contacts__heading {
    margin-bottom: 80px; }
    @media screen and (max-width: 1023px) {
      .inhouse-contacts__heading .h3-wide {
        font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .inhouse-contacts__heading .h3-wide {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    .inhouse-contacts__heading .h3-wide ._stroke {
      padding-top: 0;
      padding-bottom: 0;
      background-color: transparent; }
      .inhouse-contacts__heading .h3-wide ._stroke:hover {
        background-color: #1e1e1e;
        color: #d6d7d8; }
  .inhouse-contacts__card {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .inhouse-contacts__card {
        margin-bottom: 20px; } }
    .inhouse-contacts__card:last-of-type {
      margin-bottom: 0; }

.inhouse-contacts-card {
  position: relative;
  cursor: pointer;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .inhouse-contacts-card {
      padding-bottom: 40px;
      color: #d6d7d8;
      background-color: #1e1e1e; } }
  .inhouse-contacts-card:hover, .inhouse-contacts-card._active {
    color: #d6d7d8;
    background-color: #1e1e1e; }
    .inhouse-contacts-card:hover .inhouse-contacts-card__show, .inhouse-contacts-card._active .inhouse-contacts-card__show {
      display: block; }
    .inhouse-contacts-card:hover .inhouse-contacts-card__contacts svg, .inhouse-contacts-card._active .inhouse-contacts-card__contacts svg {
      stroke: #d6d7d8; }
  .inhouse-contacts-card._active .inhouse-contacts-card__content {
    max-height: 2000px;
    transition: max-height 1s ease-in-out; }
  .inhouse-contacts-card._active .inhouse-contacts-card__show {
    transform: rotate(180deg); }
  .inhouse-contacts-card__head {
    position: relative;
    min-height: 430px;
    padding: 60px;
    padding-left: 460px; }
    @media screen and (max-width: 1280px) {
      .inhouse-contacts-card__head {
        padding-left: 388px; } }
    @media screen and (max-width: 1023px) {
      .inhouse-contacts-card__head {
        min-height: 309px;
        padding: 50px;
        padding-left: 286px; } }
    @media screen and (max-width: 767px) {
      .inhouse-contacts-card__head {
        padding: 20px 0; } }
  .inhouse-contacts-card__photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 410px;
    height: 410px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media screen and (max-width: 1280px) {
      .inhouse-contacts-card__photo {
        width: 342px;
        height: 342px; } }
    @media screen and (max-width: 1023px) {
      .inhouse-contacts-card__photo {
        width: 255px;
        height: 255px; } }
    @media screen and (max-width: 767px) {
      .inhouse-contacts-card__photo {
        position: static;
        width: 100%;
        height: 0;
        margin-bottom: 20px;
        padding-bottom: 100%; } }
  @media screen and (max-width: 767px) {
    .inhouse-contacts-card__text {
      padding: 0 20px; } }
  .inhouse-contacts-card__name {
    margin-bottom: 10px; }
    @media screen and (max-width: 1023px) {
      .inhouse-contacts-card__name {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  @media screen and (max-width: 1023px) {
    .inhouse-contacts-card__position {
      font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.03em; } }
  .inhouse-contacts-card__contacts {
    display: flex;
    align-items: center;
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .inhouse-contacts-card__contacts {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px; } }
    .inhouse-contacts-card__contacts-item {
      display: flex;
      align-items: center;
      margin-right: 55px; }
      @media screen and (max-width: 1023px) {
        .inhouse-contacts-card__contacts-item {
          margin-right: 30px;
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
      @media screen and (max-width: 767px) {
        .inhouse-contacts-card__contacts-item {
          margin-right: 0;
          margin-bottom: 20px; }
          .inhouse-contacts-card__contacts-item:last-of-type {
            margin-bottom: 0; } }
      .inhouse-contacts-card__contacts-item svg {
        margin-right: 10px;
        fill: none;
        stroke: #1e1e1e; }
        @media screen and (max-width: 767px) {
          .inhouse-contacts-card__contacts-item svg {
            stroke: #d6d7d8; } }
      .inhouse-contacts-card__contacts-item._phone svg {
        width: 30px;
        height: 32px; }
        @media screen and (max-width: 1023px) {
          .inhouse-contacts-card__contacts-item._phone svg {
            width: 18px;
            height: 20px; } }
      .inhouse-contacts-card__contacts-item._email svg {
        width: 33px;
        height: 26px; }
        @media screen and (max-width: 1023px) {
          .inhouse-contacts-card__contacts-item._email svg {
            width: 25px;
            height: 20px; } }
  .inhouse-contacts-card__content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
  .inhouse-contacts-card__inner {
    padding: 20px 80px 50px; }
    @media screen and (max-width: 1023px) {
      .inhouse-contacts-card__inner {
        padding: 20px 50px 50px; } }
    @media screen and (max-width: 767px) {
      .inhouse-contacts-card__inner {
        padding: 30px 20px 20px; } }
    @media screen and (max-width: 767px) {
      .inhouse-contacts-card__inner .t1 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  .inhouse-contacts-card__show {
    position: absolute;
    top: 50px;
    right: 50px;
    display: none;
    width: 60px;
    height: 60px;
    border: none;
    background-color: transparent; }
    @media screen and (max-width: 1280px) {
      .inhouse-contacts-card__show {
        top: 30px;
        right: 30px; } }
    @media screen and (max-width: 1023px) {
      .inhouse-contacts-card__show {
        top: 30px;
        right: 10px; } }
    @media screen and (max-width: 767px) {
      .inhouse-contacts-card__show {
        top: auto;
        right: auto;
        bottom: 0;
        left: calc(50% - 30px);
        display: block; } }
    .inhouse-contacts-card__show svg {
      width: 100%;
      height: 100%;
      stroke: #d6d7d8; }
      @media screen and (max-width: 1023px) {
        .inhouse-contacts-card__show svg:nth-of-type(1) {
          display: none; } }
      .inhouse-contacts-card__show svg:nth-of-type(2) {
        display: none; }
        @media screen and (max-width: 1023px) {
          .inhouse-contacts-card__show svg:nth-of-type(2) {
            display: block; } }

.inhouse-content {
  margin-bottom: 335px; }
  @media screen and (max-width: 767px) {
    .inhouse-content {
      margin-bottom: 205px; } }
  .inhouse-content__heading {
    margin-bottom: 50px; }
    @media screen and (max-width: 1280px) {
      .inhouse-content__heading {
        margin-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .inhouse-content__heading {
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .inhouse-content__heading .t1 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  .inhouse-content__carousel {
    position: relative; }
  .inhouse-content__outer {
    position: relative;
    width: 1015px; }
    @media screen and (max-width: 1280px) {
      .inhouse-content__outer {
        width: 794px; } }
    @media screen and (max-width: 1023px) {
      .inhouse-content__outer {
        overflow: inherit;
        width: 100%; } }
  .inhouse-content__inner {
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .inhouse-content__inner {
        flex-direction: column; } }
  .inhouse-content__slide {
    position: relative;
    padding: 50px;
    height: auto;
    border-radius: 10px;
    background-color: #f6f6f6; }
    @media screen and (max-width: 1023px) {
      .inhouse-content__slide {
        width: 597px;
        padding: 30px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .inhouse-content__slide {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px; }
        .inhouse-content__slide:last-of-type {
          margin-bottom: 0; }
        .inhouse-content__slide._active .inhouse-content__head {
          border-color: #1e1e1e; }
          .inhouse-content__slide._active .inhouse-content__head:after {
            transform: rotate(180deg); }
        .inhouse-content__slide._active .inhouse-content__body-inner {
          max-height: 5000px;
          transition: max-height .3s ease-in; } }
  .inhouse-content__head {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1.4px solid #1e1e1e; }
    @media screen and (max-width: 1023px) {
      .inhouse-content__head {
        margin-bottom: 30px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .inhouse-content__head {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-color: transparent; } }
    .inhouse-content__head .h3 {
      max-width: 580px; }
      @media screen and (max-width: 1023px) {
        .inhouse-content__head .h3 {
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
    .inhouse-content__head .t1 {
      max-width: 580px;
      margin-top: 20px; }
      @media screen and (max-width: 1023px) {
        .inhouse-content__head .t1 {
          margin-top: 10px;
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
    @media screen and (max-width: 767px) {
      .inhouse-content__head:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: calc(50% - 30px);
        width: 60px;
        height: 60px;
        opacity: 1;
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%231E1E1E' stroke-width='1.4' d='M19.888 23.898l10.606 10.607M29.505 34.505l10.607-10.607'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; } }
  .inhouse-content__body-inner {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .inhouse-content__body-inner {
        flex-direction: column;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s cubic-bezier(0, 1, 0, 1); } }
  .inhouse-content__left, .inhouse-content__right {
    width: calc(50% - 15px); }
    @media screen and (max-width: 767px) {
      .inhouse-content__left, .inhouse-content__right {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .inhouse-content__left:last-of-type, .inhouse-content__right:last-of-type {
        margin-bottom: 30px; } }
    .inhouse-content__left .t1, .inhouse-content__right .t1 {
      margin-bottom: 20px; }
      @media screen and (max-width: 1023px) {
        .inhouse-content__left .t1, .inhouse-content__right .t1 {
          margin-bottom: 10px;
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
      .inhouse-content__left .t1:last-of-type, .inhouse-content__right .t1:last-of-type {
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          .inhouse-content__left .t1:last-of-type, .inhouse-content__right .t1:last-of-type {
            margin-bottom: 10px; } }
  .inhouse-content__counter {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .inhouse-content__counter {
        display: none; } }
    .inhouse-content__counter button {
      width: 30px;
      height: 30px;
      margin-right: 10px;
      text-align: center;
      border: 1.4px solid #1e1e1e;
      border-radius: 50%;
      background-color: transparent; }
      @media screen and (max-width: 1023px) {
        .inhouse-content__counter button {
          width: 20px;
          height: 20px; } }
      .inhouse-content__counter button._active {
        border: none; }
        .inhouse-content__counter button._active svg {
          display: block;
          fill: #f6f6f6; }
          @media screen and (max-width: 767px) {
            .inhouse-content__counter button._active svg {
              fill: #f6f6f6; } }
      .inhouse-content__counter button:last-of-type {
        margin: 0; }
    .inhouse-content__counter svg {
      display: none;
      width: 100%;
      height: 100%; }
  .inhouse-content__btn {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 32px;
    transform: translateY(-50%);
    border: none;
    background-color: transparent; }
    @media screen and (max-width: 1023px) {
      .inhouse-content__btn {
        display: none; } }
    .inhouse-content__btn._prev {
      left: 0; }
    .inhouse-content__btn._next {
      right: 0; }
    .inhouse-content__btn svg {
      width: 100%;
      height: 100%;
      stroke: #1e1e1e; }

.inhouse-for {
  margin-bottom: 335px; }
  @media screen and (max-width: 767px) {
    .inhouse-for {
      margin-bottom: 205px; } }
  .inhouse-for__heading {
    margin-bottom: 50px; }
    @media screen and (max-width: 1280px) {
      .inhouse-for__heading {
        margin-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .inhouse-for__heading {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .inhouse-for__heading .t1 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  .inhouse-for__list-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
    padding-top: 30px;
    border-top: 1px solid #1e1e1e; }
    @media screen and (max-width: 1023px) {
      .inhouse-for__list-item {
        padding-top: 20px; } }
    @media screen and (max-width: 767px) {
      .inhouse-for__list-item {
        flex-direction: column;
        margin-bottom: 30px; } }
    .inhouse-for__list-item:last-of-type {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .inhouse-for__list-item:first-of-type {
        padding-top: 0;
        border-top: none; } }
    .inhouse-for__list-item .h3-wide {
      display: flex;
      width: calc(50% - 15px); }
      @media screen and (max-width: 1023px) {
        .inhouse-for__list-item .h3-wide {
          font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
      @media screen and (max-width: 767px) {
        .inhouse-for__list-item .h3-wide {
          width: 100%;
          margin-bottom: 10px;
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
      .inhouse-for__list-item .h3-wide svg {
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        margin-top: 5px;
        margin-right: 30px;
        fill: #d6d7d8; }
        @media screen and (max-width: 1023px) {
          .inhouse-for__list-item .h3-wide svg {
            margin-top: 0;
            margin-right: 20px; } }
        @media screen and (max-width: 767px) {
          .inhouse-for__list-item .h3-wide svg {
            margin-right: 10px; } }
    .inhouse-for__list-item .t1 {
      width: calc(50% - 15px); }
      @media screen and (max-width: 767px) {
        .inhouse-for__list-item .t1 {
          width: 100%;
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }

.inhouse-form__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .inhouse-form__wrap {
      flex-direction: column; } }

.inhouse-form__item {
  position: relative;
  width: calc(33.3% - 20px); }
  @media screen and (max-width: 767px) {
    .inhouse-form__item {
      width: 100%;
      margin-bottom: 50px; }
      .inhouse-form__item:last-of-type {
        margin-bottom: 0; } }
  .inhouse-form__item input {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #1e1e1e;
    border: none;
    border-bottom: 1px solid #1e1e1e;
    background-color: transparent;
    font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
    letter-spacing: normal; }
  .inhouse-form__item label {
    width: 100%; }
    .inhouse-form__item label._hidden {
      opacity: 0; }

.inhouse-form__msg {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 285px;
  transform: translateY(100%);
  letter-spacing: .03em;
  font-size: 13px;
  line-height: 1.11; }

.inhouse-head {
  margin-bottom: 335px;
  padding-top: 335px; }
  @media screen and (max-width: 767px) {
    .inhouse-head {
      margin-bottom: 205px;
      padding-top: 205px; } }
  .inhouse-head__heading {
    margin-bottom: 205px; }
    @media screen and (max-width: 767px) {
      .inhouse-head__heading {
        margin-bottom: 130px; } }
    .inhouse-head__heading .t1 {
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .inhouse-head__heading .t1 {
          margin-bottom: 30px;
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
    @media screen and (max-width: 1023px) {
      .inhouse-head__heading .h3-wide {
        font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .inhouse-head__heading .h3-wide {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .inhouse-head__desc .h3-wide {
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      .inhouse-head__desc .h3-wide {
        font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .inhouse-head__desc .h3-wide {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .inhouse-head__card {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 10px;
    background-color: #f6f6f6; }
    @media screen and (max-width: 767px) {
      .inhouse-head__card {
        padding: 20px; } }
    .inhouse-head__card .h2 {
      max-width: 450px;
      margin-bottom: 85px; }
      @media screen and (max-width: 1023px) {
        .inhouse-head__card .h2 {
          max-width: 440px;
          margin-bottom: 105px;
          font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
      @media screen and (max-width: 767px) {
        .inhouse-head__card .h2 {
          margin-bottom: 280px;
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
    .inhouse-head__card .btn {
      border: 1px solid #1e1e1e;
      background-color: transparent; }
      .inhouse-head__card .btn:hover {
        color: #f6f6f6;
        background-color: #1e1e1e; }
      @media screen and (max-width: 767px) {
        .inhouse-head__card .btn {
          max-width: 100%;
          padding: 12px 0;
          font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.02em; } }
    .inhouse-head__card img {
      position: absolute;
      top: 29px;
      right: 46px;
      width: 380px;
      height: auto; }
      @media screen and (max-width: 1023px) {
        .inhouse-head__card img {
          top: 73px;
          right: 30px;
          width: 315px; } }
      @media screen and (max-width: 767px) {
        .inhouse-head__card img {
          top: auto;
          right: 50%;
          bottom: 96px;
          width: 260px;
          transform: translateX(50%); } }

.inhouse-keys {
  margin-bottom: 335px; }
  @media screen and (max-width: 767px) {
    .inhouse-keys {
      margin-bottom: 205px; } }
  .inhouse-keys__heading {
    margin-bottom: 130px; }
    @media screen and (max-width: 767px) {
      .inhouse-keys__heading {
        margin-bottom: 80px; } }
    .inhouse-keys__heading .t1 {
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .inhouse-keys__heading .t1 {
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em;
          margin-bottom: 30px; } }
    @media screen and (max-width: 1023px) {
      .inhouse-keys__heading .h3-wide {
        font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .inhouse-keys__heading .h3-wide {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .inhouse-keys__list-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .inhouse-keys__list-item {
        flex-direction: column;
        margin-bottom: 50px; } }
    .inhouse-keys__list-item:last-of-type {
      margin-bottom: 0; }
    .inhouse-keys__list-item .h3-wide {
      width: calc(50% - 15px); }
      @media screen and (max-width: 1023px) {
        .inhouse-keys__list-item .h3-wide {
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
      @media screen and (max-width: 767px) {
        .inhouse-keys__list-item .h3-wide {
          width: 100%;
          margin-bottom: 20px; } }
      .inhouse-keys__list-item .h3-wide ._stroke {
        border-color: #f6f6f6;
        background-color: #f6f6f6;
        border: none;
        padding-top: 1px; }
    .inhouse-keys__list-item .t1 {
      width: calc(50% - 15px); }
      @media screen and (max-width: 767px) {
        .inhouse-keys__list-item .t1 {
          width: 100%;
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }

.inhouse-why {
  margin-bottom: 335px; }
  @media screen and (max-width: 767px) {
    .inhouse-why {
      margin-bottom: 205px; } }
  .inhouse-why .t1 {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .inhouse-why .t1 {
        margin-bottom: 30px;
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  .inhouse-why .h3-wide {
    margin-bottom: 205px; }
    @media screen and (max-width: 1023px) {
      .inhouse-why .h3-wide {
        font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .inhouse-why .h3-wide {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal;
        margin-bottom: 130px; } }
  .inhouse-why__card {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 50px;
    color: #f6f6f6;
    border-radius: 10px;
    background-color: #1e1e1e; }
    @media screen and (max-width: 767px) {
      .inhouse-why__card {
        padding: 20px; } }
    @media screen and (max-width: 360px) {
      .inhouse-why__card {
        padding-right: 5px; } }
    .inhouse-why__card .h2 {
      position: relative;
      z-index: 1;
      max-width: 560px;
      margin-bottom: 80px; }
      @media screen and (max-width: 1023px) {
        .inhouse-why__card .h2 {
          max-width: 420px;
          margin-bottom: 60px;
          font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
      @media screen and (max-width: 767px) {
        .inhouse-why__card .h2 {
          margin-bottom: 250px;
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
      .inhouse-why__card .h2 ._stroke {
        color: #1e1e1e;
        border: none;
        padding-top: 0;
        padding-bottom: 0;
        background-color: #f6f6f6; }
    .inhouse-why__card .btn {
      color: #f6f6f6;
      border: 1px solid #f6f6f6;
      background-color: transparent; }
      .inhouse-why__card .btn:hover {
        color: #1e1e1e;
        background-color: #f6f6f6; }
      @media screen and (max-width: 767px) {
        .inhouse-why__card .btn {
          max-width: 100%;
          padding: 12px 0;
          font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.02em; } }
    .inhouse-why__card img {
      position: absolute;
      top: 30px;
      right: 56px;
      width: 340px;
      height: auto; }
      @media screen and (max-width: 1280px) {
        .inhouse-why__card img {
          top: 41px;
          right: 28px; } }
      @media screen and (max-width: 1023px) {
        .inhouse-why__card img {
          top: 73px;
          right: 15px;
          width: 283px; } }
      @media screen and (max-width: 767px) {
        .inhouse-why__card img {
          top: auto;
          right: 50%;
          bottom: 89px;
          width: 183px;
          transform: translateX(50%); } }

.consult {
  width: 100%;
  padding-bottom: 335px;
  text-align: left;
  background: #1e1e1e url("../img/consult/consult-bg.svg") center top no-repeat; }
  @media screen and (max-width: 1280px) {
    .consult {
      background-image: url("../img/consult/consult-bg-screen.svg"); } }
  @media screen and (max-width: 1023px) {
    .consult {
      background-image: url("../img/consult/consult-bg-tablet.svg"); } }
  @media screen and (max-width: 767px) {
    .consult {
      padding-bottom: 205px;
      background-image: url("../img/consult/consult-bg-mobile.svg"); } }
  @media screen and (max-width: 1280px) {
    .consult .container {
      max-width: 934px;
      padding: 0; } }
  @media screen and (max-width: 1023px) {
    .consult .container {
      max-width: 708px; } }
  @media screen and (max-width: 767px) {
    .consult .container {
      max-width: 460px;
      padding: 0 20px; } }

.consult-head {
  margin-bottom: 205px;
  padding-top: 205px;
  text-align: left;
  color: #ffffff; }
  @media screen and (max-width: 1023px) {
    .consult-head {
      margin-bottom: 335px; } }
  @media screen and (max-width: 767px) {
    .consult-head {
      margin-bottom: 130px; } }
  .consult-head .h1 {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .consult-head .h1 {
        font: 36px/46px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal;
        font-size: 34px;
        margin-bottom: 20px; } }
  .consult-head .t1 {
    margin-bottom: 130px; }
    @media screen and (max-width: 767px) {
      .consult-head .t1 {
        max-width: 200px;
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  @media screen and (max-width: 767px) {
    .consult-head .btn {
      max-width: 100%;
      padding: 14px 0;
      font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.03em; } }

.consult-desc {
  margin-bottom: 205px;
  text-align: left;
  color: #ffffff; }
  @media screen and (max-width: 1280px) {
    .consult-desc {
      margin-bottom: 130px; } }
  @media screen and (max-width: 767px) {
    .consult-desc {
      margin-bottom: 80px; } }
  .consult-desc__heading {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .consult-desc__heading {
        max-width: 250px;
        margin-bottom: 30px;
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  @media screen and (max-width: 767px) {
    .consult-desc__text {
      max-width: 280px; } }
  .consult-desc .h3-wide {
    margin-bottom: 130px; }
    @media screen and (max-width: 1023px) {
      .consult-desc .h3-wide {
        margin-bottom: 80px;
        font: 25px/36px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .consult-desc .h3-wide:first-of-type {
        font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.02em; } }
    .consult-desc .h3-wide:last-of-type {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .consult-desc .h3-wide:last-of-type {
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }

.consult-schema {
  margin-bottom: 355px; }
  @media screen and (max-width: 767px) {
    .consult-schema {
      margin-bottom: 205px; } }
  @media screen and (max-width: 767px) {
    .consult-schema__wrap {
      display: flex;
      flex-direction: column-reverse; } }
  .consult-schema__tabs {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-bottom: 80px;
    border-radius: 10px; }
    .consult-schema__tabs:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      border: 1px solid #f6f6f6; }
      @media screen and (max-width: 767px) {
        .consult-schema__tabs:before {
          display: none; } }
    @media screen and (max-width: 1023px) {
      .consult-schema__tabs {
        margin-bottom: 130px; } }
    @media screen and (max-width: 767px) {
      .consult-schema__tabs {
        margin-bottom: 0;
        margin-top: 50px;
        flex-direction: column;
        border: none;
        overflow: inherit; } }
  .consult-schema__btn {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 50%;
    height: 50px;
    color: #f6f6f6;
    border: none;
    border-radius: 10px;
    background-color: transparent; }
    @media screen and (max-width: 1280px) {
      .consult-schema__btn {
        font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.02em; } }
    @media screen and (max-width: 1023px) {
      .consult-schema__btn {
        height: 30px;
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
    @media screen and (max-width: 767px) {
      .consult-schema__btn {
        width: 100%;
        border: 1px solid #f6f6f6;
        margin-bottom: 10px; }
        .consult-schema__btn:last-of-type {
          margin-bottom: 0; } }
    .consult-schema__btn._active {
      color: #1e1e1e;
      background-color: #f6f6f6; }
  .consult-schema__content {
    position: relative; }
    .consult-schema__content svg {
      display: none;
      width: 100%;
      height: 540px; }
      @media screen and (max-width: 1280px) {
        .consult-schema__content svg {
          height: 408px; } }
      @media screen and (max-width: 1023px) {
        .consult-schema__content svg {
          height: 360px; } }
      @media screen and (max-width: 767px) {
        .consult-schema__content svg {
          height: 340px; } }
      .consult-schema__content svg._active {
        display: block; }
  .consult-schema__img-wrap {
    position: relative;
    z-index: 1;
    display: none; }
    @media screen and (min-width: 768px) {
      .consult-schema__img-wrap._desktop {
        display: block; } }
    @media screen and (max-width: 767px) {
      .consult-schema__img-wrap._mobile {
        display: block; } }
  .consult-schema__axis {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff; }
    .consult-schema__axis-lines {
      display: none; }
      @media screen and (min-width: 1023px) {
        .consult-schema__axis-lines._desktop {
          display: block; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .consult-schema__axis-lines._tablet {
          display: block; } }
      @media screen and (max-width: 767px) {
        .consult-schema__axis-lines._mobile {
          display: block; } }
    @media screen and (max-width: 1023px) {
      .consult-schema__axis .t1 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
    .consult-schema__axis-item {
      position: absolute; }
      .consult-schema__axis-item._top {
        top: 0;
        left: 50%;
        transform: translateX(35px); }
        @media screen and (max-width: 1023px) {
          .consult-schema__axis-item._top {
            transform: translateX(20px); } }
      .consult-schema__axis-item._right {
        top: 50%;
        right: 0;
        transform: translateY(50px); }
        @media screen and (max-width: 1023px) {
          .consult-schema__axis-item._right {
            transform: translateY(40px); } }
        @media screen and (max-width: 767px) {
          .consult-schema__axis-item._right {
            transform: rotate(90deg) translateY(-24px);
            transform-origin: top; } }
      .consult-schema__axis-item._bottom {
        bottom: 0;
        left: 50%;
        transform: translateX(21px); }
      .consult-schema__axis-item._left {
        top: 50%;
        left: 0;
        transform: translateY(50px); }
        @media screen and (max-width: 1023px) {
          .consult-schema__axis-item._left {
            transform: translateY(40px); } }
        @media screen and (max-width: 767px) {
          .consult-schema__axis-item._left {
            transform: rotate(-90deg) translateY(-24px);
            transform-origin: top; } }

.consult-ways {
  margin-bottom: 335px; }
  @media screen and (max-width: 767px) {
    .consult-ways {
      margin-bottom: 130px; } }
  .consult-ways__heading {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .consult-ways__heading {
        margin-bottom: 50px; } }
  .consult-ways__wrap {
    overflow: inherit; }
    .consult-ways__wrap .swiper-wrapper {
      height: auto; }
  .consult-ways article {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 390px;
    height: 510px;
    padding: 30px;
    border-radius: 10px;
    background-color: #f6f6f6; }
    @media screen and (max-width: 767px) {
      .consult-ways article {
        width: 280px;
        padding: 20px;
        height: 380px; } }
    .consult-ways article .h2 {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .consult-ways article .h2 {
          margin-bottom: 10px;
          font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
          letter-spacing: normal; } }
    .consult-ways article .t1 {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .consult-ways article .t1 {
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
    .consult-ways article button {
      width: 100%;
      height: 50px;
      margin-top: auto;
      text-align: center;
      border: 1px solid #1e1e1e;
      border-radius: 10px;
      background-color: transparent;
      font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.02em; }
      .consult-ways article button:hover {
        color: #f6f6f6;
        background-color: #1e1e1e; }
  .consult-ways__controls {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .consult-ways__controls {
        justify-content: center; } }
  @media screen and (max-width: 767px) {
    .consult-ways__buttons {
      display: none; } }
  .consult-ways__btn {
    display: inline-block;
    width: 30px;
    height: 20px;
    cursor: pointer;
    border: none; }
    .consult-ways__btn._prev {
      margin-right: 20px;
      background: transparent url("data:image/svg+xml,%3Csvg width='31' height='22' viewBox='0 0 31 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.475 21L1 11l9.475-10' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M1 11h30' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }
    .consult-ways__btn._next {
      background: transparent url("data:image/svg+xml,%3Csvg width='31' height='22' viewBox='0 0 31 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.525 1L30 11l-9.475 10' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M30 11H0' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }
  .consult-ways__pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border: 1px solid #1e1e1e;
    opacity: 1;
    background-color: transparent;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      .consult-ways__pagination span {
        margin: 0 10px; } }
    .consult-ways__pagination span._active {
      background-color: #1e1e1e; }
  .consult-ways .swiper-pagination-bullet-active {
    background-color: #1e1e1e; }

.consult-steps {
  margin-bottom: 335px; }
  @media screen and (max-width: 767px) {
    .consult-steps {
      margin-bottom: 130px; } }
  .consult-steps__heading {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .consult-steps__heading {
        margin-bottom: 50px; } }

.consult-steps-step {
  margin-bottom: 80px; }
  .consult-steps-step:last-of-type {
    margin-bottom: 0; }
  .consult-steps-step__count {
    display: inline-block;
    margin-bottom: 50px;
    padding: 4px 20px;
    border: 1px solid #1e1e1e;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .consult-steps-step__count {
        margin-bottom: 30px; } }
  .consult-steps-step__head {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #1e1e1e; }
    .consult-steps-step__head .consult-steps-step__row {
      align-items: flex-end; }
    .consult-steps-step__head .consult-steps-step__col:last-of-type {
      padding-bottom: 5px; }
      @media screen and (max-width: 1023px) {
        .consult-steps-step__head .consult-steps-step__col:last-of-type {
          padding-bottom: 0; } }
      @media screen and (max-width: 767px) {
        .consult-steps-step__head .consult-steps-step__col:last-of-type {
          margin-top: 10px; }
          .consult-steps-step__head .consult-steps-step__col:last-of-type .t1 {
            font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
            letter-spacing: 0.03em; } }
  .consult-steps-step__row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .consult-steps-step__row {
        flex-direction: column; } }
    .consult-steps-step__row:last-of-type {
      margin-bottom: 0; }
  .consult-steps-step__col {
    width: calc(50% - 15px); }
    @media screen and (max-width: 767px) {
      .consult-steps-step__col {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .consult-steps-step__content .consult-steps-step__col:first-of-type {
      margin-bottom: 20px; }
      .consult-steps-step__content .consult-steps-step__col:first-of-type .t1 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  @media screen and (max-width: 1023px) {
    .consult-steps-step .h1 {
      font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .consult-steps-step .h1 {
      font: 36px/40px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }

.consult-why {
  margin-bottom: 335px; }
  @media screen and (max-width: 767px) {
    .consult-why {
      margin-bottom: 130px; } }
  .consult-why__heading {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .consult-why__heading {
        margin-bottom: 50px; } }
  .consult-why__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media screen and (max-width: 1280px) {
      .consult-why__row {
        margin-bottom: 22px; } }
    @media screen and (max-width: 1023px) {
      .consult-why__row {
        margin-bottom: 18px; } }
    @media screen and (max-width: 767px) {
      .consult-why__row {
        display: block;
        margin-bottom: 20px; } }
    .consult-why__row:last-of-type {
      margin-bottom: 0; }
    .consult-why__row._reverse {
      flex-direction: row-reverse; }
    .consult-why__row .consult-why__card:first-of-type {
      width: calc(33.3% - 15px); }
      @media screen and (max-width: 1280px) {
        .consult-why__row .consult-why__card:first-of-type {
          width: calc(33.3% - 11px); } }
      @media screen and (max-width: 1023px) {
        .consult-why__row .consult-why__card:first-of-type {
          width: calc(33.3% - 9px); } }
      @media screen and (max-width: 767px) {
        .consult-why__row .consult-why__card:first-of-type {
          width: 100%; } }
    .consult-why__row .consult-why__card:last-of-type {
      width: calc(66.6% - 15px); }
      @media screen and (max-width: 1280px) {
        .consult-why__row .consult-why__card:last-of-type {
          width: calc(66.6% - 11px); } }
      @media screen and (max-width: 1023px) {
        .consult-why__row .consult-why__card:last-of-type {
          width: calc(66.6% - 9px); } }
      @media screen and (max-width: 767px) {
        .consult-why__row .consult-why__card:last-of-type {
          width: 100%; } }
  .consult-why__card {
    position: relative;
    height: 390px;
    padding: 30px;
    border-radius: 10px; }
    @media screen and (max-width: 1280px) {
      .consult-why__card {
        height: 296px;
        padding: 22px; } }
    @media screen and (max-width: 1023px) {
      .consult-why__card {
        height: 224px;
        padding: 17px; } }
    @media screen and (max-width: 767px) {
      .consult-why__card {
        padding: 20px;
        height: 189px;
        margin-bottom: 20px; }
        .consult-why__card:last-of-type {
          margin-bottom: 0; } }
    @media screen and (max-width: 1280px) {
      .consult-why__card .h3 {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 1023px) {
      .consult-why__card .h3 {
        font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.02em;
        line-height: 23px; } }
    .consult-why__card._1 {
      background-color: #02d3a4; }
    .consult-why__card._2 {
      background-color: #fff57c; }
      @media screen and (max-width: 767px) {
        .consult-why__card._2 {
          height: 360px; } }
      .consult-why__card._2 .h3 {
        max-width: 502px; }
        @media screen and (max-width: 1280px) {
          .consult-why__card._2 .h3 {
            max-width: 370px; } }
        @media screen and (max-width: 1023px) {
          .consult-why__card._2 .h3 {
            max-width: 232px; } }
        @media screen and (max-width: 767px) {
          .consult-why__card._2 .h3 {
            max-width: 100%; } }
      .consult-why__card._2 img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 401px;
        height: auto; }
        @media screen and (max-width: 1280px) {
          .consult-why__card._2 img {
            width: 304px; } }
        @media screen and (max-width: 1023px) {
          .consult-why__card._2 img {
            width: 230px; } }
        @media screen and (max-width: 767px) {
          .consult-why__card._2 img {
            position: absolute;
            left: 50%;
            transform: translateX(-50%); } }
    .consult-why__card._3 {
      background-color: #d6d7d8; }
      @media screen and (max-width: 767px) {
        .consult-why__card._3 {
          height: 360px; } }
      .consult-why__card._3 .h3 {
        max-width: 465px; }
        @media screen and (max-width: 1280px) {
          .consult-why__card._3 .h3 {
            max-width: 330px; } }
        @media screen and (max-width: 1023px) {
          .consult-why__card._3 .h3 {
            max-width: 250px; } }
        @media screen and (max-width: 767px) {
          .consult-why__card._3 .h3 {
            max-width: 100%; } }
      .consult-why__card._3 img {
        position: absolute;
        top: 21px;
        right: 30px;
        width: 313px;
        height: auto; }
        @media screen and (max-width: 1280px) {
          .consult-why__card._3 img {
            top: 13px;
            right: 23px;
            width: 238px; } }
        @media screen and (max-width: 1023px) {
          .consult-why__card._3 img {
            width: 180px;
            top: 10px;
            right: 17px; } }
        @media screen and (max-width: 767px) {
          .consult-why__card._3 img {
            width: 175px;
            position: absolute;
            left: 50%;
            top: auto;
            right: auto;
            bottom: 8px;
            transform: translateX(-50%); } }
    .consult-why__card._4 {
      background-color: #8e997f; }
      .consult-why__card._4 .h3 {
        font-size: 30px;
        line-height: 34px; }
        @media screen and (max-width: 1280px) {
          .consult-why__card._4 .h3 {
            font-size: 22px;
            line-height: 27px; } }
        @media screen and (max-width: 1023px) {
          .consult-why__card._4 .h3 {
            font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
            letter-spacing: 0.02em;
            line-height: 23px; } }
    .consult-why__card._5 {
      background-color: #aa976e; }
    .consult-why__card._6 {
      background-color: #fe4b4e; }
      @media screen and (max-width: 767px) {
        .consult-why__card._6 {
          height: 360px; } }
      .consult-why__card._6 .h3 {
        max-width: 464px; }
        @media screen and (max-width: 1280px) {
          .consult-why__card._6 .h3 {
            max-width: 320px; } }
        @media screen and (max-width: 1023px) {
          .consult-why__card._6 .h3 {
            max-width: 205px; } }
        @media screen and (max-width: 767px) {
          .consult-why__card._6 .h3 {
            max-width: 100%; } }
      .consult-why__card._6 img {
        position: absolute;
        top: 42px;
        right: 26px;
        width: 370px;
        height: auto; }
        @media screen and (max-width: 1280px) {
          .consult-why__card._6 img {
            top: 31px;
            right: 19px;
            width: 284px; } }
        @media screen and (max-width: 1023px) {
          .consult-why__card._6 img {
            width: 215px;
            top: 24px;
            right: 14px; } }
        @media screen and (max-width: 767px) {
          .consult-why__card._6 img {
            position: absolute;
            left: 50%;
            top: auto;
            right: auto;
            bottom: 32px;
            transform: translateX(-50%); } }

.consult-reviews {
  margin-bottom: 305px; }
  @media screen and (max-width: 767px) {
    .consult-reviews {
      margin-bottom: 100px; } }
  .consult-reviews__heading {
    margin-bottom: 80px; }
    @media screen and (max-width: 1023px) {
      .consult-reviews__heading {
        margin-bottom: 50px; } }
  .consult-reviews__videos {
    margin-bottom: 80px; }
  .consult-reviews__item {
    display: none;
    width: 100%; }
    .consult-reviews__item._active {
      display: block; }
  .consult-reviews__content {
    position: relative;
    width: 100%;
    height: 760px;
    margin-bottom: 10px; }
    @media screen and (max-width: 1280px) {
      .consult-reviews__content {
        height: 577px; } }
    @media screen and (max-width: 1023px) {
      .consult-reviews__content {
        height: 437px; } }
    @media screen and (max-width: 767px) {
      .consult-reviews__content {
        height: 0;
        overflow: hidden;
        padding-bottom: 62.5%; } }
    .consult-reviews__content iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .consult-reviews__poster {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .consult-reviews__poster:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 75px;
      height: 88px;
      transform: translate(-50%, -50%);
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 75 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M75 44L0 87.301V.7L75 44z' fill='%23fff'/%3E%3C/svg%3E"); }
      @media screen and (max-width: 767px) {
        .consult-reviews__poster:before {
          width: 25px;
          height: 30px; } }
  .consult-reviews__previews {
    display: flex;
    flex-wrap: wrap;
    overflow: inherit; }
    @media screen and (max-width: 767px) {
      .consult-reviews__previews {
        width: calc(100% + 10px);
        margin: 0 -5px; } }
    .consult-reviews__previews .swiper-wrapper {
      height: auto; }
      @media screen and (max-width: 767px) {
        .consult-reviews__previews .swiper-wrapper {
          flex-wrap: wrap; } }
  .consult-reviews__preview {
    width: 284px;
    height: auto;
    cursor: pointer; }
    @media screen and (max-width: 1280px) {
      .consult-reviews__preview {
        width: 210px; } }
    @media screen and (max-width: 1023px) {
      .consult-reviews__preview {
        width: 160px; } }
    @media screen and (max-width: 767px) {
      .consult-reviews__preview {
        width: calc(50% - 10px);
        margin: 0 5px 30px; } }
    .consult-reviews__preview .t2 {
      line-height: 17px; }
    .consult-reviews__preview-img {
      position: relative;
      height: 175px;
      margin-bottom: 10px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media screen and (max-width: 1280px) {
        .consult-reviews__preview-img {
          height: 130px; } }
      @media screen and (max-width: 1023px) {
        .consult-reviews__preview-img {
          height: 98px; } }
      @media screen and (max-width: 767px) {
        .consult-reviews__preview-img {
          height: 83px;
          margin-bottom: 6px; } }
      .consult-reviews__preview-img:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 25px;
        height: 30px;
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 75 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M75 44L0 87.301V.7L75 44z' fill='%23fff'/%3E%3C/svg%3E"); }
        @media screen and (max-width: 767px) {
          .consult-reviews__preview-img:before {
            width: 15px;
            height: 18px; } }
  .consult-reviews__controls {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .consult-reviews__controls {
        display: none; } }
  @media screen and (max-width: 767px) {
    .consult-reviews__buttons {
      display: none; } }
  .consult-reviews__btn {
    display: inline-block;
    width: 30px;
    height: 20px;
    cursor: pointer;
    border: none; }
    .consult-reviews__btn._prev {
      margin-right: 20px;
      background: transparent url("data:image/svg+xml,%3Csvg width='31' height='22' viewBox='0 0 31 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.475 21L1 11l9.475-10' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M1 11h30' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }
    .consult-reviews__btn._next {
      background: transparent url("data:image/svg+xml,%3Csvg width='31' height='22' viewBox='0 0 31 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.525 1L30 11l-9.475 10' stroke='%231E1E1E' stroke-width='1.4' stroke-miterlimit='10'/%3E%3Cpath d='M30 11H0' stroke='%231E1E1E' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat; }
  .consult-reviews__pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border: 1px solid #1e1e1e;
    opacity: 1;
    background-color: transparent;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      .consult-reviews__pagination span {
        margin: 0 10px; } }
    .consult-reviews__pagination span._active {
      background-color: #1e1e1e; }
  .consult-reviews .swiper-pagination-bullet-active {
    background-color: #1e1e1e; }

.consult-action {
  margin-bottom: 205px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .consult-action {
      margin-bottom: 130px; } }
  .consult-action__wrap {
    padding: 50px 0 80px;
    border-radius: 10px;
    background-color: #f6f6f6; }
    @media screen and (max-width: 1023px) {
      .consult-action__wrap {
        padding: 50px 0; } }
    @media screen and (max-width: 767px) {
      .consult-action__wrap {
        padding: 30px 20px 20px; } }
  .consult-action .t1 {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .consult-action .t1 {
        margin-bottom: 30px; } }
  .consult-action .h2 {
    max-width: 680px;
    margin: 0 auto 50px; }
    @media screen and (max-width: 1023px) {
      .consult-action .h2 {
        max-width: 550px; } }
    @media screen and (max-width: 767px) {
      .consult-action .h2 {
        margin-bottom: 80px;
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .consult-action .btn {
    border: 1px solid #1e1e1e;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .consult-action .btn {
        max-width: 100%;
        padding: 14px 0;
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
    .consult-action .btn:hover {
      color: #f6f6f6;
      background-color: #1e1e1e; }

.consult-team-card {
  position: relative;
  cursor: pointer;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .consult-team-card {
      padding-bottom: 40px;
      color: #d6d7d8;
      background-color: #1e1e1e; } }
  .consult-team-card:hover, .consult-team-card._active {
    color: #d6d7d8;
    background-color: #1e1e1e; }
    .consult-team-card:hover .consult-team-card__show, .consult-team-card._active .consult-team-card__show {
      display: block; }
      .consult-team-card:hover .consult-team-card__show svg, .consult-team-card._active .consult-team-card__show svg {
        stroke: #d6d7d8; }
    .consult-team-card:hover .consult-team-card__contacts svg, .consult-team-card._active .consult-team-card__contacts svg {
      stroke: #d6d7d8; }
  .consult-team-card._active .consult-team-card__content {
    max-height: 2000px;
    transition: max-height 1s ease-in-out; }
  .consult-team-card._active .consult-team-card__show {
    transform: rotate(180deg); }
  .consult-team-card__head {
    position: relative;
    min-height: 430px;
    padding: 60px;
    padding-left: 460px; }
    @media screen and (max-width: 1280px) {
      .consult-team-card__head {
        padding-left: 388px; } }
    @media screen and (max-width: 1023px) {
      .consult-team-card__head {
        min-height: 309px;
        padding: 50px;
        padding-left: 286px; } }
    @media screen and (max-width: 767px) {
      .consult-team-card__head {
        padding: 20px 0; } }
  .consult-team-card__photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 410px;
    height: 410px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media screen and (max-width: 1280px) {
      .consult-team-card__photo {
        width: 342px;
        height: 342px; } }
    @media screen and (max-width: 1023px) {
      .consult-team-card__photo {
        width: 255px;
        height: 255px; } }
    @media screen and (max-width: 767px) {
      .consult-team-card__photo {
        position: static;
        width: 100%;
        height: 0;
        margin-bottom: 20px;
        padding-bottom: 100%; } }
  @media screen and (max-width: 767px) {
    .consult-team-card__text {
      padding: 0 20px; } }
  .consult-team-card__name {
    margin-bottom: 10px; }
    @media screen and (max-width: 1023px) {
      .consult-team-card__name {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  @media screen and (max-width: 1023px) {
    .consult-team-card__position {
      font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.03em; } }
  .consult-team-card__contacts {
    display: flex;
    align-items: center;
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .consult-team-card__contacts {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px; } }
    .consult-team-card__contacts-item {
      display: flex;
      align-items: center;
      margin-right: 55px; }
      @media screen and (max-width: 1023px) {
        .consult-team-card__contacts-item {
          margin-right: 30px;
          font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
          letter-spacing: 0.03em; } }
      @media screen and (max-width: 767px) {
        .consult-team-card__contacts-item {
          margin-right: 0;
          margin-bottom: 20px; }
          .consult-team-card__contacts-item:last-of-type {
            margin-bottom: 0; } }
      .consult-team-card__contacts-item svg {
        margin-right: 10px;
        fill: none;
        stroke: #1e1e1e; }
        @media screen and (max-width: 767px) {
          .consult-team-card__contacts-item svg {
            stroke: #d6d7d8; } }
      .consult-team-card__contacts-item._phone svg {
        width: 30px;
        height: 32px; }
        @media screen and (max-width: 1023px) {
          .consult-team-card__contacts-item._phone svg {
            width: 18px;
            height: 20px; } }
      .consult-team-card__contacts-item._email svg {
        width: 33px;
        height: 26px; }
        @media screen and (max-width: 1023px) {
          .consult-team-card__contacts-item._email svg {
            width: 25px;
            height: 20px; } }
  .consult-team-card__content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
  .consult-team-card__inner {
    padding: 20px 80px 50px; }
    @media screen and (max-width: 1023px) {
      .consult-team-card__inner {
        padding: 20px 50px 50px; } }
    @media screen and (max-width: 767px) {
      .consult-team-card__inner {
        padding: 30px 20px 20px; } }
    @media screen and (max-width: 767px) {
      .consult-team-card__inner .t1 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }
  .consult-team-card__show {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 60px;
    height: 60px;
    border: none;
    background-color: transparent; }
    @media screen and (max-width: 1280px) {
      .consult-team-card__show {
        top: 30px;
        right: 30px; } }
    @media screen and (max-width: 1023px) {
      .consult-team-card__show {
        top: 30px;
        right: 10px; } }
    @media screen and (max-width: 767px) {
      .consult-team-card__show {
        top: auto;
        right: auto;
        bottom: 0;
        left: calc(50% - 30px);
        display: block; } }
    .consult-team-card__show svg {
      width: 100%;
      height: 100%;
      stroke: #1e1e1e; }
      @media screen and (max-width: 1023px) {
        .consult-team-card__show svg:nth-of-type(1) {
          display: none; } }
      .consult-team-card__show svg:nth-of-type(2) {
        display: none; }
        @media screen and (max-width: 1023px) {
          .consult-team-card__show svg:nth-of-type(2) {
            display: block; } }

.consult-schema__img._1._desktop .svg-elem-1 {
  transition: fill .1s ease-in-out .1s; }

.consult-schema__img._1._desktop .svg-elem-2 {
  transition: fill .1s ease-in-out .10800000000000001s; }

.consult-schema__img._1._desktop .svg-elem-3 {
  transition: fill .1s ease-in-out .116s; }

.consult-schema__img._1._desktop .svg-elem-4 {
  transition: fill .1s ease-in-out .124s; }

.consult-schema__img._1._desktop .svg-elem-5 {
  transition: fill .1s ease-in-out .132s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-5 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-6 {
  transition: fill .1s ease-in-out .14s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-6 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-7 {
  transition: fill .1s ease-in-out .14800000000000002s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-7 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-8 {
  transition: fill .1s ease-in-out .156s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-8 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-9 {
  transition: fill .1s ease-in-out .164s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-9 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-10 {
  transition: fill .1s ease-in-out .17200000000000001s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-10 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-11 {
  transition: fill .1s ease-in-out .18s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-11 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-12 {
  transition: fill .1s ease-in-out .188s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-12 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-13 {
  transition: fill .1s ease-in-out .196s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-13 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-14 {
  transition: fill .1s ease-in-out .20400000000000001s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-14 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-15 {
  transition: fill .1s ease-in-out .21200000000000002s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-15 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-16 {
  transition: fill .1s ease-in-out .22s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-16 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-17 {
  transition: fill .1s ease-in-out .228s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-17 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-18 {
  transition: fill .1s ease-in-out .23600000000000002s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-18 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-19 {
  transition: fill .1s ease-in-out .24400000000000002s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-19 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-20 {
  transition: fill .1s ease-in-out .252s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-20 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-21 {
  transition: fill .1s ease-in-out .26s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-21 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-22 {
  transition: fill .1s ease-in-out .268s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-22 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-23 {
  transition: fill .1s ease-in-out .276s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-23 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-24 {
  transition: fill .1s ease-in-out .28400000000000003s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-24 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-25 {
  transition: fill .1s ease-in-out .29200000000000004s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-25 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-26 {
  transition: fill .1s ease-in-out .30000000000000004s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-26 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-27 {
  transition: fill .1s ease-in-out .30800000000000005s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-27 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-28 {
  transition: fill .1s ease-in-out .316s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-28 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-29 {
  transition: fill .1s ease-in-out .324s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-29 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-30 {
  transition: fill .1s ease-in-out .332s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-30 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-31 {
  transition: fill .1s ease-in-out .33999999999999997s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-31 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-32 {
  transition: fill .1s ease-in-out .348s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-32 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-33 {
  transition: fill .1s ease-in-out .356s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-33 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-34 {
  transition: fill .1s ease-in-out .364s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-34 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-35 {
  transition: fill .1s ease-in-out .372s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-35 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-36 {
  transition: fill .1s ease-in-out .38s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-36 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-37 {
  transition: fill .1s ease-in-out .388s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-37 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-38 {
  transition: fill .1s ease-in-out .396s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-38 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-39 {
  transition: fill .1s ease-in-out .404s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-39 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-40 {
  transition: fill .1s ease-in-out .41200000000000003s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-40 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-41 {
  transition: fill .1s ease-in-out .42000000000000004s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-41 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-42 {
  transition: fill .1s ease-in-out .42800000000000005s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-42 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-43 {
  transition: fill .1s ease-in-out .43600000000000005s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-43 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-44 {
  transition: fill .1s ease-in-out .44400000000000006s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-44 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-45 {
  transition: fill .1s ease-in-out .45199999999999996s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-45 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-46 {
  transition: fill .1s ease-in-out .45999999999999996s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-46 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-47 {
  transition: fill .1s ease-in-out .46799999999999997s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-47 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-48 {
  transition: fill .1s ease-in-out .476s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-48 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-49 {
  transition: fill .1s ease-in-out .484s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-49 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-50 {
  transition: fill .1s ease-in-out .492s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-50 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-51 {
  transition: fill .1s ease-in-out .5s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-51 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-52 {
  transition: fill .1s ease-in-out .508s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-52 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-53 {
  transition: fill .1s ease-in-out .516s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-53 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-54 {
  transition: fill .1s ease-in-out .524s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-54 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-55 {
  transition: fill .1s ease-in-out .532s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-55 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-56 {
  transition: fill .1s ease-in-out .54s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-56 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-57 {
  transition: fill .1s ease-in-out .548s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-57 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-58 {
  transition: fill .1s ease-in-out .556s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-58 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-59 {
  transition: fill .1s ease-in-out .5640000000000001s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-59 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-60 {
  transition: fill .1s ease-in-out .5720000000000001s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-60 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-61 {
  transition: fill .1s ease-in-out .58s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-61 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-62 {
  transition: fill .1s ease-in-out .588s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-62 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-63 {
  transition: fill .1s ease-in-out .596s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-63 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-64 {
  transition: fill .1s ease-in-out .604s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-64 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-65 {
  transition: fill .1s ease-in-out .612s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-65 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-66 {
  transition: fill .1s ease-in-out .62s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-66 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-67 {
  transition: fill .1s ease-in-out .628s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-67 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-68 {
  transition: fill .1s ease-in-out .636s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-68 {
  fill: #fe4b4e; }

.consult-schema__img._1._desktop .svg-elem-69 {
  transition: fill .1s ease-in-out .644s;
  fill: transparent; }

.consult-schema__img._1._desktop._animate .svg-elem-69 {
  fill: #fe4b4e; }

.consult-schema__img._2._desktop .svg-elem-1 {
  transition: fill .1s ease-in-out .1s; }

.consult-schema__img._2._desktop .svg-elem-2 {
  transition: fill .1s ease-in-out .10800000000000001s; }

.consult-schema__img._2._desktop .svg-elem-3 {
  transition: fill .1s ease-in-out .116s; }

.consult-schema__img._2._desktop .svg-elem-4 {
  transition: fill .1s ease-in-out .124s; }

.consult-schema__img._2._desktop .svg-elem-5 {
  transition: fill .1s ease-in-out .132s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-5 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-6 {
  transition: fill .1s ease-in-out .14s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-6 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-7 {
  transition: fill .1s ease-in-out .14800000000000002s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-7 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-8 {
  transition: fill .1s ease-in-out .156s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-8 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-9 {
  transition: fill .1s ease-in-out .164s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-9 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-10 {
  transition: fill .1s ease-in-out .17200000000000001s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-10 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-11 {
  transition: fill .1s ease-in-out .18s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-11 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-12 {
  transition: fill .1s ease-in-out .188s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-12 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-13 {
  transition: fill .1s ease-in-out .196s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-13 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-14 {
  transition: fill .1s ease-in-out .20400000000000001s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-14 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-15 {
  transition: fill .1s ease-in-out .21200000000000002s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-15 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-16 {
  transition: fill .1s ease-in-out .22s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-16 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-17 {
  transition: fill .1s ease-in-out .228s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-17 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-18 {
  transition: fill .1s ease-in-out .23600000000000002s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-18 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-19 {
  transition: fill .1s ease-in-out .24400000000000002s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-19 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-20 {
  transition: fill .1s ease-in-out .252s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-20 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-21 {
  transition: fill .1s ease-in-out .26s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-21 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-22 {
  transition: fill .1s ease-in-out .268s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-22 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-23 {
  transition: fill .1s ease-in-out .276s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-23 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-24 {
  transition: fill .1s ease-in-out .28400000000000003s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-24 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-25 {
  transition: fill .1s ease-in-out .29200000000000004s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-25 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-26 {
  transition: fill .1s ease-in-out .30000000000000004s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-26 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-27 {
  transition: fill .1s ease-in-out .30800000000000005s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-27 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-28 {
  transition: fill .1s ease-in-out .316s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-28 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-29 {
  transition: fill .1s ease-in-out .324s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-29 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-30 {
  transition: fill .1s ease-in-out .332s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-30 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-31 {
  transition: fill .1s ease-in-out .33999999999999997s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-31 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-32 {
  transition: fill .1s ease-in-out .348s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-32 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-33 {
  transition: fill .1s ease-in-out .356s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-33 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-34 {
  transition: fill .1s ease-in-out .364s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-34 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-35 {
  transition: fill .1s ease-in-out .372s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-35 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-36 {
  transition: fill .1s ease-in-out .38s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-36 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-37 {
  transition: fill .1s ease-in-out .388s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-37 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-38 {
  transition: fill .1s ease-in-out .396s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-38 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-39 {
  transition: fill .1s ease-in-out .404s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-39 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-40 {
  transition: fill .1s ease-in-out .41200000000000003s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-40 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-41 {
  transition: fill .1s ease-in-out .42000000000000004s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-41 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-42 {
  transition: fill .1s ease-in-out .42800000000000005s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-42 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-43 {
  transition: fill .1s ease-in-out .43600000000000005s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-43 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-44 {
  transition: fill .1s ease-in-out .44400000000000006s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-44 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-45 {
  transition: fill .1s ease-in-out .45199999999999996s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-45 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-46 {
  transition: fill .1s ease-in-out .45999999999999996s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-46 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-47 {
  transition: fill .1s ease-in-out .46799999999999997s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-47 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-48 {
  transition: fill .1s ease-in-out .476s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-48 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-49 {
  transition: fill .1s ease-in-out .484s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-49 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-50 {
  transition: fill .1s ease-in-out .492s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-50 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-51 {
  transition: fill .1s ease-in-out .5s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-51 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-52 {
  transition: fill .1s ease-in-out .508s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-52 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-53 {
  transition: fill .1s ease-in-out .516s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-53 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-54 {
  transition: fill .1s ease-in-out .524s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-54 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-55 {
  transition: fill .1s ease-in-out .532s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-55 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-56 {
  transition: fill .1s ease-in-out .54s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-56 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-57 {
  transition: fill .1s ease-in-out .548s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-57 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-58 {
  transition: fill .1s ease-in-out .556s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-58 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-59 {
  transition: fill .1s ease-in-out .5640000000000001s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-59 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-60 {
  transition: fill .1s ease-in-out .5720000000000001s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-60 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-61 {
  transition: fill .1s ease-in-out .58s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-61 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-62 {
  transition: fill .1s ease-in-out .588s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-62 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-63 {
  transition: fill .1s ease-in-out .596s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-63 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-64 {
  transition: fill .1s ease-in-out .604s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-64 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-65 {
  transition: fill .1s ease-in-out .612s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-65 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-66 {
  transition: fill .1s ease-in-out .62s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-66 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-67 {
  transition: fill .1s ease-in-out .628s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-67 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-68 {
  transition: fill .1s ease-in-out .636s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-68 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-69 {
  transition: fill .1s ease-in-out .644s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-69 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-70 {
  transition: fill .1s ease-in-out .652s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-70 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-71 {
  transition: fill .1s ease-in-out .66s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-71 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-72 {
  transition: fill .1s ease-in-out .668s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-72 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-73 {
  transition: fill .1s ease-in-out .676s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-73 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-74 {
  transition: fill .1s ease-in-out .6839999999999999s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-74 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-75 {
  transition: fill .1s ease-in-out .692s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-75 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-76 {
  transition: fill .1s ease-in-out .7s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-76 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-77 {
  transition: fill .1s ease-in-out .708s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-77 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-78 {
  transition: fill .1s ease-in-out .716s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-78 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-79 {
  transition: fill .1s ease-in-out .724s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-79 {
  fill: #008fff; }

.consult-schema__img._2._desktop .svg-elem-80 {
  transition: fill .1s ease-in-out .732s;
  fill: transparent; }

.consult-schema__img._2._desktop._animate .svg-elem-80 {
  fill: #008fff; }

.couching {
  width: 100%;
  text-align: left;
  color: #f6f6f6;
  background: url("../img/couching/bg.svg") center top no-repeat;
  padding-bottom: 205px; }
  @media screen and (max-width: 767px) {
    .couching {
      padding-bottom: 205px; } }
  @media screen and (max-width: 1280px) {
    .couching .container {
      max-width: 934px;
      padding: 0; } }
  @media screen and (max-width: 1023px) {
    .couching .container {
      max-width: 708px; } }
  @media screen and (max-width: 767px) {
    .couching .container {
      max-width: 460px;
      padding: 0 20px; } }

.couching-head {
  text-align: left; }
  .couching-head__wrap {
    position: relative;
    padding-top: 235px;
    padding-bottom: 95px; }
    @media screen and (max-width: 1023px) {
      .couching-head__wrap {
        padding-top: 145px;
        padding-bottom: 120px; } }
    @media screen and (max-width: 767px) {
      .couching-head__wrap {
        padding-top: 100px;
        padding-bottom: 80px; } }
  .couching-head .h1 {
    margin-bottom: 40px; }
  .couching-head .h2 {
    max-width: 580px;
    margin-bottom: 32px; }
    @media screen and (max-width: 1280px) {
      .couching-head .h2 {
        max-width: 380px; } }
    @media screen and (max-width: 1023px) {
      .couching-head .h2 {
        max-width: 580px;
        margin-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .couching-head .h2 {
        margin-bottom: 20px; } }
  .couching-head .btn-wide {
    max-width: 260px; }
  .couching-head img {
    position: absolute;
    top: 275px;
    right: -30px; }
    @media screen and (max-width: 1280px) {
      .couching-head img {
        width: 578px;
        height: auto; } }
    @media screen and (max-width: 1023px) {
      .couching-head img {
        display: none; } }

.couching-why {
  margin-bottom: 70px; }
  @media screen and (max-width: 1280px) {
    .couching-why {
      margin-bottom: 105px; } }
  @media screen and (max-width: 1023px) {
    .couching-why {
      background-color: #452B3B;
      padding-top: 55px;
      padding-bottom: 80px; } }
  @media screen and (max-width: 767px) {
    .couching-why {
      padding-top: 40px;
      padding-bottom: 40px;
      margin-bottom: 45px; } }
  .couching-why .h1 {
    margin-bottom: 75px; }
    @media screen and (max-width: 1023px) {
      .couching-why .h1 {
        margin-bottom: 55px; } }
    @media screen and (max-width: 767px) {
      .couching-why .h1 {
        margin-bottom: 20px;
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .couching-why__card {
    position: relative;
    padding: 80px;
    padding-left: 430px;
    background-color: #452B3B;
    border-radius: 10px; }
    @media screen and (max-width: 1280px) {
      .couching-why__card {
        padding: 80px 40px;
        padding-left: 293px; } }
    @media screen and (max-width: 1023px) {
      .couching-why__card {
        padding: 0;
        padding-left: 207px; } }
    @media screen and (max-width: 767px) {
      .couching-why__card {
        padding: 230px 0 0; } }
  @media screen and (max-width: 1280px) {
    .couching-why .h4-wide {
      font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.02em; } }
  @media screen and (max-width: 767px) {
    .couching-why .h4-wide {
      font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.03em; } }
  .couching-why__img {
    position: absolute;
    top: 82px;
    left: -11px;
    width: 464px;
    height: 369px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media screen and (max-width: 1280px) {
      .couching-why__img {
        width: 304px;
        height: 242px; } }
    @media screen and (max-width: 1023px) {
      .couching-why__img {
        width: 273px;
        height: 217px;
        top: 0;
        left: -45px; } }

.couching-sessions {
  margin-bottom: 155px; }
  @media screen and (max-width: 1023px) {
    .couching-sessions {
      margin-bottom: 110px; } }
  @media screen and (max-width: 767px) {
    .couching-sessions {
      margin-bottom: 40px; } }
  .couching-sessions .h1 {
    margin-bottom: 40px; }
    @media screen and (max-width: 1023px) {
      .couching-sessions .h1 {
        margin-bottom: 50px;
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .couching-sessions .h1 {
        margin-bottom: 30px;
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  @media screen and (max-width: 1023px) {
    .couching-sessions .h2 {
      font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
      letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .couching-sessions .h2 {
      font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
      letter-spacing: 0.02em; } }

.couching-demo {
  margin-bottom: 205px; }
  @media screen and (max-width: 1280px) {
    .couching-demo {
      margin-bottom: 135px; } }
  @media screen and (max-width: 767px) {
    .couching-demo {
      margin-bottom: 115px;
      text-align: center; } }
  .couching-demo .h1 {
    max-width: 300px; }
    @media screen and (max-width: 767px) {
      .couching-demo .h1 {
        text-align: left;
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .couching-demo__state._before {
    margin-bottom: 215px; }
    @media screen and (max-width: 1280px) {
      .couching-demo__state._before {
        margin-bottom: 140px; } }
    @media screen and (max-width: 1023px) {
      .couching-demo__state._before {
        margin-bottom: 90px; } }
    @media screen and (max-width: 767px) {
      .couching-demo__state._before {
        margin-bottom: 130px; } }
    .couching-demo__state._before img {
      width: 767px;
      height: auto;
      margin-top: 35px;
      margin-left: 365px; }
      @media screen and (max-width: 1280px) {
        .couching-demo__state._before img {
          margin-left: 36px;
          margin-top: 0; } }
      @media screen and (max-width: 1023px) {
        .couching-demo__state._before img {
          width: 517px;
          margin-top: 47px;
          margin-left: 62px; } }
      @media screen and (max-width: 767px) {
        .couching-demo__state._before img {
          width: 280px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 44px; } }
  .couching-demo__state._after img {
    width: 527px;
    height: auto;
    margin-top: -42px;
    margin-left: 496px; }
    @media screen and (max-width: 1280px) {
      .couching-demo__state._after img {
        margin-left: 144px;
        margin-top: 38px; } }
    @media screen and (max-width: 1023px) {
      .couching-demo__state._after img {
        width: 355px;
        margin-top: 43px; } }
    @media screen and (max-width: 767px) {
      .couching-demo__state._after img {
        width: 205px;
        margin-top: 72px;
        margin-left: auto;
        margin-right: auto; } }

.couching-direction {
  margin-bottom: 155px; }
  @media screen and (max-width: 1023px) {
    .couching-direction {
      margin-bottom: 105px; } }
  @media screen and (max-width: 767px) {
    .couching-direction {
      margin-bottom: 40px;
      padding-top: 50px;
      background-color: #1e1e1e;
      display: none; } }
  .couching-direction .h1 {
    margin-bottom: 60px; }
    @media screen and (max-width: 1023px) {
      .couching-direction .h1 {
        margin-bottom: 110px; } }
    @media screen and (max-width: 767px) {
      .couching-direction .h1 {
        margin-bottom: 75px;
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .couching-direction .swiper-container {
    overflow: inherit; }
  @media screen and (max-width: 1023px) {
    .couching-direction .swiper-wrapper {
      flex-direction: column; } }
  .couching-direction article {
    width: 375px;
    height: 533px;
    background-color: #1e1e1e;
    border-radius: 10px;
    padding: 50px 30px;
    margin-right: 42px;
    min-height: 175px; }
    @media screen and (max-width: 1023px) {
      .couching-direction article {
        width: 100%;
        margin-right: 0;
        margin-bottom: 60px;
        padding: 30px 55px 40px;
        height: auto; }
        .couching-direction article:last-of-type {
          margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .couching-direction article {
        padding: 0;
        margin-bottom: 20px;
        border-radius: 0;
        padding-bottom: 60px;
        border-bottom: 1px solid #fe4b4e; }
        .couching-direction article:last-of-type {
          border: none; } }
    .couching-direction article .h2 {
      margin-bottom: 30px; }
    .couching-direction article .t1 {
      min-height: 175px;
      margin-bottom: 20px; }
      @media screen and (max-width: 1023px) {
        .couching-direction article .t1 {
          min-height: auto; } }
    .couching-direction article .btn-wide {
      color: #fe4b4e;
      border: 1px solid #fe4b4e;
      max-width: 260px; }
      .couching-direction article .btn-wide:hover {
        color: #f6f6f6;
        background-color: #fe4b4e; }

.couching-program {
  margin-bottom: 205px; }
  @media screen and (max-width: 1023px) {
    .couching-program {
      margin-bottom: 110px; } }

.couching-program-item {
  margin-bottom: 100px; }
  .couching-program-item:last-of-type {
    margin-bottom: 0; }
  .couching-program-item__head {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .couching-program-item__head {
        margin-bottom: 25px; } }
    .couching-program-item__head .h4 {
      color: #fe4b4e;
      padding-bottom: 20px;
      border-bottom: 1px solid #fe4b4e;
      margin-bottom: 24px; }
    @media screen and (max-width: 1023px) {
      .couching-program-item__head .h2 {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
    @media screen and (max-width: 767px) {
      .couching-program-item__head .h2 {
        font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.02em; } }
  .couching-program-item__body {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .couching-program-item__body {
        flex-direction: column-reverse; } }
  .couching-program-item__left {
    max-width: 295px; }
    @media screen and (max-width: 767px) {
      .couching-program-item__left {
        max-width: 100%; } }
    .couching-program-item__left .t1 {
      margin-top: 15px; }
    .couching-program-item__left .btn-wide {
      margin-top: 30px;
      max-width: 260px;
      color: #fe4b4e;
      border-color: #fe4b4e; }
      .couching-program-item__left .btn-wide:hover {
        color: #f6f6f6;
        background-color: #fe4b4e; }
  .couching-program-item__right {
    max-width: 730px; }
    @media screen and (max-width: 1280px) {
      .couching-program-item__right {
        max-width: 535px; } }
    @media screen and (max-width: 1023px) {
      .couching-program-item__right {
        max-width: 370px; } }
    @media screen and (max-width: 767px) {
      .couching-program-item__right {
        max-width: 100%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 1023px) {
      .couching-program-item__right .h4 {
        font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.02em; } }
    @media screen and (max-width: 767px) {
      .couching-program-item__right .h4 {
        font: 13px/20px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.03em; } }

.couching-question__wrap {
  position: relative;
  padding: 50px 66px 70px;
  min-height: 434px;
  background-color: #774B66;
  border-radius: 14px; }
  @media screen and (max-width: 1023px) {
    .couching-question__wrap {
      padding: 50px 24px 170px; } }
  @media screen and (max-width: 767px) {
    .couching-question__wrap {
      padding: 50px 10px 267px; } }
  .couching-question__wrap .h1 {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .couching-question__wrap .h1 {
        font: 40px/45px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal; } }
  .couching-question__wrap .h2 {
    max-width: 620px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1280px) {
      .couching-question__wrap .h2 {
        max-width: 380px; } }
    @media screen and (max-width: 1023px) {
      .couching-question__wrap .h2 {
        max-width: 620px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .couching-question__wrap .h2 {
        font: 25px/30px AgipoRegExt, Arial, Verdana, sans-serif;
        letter-spacing: normal;
        margin-bottom: 30px; } }
  .couching-question__wrap .btn {
    background-color: transparent;
    color: #f6f6f6;
    border: 1px solid #f6f6f6; }
    .couching-question__wrap .btn:hover {
      background-color: #f6f6f6;
      color: #774B66; }
    @media screen and (max-width: 767px) {
      .couching-question__wrap .btn {
        max-width: 100%;
        padding: 12px 0;
        letter-spacing: 0.02em;
        font: 17px/25px "Suisse Int", Arial, Verdana, sans-serif;
        letter-spacing: 0.02em; } }
  .couching-question__wrap img {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media screen and (max-width: 1023px) {
      .couching-question__wrap img {
        width: 432px;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .couching-question__wrap img {
        right: -15px;
        width: 364px; } }

.couching-question__text {
  position: relative;
  z-index: 5; }

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