﻿/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
h1 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%; }

h2 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 800;
  line-height: 65px;
  font-size: 48px;
  margin: 0;
  text-align: center; }

h3, .h3 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  margin: 0; }

h4 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin: 0; }

h5 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin: 0; }

h6 {
  font-family: Nunito;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  margin: 0; }

.subheader {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 21px;
  margin: 25px 0 0;
  letter-spacing: 0em; }

.tagline-subheader {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  margin: 50px 0 0; }

.link-text {
  width: fit-content;
  background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  position: relative; }
  .link-text::after {
    content: '';
    background: url(../../images/link_arrow.svg);
    background-size: 100% 100%;
    display: block;
    margin-left: 10px;
    margin-top: 5px; }
  .link-text::before {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .link-text:hover::after {
    margin-left: 20px; }
  .link-text:hover::before {
    background: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
    background-size: 6px 3px, 100% 3px; }
  .link-text.big-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 169%;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.big-link::after {
      height: 20px;
      width: 20px; }
    .link-text.big-link:hover::before {
      width: calc(100% - 40px);
      bottom: -5px; }
  .link-text.small-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.small-link::after {
      height: 16px;
      width: 16px;
      margin-top: 1px; }
    .link-text.small-link:hover::before {
      width: calc(100% - 36px);
      bottom: -3px; }

.big-number {
  font-family: Nunito;
  font-style: normal;
  font-size: 82px;
  font-weight: 900;
  line-height: 74px; }

.description-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 150%;
  margin: 0; }

.description-bold-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin: 0; }

.basic-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
  margin: 0; }

.quote-content .quote-text {
  font-family: Nunito;
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 150%; }

.quote-content .quote-author {
  font-family: Nunito;
  font-size: 24px;
  line-height: 150%;
  font-style: normal; }
  .quote-content .quote-author .author-name {
    font-weight: 700; }
  .quote-content .quote-author .author-description {
    font-weight: 400; }

.footer-base-text,
.contact-form-input-label,
.contact-form-textfield,
.contact-form-textarea,
ul.attach-list > li {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 168%;
  text-decoration: none; }

.contact-form-header {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: capitalize; }

.contact-form-subheader {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px; }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 100%; }
  h2 {
    font-size: 30px;
    line-height: 110%;
    font-weight: 700; }
  h3, .h3 {
    font-size: 28px;
    line-height: 110%; }
  h4 {
    font-size: 24px;
    line-height: 33px; }
  h5 {
    font-size: 18px;
    line-height: 25px; }
  .subheader {
    font-size: 16px;
    line-height: 140%; }
  .tagline-subheader {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 25px; }
  .link-text.big-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.big-link::after {
      height: 16px;
      width: 16px;
      margin-top: 1px; }
    .link-text.big-link:hover::before {
      width: calc(100% - 36px);
      bottom: -3px; }
  .link-text.small-link {
    font-size: 14px; }
  .description-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%; }
  .description-bold-text {
    font-weight: 500;
    font-size: 16px; }
  .big-number {
    font-size: 72px;
    line-height: 65px; }
  .basic-text {
    font-size: 16px;
    line-height: 140%; }
  .quote-content .quote-text {
    font-weight: 400;
    font-size: 18px; }
  .quote-content .quote-author {
    font-size: 18px; }
  .footer-base-text,
  .contact-form-input-label,
  .contact-form-textfield,
  .contact-form-textarea,
  ul.attach-list > li {
    font-size: 16px;
    line-height: 140%; }
  .contact-form-header {
    font-size: 28px;
    line-height: 110%; }
  .contact-form-subheader {
    font-size: 16px;
    line-height: 140%; } }

body, html {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  overflow-x: hidden; }

