<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&amp;display=swap");
html {
  overflow-x: hidden; }
  html.active {
    overflow: hidden; }

input {
  font-family: 'Source Sans Pro', sans-serif; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0; }
  *:focus {
    outline: none; }

a {
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s; }
  a__icon {
    -webkit-transition: fill .3s;
    transition: fill .3s; }
  a__text {
    -webkit-transition: color .3s;
    transition: color .3s; }

.base-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.base-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.base-ai_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.base-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.base-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .base-links__item {
    height: 36px;
    width: 36px;
    margin-right: 10px; }
  .base-links__drive {
    width: 88px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px; }
  @media (max-width: 1600px) {
    .base-links__item {
      height: 30px;
      width: 30px; }
    .base-links__drive {
      width: 73.3px; } }

@media (max-width: 1600px) and (max-width: 1320px) {
  .base-links__item {
    height: 24px;
    width: 24px; }
  .base-links__drive {
    width: 58.7px; } }

.base__title {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  color: #333;
  text-align: center;
  width: 100%; }
  @media (max-width: 1440px) {
    .base__title {
      font-size: 28px;
      line-height: 34px; } }
  @media (max-width: 979px) {
    .base__title {
      font-size: 22px;
      line-height: 26px; } }

.base-container {
  width: 1620px; }
  @media (max-width: 1700px) {
    .base-container {
      width: 1440px; } }
  @media (max-width: 1700px) and (max-width: 1500px) {
    .base-container {
      width: 1290px; } }
  @media (max-width: 1700px) and (max-width: 1500px) and (max-width: 1320px) {
    .base-container {
      width: 1170px;
      padding: 0 15px; } }
  @media (max-width: 1700px) and (max-width: 1500px) and (max-width: 1320px) and (max-width: 1170px) {
    .base-container {
      width: 100%; } }

h1.base__title {
  font-size: 48px;
  line-height: 55px; }
  @media (max-width: 1440px) {
    h1.base__title {
      font-size: 32px;
      line-height: 37px; } }
  @media (max-width: 979px) {
    h1.base__title {
      font-size: 24px;
      line-height: 28px; } }

.a-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 180px;
  height: 68px; }
  .a-btn, .a-btn * {
    -webkit-transition: border .2s, color .2s, background .2s;
    transition: border .2s, color .2s, background .2s;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700; }
    @media (max-width: 1170px) {
      .a-btn, .a-btn * {
        font-size: 16px;
        line-height: 25px; } }
  @media (max-width: 1170px) and (max-width: 979px) {
    .a-btn, .a-btn * {
      font-size: 13px;
      line-height: 19px; } }
  @media (max-width: 1170px) {
    .a-btn {
      height: 52px; } }
  @media (max-width: 1170px) and (max-width: 979px) {
    .a-btn {
      height: 42px; } }
  .a-btn svg {
    -webkit-transition: fill .2s;
    transition: fill .2s; }
  .a-btn-outline {
    background: #fff;
    border: 1px solid #5A4C66;
    color: #5A4C66; }
    .a-btn-outline:hover {
      background: #C92323;
      border: 1px solid #C92323;
      color: #fff; }
    .a-btn-outline_reversed {
      border: 1px solid #fff;
      color: #fff;
      background: transparent; }
      .a-btn-outline_reversed:hover {
        background: #fff;
        color: #5A4C66;
        border: 1px solid #5A4C66; }
  .a-btn-red {
    background: #E11408;
    border: 1px solid #E11408; }
  .a-btn-red2 {
    background: #C92323;
    border: 1px solid #C92323; }
  .a-btn-red, .a-btn-red2 {
    color: #fff; }
    .a-btn-red:hover, .a-btn-red2:hover {
      background: #fff;
      color: #5A4C66;
      border: 1px solid #5A4C66; }
  .a-btn-black {
    color: white;
    background: #333;
    border: 1px solid #333; }
    .a-btn-black:hover {
      color: black;
      background: white; }
  .a-btn.disabled {
    border: 1px solid #BDBAC0;
    background: #BDBAC0;
    color: #fff;
    pointer-events: none; }

.header {
  position: relative; }
  .header-desktop {
    width: 100%;
    background: #fff;
    z-index: 12; }
    .header-desktop-burger {
      width: 55px;
      height: 55px;
      margin-left: 24px;
      border-radius: 50%;
      background: #C92323;
      display: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-desktop-burger__icon {
        height: 14px;
        width: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .header-desktop-burger__line {
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 2px; }
        .header-desktop-burger__line:not(:first-child) {
          margin-top: 4px; }
      .header-desktop-burger.active .header-desktop-burger__line:first-child {
        -webkit-animation: HDBurger1 .6s ease-in forwards;
                animation: HDBurger1 .6s ease-in forwards; }
      .header-desktop-burger.active .header-desktop-burger__line:nth-child(2) {
        -webkit-animation: HDBurger2 .6s ease-in forwards, HDBurger2Opacity .6s ease-in forwards;
                animation: HDBurger2 .6s ease-in forwards, HDBurger2Opacity .6s ease-in forwards; }
      .header-desktop-burger.active .header-desktop-burger__line:last-child {
        -webkit-animation: HDBurger3 .6s ease-in forwards;
                animation: HDBurger3 .6s ease-in forwards; }

@-webkit-keyframes HDBurger1 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg); }
  60% {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg); }
  to {
    -webkit-transform: translateY(6px) rotate(405deg);
            transform: translateY(6px) rotate(405deg); } }

@keyframes HDBurger1 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg); }
  60% {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg); }
  to {
    -webkit-transform: translateY(6px) rotate(405deg);
            transform: translateY(6px) rotate(405deg); } }

@-webkit-keyframes HDBurger2Opacity {
  from, 70% {
    opacity: 1; }
  71%, to {
    opacity: 0; } }

@keyframes HDBurger2Opacity {
  from, 70% {
    opacity: 1; }
  71%, to {
    opacity: 0; } }

@-webkit-keyframes HDBurger2 {
  from, 60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes HDBurger2 {
  from, 60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes HDBurger3 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-6px) rotate(0deg);
            transform: translateY(-6px) rotate(0deg); }
  60% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg); }
  to {
    -webkit-transform: translateY(-6px) rotate(315deg);
            transform: translateY(-6px) rotate(315deg); } }

