/*-------------------------------
    Colors
-------------------------------*/
/*-------------------------------
    Fonts
-------------------------------*/
/*-------------------------------
    Common
-------------------------------*/
:root {
  --windowHeight: 100vh;
  --headerHeight: 90px;
  --headerHeightMobile: 84px;
  --headerHeightMobileResources: 138px; }

@media screen and (max-width: 767px) {
  .c-main-slider .container {
    padding: 0 15px; } }

.c-main-slider h2 {
  text-transform: none;
  font-weight: 300;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .c-main-slider h2 {
      margin-bottom: 10px; } }

.c-main-slider__slide {
  margin-bottom: 50px; }
  .c-main-slider__slide:last-of-type {
    margin-bottom: 0; }

.c-main-slider__slide-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1250px) {
    .c-main-slider__slide-wrap {
      flex-direction: column-reverse;
      justify-content: center; } }

.c-main-slider__slide-info {
  width: 50%;
  padding: 0 0 0 50px; }
  @media screen and (max-width: 1250px) {
    .c-main-slider__slide-info {
      padding: 25px 0 0 0;
      width: 100%; } }
  .c-main-slider__slide-info h2 {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .c-main-slider__slide-info h2 {
        margin-bottom: 10px; } }
  .c-main-slider__slide-info .c-main-slider__slide-text p {
    font-weight: 500;
    margin-bottom: 60px; }
    @media screen and (max-width: 1250px) {
      .c-main-slider__slide-info .c-main-slider__slide-text p {
        margin-top: 20px;
        margin-bottom: 0; } }
  .c-main-slider__slide-info .c-main-slider__slide-text a {
    font-weight: 500;
    color: #B2AFA8; }

.c-main-slider__slide-right {
  width: 50%; }
  @media screen and (max-width: 1250px) {
    .c-main-slider__slide-right {
      width: 100%; } }
  .c-main-slider__slide-right img {
    width: 505px;
    height: 282px;
    object-fit: cover;
    display: table;
    margin-left: auto; }
    @media screen and (max-width: 1250px) {
      .c-main-slider__slide-right img {
        margin-right: auto; } }
    @media screen and (max-width: 767px) {
      .c-main-slider__slide-right img {
        width: 323px;
        height: 180px; } }
  .c-main-slider__slide-right p {
    font-size: 13px;
    margin-left: auto;
    display: table;
    font-family: "NC Burrata", sans-serif;
    font-weight: 500; }
    @media screen and (max-width: 1250px) {
      .c-main-slider__slide-right p {
        margin-right: auto;
        width: 505px;
        text-align: right; } }
    @media screen and (max-width: 767px) {
      .c-main-slider__slide-right p {
        width: 323px; } }

.c-main-slider-pagination-wrap {
  position: absolute;
  transform: translateX(-100%);
  top: 70px;
  overflow: hidden;
  width: 40px;
  bottom: 80px;
  z-index: 99;
  height: calc(100% - 160px); }
  @media screen and (max-width: 1250px) {
    .c-main-slider-pagination-wrap {
      display: none; } }

.c-main-slider-pagination {
  position: sticky;
  display: flex;
  flex-direction: column;
  width: 30px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%); }
  .c-main-slider-pagination a {
    margin: 7px 0;
    width: 10px;
    height: 10px;
    border: 2px solid #E8E5DD;
    display: table;
    transition: 0.5s;
    border-radius: 50%;
    padding: 0; }
    .c-main-slider-pagination a.c-main-slider-pagination__item--active {
      border-color: #f4775e;
      background-color: #f4775e; }