/* #region header */
.header-wrapper {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  height: 98px; }
  .header-wrapper.pinned {
    background: #3A4147;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    height: 78px; }
  .header-wrapper .mobile-nav-handler {
    width: 44px;
    height: 44px;
    cursor: pointer;
    background-image: url(../images/burger_icon.svg); }
    .header-wrapper .mobile-nav-handler.opened {
      background-image: url(../images/close_icon.svg); }

.master-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto; }
  .master-header nav {
    display: flex;
    height: 38px;
    align-items: center; }
  .master-header ul.main-menu {
    display: flex;
    height: 100%;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    .master-header ul.main-menu > li.menu-item {
      display: block;
      padding: 0 10px;
      white-space: nowrap;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .master-header ul.main-menu > li.menu-item.contact > .default-btn {
          width: 36px;
          height: 36px; }
          .master-header ul.main-menu > li.menu-item.contact > .default-btn .btn-name {
            display: none; }
          .master-header ul.main-menu > li.menu-item.contact > .default-btn::before {
            position: absolute;
            content: '';
            display: inline-block;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99963 7.7C7.53677 7.7 0 2.0237 0 2.0237V1.4C0 0.6272 0.671133 0 1.49956 0H16.4997C17.3289 0 18 0.6272 18 1.4L17.988 2.1C17.988 2.1 10.5329 7.7 8.99963 7.7ZM8.99963 9.625C10.6033 9.625 17.988 4.2 17.988 4.2L18 12.6C18 13.3728 17.3289 14 16.4997 14H1.49956C0.671882 14 0 13.3728 0 12.6L0.0119845 4.2C0.0112355 4.2 7.53677 9.625 8.99963 9.625Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
            background-size: 18px 14px;
            background-position: center;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-repeat: no-repeat; }
          .master-header ul.main-menu > li.menu-item.contact > .default-btn:hover:not(:disabled)::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99963 7.7C7.53677 7.7 0 2.0237 0 2.0237V1.4C0 0.6272 0.671133 0 1.49956 0H16.4997C17.3289 0 18 0.6272 18 1.4L17.988 2.1C17.988 2.1 10.5329 7.7 8.99963 7.7ZM8.99963 9.625C10.6033 9.625 17.988 4.2 17.988 4.2L18 12.6C18 13.3728 17.3289 14 16.4997 14H1.49956C0.671882 14 0 13.3728 0 12.6L0.0119845 4.2C0.0112355 4.2 7.53677 9.625 8.99963 9.625Z' fill='%23FF7A00'/%3E%3C/svg%3E"); } }
      .master-header ul.main-menu > li.menu-item a {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 20px;
        font-family: 'Roboto', sans-serif;
        text-decoration: none;
        color: #FFFFFF;
        padding-right: 2px; }
      .master-header ul.main-menu > li.menu-item.active a {
        color: #F64C25; }
      .master-header ul.main-menu > li.menu-item.active .submenu {
        visibility: visible;
        opacity: 1; }
      .master-header ul.main-menu > li.menu-item.active span.menu-triangle:before {
        border-color: #FF7A00; }
      .master-header ul.main-menu > li.menu-item span.menu-triangle {
        display: inline-block;
        width: 12px;
        height: 9px;
        position: relative;
        top: 2px;
        overflow: hidden; }
        .master-header ul.main-menu > li.menu-item span.menu-triangle:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 2px solid #FF7A00;
          border-radius: 1px;
          box-sizing: border-box;
          transform-origin: 100% 0;
          transform: rotate(45deg); }
        .master-header ul.main-menu > li.menu-item span.menu-triangle.hidden {
          display: none; }
      .master-header ul.main-menu > li.menu-item .submenu {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 20px;
        list-style: none;
        visibility: hidden;
        position: absolute;
        display: flex;
        opacity: 0;
        font-weight: normal;
        flex-direction: column;
        justify-content: center;
        padding: 18px 0;
        top: 50px;
        background: #FFFFFF;
        border-radius: 8px;
        z-index: 1002;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
        transition: opacity 0.25s linear;
        min-width: 200px; }
        .master-header ul.main-menu > li.menu-item .submenu:before {
          content: '';
          position: absolute;
          width: 14px;
          height: 14px;
          background: #FFFFFF;
          border-radius: 1px;
          transform: rotate(45deg);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          top: -7px;
          left: 30px; }
        .master-header ul.main-menu > li.menu-item .submenu .submenu-item {
          cursor: pointer; }
          .master-header ul.main-menu > li.menu-item .submenu .submenu-item:hover {
            background-color: #E5E5E5; }
          .master-header ul.main-menu > li.menu-item .submenu .submenu-item a {
            padding: 9px 20px;
            height: 100%;
            display: block;
            color: #3A4147; }
      .master-header ul.main-menu > li.menu-item:nth-last-child(-n+4) .submenu {
        left: auto;
        right: 0; }
        .master-header ul.main-menu > li.menu-item:nth-last-child(-n+4) .submenu:before {
          left: auto;
          right: 35px; }
  .master-header .logo {
    height: 55px;
    width: 200px;
    background-image: url("../images/arcadia_logo.svg");
    background-size: 100% 100%; }
    @media only screen and (max-width: 767px) {
      .master-header .logo {
        max-width: 171px; } }
    @media only screen and (max-width: 359px) {
      .master-header .logo {
        max-width: 130px; } }
  .master-header .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58, 65, 71, 0.7);
    z-index: 1000; }
  .master-header .modal-content-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .master-header .modal-content-wrapper {
        padding-top: 61px;
        padding-bottom: 61px; } }
    @media only screen and (min-width: 1024px) {
      .master-header .modal-content-wrapper {
        padding-top: 25px;
        padding-bottom: 25px; } }
  .master-header ul.mobile-menu {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    background-color: #3A4147;
    top: 68px;
    right: 0px;
    width: 100%;
    list-style: none;
    font-size: 24px;
    line-height: 1.3;
    box-shadow: 0px 10px 15px -6px rgba(51, 51, 51, 0.15);
    border-radius: 0px 0px 8px 8px;
    z-index: 1004;
    box-sizing: border-box;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .3s ease;
    overflow-y: scroll;
    overflow-x: clip;
    height: calc(100vh - 68px);
    margin: 0;
    padding: 63px 16px; }
    @media only screen and (min-width: 768px) {
      .master-header ul.mobile-menu {
        padding: 63px 32px; } }
    .master-header ul.mobile-menu li.mobile-menu-item {
      width: 100%;
      position: relative;
      min-height: 48px; }
      .master-header ul.mobile-menu li.mobile-menu-item > a {
        text-decoration: none;
        color: #FFFFFF; }
      .master-header ul.mobile-menu li.mobile-menu-item .mobile-submenu {
        max-height: 0;
        overflow: hidden;
        list-style: none;
        padding: 0 0 0 20px;
        margin: 0.5em 0;
        font-size: 20px;
        border-left: 3px solid #FF7A00;
        transition: max-height .3s ease; }
        .master-header ul.mobile-menu li.mobile-menu-item .mobile-submenu li.mobile-submenu-item {
          padding: 0.5em 0; }
          .master-header ul.mobile-menu li.mobile-menu-item .mobile-submenu li.mobile-submenu-item > a {
            text-decoration: none;
            color: #FFFFFF; }
      .master-header ul.mobile-menu li.mobile-menu-item span.mobile-menu-triangle {
        display: inline-block;
        width: 23px;
        height: 16px;
        position: absolute;
        margin-left: 10px;
        top: 0.5em;
        overflow: hidden; }
        .master-header ul.mobile-menu li.mobile-menu-item span.mobile-menu-triangle:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 3px solid #FF7A00;
          border-radius: 3px;
          box-sizing: border-box;
          transform-origin: 100% 0;
          transform: rotate(45deg);
          transition: transform-origin 0s ease .2s; }
      .master-header ul.mobile-menu li.mobile-menu-item.active .mobile-submenu {
        max-height: 600px; }
      .master-header ul.mobile-menu li.mobile-menu-item.active span.mobile-menu-triangle:before {
        transform-origin: 0 100%;
        transform: rotate(45deg); }
    .master-header ul.mobile-menu.opened {
      transform: scaleY(1); }

@media only screen and (min-width: 1280px) {
  .mobile-nav-handler {
    display: none; } }

@media only screen and (max-width: 1279px) {
  .master-header ul.main-menu > li:not(.contact) {
    display: none; } }

@media only screen and (max-width: 767px) {
  .header-wrapper {
    padding-left: 16px;
    padding-right: 16px; } }

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .header-wrapper {
    padding-left: 32px;
    padding-right: 32px; } }

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .header-wrapper {
    padding-left: 60px;
    padding-right: 60px; } }

@media only screen and (min-width: 1440px) {
  .header-wrapper {
    padding-left: 80px;
    padding-right: 80px; } }

/* #endregion header */
/* #region containers */
.tagline-section {
  /* note: to avoid strange animation */
  margin-top: -40px;
  padding-top: 138px;
  padding-bottom: 90px; }
  .tagline-section .tagline-lines {
    margin: 50px 0 0;
    height: 40px;
    border: none;
    position: relative;
    background: url(../images/lines/line-500.svg) no-repeat 0 18px;
    max-width: 644px; }
    .tagline-section .tagline-lines:before {
      content: '';
      height: 4px;
      width: 100%;
      position: absolute;
      background: url(../images/lines/line-388.svg) no-repeat; }
    .tagline-section .tagline-lines:after {
      content: '';
      height: 4px;
      width: 100%;
      position: absolute;
      bottom: 0;
      background: url(../images/lines/line-644.svg) no-repeat; }
  .tagline-section .tagline-line-644 {
    margin: 50px 0 0;
    height: 40px;
    border: none;
    content: '';
    height: 4px;
    width: 100%;
    position: relative;
    bottom: 0;
    background: url(../images/lines/line-644.svg) no-repeat; }

.dark-bg {
  background-color: #3A4147;
  color: #FFFFFF; }

.light-bg {
  background-color: #FFFFFF;
  color: #3A4147; }

.bottom-left-and-top-right-bg-circles,
.top-left-and-bottom-right-bg-circles {
  background-image: url(../images/circle.svg), url(../images/circle.svg);
  background-repeat: no-repeat; }

.bottom-left-and-top-right-bg-circles {
  background-position-x: -235px, calc(100vw - 235px);
  background-position-y: calc(100% + 235px), -235px; }

.top-left-and-bottom-right-bg-circles {
  background-position-x: -235px, calc(100vw - 235px);
  background-position-y: -235px, calc(100% + 235px); }

@media only screen and (min-width: 1440px) {
  section:not(.contact-form-section) {
    padding-right: 80px;
    padding-left: 80px; } }

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  section:not(.contact-form-section) {
    padding-right: 60px;
    padding-left: 60px; } }

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  section:not(.contact-form-section) {
    padding-right: 32px;
    padding-left: 32px; } }

@media only screen and (max-width: 767px) {
  section:not(.contact-form-section) {
    padding-right: 16px;
    padding-left: 16px; }
  .tagline-section {
    padding-bottom: 50px; }
    .tagline-section .header {
      margin: 25px 0; }
    .tagline-section .tagline-lines {
      background: url(../images/lines/line-200.svg) no-repeat 0 18px;
      max-width: 100%;
      margin: 25px 0 0; }
      .tagline-section .tagline-lines:before {
        background: url(../images/lines/line-120.svg) no-repeat; }
  .bottom-left-and-top-right-bg-circles,
  .top-left-and-bottom-right-bg-circles {
    background-size: calc(2 * 120px); }
  .bottom-left-and-top-right-bg-circles {
    background-position-x: calc(100vw - $background-circle-size), -120px;
    background-position-y: -120px, calc(100% + $background-circle-size); }
  .top-left-and-bottom-right-bg-circles {
    background-position-x: -120px, calc(100vw - 120px);
    background-position-y: -120px, calc(100% + 120px); } }

/* #endregion containers */
/* #region common things and helpers */
input,
textarea,
button,
select,
.clickable,
a {
  -webkit-tap-highlight-color: transparent; }

input[type="submit"],
input[type="button"],
textarea,
select {
  outline: none; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none; }

.unclickable {
  cursor: text !important;
  color: #FFFFFF; }

.clickable {
  cursor: pointer; }

.orange-divider {
  height: 5px;
  width: 100%;
  background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
  border: none;
  margin: 0; }

/* #endregion helpers */
/* #region buttons */
.default-btn {
  background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
  width: fit-content;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
  position: relative;
  border: none;
  border-radius: 100px;
  font-weight: 700; }
  .default-btn.sm-btn {
    height: 38px;
    font-size: 16px;
    line-height: 169%;
    padding: 5px 15px; }
  .default-btn.lg-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 25px; }
    @media only screen and (max-width: 767px) {
      .default-btn.lg-btn {
        font-size: 14px;
        line-height: 19px;
        padding: 5px 15px; } }
  .default-btn:disabled {
    opacity: 0.7;
    cursor: default; }
  .default-btn:hover:not(:disabled) {
    background: none; }
    .default-btn:hover:not(:disabled) .btn-name {
      width: fit-content;
      background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      z-index: 3; }
    .default-btn:hover:not(:disabled)::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      border-radius: 30px;
      background-color: #FFFFFF;
      z-index: 2; }
    .default-btn:hover:not(:disabled)::after {
      position: absolute;
      top: -3px;
      bottom: -3px;
      left: -3px;
      right: -3px;
      background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
      content: '';
      border-radius: 30px; }

