/*@function rem($pixels, $context: $mainFontSize) {
    @if (unitless($pixels)) {
        $pixels: $pixels * 1px;
    }

    @if (unitless($context)) {
        $context: $context * 1px;
    }

    @return $pixels / $context * 1rem;
}

@mixin size($width, $height: $width) {
    width: $width;
    height: $height;
}*/
.services {
  padding-bottom: 64px;
}
.services-header {
  background-color: var(--main-background-color);
  padding-bottom: 118px;
  padding-top: 250px;
}
.services-header .section-heading {
  line-height: normal;
}
.services-header .section-heading {
  font-size: 28px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .services-header .section-heading {
    font-size: calc(
                    28px +
                    32 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .services-header .section-heading {
    font-size: 60px;
  }
}
.services-header .section-description {
  color: var(--neutral-primary);
  margin: 40px 0 0 0;
}
.services-content .services__item {
  background-color: transparent;
  transition: background-color 0.25s ease-in-out;
}
.services-content .services__item-content {
  border-bottom: 2px solid var(--border-darker);
  display: flex;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  transition: border-color 0.25s ease-in-out;
}
.services-content .services__item-content .heading {
  font-family: "BrutalType-Light";
  letter-spacing: 0.03em;
  line-height: 1;
  margin: auto 0;
  text-transform: uppercase;
  transition: color 0.25s ease-in-out;
  width: 30%;
}
.services-content .services__item-content .anons {
  color: var(--neutral-primary);
  margin: 0;
  transition: color 0.25s ease-in-out;
  width: 50%;
}
.services-content .services__item-content .more {
  opacity: 0;
  margin-left: auto;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
}
.services-content .services__item-content .more .button {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.services-content .services__item-content .more .button:hover {
  border-color: var(--theme_yellow);
}
@media all and (hover: none) {
  .services-content .services__item-content .more {
    pointer-events: all;
    opacity: 1;
  }
  .services-content .services__item-content .more .button {
    border-color: var(--ui-color);
    color: var(--ui-color);
  }
  .services-content .services__item-content .more .button:hover {
    border-color: var(--theme_yellow);
    color: var(--primary-color);
  }
}
@media not all and (hover: none) {
  .services-content .services__item:hover {
    background-color: #E5E5E5;
  }
  .services-content .services__item:hover .services__item-content {
    border-color: transparent;
    transition: border-color 0.25s ease-in-out;
  }
  .services-content .services__item:hover .services__item-content .heading,
.services-content .services__item:hover .services__item-content .anons {
    color: var(--primary-color);
  }
  .services-content .services__item:hover .services__item-content .more {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.25s ease-in-out;
  }
}

.services--inner .hero-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.services--inner .hero-slide .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.services--inner .hero-slide .category {
  color: var(--neutral-regular);
  font-size: 14px;
  font-family: "PTRootUI-Bold";
  margin: 0;
  letter-spacing: 0.03em;
  line-height: 15px;
  text-transform: uppercase;
}
.services--inner .hero-slide .section-heading {
  line-height: normal;
  margin: 25px 0 0 0;
  text-align: center;
}
.services--inner .hero-slide .section-heading {
  font-size: 28px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .services--inner .hero-slide .section-heading {
    font-size: calc(
                    28px +
                    32 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .services--inner .hero-slide .section-heading {
    font-size: 60px;
  }
}
.services--inner .hero-slide .section-description {
  color: var(--neutral-primary-lighter);
  margin: 30px 0 0 0;
  text-align: center;
}
.services--inner .hero-slide .button-wrapper {
  margin: 80px 0 0 0;
}
.services--inner .hero-slide .control-buttons {
  bottom: 40px;
  position: absolute;
  right: 50px;
}
.services--inner .hero-slide .control-buttons .button {
  background-image: url("../images/icons/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid var(--border-lighter);
  cursor: pointer;
  height: 40px;
  display: block;
  margin-bottom: 10px;
  width: 40px;
}
.services--inner .hero-slide .control-buttons .button.button-down {
  transform: rotate(-90deg);
}
.services--inner .hero-slide::before {
  background-color: rgba(var(--primary-color-rgb), var(--theme_opacity));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.services--inner .content .list-of-works__items-wrapper .row {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  margin: 60px -15px 0;
  gap: 60px 0;
}
.services--inner .content .list-of-works__items-wrapper .list-of-works__item {
  padding: 0 15px;
  width: 25%;
}
.services--inner .content .list-of-works__items-wrapper .list-of-works__item .title {
  line-height: 28px;
  margin: 18px 0 0 0;
}
.services--inner .content .list-of-works__items-wrapper .list-of-works__item:nth-of-type(3n) {
  margin-right: 25%;
}
@media screen and (min-width: 1024px) {
  .services--inner .content .list-of-works__items-wrapper.grid-items--2 p {
    font-size: 28px;
    line-height: 39px;
  }
  .services--inner .content .list-of-works__items-wrapper.grid-items--2 .row {
    margin-top: 101px;
    column-gap: 90px;
  }
  .services--inner .content .list-of-works__items-wrapper.grid-items--2 .list-of-works__item {
    width: 36%;
  }
  .services--inner .content .list-of-works__items-wrapper.grid-items--2 .list-of-works__item:nth-of-type(2n) {
    width: 56%;
  }
  .services--inner .content .list-of-works__items-wrapper.grid-items--2 .list-of-works__item:nth-of-type(3n) {
    margin-right: unset;
  }
}
.services--inner .content .list-of-works--equal .list-of-works__item {
  width: 33%;
}
.services--inner .content .list-of-works--equal .list-of-works__item:nth-of-type(3n) {
  margin-right: unset;
}
.services--inner .content .list-of-works--uppercase {
  text-transform: uppercase;
}
.services--inner .content .cases-wrapper {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 60px;
  display: flex;
}
.services--inner .content .cases-wrapper .case__item {
  flex: 1;
  height: 600px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  position: relative;
}
.services--inner .content .cases-wrapper .case__item .background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.services--inner .content .cases-wrapper .case__item .background::after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.services--inner .content .cases-wrapper .case__item .popup-youtube {
  background-image: url(../images/icons/play-video.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  bottom: 0;
  display: block;
  height: 100px;
  margin: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.services--inner .content .cases-wrapper .case__item .title {
  bottom: 40px;
  color: var(--theme_white);
  cursor: default;
  font-family: "BrutalType-Light";
  left: 40px;
  line-height: 1;
  user-select: none;
  position: absolute;
}
.services--inner .content .cases-wrapper .case__item .title {
  font-size: 20px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .services--inner .content .cases-wrapper .case__item .title {
    font-size: calc(
                    20px +
                    10 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .services--inner .content .cases-wrapper .case__item .title {
    font-size: 30px;
  }
}
.services--inner .content .tariff {
  padding-bottom: 100px;
  padding-top: 100px;
}
.services--inner .content .tariff-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
.services--inner .content .tariff-wrapper .tariff__item {
  background-color: #121212;
  display: flex;
  flex-direction: column;
  height: 290px;
  margin-bottom: 15px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  padding: 30px 30px 40px 30px;
  width: calc(33.3333% - 15px);
}
.services--inner .content .tariff-wrapper .tariff__item .title {
  color: var(--ui-color);
  font-family: "BrutalType-Light";
}
.services--inner .content .tariff-wrapper .tariff__item .title {
  font-size: 18px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .services--inner .content .tariff-wrapper .tariff__item .title {
    font-size: calc(
                    18px +
                    6 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .services--inner .content .tariff-wrapper .tariff__item .title {
    font-size: 24px;
  }
}
.services--inner .content .tariff-wrapper .tariff__item .price {
  color: var(--ui-color);
  font-family: "BrutalType-Light";
  margin-top: auto;
}
.services--inner .content .tariff-wrapper .tariff__item .price .caption {
  font-size: 15px;
}
.services--inner .content .tariff-wrapper .tariff__item .price .value {
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.services--inner .content .tariff-wrapper .tariff__item .price .currency {
  font-family: "PTRootUI-Regular";
  font-size: 15px;
}
.services--inner .content .tariff .call-back-block {
  align-items: center;
  background-color: #1C1C1C;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.services--inner .content .tariff .call-back-block .text {
  color: var(--ui-color);
  font-family: "BrutalType-Light";
  margin: 0;
  padding: 0 40px;
}
.services--inner .content .tariff .call-back-block .text {
  font-size: 18px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .services--inner .content .tariff .call-back-block .text {
    font-size: calc(
                    18px +
                    6 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .services--inner .content .tariff .call-back-block .text {
    font-size: 24px;
  }
}
.services--inner .content .tariff .call-back-block .telephone {
  border: none;
  color: var(--ui-color);
  font-family: "BrutalType-Light";
  padding: 0 40px;
}
.services--inner .content .tariff .call-back-block .telephone {
  font-size: 28px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .services--inner .content .tariff .call-back-block .telephone {
    font-size: calc(
                    28px +
                    20 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .services--inner .content .tariff .call-back-block .telephone {
    font-size: 48px;
  }
}
.services--inner .content .seo-text-wrapper {
  background-color: #121212;
  display: flex;
  justify-content: space-between;
  padding: 50px;
}
.services--inner .content .seo-text-wrapper .col-left {
  width: 33.3333%;
}
.services--inner .content .seo-text-wrapper .col-left .section-heading {
  line-height: 1.2;
  margin: 20px 0 0 0;
}
.services--inner .content .seo-text-wrapper .col-left .button-wrapper {
  margin-top: 55px;
}
.services--inner .content .seo-text-wrapper .col-right {
  width: 60%;
}
.services--inner .content .seo-text-wrapper .col-right .text {
  height: 312px;
  overflow: auto;
  padding-right: 30px;
}
.services--inner .content .seo-text-wrapper .col-right .text h2, .services--inner .content .seo-text-wrapper .col-right .text .h2,
.services--inner .content .seo-text-wrapper .col-right .text h3, .services--inner .content .seo-text-wrapper .col-right .text .h3,
.services--inner .content .seo-text-wrapper .col-right .text h4, .services--inner .content .seo-text-wrapper .col-right .text .h4,
.services--inner .content .seo-text-wrapper .col-right .text h5, .services--inner .content .seo-text-wrapper .col-right .text .h5,
.services--inner .content .seo-text-wrapper .col-right .text h6, .services--inner .content .seo-text-wrapper .col-right .text .h6 {
  color: #606060;
}
.services--inner .content .seo-text-wrapper .col-right .text h2, .services--inner .content .seo-text-wrapper .col-right .text .h2 {
  font-size: 15px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .services--inner .content .seo-text-wrapper .col-right .text h2, .services--inner .content .seo-text-wrapper .col-right .text .h2 {
    font-size: calc(
                    15px +
                    3 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .services--inner .content .seo-text-wrapper .col-right .text h2, .services--inner .content .seo-text-wrapper .col-right .text .h2 {
    font-size: 18px;
  }
}
.services--inner .content .seo-text-wrapper .col-right .text h3, .services--inner .content .seo-text-wrapper .col-right .text .h3 {
  font-size: 14px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .services--inner .content .seo-text-wrapper .col-right .text h3, .services--inner .content .seo-text-wrapper .col-right .text .h3 {
    font-size: calc(
                    14px +
                    3 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .services--inner .content .seo-text-wrapper .col-right .text h3, .services--inner .content .seo-text-wrapper .col-right .text .h3 {
    font-size: 17px;
  }
}
.services--inner .content .seo-text-wrapper .col-right .text h4, .services--inner .content .seo-text-wrapper .col-right .text .h4 {
  font-size: 14px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .services--inner .content .seo-text-wrapper .col-right .text h4, .services--inner .content .seo-text-wrapper .col-right .text .h4 {
    font-size: calc(
                    14px +
                    2 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .services--inner .content .seo-text-wrapper .col-right .text h4, .services--inner .content .seo-text-wrapper .col-right .text .h4 {
    font-size: 16px;
  }
}
.services--inner .content .seo-text-wrapper .col-right .text h5, .services--inner .content .seo-text-wrapper .col-right .text .h5,
.services--inner .content .seo-text-wrapper .col-right .text h6, .services--inner .content .seo-text-wrapper .col-right .text .h6 {
  font-size: 13px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .services--inner .content .seo-text-wrapper .col-right .text h5, .services--inner .content .seo-text-wrapper .col-right .text .h5,
.services--inner .content .seo-text-wrapper .col-right .text h6, .services--inner .content .seo-text-wrapper .col-right .text .h6 {
    font-size: calc(
                    13px +
                    1 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .services--inner .content .seo-text-wrapper .col-right .text h5, .services--inner .content .seo-text-wrapper .col-right .text .h5,
.services--inner .content .seo-text-wrapper .col-right .text h6, .services--inner .content .seo-text-wrapper .col-right .text .h6 {
    font-size: 14px;
  }
}
.services--inner .content .seo-text-wrapper .col-right .text > * {
  color: #606060;
  font-size: 13px;
  line-height: 16px;
}
.services--inner .content .services-navigation {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
  width: 100%;
}
.services--inner .content .services-navigation__wrapper {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 15px;
  white-space: nowrap;
}
.services--inner .content .services-navigation .services-navigation__item {
  border: none;
  color: var(--neutral-primary);
  display: inline-flex;
  font-family: "BrutalType-Light";
  letter-spacing: 0.03em;
  line-height: 1;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.services--inner .content .services-navigation .services-navigation__item {
  font-size: 18px;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .services--inner .content .services-navigation .services-navigation__item {
    font-size: calc(
                    18px +
                    6 *
                    (100vw - 320px) /
                    880
                );
  }
}
@media (min-width: 1200px) {
  .services--inner .content .services-navigation .services-navigation__item {
    font-size: 24px;
  }
}
.services--inner .content .services-navigation .services-navigation__item:hover {
  color: var(--ui-color);
  transition: all 0.25s ease-in-out;
}