@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-about-gallery {
  width: 600px;
  height: 372px;
  background-color: #f2f2f2;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
.n-c-about-gallery {
      width: 100%;
      height: 240px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 44px;
}
}
.n-c-about-gallery._mb-dots {
    margin-bottom: 78px;
}
.n-c-about-gallery__slider {
    width: 100%;
    height: 100%;
}
.n-c-about-gallery__slide {
    background-size: cover;
    background-repeat: no-repeat;
}
.n-c-about-gallery__arrow-prev {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.n-c-about-gallery__arrow-prev:hover {
      -webkit-transform: translate(-8px, -50%);
              transform: translate(-8px, -50%);
}
.n-c-about-gallery__arrow-next {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.n-c-about-gallery__arrow-next:hover {
      -webkit-transform: translate(8px, -50%) scale(-1, 1);
              transform: translate(8px, -50%) scale(-1, 1);
}
.n-c-about-gallery__cont {
    display: none;
}
@media only screen and (max-width: 750px) {
.n-c-about-gallery__cont {
        margin-top: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
}
@media only screen and (max-width: 750px) {
.n-c-about-gallery__dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
}
@media only screen and (max-width: 750px) {
.n-c-about-gallery .swiper-pagination-bullet {
      margin-right: 10px;
      background: #3d4359;
      width: 5px;
      height: 5px;
}
}
@media only screen and (max-width: 750px) {
.n-c-about-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 8px;
      height: 8px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-about {
  padding-top: 72px;
}
@media only screen and (max-width: 750px) {
.n-c-about {
      padding-top: 40px;
}
}
.n-c-about__name {
    margin-bottom: 48px;
}
@media only screen and (max-width: 750px) {
.n-c-about__name {
        display: none;
}
}
.n-c-about__name._mobile {
      display: none;
}
@media only screen and (max-width: 750px) {
.n-c-about__name._mobile {
          display: block;
          margin-top: 40px;
          margin-bottom: 24px;
}
}
.n-c-about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media only screen and (max-width: 750px) {
.n-c-about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}
}
.n-c-about__title {
    max-width: 480px;
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #14191a;
}
@media only screen and (max-width: 750px) {
.n-c-about__title {
        margin-bottom: 24px;
        font-size: 18px;
}
}
.n-c-about__description {
    max-width: 460px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #14191a;
}
@media only screen and (max-width: 750px) {
.n-c-about__description {
        font-size: 14px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-events-card {
  width: 390px;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media (hover), (min-width: 0 \0) {
.n-c-events-card:hover {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
}
@media only screen and (max-width: 750px) {
.n-c-events-card {
      width: 100%;
      height: 370px;
}
}
.n-c-events-card__image {
    width: 100%;
    height: 380px;
    background-color: #f2f2f2;
    background-size: cover;
    background-repeat: no-repeat;
}
.n-c-events-card__image img {
      width: 100%;
      height: 100%;
}
@media only screen and (max-width: 750px) {
.n-c-events-card__image {
        height: 240px;
}
}
.n-c-events-card__content {
    min-height: 140px;
    border: 1px solid #dedede;
    border-top: none;
    background-color: #fff;
    padding: 32px 36px;
}
@media only screen and (max-width: 750px) {
.n-c-events-card__content {
        padding: 28px 24px;
}
}
.n-c-events-card__date {
    margin-bottom: 10px;
    font-size: 14px;
    color: #a6b7ba;
}
.n-c-events-card__title {
    overflow: hidden;
    display: -webkit-box;
    width: 100%;
    text-overflow: ellipsis;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
    color: #14191a;
}
@media only screen and (max-width: 750px) {
.n-c-events-card__title {
        font-size: 16px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 56px;
}
.n-c-more-button__btn {
    width: 100%;
    height: 100%;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-events__cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 750px) {
.n-c-events__cards-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
}
.n-c-events__more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 32px;
}
.n-c-events__more-button .n-c-more-button {
    width: 320px;
}
@media only screen and (max-width: 750px) {
.n-c-events__more-button {
      margin-top: 24px;
}
.n-c-events__more-button .n-c-more-button {
        width: 100%;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-services-card {
  width: 286px;
  height: 392px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}
@media (hover), (min-width: 0 \0) {
.n-c-services-card:hover {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
}
@media only screen and (max-width: 750px) {
.n-c-services-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 112px;
}
}
.n-c-services-card__image {
    width: 100%;
    height: 232px;
    background-color: #f2f2f2;
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
.n-c-services-card__image {
        width: 28%;
        height: 100%;
}
}
.n-c-services-card__preview {
    width: 100%;
    height: 100%;
}
.n-c-services-card__content {
    position: relative;
    width: 100%;
    height: 160px;
    padding: 32px 36px 40px 36px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
}
@media only screen and (max-width: 750px) {
.n-c-services-card__content {
        width: 72%;
        height: 100%;
        padding: 16px 20px;
        border-top: 1px solid #dedede;
        border-left: none;
}
}
.n-c-services-card__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 142%;
    color: #14191a;
}
@media only screen and (max-width: 750px) {
.n-c-services-card__title {
        font-size: 16px;
}
}
.n-c-services-card__description {
    position: absolute;
    bottom: 32px;
    display: inline-block;
    margin-top: 40px;
    font-size: 16px;
    line-height: 142%;
    color: #a6b7ba;
}
.n-c-services-card__description:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #a6b7ba;
}
@media only screen and (max-width: 750px) {
.n-c-services-card__description {
        bottom: 16px;
        margin-top: 26px;
        font-size: 14px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.close-button {
  position: absolute;
  top: 34px;
  right: 30px;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
  /* Size */
  /* End size */
  /* Shape */
  /* End shape */
  /* Color */
  /* End color */
}
.close-button span {
    width: 100%;
    height: 100%;
    min-width: 21px;
    min-height: 21px;
    margin-left: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KPHRpdGxlPkdyb3VwIDQ8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIyMzkgLTEyNTEpIj4KPGcgaWQ9Ikdyb3VwIDQiPgo8ZyBpZD0iVmVjdG9yIDI4Ij4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjI0MCAxMjUyKSIgZmlsbD0iIzNCNDY1OCIvPgo8L2c+CjxnIGlkPSJWZWN0b3IgMjguMSI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoNi4xMjMyM2UtMTcgMSAtMSA2LjEyMzIzZS0xNyAxMjI2MS41IDEyNTIpIiBmaWxsPSIjM0I0NjU4Ii8+CjwvZz4KPC9nPgo8L2c+CjxkZWZzPgo8cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNIC0wLjM1MzU1MyAwLjM1MzU1M0wgMjEuMTQ2NCAyMS44NTM2TCAyMS44NTM2IDIxLjE0NjRMIDAuMzUzNTUzIC0wLjM1MzU1M0wgLTAuMzUzNTUzIDAuMzUzNTUzWiIvPgo8L2RlZnM+Cjwvc3ZnPgo=) center no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
@media only screen and (max-width: 750px) {
.close-button span {
        min-width: 16px;
        min-height: 16px;
}
}
@media only screen and (max-width: 750px) {
.close-button {
      top: 29px;
      right: 20px;
      font-size: 12px;
}
}
.close-button._out {
    right: -50px;
}
.close-button:hover span {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
.close-button:active span {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
}
.close-button._white {
    color: #fff;
}
.close-button._white span {
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KPHRpdGxlPkdyb3VwIDQ8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIyMzkgLTEyNTEpIj4KPGcgaWQ9Ikdyb3VwIDQiPgo8ZyBpZD0iVmVjdG9yIDI4Ij4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjI0MCAxMjUyKSIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnIGlkPSJWZWN0b3IgMjguMSI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoNi4xMjMyM2UtMTcgMSAtMSA2LjEyMzIzZS0xNyAxMjI2MS41IDEyNTIpIiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPC9nPgo8L2c+CjxkZWZzPgo8cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNIC0wLjM1MzU1MyAwLjM1MzU1M0wgMjEuMTQ2NCAyMS44NTM2TCAyMS44NTM2IDIxLjE0NjRMIDAuMzUzNTUzIC0wLjM1MzU1M0wgLTAuMzUzNTUzIDAuMzUzNTUzWiIvPgo8L2RlZnM+Cjwvc3ZnPgo=) center no-repeat;
}
@media only screen and (max-width: 750px) {
.close-button._white-mobile {
      color: #fff;
}
.close-button._white-mobile span {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KPHRpdGxlPkdyb3VwIDQ8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIyMzkgLTEyNTEpIj4KPGcgaWQ9Ikdyb3VwIDQiPgo8ZyBpZD0iVmVjdG9yIDI4Ij4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjI0MCAxMjUyKSIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnIGlkPSJWZWN0b3IgMjguMSI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoNi4xMjMyM2UtMTcgMSAtMSA2LjEyMzIzZS0xNyAxMjI2MS41IDEyNTIpIiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPC9nPgo8L2c+CjxkZWZzPgo8cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNIC0wLjM1MzU1MyAwLjM1MzU1M0wgMjEuMTQ2NCAyMS44NTM2TCAyMS44NTM2IDIxLjE0NjRMIDAuMzUzNTUzIC0wLjM1MzU1M0wgLTAuMzUzNTUzIDAuMzUzNTUzWiIvPgo8L2RlZnM+Cjwvc3ZnPgo=) center no-repeat;
}
}
.close-button--small {
    font-size: 12px;
    line-height: 14px;
}
.close-button--small span {
      min-width: 16px;
      min-height: 16px;
}
.close-button--medium {
    font-size: 16px;
    line-height: 18px;
}
.close-button--medium span {
      min-width: 32px;
      min-height: 32px;
}
.close-button--circle {
    border-radius: 50%;
}
.close-button--circle span {
      position: relative;
      margin-left: 0;
      background: none;
}
.close-button--circle span:before, .close-button--circle span:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 50%;
        width: 2px;
        height: 18px;
        border-radius: 4px;
        background-color: #3b4658;
}
.close-button--circle span:before {
        -webkit-transform: translate3d(50%, -50%, 0) rotate(-45deg);
                transform: translate3d(50%, -50%, 0) rotate(-45deg);
}
.close-button--circle span:after {
        -webkit-transform: translate3d(50%, -50%, 0) rotate(45deg);
                transform: translate3d(50%, -50%, 0) rotate(45deg);
}
.close-button--grey {
    background-color: rgba(236, 237, 239, 0.5);
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: calc(100% - var(--lock-offset, 0));
  height: 100%;
}
@media only screen and (max-width: 750px) {
.modal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
}
.modal__close {
    position: absolute;
    top: 32px;
    right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(236, 237, 239, 0.5);
    cursor: pointer;
}
@media only screen and (max-width: 750px) {
.modal__close {
        top: 20px;
        right: 20px;
}
}
.modal__close svg {
      width: 14px;
      height: 14px;
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease;
}
.modal__close:hover svg {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
}
.modal:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.modal._rounded .modal__content {
    border-radius: 1.6rem;
}
@media only screen and (max-width: 750px) {
.modal._rounded .modal__content {
        border-radius: 1.6rem 1.6rem 0 0;
}
}
@media only screen and (max-width: 750px) {
.modal._to-top {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
}
}
.modal._scroll {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}
.modal._scroll._centred {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.modal._scroll .modal__content {
      margin: 80px 0;
      overflow-x: hidden;
      overflow-y: auto;
      scrollbar-width: none;
}
.modal._scroll .modal__content::-webkit-scrollbar {
        display: none;
}
@media (max-height: 728px) {
.modal._scroll .modal__content {
          margin: 40px 0;
}
}
@media only screen and (max-width: 750px) {
.modal._scroll .modal__content {
          margin: 0;
}
}
@media only screen and (max-width: 750px) {
.modal._scroll._fullMob {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
}
}
@media only screen and (max-width: 750px) {
.modal._scroll._fullMob .modal__content {
        height: 100%;
}
}
.modal._full {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.modal._full > .modal__content {
      height: 100%;
      min-height: 100%;
      min-width: 100%;
      overflow: auto;
}
.modal__content {
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 40px 64px 48px;
    background-color: #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.modal__content._blank {
      padding: 0;
}
.modal__content._overflow-visible {
      overflow: visible;
}
@media only screen and (max-width: 750px) {
.modal__content {
        width: 100%;
        height: auto;
        padding: 38px 20px;
}
}
.to-top-enter .modal__content,
.to-top-leave-to .modal__content {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.to-top-enter:before,
.to-top-leave-to:before {
  opacity: 0;
}
.to-slide-left-enter-active .modal__content,
.to-slide-left-leave-active .modal__content {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.to-slide-left-enter-active:before,
.to-slide-left-leave-active:before {
  opacity: 0;
}
.to-slide-left-enter .modal__content,
.to-slide-left-leave-to .modal__content {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.to-slide-left-enter-from .modal__content,
.to-slide-left-leave-from .modal__content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-services-popup-gallery {
  width: 100%;
  height: 400px;
  margin-top: 28px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
.n-c-services-popup-gallery {
      position: relative;
      top: 40px;
      left: -20px;
      right: -20px;
      width: 100vw;
      height: 360px;
      margin-top: 0;
      margin-bottom: 0;
      background-color: #fff;
}
}
.n-c-services-popup-gallery__slider {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 750px) {
.n-c-services-popup-gallery__wrapper {
      height: 320px;
}
}
.n-c-services-popup-gallery__slide {
    background-size: cover;
    background-repeat: no-repeat;
}
.n-c-services-popup-gallery__arrow-prev {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.n-c-services-popup-gallery__arrow-prev:hover {
      -webkit-transform: translate(-8px, -50%);
              transform: translate(-8px, -50%);
}
.n-c-services-popup-gallery__arrow-next {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.n-c-services-popup-gallery__arrow-next:hover {
      -webkit-transform: translate(8px, -50%) scale(-1, 1);
              transform: translate(8px, -50%) scale(-1, 1);
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.v-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 15px;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease;
  /* Colors */
  /* End colors */
  /* Size */
  /* End size */
  /* Modificators */
  /* End Modificators */
}
.v-input--default {
    border-color: #cacaca;
    color: #000;
}
.v-input--default .v-input__label {
      color: #000;
}
.v-input--default .v-input__placeholder {
      color: rgba(0, 0, 0, 0.44);
}
.v-input--default.is-error {
      border-color: #ef3b24;
}
.v-input--default.is-error .v-input__label {
        color: #ef3b24;
}
.v-input--default.is-error .v-input__label .v-input__hint-body {
          color: #000;
}
.v-input--default.is-error .v-input__inner {
        border-color: #ef3b24;
}
.v-input--default.is-error .v-input__error {
        opacity: 1;
}
.v-input--medium .v-input__native {
    height: 54px;
}
.v-input--medium .v-input__placeholder {
    font-size: 16px;
}
.v-input--large .v-input__native {
    height: 60px;
}
.v-input--large .v-input__placeholder {
    font-size: 16px;
}
.v-input.has-label.has-placeholder .v-input__label, .v-input.is-active .v-input__label, .v-input.is-focused .v-input__label, .v-input.has-content .v-input__label {
    -webkit-transform: translateY(-44px);
            transform: translateY(-44px);
}
.v-input.is-textarea .v-input__placeholder {
    top: 16px;
    -webkit-transform: none;
            transform: none;
}
.v-input.has-label {
    padding-top: 38px;
}
.v-input.has-label.has-placeholder.is-active .v-input__placeholder {
    opacity: 0;
}
@media screen and (max-device-width: 1024px) {
.v-input.has-label.has-placeholder.is-focused .v-input__placeholder {
      opacity: 0;
      -webkit-transition-duration: 0s;
              transition-duration: 0s;
}
}
.v-input.is-active .v-input__placeholder {
    opacity: 0;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
}
@media screen and (max-device-width: 1024px) {
.v-input.is-focused .v-input__placeholder {
      opacity: 0;
      -webkit-transition-duration: 0s;
              transition-duration: 0s;
}
}
.v-input.is-disabled {
    opacity: .3;
}
.v-input__inner {
    position: relative;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #cacaca;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.v-input__inner input[type=file] {
      opacity: 0;
}
.v-input__native, .v-input__textarea {
    width: 100%;
    height: 48px;
    padding: 16px 0;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: inherit;
    color: inherit;
}
.v-input__native:placeholder-shown ~ .v-input__placeholder, .v-input__textarea:placeholder-shown ~ .v-input__placeholder {
      opacity: 0;
}
.v-input__native::-webkit-outer-spin-button, .v-input__native::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.v-input__native[type=number] {
    -moz-appearance: textfield;
}
.v-input__textarea {
    height: 80px;
    resize: none;
}
.v-input__label, .v-input__placeholder, .v-input__error {
    position: absolute;
    pointer-events: none;
}
.v-input__label {
    left: 0;
    top: 14px;
    font-size: 16px;
    line-height: 18px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: color .2s ease, -webkit-transform .3s ease;
    transition: color .2s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, color .2s ease;
    transition: transform .3s ease, color .2s ease, -webkit-transform .3s ease;
}
.v-input__label._pointer {
      pointer-events: auto;
}
.v-input__hint {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIiBmaWxsPSIjREVERURFIi8+CjxwYXRoIGQ9Ik0xMC44MjggNi4yTDEwLjY3MiAxMS40OEg5LjM1Mkw5LjE5NiA2LjJIMTAuODI4Wk05LjM2NCAxMy44MDhDOS4xODggMTMuNjMyIDkuMSAxMy40MTYgOS4xIDEzLjE2QzkuMSAxMi45MDQgOS4xODggMTIuNjg4IDkuMzY0IDEyLjUxMkM5LjU0IDEyLjMyOCA5Ljc1NiAxMi4yMzYgMTAuMDEyIDEyLjIzNkMxMC4yNjggMTIuMjM2IDEwLjQ4NCAxMi4zMjggMTAuNjYgMTIuNTEyQzEwLjgzNiAxMi42ODggMTAuOTI0IDEyLjkwNCAxMC45MjQgMTMuMTZDMTAuOTI0IDEzLjQxNiAxMC44MzYgMTMuNjMyIDEwLjY2IDEzLjgwOEMxMC40ODQgMTMuOTc2IDEwLjI2OCAxNC4wNiAxMC4wMTIgMTQuMDZDOS43NTYgMTQuMDYgOS41NCAxMy45NzYgOS4zNjQgMTMuODA4WiIgZmlsbD0iIzM5NDY1QSIvPgo8L3N2Zz4K);
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    cursor: pointer;
}
.v-input__hint-body {
    position: absolute;
    top: -16px;
    left: 40%;
    width: 300px;
    padding: 30px 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(-50%, -100%, 0);
            transform: translate3d(-50%, -100%, 0);
}
@media only screen and (max-width: 750px) {
.v-input__hint-body {
        left: 112%;
        width: 280px;
        padding: 15px 20px;
        font-size: 14px;
        -webkit-transform: translate3d(-100%, -100%, 0);
                transform: translate3d(-100%, -100%, 0);
}
}
.v-input__hint-body:before {
      content: '';
      position: absolute;
      display: block;
      left: calc(50% - 10px);
      bottom: -10px;
      border-top: 11px solid #fff;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
}
@media only screen and (max-width: 750px) {
.v-input__hint-body:before {
          left: calc(100% - 24px);
          bottom: -11px;
}
}
.v-input__placeholder {
    left: 20px;
    top: 50%;
    width: calc(100% - 40px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.v-input__required {
    margin-left: .2rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #292522;
}
.v-input__error {
    left: 0;
    bottom: -18px;
    font-size: 11px;
    color: #ef3b24;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.v-input__addon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.v-input__addon.is-left {
      margin-right: 8px;
}
.v-input__addon.is-right {
      margin-left: 8px;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.filter-select .multiselect--active {
  z-index: 49;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.v-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.v-checkbox._active .v-checkbox__box {
    border-color: #3b4658;
}
.v-checkbox._active .v-checkbox__box:after {
      opacity: 1;
}
.v-checkbox._disabled {
    pointer-events: none;
    opacity: .6;
}
.v-checkbox._error .v-checkbox__box {
    border-color: #ef3b24;
}
.v-checkbox__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-right: 12px;
    border: 1px solid #dedede;
    background-color: white;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
.v-checkbox__box:after {
      content: '';
      width: 12px;
      height: 12px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDMuMDgzMzNMNC4wMDk3NSA2TDkgMSIgc3Ryb2tlPSIjM0I0NjU4IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
      background-repeat: no-repeat;
      position: absolute;
      top: 7px;
      left: 5px;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-services-popup-form {
  position: relative;
  margin-top: 40px;
}
.n-c-services-popup-form__title {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #3B4657;
}
.n-c-services-popup-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
}
.n-c-services-popup-form__item._disabled {
    opacity: .5;
    pointer-events: none;
}
.n-c-services-popup-form__item._half {
    width: calc((100% - 12px) / 2);
}
.n-c-services-popup-form__item._error .n-c-services-popup-form__item-label {
    color: #ef3b24;
}
.n-c-services-popup-form__item._error .v-input__inner {
    border-color: #ef3b24;
}
.n-c-services-popup-form__item._error .multiselect {
    border-color: #ef3b24;
}
.n-c-services-popup-form__item-label {
    width: 100%;
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 24px;
    color: #3b4658;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
@media only screen and (max-width: 750px) {
.n-c-services-popup-form__item-label {
        font-size: 16px;
        line-height: 19px;
}
}
.n-c-services-popup-form__item-label._error {
      color: #ef3b24;
}
.n-c-services-popup-form__item-error {
    position: absolute;
    margin-top: -27px;
    font-size: 11px;
    color: #ef3b24;
}
.n-c-services-popup-form__input {
    width: 100%;
}
@media only screen and (max-width: 750px) {
.n-c-services-popup-form__input {
        margin-bottom: 25px;
}
}
.n-c-services-popup-form__input:not(:last-child) {
      margin-bottom: 28px;
}
@media only screen and (max-width: 750px) {
.n-c-services-popup-form__input:not(:last-child) {
          margin-bottom: 24px;
}
}
.n-c-services-popup-form__input .v-input__label {
      top: 5px;
      font-size: 20px;
      line-height: 24px;
      color: #3b4658;
}
@media only screen and (max-width: 750px) {
.n-c-services-popup-form__input .v-input__label {
          top: 3px;
          font-size: 16px;
          line-height: 19px;
}
}
.n-c-services-popup-form__input .multiselect__placeholder {
      color: rgba(27, 29, 30, 0.44);
}
.n-c-services-popup-form__checkbox {
    margin: 28px 0 36px;
}
.n-c-services-popup-form__checkbox.v-checkbox {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      line-height: 20px;
}
@media only screen and (max-width: 750px) {
.n-c-services-popup-form__checkbox.v-checkbox {
          font-size: 12px;
          line-height: 14px;
}
}
.n-c-services-popup-form__checkbox .v-checkbox__box {
      margin-top: 2px;
}
.n-c-services-popup-form__submit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.n-c-services-popup-form__submit {
    width: 360px;
    height: 58px;
}
.n-c-services-popup-form__result {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: white;
    font-size: 20px;
}
@media only screen and (max-width: 750px) {
.n-c-services-popup-form__result {
        background-color: #f9f9f9;
        font-size: 18px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-services-popup {
  width: 660px;
  padding: 44px;
}
@media only screen and (max-width: 750px) {
.n-c-services-popup {
      width: 100%;
      height: 100%;
      padding: 20px;
      overflow-x: hidden;
      overflow-y: auto;
}
}
.n-c-services-popup__title {
    font-size: 24px;
    font-weight: 500;
}
@media only screen and (max-width: 750px) {
.n-c-services-popup__title {
        display: none;
}
}
.n-c-services-popup__title-mobile {
    display: none;
    font-size: 21px;
    margin-top: 60px;
    margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
.n-c-services-popup__title-mobile {
        display: block;
}
}
.n-c-services-popup__description {
    font-size: 16px;
}
@media only screen and (max-width: 750px) {
.n-c-services-popup__description {
        font-size: 14px;
}
}
.n-c-services-popup__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    padding: 40px;
    margin-top: 40px;
    background-color: #f9f9f9;
    font-size: 16px;
    line-height: 26px;
}
@media only screen and (max-width: 750px) {
.n-c-services-popup__items {
        gap: 22px;
        padding: 28px 24px;
        margin-top: 24px;
        font-size: 14px;
        line-height: 20px;
}
}
.n-c-services-popup__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.n-c-services-popup__item:after {
      content: "";
      position: absolute;
      bottom: 6px;
      left: 0;
      width: 100%;
      height: 1px;
      border-bottom: 1px dashed #dedede;
}
@media only screen and (max-width: 750px) {
.n-c-services-popup__item:after {
          bottom: 5px;
}
}
@media only screen and (max-width: 750px) {
.n-c-services-popup__item._free {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
}
.n-c-services-popup__item._free:after {
          display: none;
}
.n-c-services-popup__item._free .n-c-services-popup__item-value {
          padding-left: 0;
}
}
.n-c-services-popup__item-name, .n-c-services-popup__item-value {
    position: relative;
    z-index: 1;
}
.n-c-services-popup__item-name {
    padding-right: 12px;
    color: #727576;
}
.n-c-services-popup__item-name span {
      background-color: #f9f9f9;
      -webkit-box-shadow: 12px 0 0 #f9f9f9, -12px 0 0 #f9f9f9;
              box-shadow: 12px 0 0 #f9f9f9, -12px 0 0 #f9f9f9;
}
.n-c-services-popup__item-value {
    padding-left: 12px;
    background-color: #f9f9f9;
    font-weight: 500;
    white-space: nowrap;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-services__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.n-c-services__more-button {
  display: none;
}
@media only screen and (max-width: 750px) {
.n-c-services__more-button {
      display: block;
      margin-top: 24px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.n-c-social__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    background-color: #e4e5e6;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    color: #3a465a;
}
.n-c-social__item:hover {
      background-color: #3b4658;
      color: #ffffff;
}
.n-c-social__item > svg {
      fill: currentColor;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-curators-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 390px;
  min-height: 380px;
  padding: 40px 44px;
  background: #f9f9f9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.n-c-curators-card.show-popup:hover {
    -webkit-box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    cursor: pointer;
}
@media only screen and (max-width: 750px) {
.n-c-curators-card {
      width: 100%;
      min-height: 338px;
      padding: 32px 24px;
}
}
.n-c-curators-card__avatar {
    width: 112px;
    height: 112px;
    background: #f2f2f2;
    border-radius: 50%;
    overflow: hidden;
}
.n-c-curators-card__avatar-image {
    width: 100%;
    height: 100%;
}
.n-c-curators-card__name {
    margin-top: 32px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #3c4557;
}
@media only screen and (max-width: 750px) {
.n-c-curators-card__name {
        font-size: 18px;
}
}
.n-c-curators-card__role {
    margin-top: 12px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 140%;
    color: #3c4557;
}
@media only screen and (max-width: 750px) {
.n-c-curators-card__role {
        font-size: 14px;
}
}
.n-c-curators-card__social {
    margin-top: auto;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-curators__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-partners__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.n-c-partners__more-button {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.n-c-partners__more-button .n-c-more-button {
    width: 320px;
}
@media only screen and (max-width: 750px) {
.n-c-partners__more-button .n-c-more-button {
      width: 100%;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-map__map-wrapper {
  position: relative;
  width: 100%;
  height: 516px;
}
@media only screen and (max-width: 750px) {
.n-c-map__map-wrapper {
      height: 744px;
}
}
.n-c-map__map {
  position: absolute;
  inset: 0;
}
@media only screen and (max-width: 750px) {
.n-c-map__map {
      height: 400px;
      margin: 0 16px;
}
}
.n-c-map__map-controls {
  z-index: 1;
  margin-left: 97%;
  padding-top: 33%;
}
@media only screen and (max-width: 750px) {
.n-c-map__map-controls {
      display: none;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-contacts-info {
  position: absolute;
  z-index: 1;
  padding: 44px;
  -webkit-transform: translateY(18%);
          transform: translateY(18%);
  background: #fff;
}
@media only screen and (max-width: 750px) {
.n-c-contacts-info {
      position: absolute;
      top: unset;
      left: 0;
      width: 100%;
      padding: 32px 16px 0px;
      -webkit-transform: translateY(135%);
              transform: translateY(135%);
}
}
.n-c-contacts-info__title {
    max-width: 240px;
    margin-bottom: 52px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #14191a;
}
@media only screen and (max-width: 750px) {
.n-c-contacts-info__title {
        margin-bottom: 24px;
}
}
.n-c-contacts-info__phone {
    font-size: 20px;
    line-height: 40px;
    color: #14191a;
    position: relative;
}
.n-c-contacts-info__phone:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #14191a;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
}
.n-c-contacts-info__phone:hover::after {
      opacity: 1;
}
.n-c-contacts-info__description {
    margin-top: 16px;
    margin-bottom: 52px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #a6b7ba;
}
@media only screen and (max-width: 750px) {
.n-c-contacts-info__description {
        margin-bottom: 24px;
        width: 225px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-curator-gallery {
  width: 600px;
  height: 372px;
  background-color: #f2f2f2;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
.n-c-curator-gallery {
      width: 100%;
      height: 240px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 44px;
}
}
.n-c-curator-gallery._mb-dots {
    margin-bottom: 78px;
}
.n-c-curator-gallery__slider {
    width: 100%;
    height: 100%;
    position: relative;
}
.n-c-curator-gallery__slider__images-area {
      position: absolute;
      top: 0;
      z-index: 1;
      width: 50%;
      height: 100%;
      cursor: none;
}
@media only screen and (max-width: 750px) {
.n-c-curator-gallery__slider__images-area {
          display: none;
}
}
.n-c-curator-gallery__slider__images-area._left {
        left: 0;
}
.n-c-curator-gallery__slider__images-area._right {
        right: 0;
}
.n-c-curator-gallery__slide {
    background-size: cover;
    background-repeat: no-repeat;
}
.n-c-curator-gallery__arrow-prev {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.n-c-curator-gallery__arrow-prev:hover {
      -webkit-transform: translate(-8px, -50%);
              transform: translate(-8px, -50%);
}
.n-c-curator-gallery__arrow-next {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.n-c-curator-gallery__arrow-next:hover {
      -webkit-transform: translate(8px, -50%) scale(-1, 1);
              transform: translate(8px, -50%) scale(-1, 1);
}
.n-c-curator-gallery__cont {
    display: none;
}
@media only screen and (max-width: 750px) {
.n-c-curator-gallery__cont {
        margin-top: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
}
@media only screen and (max-width: 750px) {
.n-c-curator-gallery__dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
}
@media only screen and (max-width: 750px) {
.n-c-curator-gallery .swiper-pagination-bullet {
      margin-right: 10px;
      background: #3d4359;
      width: 5px;
      height: 5px;
}
}
@media only screen and (max-width: 750px) {
.n-c-curator-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 8px;
      height: 8px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.n-c-curator-popup {
  width: 1072px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0;
      font-size: 14px;
      line-height: 20px;
}
}
.n-c-curator-popup-gallery {
    width: 456px;
    height: 576px;
    margin-right: 40px;
    position: relative;
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup-gallery {
        width: 100%;
        height: 360px;
        margin-bottom: 50px !important;
}
}
.n-c-curator-popup-gallery .n-c-curator-gallery__cont {
      position: absolute;
      z-index: 5;
      bottom: 24px;
      left: 50%;
      display: block;
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup-gallery .n-c-curator-gallery__cont {
          position: static;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
}
.n-c-curator-popup-gallery .n-c-curator-gallery__cont .swiper-pagination-bullet {
        background: #fff;
        margin-right: 8px;
        width: 5px;
        height: 5px;
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup-gallery .n-c-curator-gallery__cont .swiper-pagination-bullet {
            background: #3d4359;
}
}
.n-c-curator-popup-gallery .n-c-curator-gallery__cont .swiper-pagination-bullet.swiper-pagination-bullet-active {
          width: 8px;
          height: 8px;
}
.n-c-curator-popup-gallery .n-c-curator-gallery__dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.n-c-curator-popup-gallery .swiper-button-next {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzMiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjQ0NTMgMjMuMTExMUwxOC44NTY0IDIxLjU2MzNMMjcuMjc4NiAxMy4xMTExTDAuNDQ1MzE0IDEzLjExMTFMMC40NDUzMTUgMTAuODg4OUwyNy4yNzg2IDEwLjg4ODlMMTguODU2NCAyLjQ3NDQyTDIwLjQ0NTMgMC44ODg4NjZMMzEuNTU2NCAxMkwyMC40NDUzIDIzLjExMTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
}
.n-c-curator-popup-gallery .swiper-button-next:hover {
        -webkit-transform: translate(8px, -50%);
                transform: translate(8px, -50%);
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup-gallery .swiper-button-next {
          display: none;
}
}
.n-c-curator-popup-gallery .swiper-button-prev {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzMiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjQ0NTMgMjMuMTExMUwxOC44NTY0IDIxLjU2MzNMMjcuMjc4NiAxMy4xMTExTDAuNDQ1MzE0IDEzLjExMTFMMC40NDUzMTUgMTAuODg4OUwyNy4yNzg2IDEwLjg4ODlMMTguODU2NCAyLjQ3NDQyTDIwLjQ0NTMgMC44ODg4NjZMMzEuNTU2NCAxMkwyMC40NDUzIDIzLjExMTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
      -webkit-transform: translateY(-50%) scale(-1, 1);
              transform: translateY(-50%) scale(-1, 1);
}
.n-c-curator-popup-gallery .swiper-button-prev:hover {
        -webkit-transform: translate(-8px, -50%) scale(-1, 1);
                transform: translate(-8px, -50%) scale(-1, 1);
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup-gallery .swiper-button-prev {
          display: none;
}
}
.n-c-curator-popup-slider__switcher {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    will-change: transform;
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup-slider__switcher {
        display: none;
}
}
.n-c-curator-popup-slider__switcher-btn {
    width: 40px;
    height: 40px;
    -webkit-transform: scale(0) translate3d(-50%, -50%, 0);
            transform: scale(0) translate3d(-50%, -50%, 0);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup-slider__switcher-btn {
        display: none;
}
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup__content {
      padding: 0 20px 40px;
}
}
.n-c-curator-popup__content-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #14191a;
    margin-bottom: 4px;
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup__content-title {
        font-size: 18px;
        line-height: 24px;
}
}
.n-c-curator-popup__content-subtitle {
    color: #767e8b;
    margin-bottom: 24px;
}
.n-c-curator-popup__content-experience-title {
    color: #767e8b;
    margin-bottom: 8px;
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup__content-experience-title {
        line-height: 24px;
        margin-bottom: 4px;
        color: #a1a3a3;
}
}
.n-c-curator-popup__content-experience-subtitle {
    color: #3b4657;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f2f2f2;
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup__content-experience-subtitle {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 24px;
}
}
.n-c-curator-popup__content-direction-title {
    color: #767e8b;
    margin-bottom: 8px;
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup__content-direction-title {
        line-height: 24px;
        margin-bottom: 4px;
        color: #a1a3a3;
}
}
.n-c-curator-popup__content-direction-subtitle {
    color: #3b4657;
    margin-bottom: 24px;
}
.n-c-curator-popup__content-social {
    margin-bottom: 32px;
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup__content-social {
        margin-bottom: 24px;
}
}
.n-c-curator-popup__content-extend {
    color: #4f5969;
    padding-top: 32px;
    border-top: 1px solid #f2f2f2;
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup__content-extend {
        color: #14191a;
        margin-bottom: 24px;
}
}
.n-c-curator-popup__content-close {
    display: none;
}
@media only screen and (max-width: 750px) {
.n-c-curator-popup__content-close {
        width: 100%;
        height: 40px;
        border: 1px solid #d8dade;
        cursor: pointer;
        display: block;
        text-align: center;
        padding: 8px;
}
}