/* #endregion buttons*/
.orange-divider {
  height: 5px;
  width: 100%;
  background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
  border: none;
  margin: 0; }

.filter-list-container-sr {
  max-height: 100%; }

.success-message {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
  text-align: center; }
  .success-message-icon {
    --icon-size: 50px;
    display: block;
    width: var(--icon-size);
    height: var(--icon-size); }
    @media only screen and (min-width: 768px) {
      .success-message-icon {
        --icon-size: 60px; } }

.modal-content {
  box-sizing: border-box;
  background: #e5e5e5;
  width: 100%;
  max-height: 100%;
  padding: 23px 10px 23px 15px;
  border-radius: 30px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .modal-content {
      width: 704px;
      padding: 23px 0; } }
  @media only screen and (min-width: 1024px) {
    .modal-content {
      width: 960px; } }
  .modal-content .clear-list-button {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 70px;
    text-transform: uppercase;
    display: block;
    background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    flex-wrap: nowrap; }
    .modal-content .clear-list-button:after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background: url(../images/close_icon.svg) center no-repeat;
      background-size: 12px;
      margin-left: 5px; }
    @media only screen and (max-width: 767px) {
      .modal-content .clear-list-button {
        right: 25px; } }

.contact-form-modal {
  overflow: hidden; }
  .contact-form-modal .contact-form-head, .contact-form-modal .contact-form-body {
    max-width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .contact-form-modal .contact-form-head, .contact-form-modal .contact-form-body {
        max-width: 520px; } }
  @media only screen and (max-width: 767px) {
    .contact-form-modal .contact-form-head {
      margin-left: 5px; } }
  .contact-form-modal .contact-form-description {
    margin-bottom: 25px; }
  .contact-form-modal .contact-form-body {
    margin: 0 auto;
    margin-right: -5px;
    margin-left: -5px;
    overflow-y: auto;
    padding-right: 20px;
    padding-left: 10px;
    max-height: calc(100vh - 107px); }
    @media only screen and (min-width: 768px) {
      .contact-form-modal .contact-form-body {
        max-height: calc(100vh - 212px);
        max-width: 520px;
        margin-right: calc(((100% - 520px) / 2 - 20px));
        margin-left: calc(((100% - 520px) / 2 - 10px)); } }
    @media only screen and (min-width: 1024px) {
      .contact-form-modal .contact-form-body {
        max-height: calc(100vh - 138px); } }
    .contact-form-modal .contact-form-body .contact-success-message,
    .contact-form-modal .contact-form-body .contact-error-message,
    .contact-form-modal .contact-form-body .contact-form-error {
      display: none; }
    .contact-form-modal .contact-form-body .contact-form-item {
      position: relative;
      margin-bottom: 25px; }
      .contact-form-modal .contact-form-body .contact-form-item .contact-form-input-label {
        color: #3A4147;
        opacity: 0.5; }
      .contact-form-modal .contact-form-body .contact-form-item .contact-form-textfield, .contact-form-modal .contact-form-body .contact-form-item .contact-form-textarea {
        width: calc(100% - 2px);
        border-radius: 8px;
        border: 0;
        padding: 0 10px;
        color: #3A4147;
        box-sizing: border-box;
        margin: 1px; }
        .contact-form-modal .contact-form-body .contact-form-item .contact-form-textfield:active, .contact-form-modal .contact-form-body .contact-form-item .contact-form-textfield:focus, .contact-form-modal .contact-form-body .contact-form-item .contact-form-textarea:active, .contact-form-modal .contact-form-body .contact-form-item .contact-form-textarea:focus {
          outline: none;
          box-shadow: 0 0 7px #FF7A00; }
      .contact-form-modal .contact-form-body .contact-form-item .input-container {
        padding: 0;
        margin: -1px; }
        .contact-form-modal .contact-form-body .contact-form-item .input-container:hover {
          background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
          border-radius: 9px; }
        .contact-form-modal .contact-form-body .contact-form-item .input-container.textfield-container {
          height: 43px; }
        .contact-form-modal .contact-form-body .contact-form-item .input-container.textarea-container {
          height: 130px; }
      .contact-form-modal .contact-form-body .contact-form-item .contact-form-textfield {
        height: 41px; }
        .contact-form-modal .contact-form-body .contact-form-item .contact-form-textfield.input-validation-error {
          border: 1px solid #E92D2F; }
      .contact-form-modal .contact-form-body .contact-form-item .contact-form-textarea {
        resize: none;
        height: 128px; }
      .contact-form-modal .contact-form-body .contact-form-item .contact-form-error {
        color: #FFFFFF;
        background: #E92D2F;
        padding: 5px;
        border-radius: 10px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        position: absolute;
        display: block;
        top: 0;
        right: 10px; }
        .contact-form-modal .contact-form-body .contact-form-item .contact-form-error.field-validation-valid {
          visibility: hidden; }
        .contact-form-modal .contact-form-body .contact-form-item .contact-form-error::after {
          content: "";
          position: absolute;
          bottom: -5px;
          left: 10px;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #E92D2F; }
    .contact-form-modal .contact-form-body .contact-error-message, .contact-form-modal .contact-form-body .contact-success-message {
      display: none;
      font-family: Nunito;
      font-style: normal;
      font-weight: 700;
      font-size: 26px;
      line-height: 35px;
      margin: 24px 0; }
      .contact-form-modal .contact-form-body .contact-error-message.active, .contact-form-modal .contact-form-body .contact-success-message.active {
        display: inline; }
    .contact-form-modal .contact-form-body .contact-success-message {
      color: #00A04A; }
    .contact-form-modal .contact-form-body .contact-error-message {
      color: #E92D2F; }
    .contact-form-modal .contact-form-body .attachments-container .attach-list-container ul.attach-list {
      margin: 0;
      list-style: none;
      padding-left: 0px; }
      .contact-form-modal .contact-form-body .attachments-container .attach-list-container ul.attach-list > li {
        display: flex;
        align-items: center;
        margin-bottom: 10px; }
        .contact-form-modal .contact-form-body .attachments-container .attach-list-container ul.attach-list > li .close {
          height: 25px;
          width: 25px;
          background-image: url(../../images/close_icon_sm.svg);
          background-repeat: no-repeat;
          margin-left: 10px;
          cursor: pointer; }
          .contact-form-modal .contact-form-body .attachments-container .attach-list-container ul.attach-list > li .close:hover {
            background-color: #FFFFFF;
            border-radius: 25px; }
        .contact-form-modal .contact-form-body .attachments-container .attach-list-container ul.attach-list > li:before {
          content: '';
          background-image: url("../../images/blank-file.svg");
          background-size: 100% 100%;
          width: 25px;
          height: 25px;
          margin-right: 12px; }
    .contact-form-modal .contact-form-body .attachments-container .contact-attachments {
      display: flex;
      align-items: center; }
      .contact-form-modal .contact-form-body .attachments-container .contact-attachments .attachments-message {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 15.23px;
        margin-left: 20px;
        color: #3A4147; }
        .contact-form-modal .contact-form-body .attachments-container .contact-attachments .attachments-message p {
          margin: 0; }
      .contact-form-modal .contact-form-body .attachments-container .contact-attachments .contact-button-attach-input {
        display: none; }
      .contact-form-modal .contact-form-body .attachments-container .contact-attachments .contact-button-attach-label {
        display: flex;
        align-items: center;
        width: fit-content;
        border-radius: 24px;
        padding: 5px 25px 5px 15px;
        position: relative;
        cursor: pointer;
        border: 2px solid transparent; }
        @media only screen and (max-width: 767px) {
          .contact-form-modal .contact-form-body .attachments-container .contact-attachments .contact-button-attach-label {
            padding: 0;
            width: 40px;
            height: 40px;
            flex-shrink: 0;
            justify-content: center; } }
        .contact-form-modal .contact-form-body .attachments-container .contact-attachments .contact-button-attach-label .attachment-icon {
          background: url(../../images/attach_icon.svg) center center no-repeat;
          width: 30px;
          height: 30px;
          display: block;
          z-index: 3;
          margin-right: 5px; }
          @media only screen and (max-width: 767px) {
            .contact-form-modal .contact-form-body .attachments-container .contact-attachments .contact-button-attach-label .attachment-icon {
              margin-right: 0; } }
        .contact-form-modal .contact-form-body .attachments-container .contact-attachments .contact-button-attach-label .attachment-button-name {
          font-family: Nunito;
          font-style: normal;
          font-weight: 700;
          font-size: 16px;
          line-height: 22px;
          z-index: 3; }
          @media only screen and (max-width: 767px) {
            .contact-form-modal .contact-form-body .attachments-container .contact-attachments .contact-button-attach-label .attachment-button-name {
              display: none; } }
        .contact-form-modal .contact-form-body .attachments-container .contact-attachments .contact-button-attach-label::before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          border-radius: 24px;
          background-color: #E5E5E5;
          z-index: 2; }
        .contact-form-modal .contact-form-body .attachments-container .contact-attachments .contact-button-attach-label::after {
          position: absolute;
          top: -2px;
          bottom: -2px;
          left: -2px;
          right: -2px;
          background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
          content: '';
          border-radius: 24px; }
        .contact-form-modal .contact-form-body .attachments-container .contact-attachments .contact-button-attach-label:hover {
          box-shadow: 0px 0px 10px #FF7A00; }
    .contact-form-modal .contact-form-body .contact-buttons {
      margin: 35px 0; }
      .contact-form-modal .contact-form-body .contact-buttons #contact-button-send {
        margin: 0 auto; }
      .contact-form-modal .contact-form-body .contact-buttons .agree-container {
        display: block;
        position: relative;
        padding-left: 36px;
        margin: 0 0 35px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* Create the checkmark/indicator (hidden when not checked) */
        /* Show the checkmark when checked */
        /* Style the checkmark/indicator */ }
        .contact-form-modal .contact-form-body .contact-buttons .agree-container p {
          font-family: Roboto;
          font-style: normal;
          font-weight: 400;
          font-size: 13px;
          line-height: 15px;
          color: #3A4147; }
          .contact-form-modal .contact-form-body .contact-buttons .agree-container p a {
            width: fit-content;
            background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-decoration: none; }
        .contact-form-modal .contact-form-body .contact-buttons .agree-container input {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
        .contact-form-modal .contact-form-body .contact-buttons .agree-container .checkmark {
          position: absolute;
          top: 0;
          left: 10px;
          height: 16px;
          width: 16px;
          background-color: #FFFFFF;
          border: 1px solid #3A4147;
          box-sizing: border-box; }
        .contact-form-modal .contact-form-body .contact-buttons .agree-container:hover input ~ .checkmark {
          border: 1px solid #FF7A00;
          box-shadow: 0px 0px 4px #FF7A00; }
        .contact-form-modal .contact-form-body .contact-buttons .agree-container input:checked ~ .checkmark {
          background: #FF7A00;
          border: 1px solid #FF7A00;
          box-shadow: 0px 0px 4px #FF7A00; }
        .contact-form-modal .contact-form-body .contact-buttons .agree-container .checkmark:after {
          content: "";
          position: absolute;
          display: none; }
        .contact-form-modal .contact-form-body .contact-buttons .agree-container input:checked ~ .checkmark:after {
          display: block; }
        .contact-form-modal .contact-form-body .contact-buttons .agree-container .checkmark:after {
          left: 3px;
          top: -1px;
          width: 5px;
          height: 10px;
          border: solid white;
          border-width: 0 4px 4px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .contact-form-modal .contact-form-body .captcha-agreement > * {
      font-family: Roboto;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 15px;
      color: #3A4147;
      opacity: 0.7; }
    .contact-form-modal .contact-form-body .captcha-agreement a {
      width: fit-content;
      background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-decoration: none; }

/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
h1 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%; }

h2 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 800;
  line-height: 65px;
  font-size: 48px;
  margin: 0;
  text-align: center; }

h3, .h3 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  margin: 0; }

h4 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin: 0; }

h5 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin: 0; }

h6 {
  font-family: Nunito;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  margin: 0; }

.subheader {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 21px;
  margin: 25px 0 0;
  letter-spacing: 0em; }

.tagline-subheader {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  margin: 50px 0 0; }

.link-text {
  width: fit-content;
  background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  position: relative; }
  .link-text::after {
    content: '';
    background: url(../../images/link_arrow.svg);
    background-size: 100% 100%;
    display: block;
    margin-left: 10px;
    margin-top: 5px; }
  .link-text::before {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .link-text:hover::after {
    margin-left: 20px; }
  .link-text:hover::before {
    background: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
    background-size: 6px 3px, 100% 3px; }
  .link-text.big-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 169%;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.big-link::after {
      height: 20px;
      width: 20px; }
    .link-text.big-link:hover::before {
      width: calc(100% - 40px);
      bottom: -5px; }
  .link-text.small-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.small-link::after {
      height: 16px;
      width: 16px;
      margin-top: 1px; }
    .link-text.small-link:hover::before {
      width: calc(100% - 36px);
      bottom: -3px; }

.big-number {
  font-family: Nunito;
  font-style: normal;
  font-size: 82px;
  font-weight: 900;
  line-height: 74px; }

.description-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 150%;
  margin: 0; }

.description-bold-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin: 0; }

.basic-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
  margin: 0; }

.quote-content .quote-text {
  font-family: Nunito;
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 150%; }

.quote-content .quote-author {
  font-family: Nunito;
  font-size: 24px;
  line-height: 150%;
  font-style: normal; }
  .quote-content .quote-author .author-name {
    font-weight: 700; }
  .quote-content .quote-author .author-description {
    font-weight: 400; }

.footer-base-text,
.contact-form-input-label,
.contact-form-textfield,
.contact-form-textarea,
ul.attach-list > li {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 168%;
  text-decoration: none; }

.contact-form-header {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: capitalize; }

.contact-form-subheader {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px; }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 100%; }
  h2 {
    font-size: 30px;
    line-height: 110%;
    font-weight: 700; }
  h3, .h3 {
    font-size: 28px;
    line-height: 110%; }
  h4 {
    font-size: 24px;
    line-height: 33px; }
  h5 {
    font-size: 18px;
    line-height: 25px; }
  .subheader {
    font-size: 16px;
    line-height: 140%; }
  .tagline-subheader {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 25px; }
  .link-text.big-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.big-link::after {
      height: 16px;
      width: 16px;
      margin-top: 1px; }
    .link-text.big-link:hover::before {
      width: calc(100% - 36px);
      bottom: -3px; }
  .link-text.small-link {
    font-size: 14px; }
  .description-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%; }
  .description-bold-text {
    font-weight: 500;
    font-size: 16px; }
  .big-number {
    font-size: 72px;
    line-height: 65px; }
  .basic-text {
    font-size: 16px;
    line-height: 140%; }
  .quote-content .quote-text {
    font-weight: 400;
    font-size: 18px; }
  .quote-content .quote-author {
    font-size: 18px; }
  .footer-base-text,
  .contact-form-input-label,
  .contact-form-textfield,
  .contact-form-textarea,
  ul.attach-list > li {
    font-size: 16px;
    line-height: 140%; }
  .contact-form-header {
    font-size: 28px;
    line-height: 110%; }
  .contact-form-subheader {
    font-size: 16px;
    line-height: 140%; } }