@keyframes HDBurger3 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-6px) rotate(0deg);
            transform: translateY(-6px) rotate(0deg); }
  60% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg); }
  to {
    -webkit-transform: translateY(-6px) rotate(315deg);
            transform: translateY(-6px) rotate(315deg); } }
    .header-desktop-top {
      padding: 20px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header-desktop__left, .header-desktop__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
    .header-desktop-logo__svg {
      width: calc(213px + (100vw - 1170px) * 0.14133);
      height: calc(20px + (100vw - 1170px) * 0.01467); }
    .header-desktop-logo__text {
      font-size: 20px;
      line-height: 27px;
      color: #696969; }
      @media (max-width: 1600px) {
        .header-desktop-logo__text {
          font-size: 16px;
          line-height: 20px;
          color: #333; } }
  @media (max-width: 1600px) and (max-width: 1320px) {
    .header-desktop-logo__text {
      font-size: 13px;
      line-height: 18px;
      color: #333; } }
    .header-desktop-domains {
      margin-left: calc(77px + (100vw - 1280px) * 0.06094);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-desktop-domains__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .header-desktop-domains__svg {
        width: 24px;
        height: 24px;
        fill: #5A4C66; }
        @media (max-width: 1600px) {
          .header-desktop-domains__svg {
            width: 16px;
            height: 16px; } }
      .header-desktop-domains__domain {
        margin-left: 10px;
        font-size: 20px;
        line-height: 30px;
        color: #333;
        color: #5A4C66;
        border-bottom: 1px dashed #5A4C66; }
      .header-desktop-domains:hover .header-desktop-domains__svg {
        fill: #C92323; }
      .header-desktop-domains:hover .header-desktop-domains__domain {
        color: #C92323;
        border-bottom: 1px dashed #C92323; }
    .header-desktop-phone {
      margin-left: 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 22px;
      line-height: 30px;
      font-weight: bold;
      color: #333; }
      .header-desktop-phone__icon {
        height: 24px;
        width: 24px;
        fill: #333;
        margin-right: 10px; }
        @media (max-width: 1600px) {
          .header-desktop-phone__icon {
            height: 16px;
            width: 16px;
            margin-right: 7px; } }
      @media (max-width: 1600px) {
        .header-desktop-phone {
          font-size: 18px;
          line-height: 24px;
          color: #333; } }
  @media (max-width: 1600px) and (max-width: 1320px) {
    .header-desktop-phone {
      font-size: 14px;
      line-height: 20px;
      color: #333; } }
      .header-desktop-phone:hover {
        color: #C92323; }
        .header-desktop-phone:hover .header-desktop-phone__icon {
          fill: #C92323; }
    .header-desktop__callback {
      width: 271px;
      height: 68px;
      margin-left: 23px;
      font-size: 20px;
      line-height: 30px;
      font-weight: 700; }
      @media (max-width: 1600px) {
        .header-desktop__callback {
          width: 240px;
          height: 60.2214px;
          font-size: 18px;
          line-height: 24px;
          font-weight: 700; } }
  @media (max-width: 1600px) and (max-width: 1320px) {
    .header-desktop__callback {
      width: 220px;
      height: 55.20295px;
      font-size: 16px;
      line-height: 20px;
      font-weight: 700; } }
    .header-desktop-phone, .header-desktop__callback {
      opacity: 1;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      .header-desktop-phone.hidden, .header-desktop__callback.hidden {
        opacity: 0; }
    .header-desktop-search {
      position: relative;
      overflow: hidden;
      height: 53px;
      width: 431px;
      border: 1px solid #5A4C66;
      border-radius: 180px;
      background: #fff; }
      .header-desktop-search-wrapper {
        position: absolute;
        opacity: 1 !important;
        top: 0;
        height: 100%;
        padding-left: 40px;
        right: -40vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 13;
        -webkit-transition: right .3s ease-in-out;
        transition: right .3s ease-in-out;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .header-desktop-search-wrapper.active {
          right: 0; }
        .header-desktop-search-wrapper.hidden {
          display: none; }
      .header-desktop-search-btn {
        cursor: pointer;
        margin-left: 23px; }
        .header-desktop-search-btn__icon {
          height: 24px;
          width: 24px; }
        @media (max-width: 1600px) {
          .header-desktop-search-btn {
            margin-left: 15.44px; }
            .header-desktop-search-btn__icon {
              width: 16px;
              height: 16px; } }
      .header-desktop-search-button {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 70px;
        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; }
        .header-desktop-search-button__icon {
          width: 24px;
          height: 24px;
          fill: #5A4C66; }
        .header-desktop-search-button:focus .header-desktop-search-button__icon {
          fill: #C92323; }
      .header-desktop-search__input {
        width: 100%;
        height: 100%;
        border: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        padding: 0 40px 0 70px;
        font-size: 18px;
        line-height: 24px;
        color: #333; }
    .header-desktop-menu {
      background: #003449;
      height: calc(37.75px + (100vw - 1280px) * 0.02852);
      width: 100%; }
      .header-desktop-menu__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .header-desktop-menu-link {
        position: relative;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        color: #fff; }
        .header-desktop-menu-link-submenu {
          top: 100%;
          left: 0;
          width: 100%;
          z-index: 12;
          background: #fff;
          -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1);
          border-radius: 5px;
          position: absolute;
          padding: 20px;
          display: none; }
          .header-desktop-menu-link-submenu__item {
            font-size: 16px;
            line-height: 24px;
            color: #333;
            display: block;
            padding: 6px 0;
            width: 100%;
            font-weight: normal; }
            .header-desktop-menu-link-submenu__item:visited {
              color: #333; }
            .header-desktop-menu-link-submenu__item:hover {
              color: #E11408; }
        .header-desktop-menu-link__icon {
          height: 18px;
          width: 18px;
          margin-left: 11px;
          fill: #fff; }
        .header-desktop-menu-link:hover .header-desktop-menu-link-submenu {
          display: block; }
      @media (max-width: 1600px) {
        .header-desktop-menu-link {
          font-size: 18px;
          line-height: 24px;
          font-weight: 700;
          color: #fff; }
        .header-desktop-menu__icon {
          margin-left: 7px;
          height: 16px;
          width: 16px; } }

@media (max-width: 1600px) and (max-width: 1320px) {
  .header-desktop-menu {
    height: 37.75px; }
    .header-desktop-menu-link {
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      color: #fff; }
    .header-desktop-menu__icon {
      margin-left: 5px;
      height: 12px;
      width: 12px; } }
    .header-desktop-sticky-menu {
      width: 536px;
      position: fixed;
      background: #fff;
      height: calc(100vh - 100px);
      right: 0;
      z-index: 9;
      display: none;
      top: 100px; }
      @media (max-width: 1600px) {
        .header-desktop-sticky-menu {
          height: calc(100vh - 92px);
          top: 92px; } }
  @media (max-width: 1600px) and (max-width: 1320px) {
    .header-desktop-sticky-menu {
      top: 87px;
      height: calc(100vh - 87px); } }
      .header-desktop-sticky-menu.active {
        display: block; }
      .header-desktop-sticky-menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #CDCDCD; }
        .header-desktop-sticky-menu-item:last-child {
          border-bottom: 1px solid #CDCDCD; }
        .header-desktop-sticky-menu-item__link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          padding: 20px 35px;
          font-size: 20px;
          line-height: 30px;
          font-weight: 700;
          color: #333; }
        .header-desktop-sticky-menu-item__subitems_btn {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          padding: 0 35px;
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .header-desktop-sticky-menu-item__icon {
          height: 18px;
          width: 18px;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
        .header-desktop-sticky-menu-item-children {
          position: fixed;
          z-index: 10;
          right: -200%;
          top: 100px;
          background: #fff;
          height: calc(100vh - 100px);
          width: 536px;
          overflow-y: scroll;
          -webkit-transition: right .3s ease-in-out;
          transition: right .3s ease-in-out;
          padding-bottom: 12px; }
          .header-desktop-sticky-menu-item-children-back {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 15px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 54px;
            border-top: 1px solid #CDCDCD;
            border-bottom: 1px solid #CDCDCD;
            background: #5A4C66; }
            .header-desktop-sticky-menu-item-children-back__text {
              font-size: 16px;
              line-height: 20px;
              font-weight: 700;
              color: #fff; }
          .header-desktop-sticky-menu-item-children-item {
            padding: 15px;
            font-size: 18px;
            line-height: 26px;
            font-weight: 700;
            color: #333;
            border-bottom: 1px solid #CDCDCD;
            display: block; }
          @media (max-width: 1600px) {
            .header-desktop-sticky-menu-item-children {
              height: calc(100vh - 92px);
              top: 92px; } }
  @media (max-width: 1600px) and (max-width: 1320px) {
    .header-desktop-sticky-menu-item-children {
      top: 87px;
      height: calc(100vh - 87px); } }
        .header-desktop-sticky-menu-item.active + .header-desktop-sticky-menu-item-children {
          right: 0; }
    .header-desktop.sticky {
      position: fixed;
      top: 0;
      left: 0; }
      .header-desktop.sticky .header-desktop-menu {
        display: none; }
      .header-desktop.sticky .header-desktop-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .header-desktop.sticky .header-desktop-top {
        padding: 16px 0; }
      .header-desktop.sticky .header-desktop-search-btn {
        display: none; }
  .header-domain_select {
    position: absolute;
    top: calc(134px + (100vw - 1170px) * 0.03733);
    width: 100%;
    height: calc(100vh - 134px);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: -1;
    padding: 50px 75px;
    overflow-y: scroll; }
    @media (max-width: 1170px) {
      .header-domain_select {
        top: 120px; } }
    @media (max-width: 1170px) {
      .header-domain_select {
        position: fixed;
        top: 0;
        height: 100vh; } }
    .header-domain_select-top {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header-domain_select-search {
      position: relative;
      border: 1px solid #E2E2E2;
      border-radius: 180px;
      height: 68px;
      width: 674px; }
      @media (max-width: 1170px) {
        .header-domain_select-search {
          height: 52px; } }
  @media (max-width: 1170px) and (max-width: 979px) {
    .header-domain_select-search {
      height: 42px; } }
      @media (max-width: 979px) {
        .header-domain_select-search {
          width: calc(100% - 60px); } }
      .header-domain_select-search-button {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 64px;
        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; }
        .header-domain_select-search-button__icon {
          width: 24px;
          height: 24px;
          fill: #5A4C66; }
        .header-domain_select-search-button:focus .header-domain_select-search-button__icon {
          fill: #C92323; }
      .header-domain_select-search__input {
        border: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        font-size: 16px;
        line-height: 24px;
        border-radius: 180px;
        color: #333;
        padding: 0 64px 0 20px;
        height: 100%;
        width: 100%; }
        .header-domain_select-search__input::-webkit-input-placeholder {
          font-size: 16px;
          line-height: 24px;
          color: #878787; }
        .header-domain_select-search__input::-moz-placeholder {
          font-size: 16px;
          line-height: 24px;
          color: #878787; }
        .header-domain_select-search__input::-ms-input-placeholder {
          font-size: 16px;
          line-height: 24px;
          color: #878787; }
        .header-domain_select-search__input::placeholder {
          font-size: 16px;
          line-height: 24px;
          color: #878787; }
    .header-domain_select-domains {
      margin-top: 36px;
      -webkit-columns: 7;
         -moz-columns: 7;
              columns: 7; }
      @media (max-width: 1920px) {
        .header-domain_select-domains {
          -webkit-columns: 5;
             -moz-columns: 5;
                  columns: 5; } }
  @media (max-width: 1920px) and (max-width: 1600px) {
    .header-domain_select-domains {
      -webkit-columns: 4;
         -moz-columns: 4;
              columns: 4; } }
  @media (max-width: 1920px) and (max-width: 1600px) and (max-width: 979px) {
    .header-domain_select-domains {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; } }
  @media (max-width: 1920px) and (max-width: 1600px) and (max-width: 979px) and (max-width: 768px) {
    .header-domain_select-domains {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; } }
  @media (max-width: 1920px) and (max-width: 1600px) and (max-width: 979px) and (max-width: 768px) and (max-width: 600px) {
    .header-domain_select-domains {
      -webkit-columns: 1;
         -moz-columns: 1;
              columns: 1; } }
      .header-domain_select-domains-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-break-inside: avoid;
           -moz-column-break-inside: avoid;
                break-inside: avoid-column;
        margin-top: -5.5px; }
        .header-domain_select-domains-item-domain {
          padding: 12.5px;
          font-weight: 500;
          font-size: 16px;
          display: block;
          line-height: 24px;
          color: #333; }
          .header-domain_select-domains-item-domain:hover {
            color: #E11408;
            text-decoration: underline; }
          .header-domain_select-domains-item-domain.hidden {
            display: none; }
        .header-domain_select-domains-item__letter {
          margin-top: 5.5px;
          min-height: 37px;
          min-width: 37px;
          height: 37px;
          width: 37px;
          font-weight: 900;
          font-size: 16px;
          line-height: 24px;
          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;
          border-radius: 8px;
          border: 1px solid #E2E2E2;
          color: #333;
          margin-right: 19px; }
        .header-domain_select-domains-item.hidden {
          display: none; }
    .header-domain_select__close {
      cursor: pointer;
      height: 40px;
      width: 40px;
      fill: #5A4C66; }
      @media (max-width: 979px) {
        .header-domain_select__close {
          height: 36px;
          width: 36px; } }
  .header.domain-select {
    height: 150px; }
    .header.domain-select .header-domain_select {
      background: #fff;
      opacity: 1;
      z-index: 10; }
    .header.domain-select .header-desktop-bottom {
      display: none; }
    @media (max-width: 1170px) {
      .header.domain-select .header-domain_select {
        z-index: 12;
        padding: 25px 40px; } }

@media (max-width: 1170px) and (max-width: 768px) {
  .header.domain-select .header {
    padding: 15px 20px; } }
  .header-wrapper {
    width: 100%; }
  .header-mobile {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 11; }
    .header-mobile-top {
      height: 64px;
      border-bottom: 1px solid #E2E2E2;
      position: relative;
      background: #fff; }
      .header-mobile-top-menu {
        height: 100%;
        width: 60px;
        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;
        padding-bottom: 4px; }
        .header-mobile-top-menu__icon {
          height: 24px;
          width: 24px;
          fill: #5A4C66; }
          .header-mobile-top-menu__icon:first-child {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .header-mobile-top-menu__icon:last-child {
            display: none; }
        .header-mobile-top-menu.active .header-mobile-top-menu__icon:first-child {
          display: none; }
        .header-mobile-top-menu.active .header-mobile-top-menu__icon:last-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
    .header-mobile-bottom {
      height: 56px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 8px 15px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background: #fff; }
    .header-mobile-menu {
      position: fixed;
      left: -200%;
      top: 121px;
      background: #fff;
      height: calc(100vh - 121px);
      width: 100%;
      z-index: 10;
      -webkit-transition: left .3s ease-in-out;
      transition: left .3s ease-in-out;
      overflow-y: scroll; }
      .header-mobile-menu-top {
        height: 54px;
        width: 100%;
        padding: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #C92323;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #fff; }
      .header-mobile-menu-bg {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        background: rgba(0, 0, 0, 0.37);
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
        z-index: -2;
        opacity: 0; }
        .header-mobile-menu-bg.active {
          z-index: 9;
          opacity: 1; }
      .header-mobile-menu.active {
        left: 0; }
      .header-mobile-menu-catalog {
        width: 100%; }
        .header-mobile-menu-catalog-children {
          position: fixed;
          z-index: 10;
          left: -200%;
          top: 120px;
          background: #fff;
          height: calc(100vh - 121px);
          width: 100%;
          overflow-y: scroll;
          -webkit-transition: left .3s ease-in-out;
          transition: left .3s ease-in-out;
          padding-bottom: 12px; }
          .header-mobile-menu-catalog-children-back {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 15px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 54px;
            border-top: 1px solid #E2E2E2;
            border-bottom: 1px solid #E2E2E2;
            background: #F9F9F9; }
            .header-mobile-menu-catalog-children-back__text {
              font-size: 16px;
              line-height: 24px;
              color: #333; }
            .header-mobile-menu-catalog-children-back__icon {
              margin-right: 7px;
              width: 12px;
              height: 12px;
              fill: #333;
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }
          .header-mobile-menu-catalog-children-item {
            padding: 15px;
            font-size: 16px;
            line-height: 24px;
            color: #333;
            border-bottom: 1px dashed #E2E2E2;
            display: block; }
        .header-mobile-menu-catalog-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-bottom: 1px solid #E2E2E2; }
          .header-mobile-menu-catalog-item__text {
            font-size: 18px;
            line-height: 24px;
            font-weight: 700;
            color: #333;
            min-width: -webkit-fit-content;
            min-width: -moz-fit-content;
            min-width: fit-content;
            max-width: calc(100% - 36px);
            padding: 15px 0 15px 15px; }
          .header-mobile-menu-catalog-item__subitems_btn {
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: end;
            width: 100%;
            padding: 15px; }
          .header-mobile-menu-catalog-item__icon {
            width: 12px;
            height: 12px;
            margin-left: 20px;
            -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
            fill: #333; }
          .header-mobile-menu-catalog-item.active + .header-mobile-menu-catalog-children {
            left: 0; }
    .header-mobile-logo {
      position: absolute;
      top: 0;
      left: calc(50% - 100px);
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .header-mobile-logo__svg {
        height: 17.9px;
        width: 184.5px; }
      .header-mobile-logo__text {
        margin-left: calc(12px + (100vw - 320px) * 0.02121);
        font-weight: 500;
        font-size: calc(11px + (100vw - 320px) * 0.00804);
        color: #333;
        line-height: calc(14px + (100vw - 320px) * 0.00982); }
    .header-mobile-phone {
      font-size: 14px;
      line-height: 20px;
      color: #333;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      margin-left: 15%; }
      @media (max-width: 768px) {
        .header-mobile-phone {
          margin-left: 0; } }
      .header-mobile-phone__icon {
        width: 16px;
        height: 16px;
        margin-right: 7px;
        fill: #5A4C66; }
      .header-mobile-phone:hover {
        color: #C92323; }
        .header-mobile-phone:hover .header-mobile-phone__icon {
          fill: #C92323; }
    .header-mobile__callback {
      width: calc(137px + (100vw - 320px) * 0.54471);
      border-radius: 180px;
      height: 37px;
      font-size: 12px;
      line-height: 15px;
      font-weight: 700; }
      @media (max-width: 768px) {
        .header-mobile__callback {
          width: calc(100% - 153px); } }

.footer {
  width: 100%;
  background: #003449; }
  .footer-phone {
    margin-left: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #fff; }
    .footer-phone__icon {
      height: 24px;
      width: 24px;
      fill: #fff;
      margin-right: 10px; }
      @media (max-width: 1600px) {
        .footer-phone__icon {
          height: 16px;
          width: 16px;
          margin-right: 7px; } }
    @media (max-width: 1600px) {
      .footer-phone {
        font-size: 18px;
        line-height: 24px; } }
  @media (max-width: 1600px) and (max-width: 1320px) {
    .footer-phone {
      font-size: 14px;
      line-height: 20px; } }
  @media (max-width: 1600px) and (max-width: 1320px) and (max-width: 480px) {
    .footer-phone {
      font-weight: 400; } }
    .footer-phone:hover {
      color: #C92323; }
      .footer-phone:hover .footer-phone__icon {
        fill: #C92323; }
    @media (max-width: 768px) {
      .footer-phone {
        margin-left: 0; } }
  .footer__callback {
    width: 255px;
    height: 68px;
    margin-left: 32px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700; }
    @media (max-width: 1600px) {
      .footer__callback {
        width: 240px;
        height: 60.2214px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700; } }
  @media (max-width: 1600px) and (max-width: 1320px) {
    .footer__callback {
      width: 170px;
      height: 42.65683px;
      font-size: 14px;
      line-height: 22px;
      font-weight: 700; } }
  @media (max-width: 1600px) and (max-width: 1320px) and (max-width: 480px) {
    .footer__callback {
      width: 149px;
      margin-left: 0;
      height: 37.38745px;
      font-size: 12px;
      line-height: 15px;
      font-weight: 700; } }
    .footer__callback_register {
      width: 271px;
      margin-left: 27px; }
      @media (max-width: 1320px) {
        .footer__callback_register {
          width: 181px;
          height: 45.41697px;
          font-size: 14px;
          line-height: 22px;
          font-weight: 700; } }
      @media (max-width: 1080px) {
        .footer__callback_register {
          width: 50%;
          margin-left: 15px; } }
      @media (max-width: 768px) {
        .footer__callback_register {
          margin-left: 0;
          padding: 0 15px;
          margin-top: 10px;
          width: calc(100% - 30px); } }
  @media (max-width: 768px) and (max-width: 480px) {
    .footer__callback_register {
      font-size: 13px;
      line-height: 19px; } }
  .footer__feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .footer__feedback {
        width: 100%;
        padding: 0 15px;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .footer__feedback {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer__links {
    margin-top: 26.58px; }
    @media (max-width: 1320px) {
      .footer__links {
        margin-top: 22px; } }
    @media (max-width: 979px) {
      .footer__links {
        margin-top: 0;
        margin-left: 20px; } }
  @media (max-width: 979px) and (max-width: 480px) {
    .footer__links {
      margin-top: 20px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: 0; }
      .footer__links .base-links__item {
        width: 36px;
        height: 36px; }
      .footer__links .base-links__drive {
        width: 88px;
        height: 36px; } }
  .footer-search {
    width: 250px;
    position: relative;
    height: 54px;
    border-bottom: 2px solid #5F5F5F; }
    .footer-search__input {
      width: 100%;
      height: 100%;
      outline: none;
      border: none;
      background: transparent; }
      .footer-search__input, .footer-search__input::-webkit-input-placeholder {
        font-size: 20px;
        line-height: 30px;
        color: #fff; }
      .footer-search__input, .footer-search__input::-moz-placeholder {
        font-size: 20px;
        line-height: 30px;
        color: #fff; }
      .footer-search__input, .footer-search__input::-ms-input-placeholder {
        font-size: 20px;
        line-height: 30px;
        color: #fff; }
      .footer-search__input, .footer-search__input::placeholder {
        font-size: 20px;
        line-height: 30px;
        color: #fff; }
        @media (max-width: 1320px) {
          .footer-search__input, .footer-search__input::-webkit-input-placeholder {
            font-size: 14px;
            line-height: 20px; }
          .footer-search__input, .footer-search__input::-moz-placeholder {
            font-size: 14px;
            line-height: 20px; }
          .footer-search__input, .footer-search__input::-ms-input-placeholder {
            font-size: 14px;
            line-height: 20px; }
          .footer-search__input, .footer-search__input::placeholder {
            font-size: 14px;
            line-height: 20px; } }
    .footer-search-btn {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      background: transparent;
      border: none;
      height: 100%;
      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;
      outline: none;
      width: 54px; }
      .footer-search-btn__icon {
        width: 24px;
        height: 24px;
        fill: #fff; }
      .footer-search-btn:focus .footer-search-btn__svg {
        fill: #C92323; }
    @media (max-width: 1320px) {
      .footer-search {
        height: 32px;
        min-height: 32px;
        width: 167px; }
        .footer-search-btn {
          width: 32px; }
          .footer-search-btn__icon {
            width: 16px;
            height: 16px; } }
  @media (max-width: 1320px) and (max-width: 979px) {
    .footer-search {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: unset; } }
  @media (max-width: 1320px) and (max-width: 979px) and (max-width: 480px) {
    .footer-search {
      width: 100%; } }
  .footer-logo__icon {
    height: calc(24.17px + (100vw - 1280px) * 0.01883);
    width: calc(247.24px + (100vw - 1280px) * 0.19272); }
    @media (max-width: 979px) {
      .footer-logo__icon {
        width: 227px;
        height: 22.26px; } }
  .footer-logo__text {
    font-size: 22px;
    line-height: 30px;
    color: #fff; }
    @media (max-width: 1600px) {
      .footer-logo__text {
        font-size: 13px;
        line-height: 19px; } }
  @media (max-width: 1600px) and (max-width: 979px) {
    .footer-logo__text {
      font-size: 13px;
      line-height: 18px; } }
  .footer-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 135px;
    border-bottom: 1px solid #464646; }
    @media (max-width: 1080px) {
      .footer-top {
        height: unset; } }
    .footer-top__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 1080px) {
        .footer-top__inner {
          padding: 20px 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: unset;
              -ms-flex-pack: unset;
                  justify-content: unset; } }
  @media (max-width: 1080px) and (max-width: 600px) {
    .footer-top__inner {
      padding: 40px 0 14px; } }
    .footer-top__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1080px) {
        .footer-top__content {
          margin-top: 20px;
          width: 100%;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
      @media (max-width: 768px) {
        .footer-top__content {
          margin-top: 30px;
          padding-top: 14px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          border-top: 1px solid #464646;
          width: 100%; } }
  .footer-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 0 15px; }
    @media (max-width: 979px) {
      .footer-middle__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 35px; } }
  @media (max-width: 979px) and (max-width: 480px) {
    .footer-middle__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
    .footer-middle__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 979px) {
        .footer-middle__inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
    .footer-middle-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 79px; }
      .footer-middle-nav__title {
        font-size: 27.5px;
        line-height: 33px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 14.25px;
        display: block; }
      .footer-middle-nav__link {
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        max-width: 288px;
        padding: 8.25px 0;
        display: block; }
      @media (max-width: 1600px) {
        .footer-middle-nav {
          margin-left: 52px; }
          .footer-middle-nav__title {
            font-size: 24px;
            line-height: 22px;
            margin-bottom: 9px; }
          .footer-middle-nav__link {
            font-size: 16px;
            line-height: 20px;
            padding: 6.5px 0;
            max-width: 192px; } }
  @media (max-width: 1600px) and (max-width: 1320px) {
    .footer-middle-nav {
      margin-left: 52px; }
      .footer-middle-nav__title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px; }
      .footer-middle-nav__link {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 0;
        max-width: 192px; } }
      @media (max-width: 979px) {
        .footer-middle-nav {
          margin-left: 0;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .footer-middle-nav-category {
            margin-top: 20px;
            width: calc(100% / 3 - 30px); } }
    @media (max-width: 979px) and (max-width: 768px) {
      .footer-middle-nav-category {
        width: calc(100% / 2 - 30px); } }
  @media (max-width: 979px) and (max-width: 768px) and (max-width: 600px) {
    .footer-middle-nav-category {
      width: 100%; } }
    @media (max-width: 979px) {
      .footer-middle {
        padding: 10px 0 15px; } }
    @media (max-width: 600px) {
      .footer-middle {
        padding: 10px 0 15px !important; } }
  .footer-bottom {
    border-top: 1px solid #464646;
    padding: 16px 0; }
    .footer-bottom__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .footer-bottom__copyright {
      margin-right: 43px;
      padding: 2px 0; }
      @media (max-width: 768px) {
        .footer-bottom__copyright {
          width: 100%;
          margin-right: 0; } }
    .footer-bottom__copyright, .footer-bottom__privacy {
      font-size: 18px;
      line-height: 28px;
      color: #A4A4A4; }
      @media (max-width: 1320px) {
        .footer-bottom__copyright, .footer-bottom__privacy {
          font-size: 13px;
          line-height: 19px; } }
    .footer-bottom__privacy {
      margin-right: 37px; }
      .footer-bottom__privacy:hover {
        color: #fff; }
    .footer-bottom-placestart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 18px;
      line-height: 20px;
      color: #A4A4A4; }
      @media (max-width: 1320px) {
        .footer-bottom-placestart {
          font-size: 13px;
          line-height: 19px; } }
      .footer-bottom-placestart__logo {
        height: 24px;
        width: 30px;
        fill: #9BBF2E;
        margin-left: 10.5px;
        margin-top: 2px; }
      .footer-bottom-placestart__text {
        height: 14.77px;
        width: 118.6px;
        fill: #A4A4A4; }
      .footer-bottom-placestart__logo, .footer-bottom-placestart__text {
        -webkit-transition: fill .2s;
        transition: fill .2s; }
      .footer-bottom-placestart:hover {
        color: #fff; }
        .footer-bottom-placestart:hover .footer-bottom-placestart__logo, .footer-bottom-placestart:hover .footer-bottom-placestart__text {
          fill: #fff; }
    @media (max-width: 480px) {
      .footer-bottom {
        padding: 10px 0 25px; }
        .footer-bottom__copyright, .footer-bottom__privacy, .footer-bottom-placestart {
          margin-top: 20px;
          margin-right: 0;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; }
        .footer-bottom__inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: unset;
              -ms-flex-pack: unset;
                  justify-content: unset;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
  .footer-ps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-ps__logo {
      height: 30px;
      width: 246px; }
  .footer-nav {
    width: calc(100% - 412px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1800px) {
      .footer-nav {
        width: 100%; } }
    @media (max-width: 768px) {
      .footer-nav {
        padding-right: calc(0px + (100vw - 600px) * 1.05357); } }
    .footer-nav-item {
      width: calc(100% / 4); }
      @media (max-width: 1320px) {
        .footer-nav-item {
          margin-top: 30px;
          width: calc(100% / 2); } }
  @media (max-width: 1320px) and (max-width: 768px) {
    .footer-nav-item {
      width: calc(50% - 50px); } }
  @media (max-width: 1320px) and (max-width: 768px) and (max-width: 600px) {
    .footer-nav-item {
      width: 100%; } }
      .footer-nav-item__title {
        display: block;
        font-weight: bold;
        font-size: calc(18px + (100vw - 320px) * 0.0025);
        line-height: calc(20px + (100vw - 320px) * 0.00375);
        color: #333; }
        .footer-nav-item__title:hover {
          color: #E11408; }
      .footer-nav-item-subitem {
        display: block;
        padding: calc(6px + (100vw - 320px) * 0.00156) 0;
        color: #333;
        font-size: calc(14px + (100vw - 320px) * 0.00063);
        line-height: 20px; }
        .footer-nav-item-subitem:hover {
          color: #E11408; }
        .footer-nav-item-subitems {
          max-width: 210px;
          margin-top: calc(8px + (100vw - 320px) * 0.00219); }
  .footer-info {
    width: 412px;
    position: relative; }
    .footer-info__link {
      font-weight: bold;
      font-size: calc(18px + (100vw - 320px) * 0.0025);
      line-height: calc(20px + (100vw - 320px) * 0.00375);
      color: #333;
      margin-top: 20px;
      margin-right: 20px; }
      .footer-info__link:first-child {
        margin-top: 0; }
      .footer-info__link:hover {
        color: #E11408; }
    .footer-info-drive2 {
      margin-top: 34px;
      margin-right: 34px;
      height: 46px;
      width: 112px; }
      .footer-info-drive2__img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .footer-info-drive2, .footer-info__link {
      display: block; }
    .footer-info-social {
      margin-top: 34.86px;
      margin-right: 34.86px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 283.14px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 480px) {
        .footer-info-social {
          margin-left: 10.48px;
          width: 250.23px; } }
      .footer-info-social-item {
        height: calc(37.81px + (100vw - 320px) * 0.00376);
        width: calc(37.81px + (100vw - 320px) * 0.00376); }
        .footer-info-social-item__icon {
          height: 100%;
          width: 100%;
          fill: none;
          -o-object-fit: cover;
             object-fit: cover; }
    .footer-info-payment {
      margin-top: 36.31px; }
      @media (max-width: 768px) {
        .footer-info-payment {
          margin-top: 25.71px; } }
      .footer-info-payment__title {
        font-size: 15px;
        line-height: 26px;
        color: #333; }
      .footer-info-payment-items {
        margin-top: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .footer-info-payment-item {
        height: 11px;
        -o-object-fit: contain;
           object-fit: contain;
        margin-right: 20px; }
    @media (max-width: 1800px) {
      .footer-info {
        margin-top: 30px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        .footer-info-left {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
    @media (max-width: 1800px) and (max-width: 768px) {
      .footer-info-left {
        display: block; } }
    @media (max-width: 1800px) {
        .footer-info-right {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          margin-top: 20px; } }
    @media (max-width: 1800px) and (max-width: 768px) {
      .footer-info-right {
        margin-top: 40px;
        display: block; } }
    @media (max-width: 1800px) {
          .footer-info-right-left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                    align-items: baseline; } }
      @media (max-width: 1800px) and (max-width: 600px) {
        .footer-info-right-left {
          display: block; } }
    @media (max-width: 1800px) {
        .footer-info__link, .footer-info-drive2, .footer-info-social, .footer-info-payment {
          margin-top: 0; } }
  @media (max-width: 1800px) and (max-width: 768px) {
    .footer-info-payment {
      margin-top: 40px; } }

@media (max-width: 1800px) and (max-width: 768px) and (max-width: 600px) {
  .footer-info-social {
    margin-top: 30px; }
  .footer-info-payment {
    margin-top: 25.5px; } }
  @media (max-width: 1800px) and (max-width: 768px) {
    .footer-info__link {
      margin-top: 14px; } }
  .footer-registration {
    height: calc(40px + (100vw - 320px) * 0.00813);
    width: calc(176px + (100vw - 320px) * 0.04188);
    font-weight: 900;
    font-size: calc(11px + (100vw - 320px) * 0.00313);
    line-height: calc(15px + (100vw - 320px) * 0.00562); }
    @media (max-width: 1170px) {
      .footer-registration {
        width: 50%; } }
  @media (max-width: 1170px) and (max-width: 979px) {
    .footer-registration {
      width: 100%; } }
  @media (max-width: 1170px) and (max-width: 979px) and (max-width: 600px) {
    .footer-registration {
      width: 176px; } }
    @media (max-width: 600px) {
      .footer-registration {
        margin: 15px 0 0 0; } }
    .footer-registration.--meduim {
      display: none; }
      @media (max-width: 1170px) {
        .footer-registration.--meduim {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media (max-width: 600px) {
        .footer-registration.--meduim {
          display: none; } }
    .footer-registration.--dm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1170px) {
        .footer-registration.--dm {
          display: none; } }
  @media (max-width: 1170px) and (max-width: 600px) {
    .footer-registration.--dm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 600px) {
    .footer {
      padding: 0; }
      .footer-top {
        padding: 0; }
        .footer-top-right {
          padding: 26px 15px 28px; }
      .footer-middle {
        padding: 0 15px 36.77px; } }

.modal-domains {
  padding: 35px 30px;
  width: 300px; }
  .modal-domains-item {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
    display: block; }
    .modal-domains-item.active {
      color: #0054A6; }
    .modal-domains-item:hover {
      color: #E11408; }

.modal-near {
  padding: calc(20px + (100vw - 320px) * 0.00688) calc(20px + (100vw - 320px) * 0.01562) calc(20px + (100vw - 320px) * 0.0175) calc(20px + (100vw - 320px) * 0.01);
  width: 1215px;
  height: 718px; }
  @media (max-width: 1290px) {
    .modal-near {
      width: 100%;
      height: 100vh;
      overflow: scroll; } }
  .modal-near__header {
    font-weight: 900;
    font-size: calc(18px + (100vw - 320px) * 0.00625);
    line-height: calc(24px + (100vw - 320px) * 0.0075);
    color: #333; }
    @media (max-width: 1170px) {
      .modal-near__header {
        padding-right: 20px; } }
  .modal-near-close {
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    top: 0;
    right: 0; }
    .modal-near-close__svg {
      width: 24px;
      height: 24px;
      fill: #333; }
    @media (max-width: 1290px) {
      .modal-near-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .modal-near-content {
    width: 100%;
    height: -webkit-fill-available;
    position: relative;
    margin-top: 26px; }
    .modal-near-content-select {
      position: relative;
      z-index: 1;
      padding: 40px 32px;
      height: 486px;
      width: 496px;
      -webkit-box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.15);
              box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.15);
      border-radius: 3px;
      background: #fff; }
      @media (max-width: 1170px) {
        .modal-near-content-select {
          width: 100%;
          height: 400px; } }
      .modal-near-content-select-list {
        width: 100%;
        height: 345px;
        margin-top: 20px; }
        @media (max-width: 1170px) {
          .modal-near-content-select-list {
            height: 250px; } }
        .modal-near-content-select-list-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .modal-near-content-select-list-item.hidden {
            display: none; }
          .modal-near-content-select-list-item-letter {
            width: 38px;
            height: 38px;
            border: 1px solid #E11408;
            border-radius: 50%;
            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;
            font-weight: 900;
            font-size: 16px;
            line-height: 24px;
            color: #E11408;
            margin-right: 19px; }
          .modal-near-content-select-list-item-subitems {
            display: block;
            margin-top: -5.5px; }
            .modal-near-content-select-list-item-subitems__city {
              font-weight: 500;
              padding: 12.5px 0;
              display: block;
              font-size: 16px;
              line-height: 24px;
              color: #333; }
              .modal-near-content-select-list-item-subitems__city.active {
                -webkit-text-decoration-line: underline;
                        text-decoration-line: underline;
                color: #E11408; }
              .modal-near-content-select-list-item-subitems__city:hover {
                color: #0054A6; }
              .modal-near-content-select-list-item-subitems__city.hidden {
                display: none; }
      .modal-near-content-select-map {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        @media (max-width: 1170px) {
          .modal-near-content-select-map {
            margin-top: 15px;
            position: unset; } }

.modal-typical {
  width: 544px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 600px) {
    .modal-typical {
      width: 100%;
      overflow: scroll; } }
  .modal-typical-close {
    position: absolute;
    top: 19px;
    cursor: pointer;
    right: 19px;
    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: 46px;
    height: 46px; }
    .modal-typical-close__svg {
      width: 24px;
      height: 24px;
      fill: #333; }
  .modal-typical-form {
    display: block;
    margin-top: 20px;
    width: 100%; }
    .modal-typical-form &gt; .form-group {
      margin-top: 12px; }
      .modal-typical-form &gt; .form-group &gt; input {
        border: 1px solid #E2E2E2; }
  .modal-typical__header {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #333;
    text-align: center; }
    @media (max-width: 1600px) {
      .modal-typical__header {
        font-size: 26px;
        line-height: 30px; } }
  @media (max-width: 1600px) and (max-width: 1170px) {
    .modal-typical__header {
      font-size: 20px;
      line-height: 26px; } }
  .modal-typical__description {
    margin-top: 12px;
    font-size: 20px;
    line-height: 26px;
    text-align: center; }
    @media (max-width: 1170px) {
      .modal-typical__description {
        font-size: 18px;
        line-height: 20px; } }
  @media (max-width: 1170px) and (max-width: 600px) {
    .modal-typical__description {
      font-size: 15px;
      line-height: 18px;
      color: #333; } }
  .modal-typical__send {
    margin-top: 20px;
    width: 100%; }
  .modal-typical-personal {
    margin-top: 8px;
    text-align: center;
    max-width: 294px; }
    .modal-typical-personal, .modal-typical-personal__link {
      font-size: 18px;
      line-height: 25px;
      color: #878787; }
      @media (max-width: 1170px) {
        .modal-typical-personal, .modal-typical-personal__link {
          font-size: 16px;
          line-height: 20px; } }
    .modal-typical-personal__link {
      color: #696969;
      text-decoration: underline; }
  .modal-typical__error {
    display: none;
    margin-top: 12px;
    font-size: calc(12px + (100vw - 320px) * 0.0025);
    line-height: calc(18px + (100vw - 320px) * 0.00375);
    color: #E11408; }
    .modal-typical__error.active {
      display: block; }

.modal-response {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 466px; }

.modal-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .modal-success__icon {
    width: 65px;
    height: 65px;
    fill: none; }
  .modal-success__header {
    margin-top: 30px;
    max-width: 328px; }
  .modal-success__description {
    margin-top: 20px; }

.modal-error__icon {
  width: 65px;
  height: 65px;
  fill: none; }

.modal-error__header {
  margin-top: 30px;
  max-width: 328px; }

.modal-error__description {
  margin-top: 20px; }

.modal-load__icon {
  width: 90px;
  height: 90px;
  fill: none; }
  .modal-load__icon .tire {
    -webkit-animation: rotation 1800ms infinite linear;
            animation: rotation 1800ms infinite linear;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  .modal-load__icon .rim {
    -webkit-animation: rotation 1200ms infinite linear;
            animation: rotation 1200ms infinite linear;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }

.modal-load__header {
  margin-top: 21px; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.54);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20; }
  .modal-bg.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.modal-base {
  background: #fff;
  border-radius: 30px;
  padding: 50px 30px;
  display: none; }
  .modal-base.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.scroll-top {
  position: fixed;
  bottom: 75px;
  right: 75px;
  height: 120px;
  width: 120px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  z-index: -1; }
  @media (max-width: 1600px) {
    .scroll-top {
      bottom: 15px;
      right: 15px; } }
  @media (max-width: 1170px) {
    .scroll-top {
      display: none; } }
  .scroll-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    height: 85px;
    width: 85px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #E11408;
    border: 1px solid #E11408;
    cursor: pointer;
    -webkit-transition: border .3s, background-color .3s;
    transition: border .3s, background-color .3s; }
  .scroll-top__icon {
    width: 53px;
    height: 53px;
    fill: #fff;
    -webkit-transition: fill .3s;
    transition: fill .3s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .scroll-top.active {
    opacity: 1;
    z-index: 3; }
  .scroll-top.end {
    position: absolute;
    top: 66px;
    right: 0; }
    @media (max-width: 1800px) {
      .scroll-top.end {
        top: -195px; } }
    .scroll-top.end .scroll-top-wrapper {
      background: none;
      border: 1px solid #C5D7EA; }
    .scroll-top.end .scroll-top__icon {
      fill: #C5D7EA; }

.k-scroll-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.k-scroll-track {
  width: 100%;
  padding-right: 13px;
  overflow: scroll; }
  .k-scroll-track::-webkit-scrollbar {
    display: none; }
  .k-scroll-track::-moz-viewport-scroll {
    display: none; }

.k-scroll-bar {
  width: 5px;
  margin-top: 5px;
  height: calc(100% - 10px);
  background: #F9F9F9;
  border-radius: 9px;
  position: relative; }
  .k-scroll-bar.hidden {
    display: none; }
  .k-scroll-bar-slider {
    left: 0;
    top: 0;
    position: absolute;
    width: 5px;
    background: #C92323;
    border-radius: 9px; }

.cookie {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #5A4C66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px calc(15px + (100vw - 320px) * 0.09062);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cookie.hidden {
    display: none; }
  @media (max-width: 1170px) {
    .cookie {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .cookie__text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding-right: 20px; }
    @media (max-width: 1170px) {
      .cookie__text {
        padding: 0;
        width: 100%; } }
  .cookie__link {
    text-decoration: underline; }
  .cookie__btn {
    width: 306px;
    height: 53px;
    border: 1px solid #fff;
    background: #5A4C66;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    color: #fff; }
    .cookie__btn:hover {
      background: #fff;
      color: #5A4C66; }
    @media (max-width: 1170px) {
      .cookie__btn {
        margin-top: 12px;
        width: 100%; } }

.address-modal {
  padding: 30px 28px 23px;
  -webkit-filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
  background: #fff;
  width: 352px;
  position: absolute;
  top: 75px;
  right: 147px;
  display: none; }
  .address-modal-close {
    position: absolute;
    top: 11px;
    cursor: pointer;
    right: 11px;
    height: 24px;
    width: 24px; }
    .address-modal-close__svg {
      height: 100%;
      width: 100%;
      fill: #333; }
  .address-modal-bottom {
    margin-top: 24px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .address-modal-bottom__rate {
      height: 50px;
      width: 125px; }
    .address-modal-bottom__call {
      height: 52px;
      width: 140px;
      background: #0054A6;
      font-weight: 900;
      font-size: 16px;
      cursor: pointer;
      border: 1px solid #0054A6;
      line-height: 24px; }
      .address-modal-bottom__call:hover {
        background: #fff;
        color: #0054A6; }
  .address-modal__header {
    font-size: 15px;
    line-height: 20px;
    font-style: italic;
    color: #878787; }
  .address-modal__title {
    margin-top: 2px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #333; }
  .address-modal__phone {
    margin-top: 14px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #0054A6; }
  .address-modal__time {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    width: 200px; }
  .address-modal.active {
    display: block; }
  @media (max-width: 979px) {
    .address-modal {
      margin-top: 15px;
      position: unset;
      width: 100%;
      display: block; }
      .address-modal-close {
        display: none; } }

.phoneMask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 150px);
  width: 100vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .phoneMask__input {
    height: 50px;
    padding-left: 20px;
    font-size: 18px;
    width: 200px;
    background: #fcfcfc;
    border: 1px solid;
    border-radius: 2px; }

@media (max-width: 1170px) {
  .--desktop {
    display: none !important; } }

@media (min-width: 1170px) {
  .--mobile {
    display: none !important; } }

.main {
  margin-top: 0;
  -webkit-transition: margin-top .2s;
  transition: margin-top .2s;
  overflow-x: hidden; }
  .main.sticky {
    margin-top: 100px; }
  @media (max-width: 1170px) {
    .main {
      margin-top: 120px; } }

.privacy {
  padding-bottom: 100px; }

iframe .badge-widget {
  width: 100%;
  height: 100%; }

/*# sourceMappingURL=base.css.map */
</pre></body></html>