@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300i&display=swap");
@font-face {
  font-family: "Museo";
  src: url("../fonts/MuseoSansCyrl-500.ttf");
  src: url("../fonts/MuseoSansCyrl-500.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-500.otf") format("opentype"), url("../fonts/MuseoSansCyrl-500.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "MuseoBold";
  src: url("../fonts/MuseoSansCyrl-700.ttf");
  src: url("../fonts/MuseoSansCyrl-700.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-700.otf") format("opentype"), url("../fonts/MuseoSansCyrl-700.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "MuseoThin";
  src: url("../fonts/MuseoSansCyrl-300.ttf");
  src: url("../fonts/MuseoSansCyrl-300.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-300.otf") format("opentype"), url("../fonts/MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "MontserratBold";
  src: url("../fonts/Montserrat-Bold.ttf");
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.ttf") format("opentype"), url("../fonts/Montserrat-Bold.ttf") format("woff");
  font-weight: 300;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  border-radius: 0;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  line-height: 47px;
  outline: none;
  padding-left: 8px;
  padding-right: 20px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border: none;
  border-bottom: 2px solid #fafafa;
}
.nice-select:hover {
  border-color: #fafafa;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #fafafa;
}
.nice-select:after {
  background: url(../img/select-caret.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 18.5px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: white;
  color: #fafafa;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: white;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(250, 250, 250, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-24.5px);
  -ms-transform: scale(0.75) translateY(-24.5px);
  transform: scale(0.75) translateY(-24.5px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 47px;
  list-style: none;
  min-height: 47px;
  outline: none;
  padding-left: 8px;
  padding-right: 19px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #fafafa;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.hamburger {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0.625rem 0.625rem 0.625rem;
  transition-timing-function: linear;
  transition-property: opacity, filter;
  text-transform: none;
  color: white;
  border: 0;
  transition-duration: 0.12s;
  position: fixed;
  top: 3vw;
  left: 2rem;
  width: 5vw;
  height: 5vw;
  max-width: 5rem;
  max-height: 5rem;
  background-color: rgba(19, 59, 229, 0.9);
  cursor: pointer;
  z-index: 7;
}
.hamburger:hover {
  background-color: #133be5;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  max-width: 2.5rem;
  width: 2.2vw;
  max-height: 1.5rem;
  height: 1.5vw;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: 0.5vw;
}
.hamburger-inner {
  background-color: #FFFFFF;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  max-width: 2.5rem;
  width: 2.2vw;
  max-height: 0.25rem;
  height: 0.25vw;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
  background-color: #FFFFFF;
}
.hamburger-inner:before {
  top: -0.525vw;
}
.hamburger-inner:after {
  bottom: -0.625rem;
}
.hamburger.hamburger--collapse .hamburger-inner {
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger.hamburger--collapse .hamburger-inner:after {
  top: -1.04vw;
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

body.main-menu-active .hamburger .hamburger-inner, body.main-menu-active .hamburger:after, body.main-menu-active .hamburger:before {
  background-color: #FFFFFF;
}
body.main-menu-active .hamburger.hamburger--collapse .hamburger-inner {
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -0.5vw, 0) rotate(-45deg);
}
body.main-menu-active .hamburger.hamburger--collapse .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
body.main-menu-active .hamburger.hamburger--collapse .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

html {
  font-size: 16px;
}

body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:hover, *:focus {
  outline: none;
  list-style: none;
  text-decoration: none;
}

.portfolio__page {
  background-color: #fff;
}

.portfolio__number span {
  position: relative;
  font-family: "MontserratBold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.66;
  color: #163de7;
}
.portfolio__number span::before {
  content: "";
  position: absolute;
  width: 170px;
  border: 1px solid #163de7;
  top: 50%;
  left: 60px;
}

.portfolio__section-title {
  font-family: "MuseoBold", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.33;
  color: #000;
}

.text__block-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.text__block-inline .portfolio__section-title {
  padding-left: 230px;
}

@media all and (max-width: 991px) {
  .text__block-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .text__block-inline .portfolio__section-title {
    padding-left: 0;
  }

  .portfolio__number span {
    font-size: 24px;
    top: 40px;
  }
  .portfolio__number span::before {
    width: 40px;
    left: auto;
    top: -23px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -24%;
  }
}
@media all and (max-width: 480px) {
  .portfolio__number span {
    font-size: 14px;
    top: 30px;
  }
  .portfolio__number span::before {
    width: 20px;
    top: -23px;
  }

  .portfolio__section-title {
    font-size: 16px;
    line-height: 1.5;
    max-width: 247px;
  }
}
/*HEADER*/
nav {
  z-index: 7;
}

svg.logo {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
svg.logo .cls-1, svg.logo .cls-4 {
  font-family: Helvetica-Light, Helvetica, sans-serif;
}
svg.logo .cls-1, svg.logo .cls-2, svg.logo .cls-4 {
  fill: #fff;
}
svg.logo .cls-1, svg.logo .cls-4 {
  font-size: 8px;
}
svg.logo .cls-1 {
  font-weight: 300;
  letter-spacing: 0.2em;
}
svg.logo .cls-3, svg.logo .cls-6 {
  fill: none;
}
svg.logo .cls-3 {
  stroke: #fff;
}
svg.logo .cls-4 {
  font-weight: 700;
}
svg.logo .cls-5 {
  stroke: none;
}
svg.logo.black {
  fill: #000 !important;
}
svg.logo.black .cls-1, svg.logo.black .cls-2, svg.logo.black .cls-4 {
  fill: #000 !important;
}
svg.logo.black .cls-3 {
  stroke: #000 !important;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
header .container {
  width: 100%;
  max-width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  z-index: 1;
  margin: 4vw auto 0;
}
header .container .header-logo {
  cursor: pointer;
}
header .container .header-logo svg {
  width: auto;
  height: 1.993rem;
}
header .container .header-info {
  position: absolute;
  top: 0;
  right: -10%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
}
header .container .header-info-user {
  width: 3.0625rem;
  height: 3.0625rem;
  background: #153ce7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "MuseoThin", sans-serif;
  margin-right: 2.1875rem;
  border-radius: 50%;
  cursor: pointer;
}
header .container .header-info-lang {
  font-family: "Museo", sans-serif;
  cursor: pointer;
}

@media (max-width: 768px) {
  .hamburger-inner {
    margin-top: 0.55rem;
  }
  .hamburger-inner:before {
    top: -0.56rem;
  }
  .hamburger.hamburger--collapse .hamburger-inner:after {
    top: -1.17rem;
  }

  body.main-menu-active .hamburger.hamburger--collapse .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
  }

  nav .container {
    position: relative;
    max-width: 94%;
  }
  nav .container .hamburger {
    width: 2.5rem;
    height: 2.5rem;
    top: 1.5rem;
    left: 1.5rem;
    padding: 0.5625rem;
  }
  nav .container .hamburger .hamburger-box {
    width: 100%;
    height: 100%;
  }
  nav .container .hamburger .hamburger-box .hamburger-inner {
    width: 100%;
    height: 0.15rem;
  }
  nav .container .hamburger .hamburger-box .hamburger-inner:before {
    width: 100%;
    height: 0.15rem;
  }
  nav .container .hamburger .hamburger-box .hamburger-inner:after {
    width: 100%;
    height: 0.15rem;
  }

  header .container {
    max-width: 94%;
    margin: 1.7rem auto 0;
  }
  header .container .header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  header .container .header-logo svg {
    height: 1.875rem;
    width: auto;
  }
}
@media (max-width: 630px) {
  nav .container {
    max-width: 92%;
  }
  nav .container .hamburger {
    top: 1rem;
    left: auto;
    right: 2rem;
  }
}
@media (max-width: 425px) {
  nav .container {
    max-width: 92%;
  }
  nav .container .hamburger {
    top: 1rem;
    right: 1rem;
  }

  header .container {
    margin: 1rem auto 0;
    max-width: 92%;
  }
}
@media (orientation: landscape) and (max-width: 820px) {
  nav .container .hamburger {
    right: 2rem;
  }
}
/*HOME PAGE*/
.s1 {
  width: 100%;
  position: relative;
  height: 52vw;
  margin-bottom: 16vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.s1-bg {
  background: url(../img/bg1.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.s1 .container {
  position: relative;
  max-width: 75%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.s1 .container .s1-content {
  width: 100%;
  margin: 17.2vw auto 7vw;
  color: #fff;
}
.s1 .container .s1-title {
  font-family: "MuseoBold", sans-serif;
  font-size: 3.28vw;
  line-height: 3.9vw;
}
.s1 .container .s1-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.7vw;
}
.s1 .container .s1-scroll-img {
  width: 1.5625rem;
  height: 6.8125rem;
  background: url(../img/scroll.svg) no-repeat center;
  margin-right: 2.1875rem;
  cursor: pointer;
}
.s1 .container .s1-scroll-text {
  font-family: "MuseoThin", sans-serif;
  font-size: 0.973vw;
  line-height: 1.95vw;
  cursor: pointer;
}

@media (max-width: 768px) {
  .s1 {
    height: 130vw;
  }
  .s1 .container {
    max-width: 94%;
  }
  .s1 .container .s1-content {
    margin: 23vw auto 15vw;
  }
  .s1 .container .s1-title {
    display: block;
    font-size: 7.3vw;
    line-height: 9.4vw;
    margin-left: 13%;
  }
  .s1 .container .s1-scroll {
    margin-top: 12vw;
  }
  .s1 .container .s1-scroll-text {
    font-size: 2.3vw;
    line-height: 1.95vw;
  }
}
@media (max-width: 425px) {
  .s1 {
    height: 100%;
    min-height: 24.25rem;
    margin-bottom: 14.5rem;
  }
  .s1 .container {
    max-width: 92%;
  }
  .s1 .container .s1-content {
    margin-top: 6.25rem;
  }
  .s1 .container .s1-title {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-left: 1.3rem;
  }
  .s1 .container .s1-scroll {
    display: none;
  }
}
.s2 .container {
  position: relative;
  padding-bottom: 30.2vw;
  max-width: 75%;
  margin: 0 auto;
}
.s2 .container .s2-content {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.s2 .container .s2-content .s2-list {
  position: relative;
  min-width: 70%;
  max-width: 56.875rem;
}
.s2 .container .s2-content .s2-list .s2-card {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 39.5vw;
  color: #071110;
  background: #f8f8f8;
  padding-left: 8%;
}
.s2 .container .s2-content .s2-list .s2-card .s2-card-title {
  display: block;
  font-size: 2.6vw;
  line-height: 2.9vw;
  font-family: "MuseoBold", sans-serif;
  position: relative;
  padding-top: 11.9vw;
  padding-bottom: 2.7vw;
}
.s2 .container .s2-content .s2-list .s2-card .s2-card-title::after {
  position: absolute;
  content: "02";
  color: #000000;
  left: -10.5vw;
  top: 12.6vw;
  font-size: 1.8vw;
  font-family: "Montserrat", sans-serif;
}
.s2 .container .s2-content .s2-list .s2-card .s2-card-title::before {
  top: 14.1vw;
  left: -14.5%;
  z-index: 5;
  height: 1px;
  width: 6vw;
  content: "";
  position: absolute;
  background: #000000;
}
.s2 .container .s2-content .s2-list .s2-card .s2-card-text-subtitle {
  font-size: 0.973vw;
  line-height: 1.95vw;
  font-family: "MuseoThin", sans-serif;
}
.s2 .container .s2-content .s2-list .absolute {
  position: absolute;
  color: #fff;
  left: 0;
  min-height: 26.5vw;
  top: -26.5vw;
  height: auto;
  padding: 10% 16%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: -webkit-linear-gradient(28deg, #032bd7, #1d44ee);
  background-image: -o-linear-gradient(28deg, #032bd7, #1d44ee);
  background-image: -webkit-linear-gradient(332deg, #032bd7, #1d44ee);
  background-image: -o-linear-gradient(332deg, #032bd7, #1d44ee);
  background-image: linear-gradient(118deg, #032bd7, #1d44ee);
}
.s2 .container .s2-content .s2-list .absolute .s2-card-text {
  font-family: "MuseoThin", sans-serif;
  font-size: 1.3vw;
  line-height: 2.3vw;
  position: relative;
}
.s2 .container .s2-content .s2-list .absolute .s2-card-text::after {
  position: absolute;
  content: "01";
  color: #fff;
  left: -14.5vw;
  top: 0.4rem;
  font-size: 1.8vw;
  font-family: "Montserrat", sans-serif;
}
.s2 .container .s2-content .s2-list .absolute .s2-card-text::before {
  left: -31.5%;
  top: 1.5vw;
  z-index: 5;
  height: 1px;
  width: 6vw;
  content: "";
  position: absolute;
  background: #fff;
}
.s2 .container .s2-content .s2-list .absolute .s2-button {
  position: absolute;
  cursor: pointer;
  background: #fff;
  font-family: "MuseoBold", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1d44ee;
  letter-spacing: 2px;
  line-height: 2.8125rem;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.16);
  height: 6.95vw;
  width: 20.9vw;
  font-size: 1.21vw;
  top: -3.5vw;
  right: -15.15vw;
}
.s2 .container .s2-content .s2-text {
  width: 30%;
  margin-left: 4.5vw;
  position: relative;
  font-size: 0.973vw;
  line-height: 1.95vw;
  font-family: "MuseoThin", sans-serif;
}
.s2 .container .s2-content .s2-text::before {
  position: absolute;
  left: 0;
  top: -4.375rem;
  width: 2.4375rem;
  height: 2.4375rem;
  background: url(../img/target.svg) no-repeat;
  content: "";
  background-size: 100%;
}
.s2 .container-vacancy {
  position: relative;
  width: 100%;
  max-width: 100vw;
}
.s2 .container-vacancy .s2-vacancy {
  position: absolute;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  z-index: 2;
  overflow: hidden;
  bottom: -21.5vw;
  padding: 2.7vw 0;
}
.s2 .container-vacancy .s2-vacancy-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
.s2 .container-vacancy .s2-vacancy-item {
  width: 22.5%;
  height: 32vw;
  max-height: 31.8vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.s2 .container-vacancy .s2-vacancy-item.empty {
  pointer-events: none;
}
.s2 .container-vacancy .s2-vacancy-item.first {
  background-image: url("../img/img1.jpg");
}
.s2 .container-vacancy .s2-vacancy-item.second {
  background-image: url("../img/img2.jpg");
}
.s2 .container-vacancy .s2-vacancy-item.third {
  background-image: url("../img/img3.jpg");
}
.s2 .container-vacancy .s2-vacancy-item.fourth {
  background-image: url("../img/img4.jpg");
}
.s2 .container-vacancy .s2-vacancy-item.fifth {
  background-image: url("../img/img5.jpg");
}
.s2 .container-vacancy .s2-vacancy-item.sixth {
  background-image: url("../img/img6.jpg");
}
.s2 .container-vacancy .s2-vacancy-item.seventh {
  background-image: url("../img/img7.jpg");
}
.s2 .container-vacancy .s2-vacancy-item-bg {
  position: absolute;
  height: 100%;
  width: auto;
  z-index: -1;
}
.s2 .container-vacancy .s2-vacancy-item-layer {
  background: #fff;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.s2 .container-vacancy .s2-vacancy-item-text {
  z-index: 1;
  position: relative;
  bottom: 0;
  color: #071110;
  font-family: "MuseoBold", sans-serif;
  transition: bottom 0.5s;
  margin-bottom: 6.2vw;
  font-size: 1.73vw;
  line-height: 2.1vw;
  margin-left: 3.4vw;
}
.s2 .container-vacancy .s2-vacancy-item-details {
  border-bottom: 3.8px solid #fff;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  opacity: 0;
  text-decoration: none;
  position: absolute;
  font-family: "MuseoBold", sans-serif;
  left: 3.4vw;
  bottom: 1.95vw;
  transition: ease 0.2s;
  padding-bottom: 2vw;
}
.s2 .container-vacancy .s2-vacancy-item:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  z-index: 5;
}
.s2 .container-vacancy .s2-vacancy-item:hover .s2-vacancy-item-layer {
  background: #032bd8;
  opacity: 0.72;
  transition: ease-out 0.5s;
}
.s2 .container-vacancy .s2-vacancy-item:hover .s2-vacancy-item-text {
  color: #fff;
  bottom: 5vw;
}
.s2 .container-vacancy .s2-vacancy-item:hover .s2-vacancy-item-details {
  bottom: 4.95vw;
  opacity: 1;
  padding-bottom: 1vw;
  transition: padding-bottom ease-in 0.5s;
  transition: ease-out 0.4s;
}
.s2 .slider-container {
  display: none;
  position: relative;
}
.s2 .slider-container .s2-vacancy-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.25rem;
  height: 2.5625rem;
  margin: 0 auto;
  position: relative;
  top: -3vw;
}
.s2 .slider-container .s2-vacancy-nav-arrow {
  width: 2.5625rem;
  height: 2.5625rem;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(../img/slider-arrow.svg);
  background-size: cover;
  outline: none;
}
.s2 .slider-container .s2-vacancy-nav-arrow.left {
  background-position: left;
}
.s2 .slider-container .s2-vacancy-nav-arrow.right {
  background-position: right;
}
.s2 .slider-container .slider-vacancy {
  position: relative;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 45.875rem;
  height: 45.875rem;
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item .first {
  background-image: url("../img/img1.jpg");
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item .second {
  background-image: url("../img/img2.jpg");
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item .third {
  background-image: url("../img/img3.jpg");
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item .fourth {
  background-image: url("../img/img4.jpg");
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item .fifth {
  background-image: url("../img/img5.jpg");
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item .sixth {
  background-image: url("../img/img6.jpg");
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item .seventh {
  background-image: url("../img/img7.jpg");
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item-bg {
  position: absolute;
  height: 100%;
  width: auto;
  z-index: -1;
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item .s2-vacancy-item-layer {
  background: #fff;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item .s2-vacancy-item-text {
  z-index: 1;
  position: relative;
  margin-bottom: 0;
  margin-left: 0;
  color: #071110;
  display: block;
  font-size: 7.6vw;
  top: 61%;
  line-height: 7.5vw;
  padding-left: 19.7vw;
  font-family: "MuseoBold", sans-serif;
  transition: top 0.5s;
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item .s2-vacancy-item-details {
  margin-left: 17vw;
  margin-bottom: 2vw;
  padding-bottom: 10vw;
  border-bottom: 3.8px solid #fff;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: 0.2s;
  text-decoration: none;
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 5;
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item:hover .s2-vacancy-item-layer {
  background: #032bd8;
  opacity: 0.72;
  z-index: -1;
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item:hover .s2-vacancy-item-text {
  color: #fff;
  top: 50%;
}
.s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item:hover .s2-vacancy-item-details {
  opacity: 1;
  width: max-content;
  bottom: 10vw;
  padding-bottom: 2.5vw;
  margin-bottom: 5vw;
  transition: ease 0.5s;
}
.s2 .slider-container .slider-vacancy .slick-dots {
  margin-top: 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.s2 .slider-container .slider-vacancy .slick-dots li {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 1.25rem;
  background: #d3daf7;
  margin-right: 1.5625rem;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  will-change: transform;
}
.s2 .slider-container .slider-vacancy .slick-dots li button {
  display: none;
}
.s2 .slider-container .slider-vacancy .slick-dots .slick-active {
  background: #133be5;
  width: 3.125rem;
}

@media (max-width: 768px) {
  .s2 {
    position: relative;
  }
  .s2 .container {
    max-width: 94%;
    padding-bottom: 0;
  }
  .s2 .container .s2-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
  .s2 .container .s2-content .s2-list {
    min-width: 83%;
    position: static;
  }
  .s2 .container .s2-content .s2-list .s2-card {
    padding-left: 0;
  }
  .s2 .container .s2-content .s2-list .s2-card .s2-card-title {
    padding: 5.4vw 2vw 3vw 12.5vw;
    font-size: 6.27vw;
    line-height: 7vw;
  }
  .s2 .container .s2-content .s2-list .s2-card .s2-card-title::after {
    top: 5.6vw;
    left: -21%;
    font-size: 4.2vw;
  }
  .s2 .container .s2-content .s2-list .s2-card .s2-card-title::before {
    top: 59%;
    left: -12.5%;
  }
  .s2 .container .s2-content .s2-list .s2-card .s2-card-text-subtitle {
    font-size: 2.33vw;
    line-height: 4.7vw;
    padding: 0 1.5625rem 0 7.8125rem;
  }
  .s2 .container .s2-content .s2-list .absolute {
    top: -43.5vw;
    padding: 12.3vw 2vw 11vw 10.5vw;
  }
  .s2 .container .s2-content .s2-list .absolute .s2-card-text {
    font-size: 3.13vw;
    line-height: 5.5vw;
  }
  .s2 .container .s2-content .s2-list .absolute .s2-card-text::after {
    top: -18.7vw;
    left: -10.5vw;
    font-size: 4.2vw;
  }
  .s2 .container .s2-content .s2-list .absolute .s2-card-text::before {
    left: -4vw;
    top: -16.1vw;
  }
  .s2 .container .s2-content .s2-list .absolute .s2-button {
    top: -12.5vw;
    right: 0;
    width: 45vw;
    height: 15vw;
    font-size: 2.6vw;
    line-height: 2.8vw;
  }
  .s2 .container .s2-content .s2-text {
    margin: 0;
    width: 81vw;
    padding: 24vw 1vw 3vw 12.2vw;
    font-size: 2.6vw;
    line-height: 4.7vw;
  }
  .s2 .container .s2-content .s2-text::before {
    top: 22vw;
  }
  .s2 .container-vacancy {
    display: none;
  }
  .s2 .slider-container {
    display: block;
    max-width: 94%;
    margin: 0 auto;
    position: relative;
    top: -10vw;
  }
}
@media (max-width: 425px) {
  .s2 .container {
    max-width: 100%;
  }
  .s2 .container .s2-content .s2-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
  .s2 .container .s2-content .s2-list .s2-card {
    height: 8.125rem;
    margin-bottom: 0;
    background: transparent;
  }
  .s2 .container .s2-content .s2-list .s2-card .s2-card-title {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 0;
    padding: 5vw 3vw 0 9vw;
  }
  .s2 .container .s2-content .s2-list .s2-card .s2-card-title::after {
    left: 1rem;
    top: 0;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .s2 .container .s2-content .s2-list .s2-card .s2-card-title::before {
    display: none;
  }
  .s2 .container .s2-content .s2-list .s2-card .s2-card-text-subtitle {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    padding: 0 2.4375rem 0 9vw;
  }
  .s2 .container .s2-content .s2-list .s2-card:last-child {
    width: 100%;
  }
  .s2 .container .s2-content .s2-list .absolute {
    padding: 2.25rem 0.65rem 1.25rem 2rem;
    height: auto;
    top: -14.6rem !important;
    background-image: linear-gradient(118deg, #032bd7, #1d44ee);
  }
  .s2 .container .s2-content .s2-list .absolute .s2-card-text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .s2 .container .s2-content .s2-list .absolute .s2-card-text::after {
    left: -0.9375rem;
    top: -4.2rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .s2 .container .s2-content .s2-list .absolute .s2-card-text::before {
    display: none;
  }
  .s2 .container .s2-content .s2-list .absolute .s2-button {
    top: -2.8rem;
    right: 0.9375rem;
    height: 3.625rem;
    width: 11rem;
    font-size: 0.5625rem;
  }
  .s2 .container .s2-content .s2-text {
    width: 87vw;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    padding: 10vw 4vw 6vw 9vw;
  }
  .s2 .container .s2-content .s2-text::before {
    top: 0.5rem;
    left: 1rem;
    width: 1.125rem;
    height: 1.125rem;
  }
  .s2 .slider-container {
    max-width: 100%;
    top: 0;
    margin-bottom: 50px;
  }
  .s2 .slider-container .s2-vacancy-nav {
    top: -1.2625rem;
    margin-bottom: -0.375rem;
    display: none;
  }
  .s2 .slider-container .slider-vacancy .slick-slide {
    min-width: 20rem;
  }
  .s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item {
    min-height: 23.4375rem;
    height: 23.4375rem;
  }
  .s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item .s2-vacancy-item-text {
    font-size: 1.75rem;
    line-height: 2rem;
    top: 13.125rem;
    padding-left: 19vw;
  }
  .s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item:hover .s2-vacancy-item-text {
    top: 10.125rem;
  }
  .s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item:hover .s2-vacancy-item-details {
    margin-left: 16vw;
  }
  .s2 .slider-container .slider-vacancy .slick-dots li {
    margin-right: 1rem;
    will-change: transform;
  }
  .s2 .slider-container .slider-vacancy .slick-dots .slick-active {
    width: 2.125rem;
  }
}
@media (max-width: 320px) {
  .s2 .container .s2-content .s2-list .absolute {
    top: -15.6rem !important;
  }
  .s2 .slider-container .slider-vacancy .slick-slide .s2-vacancy-item:hover .s2-vacancy-item-details {
    bottom: 16vw;
  }
}
.s3 {
  width: 100%;
  position: relative;
}
.s3-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/bgs3.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}
.s3-layer {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #0e2060;
}
.s3 .container {
  max-width: 75%;
  margin: 0 auto;
}
.s3 .container .s3-content {
  padding-top: 42.1vw;
  width: 100%;
}
.s3 .container .s3-list {
  width: 100%;
  height: auto;
  padding-bottom: 4.15vw;
  display: flex;
  flex-wrap: wrap;
}
.s3 .container .s3-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.s3 .container .s3-list-item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  opacity: 0.33;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.s3 .container .s3-list-item-text {
  color: #fff;
  display: block;
  margin-bottom: 1.375rem;
  font-family: "MuseoBold", sans-serif;
  padding-right: 0.625rem;
  margin-left: 20%;
  position: relative;
  top: 0;
  transition: all 0.25s ease-in-out;
  font-size: 1.5vw;
  line-height: 2.1vw;
}
.s3 .container .s3-list-item-p {
  font-family: "MuseoThin", sans-serif;
  font-size: 0.973vw;
  line-height: 1.95vw;
  color: #fff;
  display: none;
  padding-right: 0.625rem;
}
.s3 .container .s3-list-item-arrow {
  margin-left: 20%;
  width: 1.75rem;
  margin-bottom: 6.15vw;
  transition: 0.25s;
}
.s3 .container .s3-list-item:hover .s3-list-item-text {
  top: -2.7vw;
}
.s3 .container .s3-list-item:hover .s3-list-item-bg {
  opacity: 1 !important;
  background-color: #133be5;
}
.s3 .container .s3-list-item.text {
  width: 39%;
  left: -1vw;
  max-height: 20.3vw;
  overflow: inherit;
}
.s3 .container .s3-list-item.text .s3-list-title {
  display: block;
  position: relative;
  color: #fff;
  font-size: 2.6vw;
  line-height: 2.9vw;
  margin-bottom: 5.2vw;
  padding-left: 5.42vw;
  font-family: "MuseoBold", sans-serif;
}
.s3 .container .s3-list-item.text .s3-list-title::after {
  position: absolute;
  content: "03";
  color: #fff;
  left: -5.65vw;
  top: 0.9vw;
  font-size: 1.8vw;
  font-family: "Montserrat", sans-serif;
}
.s3 .container .s3-list-item.text .s3-list-title::before {
  height: 1px;
  width: 6vw;
  left: -10.4%;
  top: 2.2vw;
  content: "";
  position: absolute;
  background: #fff;
}
.s3 .container .s3-list-item.text .s3-list-text {
  color: #fff;
  font-family: "MuseoThin", sans-serif;
  opacity: 0.66;
  font-size: 0.973vw;
  line-height: 1.95vw;
  padding-left: 5.42vw;
  width: 26.7vw;
}
.s3 .container .s3-list-item.first {
  left: 8%;
  height: 25.1vw;
  width: 25%;
  background-image: url(../img/s3-1.png);
}
.s3 .container .s3-list-item.second {
  width: 47%;
  height: 20.3vw;
  background-image: url(../img/s3-2.png);
}
.s3 .container .s3-list-item.third {
  height: 30vw;
  width: 25%;
  background-image: url(../img/s3-3.png);
}
.s3 .container .s3-list-item.fourth {
  width: 27.9%;
  height: 24.7vw;
  top: -6.8vw;
  background-image: url(../img/s3-4.png);
}
.s3 .container .s3-list-item.fifth {
  right: -22%;
  width: 25%;
  height: 31.2vw;
  top: -9.7vw;
  background-image: url(../img/s3-5.png);
}
.s3 .container .s3-list-item.sixth {
  right: -22%;
  width: 25%;
  height: 17.3vw;
  background-image: url(../img/s3-6.png);
}
.s3 .container .s3-list-btn {
  position: relative;
  width: 16.1%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: -21.5%;
  color: #1d44ee;
  text-transform: uppercase;
  background: #fff;
  text-decoration: none;
  font-family: "MuseoBold", sans-serif;
  line-height: 3.125rem;
  top: -12.4vw;
  height: 4.85vw;
  font-size: 1.2vw;
}
.s3 .container .s3-list-btn img {
  margin-left: 20px;
}

.s3-tablet {
  display: none;
  width: 100%;
  position: relative;
  top: -30rem;
}
@media (max-width: 768px) {
  .s3-tablet {
    display: block;
    top: -7vw;
  }
}
.s3-tablet .s3-tablet-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/bgs3.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}
.s3-tablet .s3-tablet-bg .s3-tablet-layer {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #0e2060;
}
.s3-tablet .container {
  max-width: 94%;
  margin: 0 auto;
}
.s3-tablet .container .s3-tablet-content {
  padding-bottom: 58px;
}
.s3-tablet .container .s3-tablet-content .text {
  width: 100%;
  height: 23.48125rem;
  overflow: inherit;
}
.s3-tablet .container .s3-tablet-content .text .s3-tablet-list-title {
  display: block;
  position: relative;
  color: #fff;
  font-size: 6.27vw;
  line-height: 7vw;
  font-family: "MuseoBold", sans-serif;
  text-align: center;
  padding-top: 37px;
}
.s3-tablet .container .s3-tablet-content .text .s3-tablet-list-title::after {
  position: absolute;
  content: "03";
  color: #fff;
  left: 0;
  top: 4.7vw;
  font-size: 4.2vw;
  font-family: "Montserrat", sans-serif;
}
.s3-tablet .container .s3-tablet-content .text .s3-tablet-list-title::before {
  height: 1px;
  width: 6vw;
  left: 6.9%;
  top: 8vw;
  content: "";
  position: absolute;
  background: #fff;
}
.s3-tablet .container .s3-tablet-content .text .s3-tablet-list-text {
  color: #fff;
  font-family: "MuseoThin", sans-serif;
  opacity: 0.66;
  font-size: 2.33vw;
  line-height: 4.7vw;
  padding: 2.6vw 3vw 0 16.5vw;
}
.s3-tablet .container .s3-tablet-content .s3-tablet-list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.25rem;
  height: 2.5625rem;
  margin: 0 auto 10px;
  position: relative;
  top: -25px;
}
.s3-tablet .container .s3-tablet-content .s3-tablet-list-nav .s3-list-nav-arrow {
  width: 2.5625rem;
  height: 2.5625rem;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(../img/slider-arrow.svg);
  background-size: cover;
  outline: none;
}
.s3-tablet .container .s3-tablet-content .s3-tablet-list-nav .left {
  background-position: left;
}
.s3-tablet .container .s3-tablet-content .s3-tablet-list-nav .right {
  background-position: right;
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-slide {
  margin: 0 20px;
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .s3-tablet-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 58vw;
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .s3-tablet-list-item .s3-tablet-list-item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  opacity: 0.33;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .s3-tablet-list-item .s3-tablet-list-item-text {
  display: block;
  position: relative;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-family: "MuseoBold", sans-serif;
  top: 210px;
  left: 75.5px;
  transition: all 0.25s ease-in-out;
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .s3-tablet-list-item-p {
  font-size: 1.125rem;
  font-family: "MuseoThin", sans-serif;
  line-height: 2.25rem;
  color: #fff;
  display: none;
  padding-right: 0.625rem;
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .s3-tablet-list-item-arrow {
  position: absolute;
  width: 1.75rem;
  top: 329px;
  left: 75.5px;
  margin-bottom: 7.125rem;
  transition: 0.25s;
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .s3-tablet-list-item:hover .s3-tablet-list-item-text {
  top: 8.875rem;
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .s3-tablet-list-item:hover .s3-tablet-list-item-bg {
  opacity: 1 !important;
  background-color: #133be5;
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .first {
  background-image: url(../img/s3-1.png);
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .second {
  background-image: url(../img/s3-2.png);
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .third {
  background-image: url(../img/s3-3.png);
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .fourth {
  background-image: url(../img/s3-4.png);
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .fifth {
  background-image: url(../img/s3-5.png);
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .sixth {
  background-image: url(../img/s3-6.png);
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-dots {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-dots li {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 1.25rem;
  background: #d3daf7;
  margin-right: 1.5625rem;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  will-change: transform;
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-dots li button {
  display: none;
}
.s3-tablet .container .s3-tablet-content .slick-slider .slick-dots .slick-active {
  background: #133be5;
  width: 3.125rem;
}
.s3-tablet .container .s3-tablet-list-btn {
  width: 220px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85px;
  margin: 65px 62px 0 auto;
  color: #1d44ee;
  text-transform: uppercase;
  background: #fff;
  text-decoration: none;
  font-family: "MuseoBold", sans-serif;
  font-size: 1.375rem;
  line-height: 3.125rem;
}
.s3-tablet .container .s3-tablet-list-btn img {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .s3 {
    display: none;
  }

  .s3-tablet {
    display: block;
    margin-top: -7vw;
    top: 0;
  }
  .s3-tablet .container .s3-tablet-content .text {
    height: 49vw;
  }
  .s3-tablet .container .s3-tablet-content .text .s3-tablet-list-title {
    padding-top: 4.8vw;
  }
  .s3-tablet .container .s3-tablet-content .s3-tablet-list-nav .s3-list-nav-arrow {
    position: relative;
    border: 1px solid #fff;
    opacity: 0.66;
    border-radius: 50%;
    background-image: none;
  }
  .s3-tablet .container .s3-tablet-content .s3-tablet-list-nav .left:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 38%;
    left: 41%;
    transform: rotate(45deg);
  }
  .s3-tablet .container .s3-tablet-content .s3-tablet-list-nav .right:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 38%;
    left: 32%;
    transform: rotate(45deg);
  }
  .s3-tablet .container .s3-tablet-content .slick-slider .slick-slide {
    margin: 0 1.25rem;
  }
  .s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .s3-tablet-list-item .s3-tablet-list-item-text {
    font-size: 3.6vw;
    top: 48%;
    left: 10vw;
    line-height: 5vw;
  }
  .s3-tablet .container .s3-tablet-content .slick-slider .slick-slide .s3-tablet-list-item-arrow {
    left: 11vw;
    top: 75%;
  }
  .s3-tablet .container .s3-tablet-list-btn {
    width: 29vw;
    height: 11vw;
    font-size: 3vw;
    margin: 8.3vw 8vw 0 auto;
  }
}
@media (max-width: 425px) {
  .s3-tablet {
    display: block;
    top: 0;
  }
  .s3-tablet .container {
    max-width: 92%;
  }
  .s3-tablet .container .s3-tablet-content {
    padding-bottom: 0.625rem;
  }
  .s3-tablet .container .s3-tablet-content .text {
    height: auto;
    padding-bottom: 2.9375rem;
  }
  .s3-tablet .container .s3-tablet-content .text .s3-tablet-list-title {
    padding-top: 2.75rem;
    text-align: left;
    padding-left: 1rem;
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .s3-tablet .container .s3-tablet-content .text .s3-tablet-list-title::after {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .s3-tablet .container .s3-tablet-content .text .s3-tablet-list-title::before {
    display: none;
  }
  .s3-tablet .container .s3-tablet-content .text .s3-tablet-list-text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    padding: 0 0 0 1rem;
  }
  .s3-tablet .container .s3-tablet-content .s3-tablet-list-nav {
    display: none;
  }
  .s3-tablet .container .s3-tablet-content .s3-tablet-list .slick-dots {
    margin-top: 0.625rem;
  }
  .s3-tablet .container .s3-tablet-content .s3-tablet-list .slick-dots li {
    margin-right: 1rem;
  }
  .s3-tablet .container .s3-tablet-content .s3-tablet-list .slick-dots .slick-active {
    width: 2.125rem;
  }
  .s3-tablet .container .s3-tablet-content .slick-slider {
    top: 0;
  }
  .s3-tablet .container .s3-tablet-content .slick-slider .slick-list .slick-track .slick-slide {
    margin: 0;
  }
  .s3-tablet .container .s3-tablet-content .slick-slider .slick-list .slick-track .slick-slide .s3-tablet-list-item {
    height: 80vw;
  }
  .s3-tablet .container .s3-tablet-content .slick-slider .slick-list .slick-track .slick-slide .s3-tablet-list-item .s3-tablet-list-item-text {
    font-size: 1.75rem;
    line-height: 2rem;
    top: 5.4375rem;
    left: 3.5rem;
  }
  .s3-tablet .container .s3-tablet-content .slick-slider .slick-list .slick-track .slick-slide .s3-tablet-list-item .s3-tablet-list-item-arrow {
    left: 3.5rem;
  }
  .s3-tablet .container .s3-tablet-content .slick-slider .slick-list .slick-track .slick-slide .s3-tablet-list-item:hover .s3-tablet-list-item-text {
    top: 2.875rem;
  }
  .s3-tablet .container .s3-tablet-list-btn {
    height: 2.9375rem;
    width: 7.5625rem;
    margin: 1.0625rem 1rem 0.625rem auto;
    font-size: 0.5625rem;
  }
  .s3-tablet .container .s3-tablet-list-btn img {
    margin-left: 0.625rem;
    height: 0.5rem;
    width: 0.8125rem;
  }
}
.s4 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  position: relative;
}
.s4-content {
  width: 80%;
  max-width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  position: relative;
  padding-bottom: 30.2vw;
}
.s4-card {
  position: absolute;
  left: 0;
  width: 70%;
  background: #fafafa;
  color: #071110;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -6.5vw;
  max-width: 49.15vw;
  height: 64.8vw;
  padding-left: 4vw;
  padding-right: 1.2vw;
}
@media (max-width: 370px) {
  .s4-card {
    height: 176.1vw;
  }
}
.s4-card-title {
  position: relative;
  margin-top: 8.15vw;
  margin-bottom: 4.5vw;
  display: block;
  font-size: 2.6vw;
  line-height: 2.9vw;
  font-family: "MuseoBold", sans-serif;
}
.s4-card-title::after {
  position: absolute;
  content: "04";
  color: #071110;
  left: -10.8vw;
  top: 0.8vw;
  font-size: 1.8vw;
  font-family: "Montserrat", sans-serif;
}
.s4-card-title::before {
  height: 1px;
  width: 6vw;
  top: 2.2vw;
  left: -16.4%;
  content: "";
  position: absolute;
  background: #071110;
}
.s4-card-text {
  font-family: "MuseoThin", sans-serif;
  font-size: 1.3vw;
  line-height: 2.3vw;
  max-width: 33vw;
  margin-bottom: 11.9vw;
  display: block;
}
.s4-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  width: 100%;
}
.s4-card-row-text {
  font-family: "MuseoBold", sans-serif;
  font-size: 1.73vw;
  line-height: 2.1vw;
}
@media (max-width: 370px) {
  .s4-card-row-text {
    padding-left: 4vw;
  }
}
.s4-card-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.25rem;
  height: 2.5625rem;
}
.s4-card-nav-arrow {
  width: 2.5625rem;
  height: 2.5625rem;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url(../img/slider-arrow.svg);
  background-size: cover;
  outline: none;
}
.s4-card-nav-arrow.left {
  background-position: left;
}
.s4-card-nav-arrow.right {
  background-position: right;
}
.s4-text {
  width: 35%;
  min-width: 35%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6.4%;
  margin-top: 11.3vw;
  color: #071110;
  font-size: 0.973vw;
  line-height: 1.95vw;
}
.s4-text-item {
  font-family: "MuseoThin", sans-serif;
  position: relative;
}
.s4-text-item:first-child {
  margin-bottom: 11.9vw;
}
.s4-text-item::before {
  position: absolute;
  height: 1px;
  background: #071110;
  width: 2.5vw;
  left: -3.5vw;
  top: 1.125rem;
  content: "";
}
.s4-slider {
  margin-left: 8%;
}
.s4-slider .slick-track {
  margin: 0 -1.25rem;
}
.s4-slider-container {
  width: 100%;
  position: absolute;
  top: 48vw;
  bottom: 0;
}
.s4-slider .slick-slide {
  margin: 0 1.25rem;
  min-height: 17vw;
}
.s4-slider .slick-slide.slick-current .s4-slider-item {
  background: #133be5;
  transition: background 0.5s ease-out;
  border: none;
  color: #fff;
}
.s4-slider .slick-slide.slick-current .s4-slider-item-num {
  border-bottom: 1px solid #fff;
}
.s4-slider-item {
  padding: 16% 12% 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px rgba(7, 17, 16, 0.19);
  color: #071110;
  min-height: 17vw;
}
.s4-slider-item-num {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-bottom: 1px solid #071110;
  font-size: 1.95vw;
  margin-right: 2.4vw;
  padding-bottom: 1.2vw;
  width: 2.2vw;
}
.s4-slider-item-text {
  font-family: "MuseoThin", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 1.45vw;
  line-height: 2.6vw;
}
@media (min-width: 1440px) {
  .s4-slider-item-text {
    font-size: 1.2vw;
    line-height: 2.4vw;
  }
}
.s4-slider-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.s4-slider .slick-dots {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.s4-slider .slick-dots li {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 1.25rem;
  background: #d3daf7;
  margin-right: 1.5625rem;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.s4-slider .slick-dots li.slick-active {
  background: #133be5;
  width: 3.125rem;
}

@media (max-width: 768px) {
  .s4 {
    flex-direction: column;
    top: 0;
  }
  .s4-content {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .s4-card {
    position: static;
    height: 110.1vw;
    top: 39.9vw;
    padding-left: 19.3vw;
    width: 100%;
    max-width: 84.5vw;
  }
  .s4-card-title {
    margin-top: 12.5vw;
    font-size: 6.27vw;
    line-height: 7vw;
  }
  .s4-card-title::after {
    left: -16.3vw;
    font-size: 4.2vw;
  }
  .s4-card-title::before {
    top: 4.3vw;
    left: -9.5vw;
  }
  .s4-card-text {
    margin-bottom: 12vw;
    max-width: 100%;
    font-size: 3.13vw;
    line-height: 5.5vw;
    padding: 0 4vw 0 0;
  }
  .s4-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s4-card-row-text {
    padding-bottom: 5vw;
    align-self: end;
    font-size: 4.17vw;
    line-height: 5vw;
  }
  .s4-text {
    display: none;
  }
  .s4-slider {
    margin: 0;
  }
  .s4-slider .slick-track {
    margin: 0;
  }
  .s4-slider-container {
    position: static;
    top: 0;
  }
  .s4-slider .slick-slide {
    min-height: auto;
  }
  .s4-slider-item {
    min-height: auto;
    padding: 14.5vw 12vw 16vw 16vw;
  }
  .s4-slider-item-num {
    width: 5.2vw;
    font-size: 5vw;
    line-height: 4vw;
    padding-bottom: 1.4vw;
    padding-top: 1vw;
    margin-right: 9vw;
  }
  .s4-slider-item-text {
    font-size: 4.2vw;
    line-height: 7vw;
  }
  .s4-slider .slick-dots {
    margin-top: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 425px) {
  .s4 {
    top: 0;
    margin-bottom: 20px;
  }
  .s4-content {
    padding-bottom: 0;
    max-width: 100%;
  }
  .s4-card {
    height: auto;
    top: 0.5rem;
    padding: 0 0.9375rem;
  }
  .s4-card-title {
    margin: 0;
    padding: 2.7125rem 2rem 0.5rem 1rem;
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .s4-card-title::after {
    top: 1rem;
    left: 0;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .s4-card-title::before {
    display: none;
  }
  .s4-card-text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-bottom: 2.25rem;
    padding-left: 1rem;
  }
  .s4-card-row-text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    padding-left: 4vw;
  }
  .s4-card-nav {
    display: none;
  }
  .s4-slider-container {
    top: 27rem;
  }
  .s4-slider .slick-slide {
    min-height: 12.156rem;
    height: 16.156rem;
  }
  .s4-slider-item {
    padding: 3.4375rem 3.5rem 3.4375rem 0.9375rem;
  }
  .s4-slider-item-num {
    width: 1.875rem;
    font-size: 1.75rem;
    line-height: 1.625rem;
    margin-right: 2.875rem;
    padding-bottom: 0.5625rem;
  }
  .s4-slider-item-text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .s4-slider .slick-dots {
    margin-top: 1.09375rem;
  }
  .s4-slider .slick-dots li {
    margin-right: 1rem;
  }
  .s4-slider .slick-dots li.slick-active {
    width: 2.125rem;
  }
}
@media (max-width: 320px) {
  .s4-slider-container {
    top: 29rem;
  }
}
.s5 {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-bottom: -27vw;
  margin-top: 4.5vw;
}
.s5-form {
  width: 100%;
  max-width: 58.5vw;
  min-width: 700px;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.11);
  background: #fff;
  padding: 4vw 5.5vw 6vw 5.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #071110;
}
@media (max-width: 370px) {
  .s5-form {
    max-width: 90.8vw;
    padding: 4vw 12vw 12vw;
  }
}
.s5-form ::placeholder {
  font-family: Museo, sans-serif;
  font-weight: 300;
  color: rgba(7, 17, 16, 0.3);
}
.s5-form-title {
  font-size: 2.6vw;
  line-height: 2.9vw;
  font-family: "MuseoBold", sans-serif;
  margin-bottom: 5.2vw;
}
.s5-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  min-height: 5.9375rem;
}
@media (max-width: 750px) {
  .s5-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
  }
}
.s5-form-row:last-child .s5-form-input {
  margin-bottom: 0;
}
.s5-form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  background: #133be5;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "MuseoBold", sans-serif;
  width: 18.5vw;
  height: 6vw;
  margin: 5vw auto 0;
  font-size: 1.1vw;
}
@media (max-width: 750px) {
  .s5-form-button {
    width: 12.9375rem;
    height: 4.25rem;
    margin: 5.25rem auto 0.25rem;
    font-size: 0.75rem;
  }
}
.s5-form-select {
  width: 100%;
  position: relative;
  border-bottom: solid 2px rgba(7, 17, 16, 0.1);
}
.s5-form-select .current {
  font-family: "MuseoBold", sans-serif;
}
.s5-form-select select {
  display: none !important;
}
.s5-form-select .nice-select {
  border: none;
  line-height: 2.0625rem;
}
.s5-form-select .nice-select:after {
  margin-top: -0.875rem;
}
.s5-form-select .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  border: solid 1px rgba(7, 17, 16, 0.1);
}
.s5-form-select .nice-select.open .list li:hover {
  background-color: rgba(7, 17, 16, 0.05);
}
.s5-form-select label {
  position: absolute;
  cursor: pointer;
  font-family: "MuseoThin", sans-serif;
  transition: 0.3s;
  font-size: 0.875rem;
  top: -1.5625rem;
  left: 0.5rem;
}
@media (max-width: 750px) {
  .s5-form-select label {
    top: -20px;
  }
}
.s5-form-textarea {
  width: 100%;
  position: absolute;
  top: 1.25rem;
  right: 0;
}
.s5-form-textarea label {
  position: absolute;
  cursor: pointer;
  font-family: "MuseoThin", sans-serif;
  transition: 0.3s;
  font-size: 0.875rem;
  top: -1rem;
  left: 1rem;
}
.s5-form-textarea textarea {
  width: calc(100% - 2rem);
  border: none;
  border-bottom: solid 2px rgba(7, 17, 16, 0.1);
  font-size: 1.25rem;
  line-height: 2.0625rem;
  color: #071110;
  font-family: "MuseoThin", sans-serif;
  outline: none;
  -moz-appearance: none;
  resize: none;
  position: relative;
  padding: 0 0.5rem;
  margin: 0 0.5rem 0.625rem 0.5rem;
  height: 5.5vw;
}
@media (max-width: 750px) {
  .s5-form-textarea textarea {
    height: 2.25rem;
    width: 100%;
    font-size: 1rem;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.53125rem 0;
  }
}
.s5-form-textarea textarea::placeholder {
  font-family: "MuseoThin", sans-serif;
  font-size: 1.25rem;
}
.s5-form-textarea textarea:focus {
  outline-offset: 0;
  outline: none;
  border-bottom-color: #123be5;
}
.s5-form-textarea textarea:not(:empty) {
  border-bottom-color: #123be5;
}
.s5-form-input, .s5-form-select {
  margin: 0 0.5rem;
}
@media (max-width: 750px) {
  .s5-form-input, .s5-form-select {
    margin: 0 0.5rem 25px;
  }
}
.s5-form-input {
  width: 100%;
  position: relative;
}
.s5-form-input.select {
  margin-bottom: 0;
}
.s5-form-input.select label {
  font-size: 0.875rem;
  top: -1.5625rem;
  left: 0.5rem;
}
.s5-form-input label {
  position: absolute;
  top: 0.25rem;
  left: 0.5rem;
  font-size: 1.25rem;
  cursor: pointer;
  font-family: "MuseoThin", sans-serif;
  transition: 0.3s;
}
.s5-form-input input:focus + label,
.s5-form-input input:not([value]) + label {
  font-size: 0.875rem;
  top: -1.5625rem;
  left: 0.5rem;
}
@media (max-width: 750px) {
  .s5-form-input input:focus + label,
.s5-form-input input:not([value]) + label {
    top: -20px;
  }
}
.s5-form-input input {
  width: 100%;
  border: none;
  border-bottom: solid 2px rgba(7, 17, 16, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.53125rem 0;
  font-size: 1.25rem;
  line-height: 2.0625rem;
  font-family: "MuseoBold", sans-serif;
  position: relative;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.s5-form-input input:focus {
  outline-offset: 0;
  outline: none;
  border-bottom-color: #123be5;
}
.s5-form-input input:not(:empty) {
  border-bottom-color: #123be5;
}
.s5-form-input input#message {
  border-bottom: none;
}
.s5-form-accepttype {
  max-width: 12.0625rem;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  color: #071110;
  font-family: "MuseoThin", sans-serif;
}
.s5-form-accept {
  width: 12.8152rem;
  height: 4.4375rem;
  margin-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.s5-form-accept input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.s5-form-accept label {
  width: 12.8125rem;
  height: 4.4375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 2.25rem;
  border: dashed 2px #133be5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  color: #133be5;
  font-family: "Museo", sans-serif;
}
.s5-form-accept label .accept-img {
  width: 2.625rem;
  height: 2.625rem;
  background-color: #133be5;
  background-image: url(../img/paperclip.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-right: 0.625rem;
}

@media (max-width: 768px) {
  .s5 {
    margin-bottom: -23vw;
    margin-top: 4.5vw;
  }
  .s5-form {
    max-width: 94.8vw;
    padding: 4vw 13vw 12vw;
    min-width: auto;
  }
  .s5-form-title {
    font-size: 4.5vw;
    line-height: 7vw;
    margin-bottom: 13vw;
  }
  .s5-form-button {
    width: 45vw;
    height: 14.5vw;
    font-size: 2.6vw;
  }
}
@media (max-width: 425px) {
  .s5 {
    margin-top: 0;
    padding-top: 0;
  }
  .s5-form {
    min-width: 18.125rem;
    padding: 1.875rem 0.9375rem 0;
  }
  .s5-form ::placeholder {
    font-size: 1rem;
  }
  .s5-form-title {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
    padding-bottom: 10px;
  }
  .s5-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
  }
  .s5-form-button {
    width: 12.9375rem;
    height: 4.25rem;
    margin: 30vw 0.5vw 5vw;
    font-size: 0.75rem;
  }
  .s5-form-select .nice-select {
    font-size: 1rem;
  }
  .s5-form-select label {
    top: -1.25rem;
  }
  .s5-form .s5-form-textarea {
    top: 2.25rem;
  }
  .s5-form .s5-form-textarea label {
    left: 0.5rem;
    top: -2.5rem;
  }
  .s5-form .s5-form-textarea textarea {
    height: 2.25rem;
    width: 100%;
    font-size: 1rem;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.53125rem 0;
  }
  .s5-form .s5-form-textarea textarea::placeholder {
    font-size: 1rem;
  }
  .s5-form-input, .s5-form-select {
    margin: 15px 0.5rem 1.5625rem;
  }
  .s5-form-input input:focus + label,
.s5-form-input input:not([value]) + label {
    top: -1.25rem;
  }
  .s5-form-input input {
    font-size: 1rem;
  }
}
/*PORTFOLIO PAGE*/
.portfolio__page-s1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fdfdfd;
}
.portfolio__page-s1 .name__page-text {
  font-family: "MuseoBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.24px;
  color: #163de7;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 210px;
  white-space: nowrap;
  right: 7%;
  width: 0;
}
.portfolio__page-s1 .name__page-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -130px;
  width: 100px;
  border: 1px solid #163de7;
}

.portfolio__page-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.portfolio__s1-content {
  padding: 321px 0 137px;
}

.portfolio__s1-title {
  font-family: "MuseoBold", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-bottom: 96px;
}

.portfolio__s1-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "MuseoThin", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.11;
  color: #000;
  margin-bottom: 285px;
}
.portfolio__s1-scroll--img {
  width: 25px;
  height: 109px;
  background: url(../img/scroll-portfolio.svg) no-repeat center;
  margin-right: 30px;
  cursor: pointer;
}
.portfolio__s1-scroll--text {
  font-family: "MuseoThin", sans-serif;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
}

@media (min-width: 1921px) {
  .portfolio__page-bg {
    left: auto;
    max-width: 50vw;
    height: auto;
    max-height: 819px;
    background-size: 50vw;
  }
}
@media all and (min-width: 1770px) {
  .portfolio__page-bg img {
    bottom: -182px;
  }
}
@media all and (max-width: 1360px) {
  .portfolio__s1-content {
    padding: 200px 0 137px;
  }

  .portfolio__s1-scroll {
    margin-bottom: 170px;
  }
}
@media all and (max-width: 1280px) {
  .portfolio__s1-scroll {
    margin-bottom: 150px;
  }

  .portfolio__s1-title {
    font-size: 55px;
  }
}
@media all and (min-width: 991px) {
  .portfolio__page-bg {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/portfolio-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 100%;
    max-height: 42.65vw;
    border-bottom-left-radius: 20px;
    left: 39%;
  }
  .portfolio__page-bg img {
    position: relative;
    bottom: -7vw;
    height: auto;
    max-width: 924px;
    width: 52vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media all and (max-width: 991px) {
  .portfolio__page-s1 {
    padding-bottom: 200px;
  }

  .portfolio__s1-content {
    padding: 150px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .portfolio__s1-scroll {
    display: none;
  }

  .portfolio__page-bg {
    padding: 0 16px;
  }
  .portfolio__page-bg img {
    max-width: 100%;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .portfolio__page-s1 {
    padding-bottom: 10px;
  }

  .portfolio__page-s1 {
    padding-bottom: 10px;
  }

  .portfolio__s1-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .portfolio__s1-content {
    padding: 91px 0 0;
  }

  .portfolio__info-item.item-technologies,
.portfolio__info-item.item-role {
    padding-left: 40px;
  }
}
.portfolio__page-s2 {
  position: relative;
  width: 100%;
  margin-top: -108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.portfolio__s2-content {
  padding-left: 45px;
}

.portfolio__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1265px;
  min-width: 66vw;
  width: 100%;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin-left: auto;
}

.portfolio__info-item {
  padding: 50px 50px 25px;
}
.portfolio__info-item:first-child {
  padding-right: 103px;
}
.portfolio__info-item.active {
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.03);
  background-color: #163de7;
  color: #fff;
}
.portfolio__info-item.active .item__info-title {
  color: #fff;
}
.portfolio__info-item.active .item__info-title::after {
  border: 1px solid #fff;
}
.portfolio__info-item.active .title__info-description {
  color: #fff;
}

.item__info-title {
  position: relative;
  font-family: "MuseoThin", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  margin-bottom: 25px;
}
.item__info-title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 60px;
  border: 1px solid #163de7;
}

.title__info-description {
  font-family: "MuseoBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
  color: #163de7;
}

@media all and (min-width: 991px) {
  .portfolio__info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: text-top;
  }
}
@media all and (max-width: 1200px) {
  .portfolio__info-item {
    padding: 50px 40px 25px;
  }

  .portfolio__info-item:first-child {
    padding-right: 65px;
  }
}
@media all and (max-width: 1024px) {
  .name__page-text {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .portfolio__page-s2 {
    margin-top: -164px;
  }
}
@media all and (max-width: 620px) {
  .item__info-title {
    font-size: 18px;
  }

  .title__info-description {
    font-size: 18px;
  }

  .portfolio__page-s2 {
    margin-top: -159px;
  }

  .portfolio__s2-content {
    padding-left: 0;
  }
}
@media all and (max-width: 480px) {
  .portfolio__page-s2 {
    position: relative;
    z-index: 2;
  }

  .item__info-title {
    font-size: 14px;
    line-height: 1.5;
  }

  .title__info-description {
    font-size: 14px;
  }

  .portfolio__info-item {
    padding: 15px 15px 15px;
  }

  .portfolio__info-item:first-child {
    padding-right: 10px;
  }

  .portfolio__info {
    min-width: 100vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 45px;
  }

  .portfolio__page-s2 {
    margin-top: 0;
  }
}
@media all and (max-width: 375px) {
  .portfolio__info {
    padding-left: 30px;
  }

  .item__info-title {
    margin-bottom: 17px;
  }

  .portfolio__info-item {
    min-height: 70px;
  }
}
.portfolio__page-s3 {
  width: 100%;
  position: relative;
}

.portfolio__s3-content {
  margin-top: 82px;
}

.portfolio__s3-block {
  padding: 50px 0;
  max-width: 963px;
  width: 100%;
  background-color: #fcfcfc;
}

.portfolio__s3-images {
  position: absolute;
  top: 100px;
  left: 43%;
}
.portfolio__s3-images img {
  max-width: 890px;
  height: auto;
  width: 47vw;
}
.portfolio__s3-images::after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: -100px;
  z-index: -1;
  height: 31.4vw;
  width: 42.7vw;
  background-color: #fcfcfc;
}

.portfolio__s3-title {
  max-width: 585px;
  padding: 70px 50px 50px;
  margin-bottom: 20px;
}

.portfolio__s3-text {
  font-family: "MuseoThin", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #000;
  max-width: 513px;
  padding: 0 50px 50px;
}
.portfolio__s3-text span:first-child {
  display: inline-block;
  padding-bottom: 30px;
}

@media all and (min-width: 1921px) {
  .portfolio__s3-images img {
    width: 100%;
  }
  .portfolio__s3-images::after {
    width: 820px;
    height: 602px;
  }
}
@media all and (max-width: 1366px) {
  .portfolio__s3-images {
    left: 49%;
  }
}
@media all and (max-width: 1200px) {
  .portfolio__s3-text {
    max-width: 428px;
  }

  .portfolio__s3-images {
    top: 180px;
  }
}
@media all and (max-width: 991px) {
  .portfolio__s3-images {
    position: static;
  }
  .portfolio__s3-images img {
    width: 100%;
  }
  .portfolio__s3-images::after {
    display: none;
  }

  .portfolio__page-s3-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .portfolio__page-s3-title .portfolio__number span {
    top: 50px;
  }

  .portfolio__s3-title {
    padding: 0 0 30px;
  }

  .portfolio__s3-text {
    max-width: 600px;
    margin: 30px auto 0;
    padding: 0;
  }
}
@media all and (max-width: 480px) {
  .portfolio__s3-content {
    margin-top: 0;
  }

  .portfolio__s3-block {
    padding: 30px 0 10px;
  }

  .portfolio__s3-title {
    font-size: 16px;
    line-height: 1.5;
    max-width: 247px;
    padding: 0;
  }

  .portfolio__s3-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.portfolio__page-s4 {
  width: 100%;
  position: relative;
}
.portfolio__page-s4 .name__page-text {
  font-family: "MuseoBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.24px;
  color: #163de7;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 105px;
  left: 93%;
  white-space: nowrap;
  width: 0;
}
.portfolio__page-s4 .name__page-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -130px;
  width: 100px;
  border: 1px solid #163de7;
}

.portfolio__s4-content {
  margin-top: 230px;
}

.portfolio__s4-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.s4-block__inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.portfolio__s4-title {
  padding-left: 230px;
  max-width: 383px;
}

.portfolio__s4-images img {
  max-width: 38vw;
  height: auto;
}

.block__text {
  padding: 50px 50px 50px 182px;
  max-width: 440px;
}

.block__text-title {
  position: relative;
  font-family: "MuseoBold", sans-serif;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.33;
  color: #000;
}
.block__text-title::before {
  position: absolute;
  top: 50%;
  left: -60px;
  content: "";
  width: 40px;
  border: 1px solid #000;
}

.block__text-description {
  font-family: "MuseoThin", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #071110;
  margin-bottom: 40px;
}

@media all and (min-width: 1921px) {
  .portfolio__s4-images {
    max-width: 770px;
  }
  .portfolio__s4-images img {
    max-width: 1113px;
  }
}
@media all and (max-width: 1366px) {
  .portfolio__s4-images {
    left: 50%;
  }
}
@media all and (max-width: 1280px) {
  .portfolio__s4-content {
    margin-top: 100px;
  }
}
@media all and (max-width: 1250px) {
  .block__text {
    padding: 50px 50px 50px 60px;
  }
}
@media all and (max-width: 991px) {
  .portfolio__s4-title {
    max-width: 100%;
  }

  .portfolio__s4-images {
    max-width: 100%;
  }
  .portfolio__s4-images img {
    max-width: 100%;
    height: auto;
  }

  .portfolio__s4-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block__text {
    padding: 15px 50px 50px 100px;
    max-width: 600px;
  }
}
@media all and (max-width: 480px) {
  .block__text {
    padding: 0;
    max-width: 100%;
  }

  .portfolio__s4-content {
    margin-top: 30px;
  }

  .s4-block__inline {
    margin-bottom: 40px;
  }

  .block__text-title {
    font-size: 16px;
    line-height: 1.5;
    margin-left: 35px;
  }
  .block__text-title::before {
    left: -34px;
    width: 23px;
  }

  .block__text-description {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.portfolio__slider-section .slick-dots {
  margin-top: 80px;
  padding-left: 11.8%;
}

.portfolio__slider-content-title {
  margin: 25px 0 40px 8%;
}
.portfolio__slider-content-title h2 {
  font-family: "MuseoBold", sans-serif;
  font-size: 32px;
  line-height: 1.19;
  color: #071110;
  max-width: 560px;
}

.portfolio__slider-container {
  position: static;
  top: 0;
}

.portfolio__slider-item p {
  font-family: "MuseoThin", sans-serif;
  font-size: 18px;
  line-height: 1.56;
  font-weight: 300;
}

.portfolio__slider-item {
  padding: 15% 8% 8% 12%;
}
.portfolio__slider-item .slider__item-title {
  font-family: "MuseoBold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.26;
  margin-bottom: 10px;
}
.portfolio__slider-item .s4-slider-item-num {
  font-size: 32px;
  padding-bottom: 20px;
  width: 34px;
}

@media all and (max-width: 1441px) {
  .portfolio__slider-item p {
    font-size: 16px;
  }

  .portfolio__slider-item {
    padding: 11% 7% 7% 10%;
  }
  .portfolio__slider-item .slider__item-title {
    font-size: 29px;
  }
  .portfolio__slider-item .s4-slider-item-num {
    font-size: 30px;
    margin-right: 1.4vw;
  }
}
@media all and (max-width: 768px) {
  .portfolio__slider-item .s4-slider-item-num {
    margin-right: 30px;
  }

  .portfolio__slider-item p {
    font-size: 24px;
  }

  .portfolio__slider-section .slick-dots {
    padding-left: 0;
  }
}
@media all and (max-width: 620px) {
  .portfolio__slider-section .slick-dots {
    margin-top: 25px;
    padding-left: 0;
  }
}
@media all and (max-width: 480px) {
  .portfolio__slider-content-title {
    margin: 25px 0 15px 16px;
  }
  .portfolio__slider-content-title h2 {
    font-size: 15px;
    line-height: 1.5;
    max-width: 293px;
  }

  .portfolio__slider-item {
    padding: 35px 15px;
  }
  .portfolio__slider-item .s4-slider-item-num {
    font-size: 28px;
    margin-right: 25px;
    padding-bottom: 10px;
  }
  .portfolio__slider-item .slider__item-title {
    font-size: 16px;
    line-height: 1.5;
  }
  .portfolio__slider-item p {
    font-size: 14px;
  }
  .portfolio__slider-item .s4-slider-content {
    min-height: 184px;
  }
}
.portfolio__page-s6 .block-dots {
  margin-top: 100px;
}
.portfolio__page-s6 .dots-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.portfolio__page-s6 .slick-dots li {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 1.25rem;
  background: #d3daf7;
  margin-right: 1.5625rem;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.portfolio__page-s6 .slick-dots li.slick-active {
  background: #163de7;
  width: 3.125rem;
}

.portfolio__s6-content {
  padding-top: 120px;
}

.portfolio__s6-title {
  padding-left: 230px;
}

.s7-block__inline {
  margin-bottom: 100px;
}

#wrap {
  height: 500px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.item {
  margin: auto;
  width: 58%;
  height: auto;
  border-radius: 18px;
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.item {
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
  z-index: 7;
}

.item:first-child {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
  z-index: 10;
}

.item:nth-child(2) {
  -webkit-transform: translate3d(-25%, 0px, -100px);
  transform: translate3d(-25%, 0px, -100px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.item:nth-child(3) {
  -webkit-transform: translate3d(-58%, 0, -392px);
  transform: translate3d(-58%, 0, -392px);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  z-index: 8;
}

.item:nth-last-child(1) {
  -webkit-transform: translate3d(25%, 0, -100px);
  transform: translate3d(25%, 0, -100px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.item:nth-last-child(2) {
  -webkit-transform: translate3d(58%, 0, -392px);
  transform: translate3d(58%, 0, -392px);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  z-index: 9;
}

.item.no {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
  z-index: 10;
  opacity: 1;
}

.item.prev {
  -webkit-transform: translate3d(25%, 0, -100px);
  transform: translate3d(25%, 0, -100px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
  opacity: 1;
}

.item.prev2 {
  -webkit-transform: translate3d(58%, 0, -392px);
  transform: translate3d(58%, 0, -392px);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  z-index: 8;
  opacity: 0.7;
}

.item.next {
  -webkit-transform: translate3d(-25%, 0px, -100px);
  transform: translate3d(-25%, 0px, -100px);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
  opacity: 1;
}

.item.next2 {
  -webkit-transform: translate3d(-58%, 0, -392px);
  transform: translate3d(-58%, 0, -392px);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  z-index: 8;
  opacity: 0.7;
}

.item.default {
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
  z-index: 7;
  opacity: 0;
}

@media all and (max-width: 1366px) {
  #wrap {
    height: 400px;
  }
}
@media all and (max-width: 1024px) {
  .portfolio__page-s6 .block-dots {
    margin-top: 0;
  }
}
@media all and (max-width: 991px) {
  .item {
    border-radius: 10px;
    min-width: 500px;
  }

  .item:nth-child(2) {
    -webkit-transform: translate3d(-15%, 0px, -100px);
    transform: translate3d(-15%, 0px, -100px);
  }

  .item:nth-last-child(1) {
    -webkit-transform: translate3d(15%, 0, -100px);
    transform: translate3d(15%, 0, -100px);
  }

  .item:nth-last-child(2),
.item:nth-child(3) {
    -webkit-transform: translate3d(0, 0, -300px);
    transform: translate3d(0, 0, -300px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
    z-index: 7;
    opacity: 0;
  }

  .item.no {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
    z-index: 10;
    opacity: 1;
  }

  .item.prev {
    -webkit-transform: translate3d(15%, 0, -100px);
    transform: translate3d(15%, 0, -100px);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 9;
    opacity: 1;
  }

  .item.next {
    -webkit-transform: translate3d(-15%, 0px, -100px);
    transform: translate3d(-15%, 0px, -100px);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 9;
    opacity: 1;
  }

  .item.default {
    -webkit-transform: translate3d(0, 0, -300px);
    transform: translate3d(0, 0, -300px);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
    z-index: 7;
    opacity: 0;
  }

  .portfolio__page-s6 #wrap {
    height: 300px;
  }
  .portfolio__page-s6 .block-dots {
    margin-top: 50px;
  }
}
@media all and (max-width: 620px) {
  .portfolio__s6-content {
    padding-top: 70px;
  }

  .item:first-child {
    -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
  }

  .item:nth-child(2) {
    -webkit-transform: translate3d(-108%, 0px, -100px);
    transform: translate3d(-108%, 0px, -100px);
    -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
  }

  .item:nth-last-child(1) {
    -webkit-transform: translate3d(108%, 0, -100px);
    transform: translate3d(108%, 0, -100px);
    -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
  }

  .portfolio__page-s6 #wrap {
    height: 50vw;
    width: 100%;
    overflow-x: hidden;
  }

  .item.no {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
    z-index: 10;
    opacity: 1;
  }

  .item.prev {
    -webkit-transform: translate3d(108%, 0, -100px);
    transform: translate3d(108%, 0, -100px);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 9;
    opacity: 1;
  }

  .item.next {
    -webkit-transform: translate3d(-108%, 0px, -100px);
    transform: translate3d(-108%, 0px, -100px);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 9;
    opacity: 1;
  }

  .item.default {
    -webkit-transform: translate3d(0, 0, -300px);
    transform: translate3d(0, 0, -300px);
    -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 4px 0 rgba(0, 0, 0, 0.19);
    z-index: 7;
    opacity: 0;
  }

  .item {
    min-width: auto;
    width: 85%;
  }

  .portfolio__page-s6 .block-dots {
    margin-top: 10px;
  }
}
@media all and (max-width: 480px) {
  .portfolio__s6-content {
    padding-top: 32px;
  }

  .s6-block__inline {
    margin-bottom: 44px;
  }
}
.portfolio-slider {
  max-width: 1074px;
  width: 100%;
  margin: 0 auto;
}
.portfolio-slider .portfolio-item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1074px;
  width: 100%;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  padding: 50px 104px 140px 50px;
}
.portfolio-slider .portfolio-item .portfolio-item-block-img {
  position: absolute;
  max-width: 790px;
  min-width: 650px;
  width: 42vw;
  bottom: -20px;
  right: 47.5%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.portfolio-slider .portfolio-item .portfolio-item-block-img .portfolio-img-slide {
  width: 100%;
}
.portfolio-slider .portfolio-item .portfolio-item-block-text {
  width: 100%;
  max-width: 386px;
}
.portfolio-slider .portfolio-item .portfolio-item-block-text .portfolio-item-block-text-title {
  font-family: "MuseoBold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.38;
  color: #071110;
  margin-bottom: 40px;
}
.portfolio-slider .portfolio-item .portfolio-item-block-text .portfolio-item-block-text-info span {
  font-family: "MuseoThin", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  display: block;
  padding-bottom: 10px;
}

.portfolio__s7-content {
  padding-top: 100px;
  padding-bottom: 250px;
}

.s7-block__inline {
  margin-bottom: 100px;
}

.portfolio-block-button {
  position: absolute;
  bottom: -15px;
  right: -15px;
}

.blue_button {
  font-family: "MuseoBold", sans-serif;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  background-color: #163de7;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 43px 98px 43px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
.blue_button img {
  display: inline-block;
  margin-left: 20px;
  width: 26px;
}

@media all and (max-width: 1280px) {
  .portfolio__s7-content {
    padding-bottom: 190px;
  }

  .s7-block__inline {
    margin-bottom: 50px;
  }

  .portfolio-slider .portfolio-item {
    max-width: 940px;
    padding: 40px 50px 80px 50px;
    margin: 0 auto;
  }
  .portfolio-slider .portfolio-item .portfolio-item-block-img {
    min-width: 570px;
  }

  .blue_button {
    padding: 25px 65px 25px;
    font-size: 20px;
  }

  .portfolio-slider {
    max-width: 940px;
  }
}
@media all and (max-width: 1280px) {
  .portfolio-slider .portfolio-item .portfolio-item-block-img {
    min-width: 520px;
  }
}
@media all and (max-width: 1024px) {
  .portfolio-slider .portfolio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .portfolio-slider .portfolio-item .portfolio-item-block-img {
    position: static;
    max-width: 790px;
    min-width: 100%;
  }
  .portfolio-slider .portfolio-item .portfolio-item-block-text {
    max-width: none;
  }

  .portfolio-block-button {
    position: absolute;
    bottom: -120px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media all and (max-width: 480px) {
  .portfolio__page-s7 {
    -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.2);
  }

  .portfolio__s7-content {
    padding-top: 40px;
    padding-bottom: 0;
    margin-bottom: 160px;
  }

  .portfolio-slider .portfolio-item {
    background-color: #fff;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .portfolio-slider .portfolio-item .portfolio-item-block-text .portfolio-item-block-text-title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 20px;
  }
  .portfolio-slider .portfolio-item .portfolio-item-block-text .portfolio-item-block-text-info {
    padding-bottom: 5px;
  }
  .portfolio-slider .portfolio-item .portfolio-item-block-text .portfolio-item-block-text-info span {
    font-size: 14px;
    line-height: 1.5;
  }

  .s8-block__inline {
    display: none;
  }

  .portfolio-block-button {
    bottom: -110px;
  }

  .s7-block__inline {
    margin-bottom: 30px;
  }
}
/*FOOTER*/
footer {
  background: -webkit-gradient(linear, left top, right top, from(#fafafa), color-stop(35%, #fafafa), color-stop(35%, #fff), to(#fff));
  background: -webkit-linear-gradient(left, #fafafa 0%, #fafafa 35%, #fff 35%, #fff 100%);
  background: -o-linear-gradient(left, #fafafa 0%, #fafafa 35%, #fff 35%, #fff 100%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 62vw;
  padding-bottom: 4vw;
}
@media (max-width: 370px) {
  footer {
    height: 117vw;
  }
}
footer .footer-content {
  width: 80%;
  max-width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  color: #071110;
}
footer .footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
footer .footer-col:first-child {
  margin-right: 21.5%;
}
footer .footer-col:first-child .footer-logo {
  margin-bottom: 3vw;
}
footer .footer-col:nth-child(2) {
  margin-right: 11%;
}
footer .footer-col:nth-child(3) {
  margin-right: 7%;
}
footer .footer-col:last-child {
  margin-right: 5%;
}
footer .footer-logo {
  margin-bottom: 3vw;
  display: block;
}
footer .footer-copy {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 2.25rem;
  font-family: "MuseoThin", sans-serif;
}
footer .footer-title {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-bottom: 0.5vw;
  font-family: "Museo", sans-serif;
}
footer .footer__span, footer .footer-link {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-family: "MuseoThin", sans-serif;
  text-decoration: none;
}
footer .footer-link {
  cursor: pointer;
}
footer .footer-row {
  font-size: 0.875rem;
  line-height: 2.25rem;
  margin-top: 7vw;
}
footer .footer-row-link {
  margin-right: 2.1875rem;
  text-decoration: none;
  cursor: pointer;
  font-family: "MuseoThin", sans-serif;
}

body.main-menu-active {
  overflow: hidden;
}
body.main-menu-active .main-menu {
  opacity: 1;
  left: 0;
}

.main-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  z-index: 5;
  top: 0;
  left: -100vw;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
}
.main-menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 40%;
  background: #011450;
  height: 100%;
  padding-right: 5%;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-menu-left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  color: #fff;
  max-width: 21.875rem;
  width: 100%;
}
.main-menu-left-nav-item {
  font-size: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5%;
  cursor: pointer;
}
.main-menu-left-nav-item a {
  font-family: "MuseoThin", sans-serif;
  text-decoration: none;
  color: white;
}
.main-menu-left-nav-item:hover a, .main-menu-left-nav-item.active a {
  text-decoration: underline;
}
.main-menu-left-nav-item:hover .main-menu-left-nav-img, .main-menu-left-nav-item.active .main-menu-left-nav-img {
  border: 1px solid #fff;
  border-radius: 50%;
}
.main-menu-left-nav-img {
  width: 3.0625rem;
  height: 3.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-menu-left-nav-new {
  background: #153ce7;
  width: 3.0625rem;
  height: 3.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "MuseoThin", sans-serif;
  border-radius: 50%;
}
.main-menu-left-links {
  max-width: 21.875rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-top: 11%;
}
.main-menu-left-links a {
  text-decoration: none;
  font-size: 1.25rem;
  margin-right: 2.5rem;
  cursor: pointer;
  color: white;
}
.main-menu-left-links a:hover {
  text-decoration: underline;
}
.main-menu-right {
  width: 100%;
  max-width: 60%;
  height: 100%;
  background-image: -webkit-linear-gradient(316deg, #032bd7, #1d44ee);
  background-image: -o-linear-gradient(316deg, #032bd7, #1d44ee);
  background-image: linear-gradient(134deg, #032bd7, #1d44ee);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding-left: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-menu-right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  color: #fff;
  width: 100%;
  max-width: 21.875rem;
  display: none;
}
.main-menu-right-nav.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu-right-nav-item {
  font-size: 1.5rem;
  line-height: 3.875rem;
}
.main-menu-right-nav-item a {
  text-decoration: none;
  font-family: "MuseoThin", sans-serif;
}
.main-menu-right-nav-item a:hover {
  text-decoration: underline;
}

#return-to-top {
  position: fixed;
  bottom: 100px;
  right: 18pt;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 60px;
  height: 60px;
  z-index: 20;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top img {
  width: 20px;
  height: 20px;
  margin: 0;
  position: relative;
  left: 20px;
  top: 20px;
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover img {
  top: 15px;
}

.window-status-form-wrapper {
  transition: 0.5s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.4);
}
.window-status-form-wrapper .window-status-form {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 40%;
  min-width: 300px;
  height: 200px;
  padding: 2rem 1rem;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.11);
}
.window-status-form-wrapper .window-status-form .status-info {
  font-family: "MuseoBold", sans-serif;
  font-size: 1.25rem;
  line-height: 2.25rem;
  text-align: center;
  color: #032bd7;
}

@media (max-width: 1199px) {
  footer {
    height: 52rem;
  }
}
@media (max-width: 768px) {
  .main-menu-left {
    max-width: 50%;
  }
  .main-menu-right {
    max-width: 50%;
    padding-left: 5%;
  }

  footer {
    padding-bottom: 0;
    height: 21rem;
  }
  footer .footer-content {
    width: 100%;
    max-width: 94%;
  }
  footer .footer-col:first-child {
    margin-right: 0;
  }
  footer .footer-col:nth-child(2) {
    margin-right: 0;
  }
  footer .footer-col:nth-child(2) span {
    display: none;
  }
  footer .footer-col:nth-child(2) .footer-row {
    margin-top: 3vw;
  }
  footer .footer-col:nth-child(2) .footer-row .footer-row-link:last-child {
    margin-right: 0;
  }
  footer .footer-col:nth-child(3) {
    display: none;
  }
  footer .footer-col:last-child {
    display: none;
  }
}
@media (max-width: 630px) {
  footer {
    background: none;
  }

  .main-menu-left {
    max-width: 100%;
    align-items: flex-start;
    padding-left: 4rem;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  .main-menu-right {
    max-width: 100%;
    position: absolute;
    left: -100vw;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  .main-menu-right.active {
    max-width: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
}
@media (max-width: 425px) {
  .main-menu-left {
    padding-left: 2rem;
    padding-top: 4rem;
  }

  footer {
    height: 17rem;
  }
  footer .footer-content {
    position: relative;
    max-width: 92%;
  }
  footer .footer-col:first-child .footer-logo {
    position: absolute;
    top: -1.5625rem;
    left: 50%;
    transform: translateX(-50%);
  }
  footer .footer-copy {
    font-size: 0.5625rem;
    position: relative;
    bottom: -3rem;
  }
  footer .footer-row {
    font-size: 0.5625rem;
  }

  #return-to-top {
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  #return-to-top img {
    width: 15px;
    height: 15px;
    left: 12px;
    top: 11px;
  }

  #return-to-top:hover img {
    top: 4px;
  }

  .window-status-form-wrapper .window-status-form .status-info {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media (orientation: landscape) and (max-width: 820px) {
  .main-menu-left-nav {
    overflow-y: auto;
  }
  .main-menu-right-nav {
    overflow-y: auto;
  }

  nav .container .hamburger {
    right: 2rem;
  }
}

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