/* #region footer */
.footer-section {
  padding-top: 0;
  padding-bottom: 0; }

.social-links {
  display: flex;
  gap: 16px; }
  .social-links .social-link {
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .social-links .social-link {
        width: 32px;
        height: 32px; } }
    .social-links .social-link::after {
      fill: #3A4147;
      content: '';
      width: 40px;
      height: 40px;
      position: absolute; }
    .social-links .social-link.vk::after {
      background-image: url(../images/vk.svg); }
      @media only screen and (max-width: 767px) {
        .social-links .social-link.vk::after {
          background-image: url(../images/vk-small.svg);
          background-repeat: no-repeat; } }
    .social-links .social-link.linkedin::after {
      background-image: url(../images/linkedin.svg); }
    .social-links .social-link.habr::after {
      background-image: url(../images/habr.svg); }
      @media only screen and (max-width: 767px) {
        .social-links .social-link.habr::after {
          background-repeat: no-repeat;
          background-image: url(../images/habr-small.svg); } }
    .social-links .social-link.youtube::after {
      background-image: url(../images/youtube.svg); }
      @media only screen and (max-width: 767px) {
        .social-links .social-link.youtube::after {
          background-repeat: no-repeat;
          background-image: url(../images/youtube-small.svg); } }
    .social-links .social-link.twitter::after {
      background-image: url(../images/twitter.svg); }
    .social-links .social-link.medium::after {
      background-image: url(../images/medium.svg); }
    .social-links .social-link:hover {
      background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%); }

.copyright {
  margin-top: 40px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px; }
  @media only screen and (max-width: 767px) {
    .copyright {
      font-size: 12px;
      line-height: 14px; } }

.footer-cookie-message {
  position: fixed;
  bottom: 32px;
  right: 0;
  width: 288px;
  z-index: 100;
  background: #F6F7F2;
  border-radius: 20px 0px 0px 20px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 768px) {
    .footer-cookie-message {
      width: 481px; } }
  .footer-cookie-message.hidden {
    display: none; }
  .footer-cookie-message .cookie-message {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    color: #404040; }
    @media only screen and (min-width: 768px) {
      .footer-cookie-message .cookie-message {
        padding: 36px 60px; } }
    .footer-cookie-message .cookie-message-icon {
      --cookie-size: 100px;
      display: block;
      width: var(--cookie-size);
      height: var(--cookie-size); }
      @media only screen and (min-width: 768px) {
        .footer-cookie-message .cookie-message-icon {
          --cookie-size: 120px; } }
    .footer-cookie-message .cookie-message-text {
      margin-bottom: 36px; }
      .footer-cookie-message .cookie-message-text p {
        margin: 0; }
      .footer-cookie-message .cookie-message-text a {
        width: fit-content;
        background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-decoration: none; }
    .footer-cookie-message .cookie-message .default-btn {
      padding: 5px 25px; }

.grecaptcha-badge {
  visibility: hidden; }

.master-footer {
  padding-top: 24px;
  background-color: #3A4147;
  background-image: url(../images/circle.svg), url(../images/circle.svg);
  background-position: calc(100vw - 235px) calc(100% + 235px), calc(0vw - 235px) calc(0% - 235px);
  background-repeat: no-repeat;
  padding-bottom: 65px; }
  @media only screen and (min-width: 768px) {
    .master-footer {
      padding-top: 50px; } }
  .master-footer .footer-container {
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
    @media only screen and (max-width: 1023px) {
      .master-footer .footer-container {
        flex-direction: column;
        gap: 48px; } }
    .master-footer .footer-container .sections-container {
      flex: 1; }
      .master-footer .footer-container .sections-container .section-columns-wrapper {
        display: flex;
        justify-content: space-around; }
        @media only screen and (max-width: 1023px) {
          .master-footer .footer-container .sections-container .section-columns-wrapper {
            justify-content: space-between; } }
        .master-footer .footer-container .sections-container .section-columns-wrapper .footer-pages-column {
          margin: 0;
          list-style: none;
          display: flex;
          flex-direction: column;
          gap: 33px; }
          @media only screen and (max-width: 1023px) {
            .master-footer .footer-container .sections-container .section-columns-wrapper .footer-pages-column {
              padding: 0; } }
          .master-footer .footer-container .sections-container .section-columns-wrapper .footer-pages-column .column-item {
            color: #FFFFFF;
            align-self: start; }
            .master-footer .footer-container .sections-container .section-columns-wrapper .footer-pages-column .column-item .footer-section-header {
              display: block;
              text-transform: uppercase;
              margin-bottom: 7px;
              font-family: Nunito;
              font-size: 18px;
              line-height: 30.42px;
              font-weight: 700;
              text-decoration: none;
              color: #FFFFFF; }
              @media only screen and (max-width: 767px) {
                .master-footer .footer-container .sections-container .section-columns-wrapper .footer-pages-column .column-item .footer-section-header {
                  font-size: 14px;
                  line-height: 19.1px; } }
              .master-footer .footer-container .sections-container .section-columns-wrapper .footer-pages-column .column-item .footer-section-header.header-link {
                margin: 0; }
            .master-footer .footer-container .sections-container .section-columns-wrapper .footer-pages-column .column-item .subitem-container {
              display: flex;
              flex-direction: column;
              gap: 7px;
              padding-left: 0;
              list-style: none; }
              .master-footer .footer-container .sections-container .section-columns-wrapper .footer-pages-column .column-item .subitem-container .subitem a {
                text-decoration: none;
                color: #FFFFFF;
                font-weight: 400;
                font-family: Roboto;
                font-size: 18px;
                line-height: 27px; }
                @media only screen and (max-width: 767px) {
                  .master-footer .footer-container .sections-container .section-columns-wrapper .footer-pages-column .column-item .subitem-container .subitem a {
                    font-size: 14px;
                    line-height: 16.41px; } }
    .master-footer .footer-container .contacts-container {
      color: #FFFFFF;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 0 0 30%; }
      .master-footer .footer-container .contacts-container .contacts-part .links-desktop {
        margin-top: 16px; }
        @media only screen and (max-width: 1023px) {
          .master-footer .footer-container .contacts-container .contacts-part .links-desktop {
            display: none; } }
      .master-footer .footer-container .contacts-container .contacts-part .header-container {
        display: flex;
        justify-content: space-between; }
        @media only screen and (min-width: 1024px) {
          .master-footer .footer-container .contacts-container .contacts-part .header-container .links-mobile {
            display: none; } }
        .master-footer .footer-container .contacts-container .contacts-part .header-container .footer-header {
          margin-bottom: 20px; }
      .master-footer .footer-container .contacts-container .contacts-part .contact-item {
        display: flex;
        padding: 8px 0; }
        .master-footer .footer-container .contacts-container .contacts-part .contact-item > * {
          color: #FFFFFF;
          line-height: 27px; }
        .master-footer .footer-container .contacts-container .contacts-part .contact-item:not(:last-of-type) {
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        .master-footer .footer-container .contacts-container .contacts-part .contact-item:before {
          content: '';
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          width: 14px;
          height: 30px;
          flex-shrink: 0;
          margin-right: 10px; }
      .master-footer .footer-container .contacts-container .contacts-part .contact-email-item::before {
        background-image: url(../images/mail.svg); }
      .master-footer .footer-container .contacts-container .contacts-part .contact-phone-item::before {
        background-image: url(../images/phone_icon.svg); }
      .master-footer .footer-container .contacts-container .contacts-part .contact-location-item::before {
        background-image: url(../images/location_icon.svg); }
      @media only screen and (max-width: 1023px) {
        .master-footer .footer-container .contacts-container .copyright-desktop {
          display: none; } }
    .master-footer .footer-container .copyright-mobile {
      width: 100%;
      text-align: center;
      color: #FFFFFF;
      margin-top: 49px; }
      @media only screen and (min-width: 1024px) {
        .master-footer .footer-container .copyright-mobile {
          display: none; } }

/* #endregion footer */
