html {
    box-sizing: border-box;
  }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    padding: 0;
    margin: 0;
  }
  input[type=text],
  input[type=submit],
  textarea {
    -webkit-appearance: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    font-weight: normal;
  }
  ul,
  ol {
    padding: 0;
    margin: 0;
  }
  *:focus {
    outline: none !important;
  }
  @font-face {
    font-family: 'Foros';
    src: url("../fonts/Foros-Medium.eot");
    src: local('Foros Medium'), local('Foros-Medium'), url("../fonts/Foros-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/Foros-Medium.woff") format('woff'), url("../fonts/Foros-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Foros';
    src: url("../fonts/Foros-Regular.eot");
    src: local('Foros Regular'), local('Foros-Regular'), url("../fonts/Foros-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Foros-Regular.woff") format('woff'), url("../fonts/Foros-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Foros Medium';
    src: url("../fonts/Foros-MediumItalic.eot");
    src: local('Foros Medium Italic'), local('Foros-MediumItalic'), url("../fonts/Foros-MediumItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/Foros-MediumItalic.woff") format('woff'), url("../fonts/Foros-MediumItalic.ttf") format('truetype');
    font-weight: 500;
    font-style: italic;
  }
  @font-face {
    font-family: 'Foros Extra';
    src: url("../fonts/Foros-ExtraBold.eot");
    src: local('Foros Extra Bold'), local('Foros-ExtraBold'), url("../fonts/Foros-ExtraBold.eot?#iefix") format('embedded-opentype'), url("../fonts/Foros-ExtraBold.woff") format('woff'), url("../fonts/Foros-ExtraBold.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
  }
  @font-face {
    font-family: 'Foros Extra Bold';
    src: url("../fonts/Foros-ExtraBoldItalic.eot");
    src: local('Foros Extra Bold Italic'), local('Foros-ExtraBoldItalic'), url("../fonts/Foros-ExtraBoldItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/Foros-ExtraBoldItalic.woff") format('woff'), url("../fonts/Foros-ExtraBoldItalic.ttf") format('truetype');
    font-weight: 800;
    font-style: italic;
  }
  @font-face {
    font-family: 'Foros';
    src: url("../fonts/Foros-Italic.eot");
    src: local('Foros Italic'), local('Foros-Italic'), url("../fonts/Foros-Italic.eot?#iefix") format('embedded-opentype'), url("../fonts/Foros-Italic.woff") format('woff'), url("../fonts/Foros-Italic.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
  }
  @font-face {
    font-family: 'Foros Bold';
    src: url("../fonts/Foros-BoldItalic.eot");
    src: local('Foros Bold Italic'), local('Foros-BoldItalic'), url("../fonts/Foros-BoldItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/Foros-BoldItalic.woff") format('woff'), url("../fonts/Foros-BoldItalic.ttf") format('truetype');
    font-weight: bold;
    font-style: italic;
  }
  @font-face {
    font-family: 'Foros';
    src: url("../fonts/Foros-Bold.eot");
    src: local('Foros Bold'), local('Foros-Bold'), url("../fonts/Foros-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Foros-Bold.woff") format('woff'), url("../fonts/Foros-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  body {
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch !important;
    width: 100%;
    font-family: Foros, sans-serif;
  }
  a,
  a:visited {
    cursor: pointer;
    text-decoration: none;
  }
  .pinspb-checkbox input[type=checkbox] + label {
    padding-left: 40px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 100%;
    line-height: 16px;
  }
  .pinspb-checkbox input[type=checkbox] + label:before,
  .pinspb-checkbox input[type=checkbox] + label:after {
    content: '';
    position: absolute;
  }
  .pinspb-checkbox input[type=checkbox] + label:before {
    width: 32px;
    height: 32px;
    border: 1px solid #cad3df;
    background-color: #fff;
    border-radius: 3px;
    left: 0;
  }
  .pinspb-checkbox input[type=checkbox]:checked + label:after {
    width: 15px;
    height: 11px;
    background: url("/images/checked.svg") left top no-repeat;
    left: 9px;
    top: 10px;
    animation: fadeInUp 0.2s ease 0s both;
    background-size: contain;
  }
  .pinspb-checkbox input[type=checkbox] {
    visibility: hidden;
    display: none;
  }
  .layout-layer.company-branch-layer {
    background-color: #f2f6fa;
  }
  .layout-container.company-branch-container {
    padding-top: 64px;
  }
  .layout-layer.connection-layer {
    background-color: #f2f6fa;
  }
  .layout-container.connection-container {
    padding-top: 80px;
  }
  @media only screen and (max-width: 670px) {
    .layout-container.connection-container {
      padding-top: 16px;
    }
  }
  .connection {
    padding-left: 12px;
    padding-right: 90px;
    margin-bottom: 80px;
  }
  @media only screen and (max-width: 670px) {
    .connection {
      margin-bottom: 16px;
    }
  }
  .connection-title {
    color: #374050;
    font-family: Foros;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: 24px;
  }
  @media only screen and (max-width: 670px) {
    .connection-title {
      font-size: 24px;
      margin-bottom: 4px;
    }
  }
  .connection-block {
    display: flex;
    justify-content: space-between;
  }
  @media only screen and (max-width: 670px) {
    .connection-block {
      flex-direction: column;
      justify-content: flex-start;
    }
  }
  @media only screen and (max-width: 670px) {
    .connection-info {
      margin-bottom: 16px;
    }
  }
  .connection-info-title {
    color: #374050;
    font-family: Foros;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .connection-info-number {
    font-size: 22px;
    text-decoration: none;
    color: #374050;
    display: block;
  }
  .connection-info-link {
    text-decoration: none;
    color: #20b1ed;
    font-family: Foros;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 32px;
  }
  .connection-info-text-title {
    margin-bottom: 16px;
  }
  .connection-info-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #374050;
  }
  .connection-info-table {
    margin-right: 32px;
    color: #374050;
    font-family: Foros;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .connection-info-blok {
    color: #374050;
    font-family: Foros;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 32px;
  }
  .connection-card {
    margin-bottom: 80px;
  }
  .connection-card-tel {
    background: url("/images/card-tel.png") no-repeat;
    width: 1200px;
    height: 720px;
  }
  @media only screen and (max-width: 670px) {
    .connection-card-tel {
      width: 100%;
      background-size: contain;
      height: 30vh;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .connection-card-tel {
      width: 100%;
      background-size: contain;
      height: 30vh;
      background-position: top center;
    }
  }
  .connection-card-mobile {
    background: url("/images/card-mvno.png") no-repeat;
    width: 1200px;
    height: 720px;
  }
  @media only screen and (max-width: 670px) {
    .connection-card-mobile {
      width: 100%;
      background-size: contain;
      height: 50vh;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .connection-card-mobile {
      width: 100%;
      background-size: contain;
      height: 50vh;
      background-position: top center;
    }
  }
  .connection-card-vds {
    background: url("/images/card-vds.png");
    width: 1200px;
    height: 720px;
  }
  .connection-title-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .connection-copy {
    width: 133px;
    height: 32px;
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #374050;
    padding: 7px 16px 6px 38px;
    border: 1px solid #9ca8b4;
    box-sizing: border-box;
    border-radius: 2px;
    background: url("/images/copy.svg") no-repeat left center;
    background-position-x: 16px;
  }
  @media only screen and (max-width: 670px) {
    .connection-copy {
      display: none;
    }
  }
  .contact-textarea {
    font-family: Foros;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    width: 1200px;
    height: 288px;
    border: 1px solid #cad3df;
    padding: 24px 16px;
    border-radius: 4px;
  }
  @media only screen and (max-width: 670px) {
    .contact-textarea {
      width: 100%;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .contact-textarea {
      width: 100%;
    }
  }
  .content-links {
    display: flex;
    flex-wrap: wrap;
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .content-links {
      justify-content: center;
    }
  }
  .content-links__title {
    color: #f2f6fa;
    font-family: Foros;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.22px;
    line-height: 24px;
    margin-bottom: 8px;
    white-space: nowrap;
    text-transform: uppercase;
  }
  .content-links__link {
    color: #9ca8b4;
    font-family: Foros;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
    text-decoration: none;
    display: block;
  }
  .layout-layer.content-layer {
    background-color: #f2f6fa;
  }
  .layout-container.content-container {
    padding-top: 32px;
    padding-bottom: 64px;
  }
  .layout-container.content-container table {
    background: #fff;
    border-collapse: collapse;
    margin: 32px 0;
  }
  .layout-container.content-container table td,
  th {
    padding: 4px 8px;
    border: 1px solid #939aa4;
    text-align: left;
  }
  .content-container h2 {
    font-family: Foros;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #374050;
    margin-bottom: 32px;
  }
  .content-container h3 {
    font-family: Foros;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #374050;
    margin-bottom: 16px;
    margin-top: 24px;
  }
  .content-container a {
    color: #20b1ed;
    text-decoration: underline;
  }
  .content-container hr {
    margin: 32px 0;
  }
  .layout-layer.customer-layer {
    background: #f2f6fa;
  }
  .layout-container.customer-container {
    margin-top: 80px;
  }
  .customer-title {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -2px;
    color: #1f2633;
    margin-bottom: 82px;
  }
  .customer-icons-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
  }
  .customer-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    height: auto;
    margin-bottom: 106px;
  }
  .layout-layer.dcs-layer {
    background-color: #f2f6fa;
  }
  .layout-container.dcs-container {
    padding-top: 80px;
  }
  @media only screen and (max-width: 670px) {
    .layout-container.dcs-container {
      padding-top: 16px;
    }
  }
  .dcs-text {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #374050;
    margin-bottom: 80px;
  }
  .dcs-options {
    display: flex;
  }
  @media only screen and (max-width: 670px) {
    .dcs-options {
      flex-direction: column;
    }
  }
  .dcs-option {
    width: 615px;
  }
  @media only screen and (max-width: 670px) {
    .dcs-option {
      width: 100%;
      border: none !important;
      padding: 0 !important;
    }
  }
  .dcs-option-title {
    font-family: Foros;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #374050;
    margin-bottom: 26px;
  }
  .dcs-option-form {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #374050;
  }
  .dcs-subtitle-wrapper {
    display: flex;
    justify-content: center;
  }
  .dcs-subtitle {
    font-family: Foros;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #374050;
    width: 1040px;
    text-align: center;
  }
  .dcs-text-important {
    background: #fff;
    border-radius: 2px;
    padding: 40px 102px;
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #374050;
    margin-bottom: 80px;
  }
  @media only screen and (max-width: 670px) {
    .dcs-text-important {
      margin-bottom: 16px;
      padding: 16px;
    }
  }
  .dcs-text-important-title {
    font-family: Foros;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    color: #374050;
    margin-bottom: 50px;
  }
  .dcs-advantage-image {
    width: 56px;
    margin-bottom: 20px;
  }
  .dcs-advantage-image img {
    width: 100%;
  }
  @media only screen and (max-width: 670px) {
    .dcs-advantage-image {
      margin-bottom: 8px;
    }
  }
  .dcs-advantage-image--flip {
    width: auto;
    height: 56px;
  }
  .dcs-advantage-image--flip img {
    width: auto;
    height: 100%;
  }
  .dcs-advantage {
    margin-right: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dcs-advantage:last-child {
    margin-right: 0;
  }
  @media only screen and (max-width: 670px) {
    .dcs-advantage {
      margin: 32px 0 0 0;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .dcs-advantage {
      margin: 0 16px 0 16px;
    }
  }
  .dcs-advantages {
    display: flex;
    justify-content: center;
    margin-top: 76px;
    margin-bottom: 80px;
  }
  @media only screen and (max-width: 670px) {
    .dcs-advantages {
      margin: 16px 0;
      flex-direction: column;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .dcs-advantages {
      flex-wrap: wrap;
    }
  }
  .dcs-advantage-text {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #374050;
    width: 172px;
  }
  .dcs-option-subtitle {
    font-family: Foros;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #374050;
    margin-bottom: 16px;
  }
  .dcs-option-wrapper {
    margin-bottom: 16px;
  }
  .dcs-option-right {
    border-right: 0.8px solid #717a82;
  }
  .dcs-option-left {
    padding-left: 30px;
  }
  .mb {
    margin-bottom: 80px;
  }
  .mb64 {
    margin-bottom: 64px;
  }
  .dcs-table-title {
    font-family: Foros;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #374050;
    margin-bottom: 26px;
  }
  .dcs-table-name td {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #9ca8b4;
  }
  .dcs-table-value-bottom {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #374050;
    margin-bottom: 5px;
  }
  .dcs-table-value {
    font-family: Foros;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
  /* identical to box height */
    color: #374050;
    margin-bottom: 11px;
  }
  .dcs-option-blocks {
    display: flex;
    margin-bottom: 72px;
  }
  .dcs-option-block {
    width: 276px;
    margin-right: 32px;
  }
  .dcs-option-block:last-child {
    margin-right: 0;
  }
  .dcs-option-block-title {
    font-family: Foros;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #374050;
  }
  .dcs-option-block-text {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #717a82;
  }
  .dcs-table-value-bottom-addition {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #717a82;
  }
  .dcs-table-asus {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 80px;
  }
  .dcs-table-asus td {
    padding-top: 24px;
    padding-bottom: 21px;
    vertical-align: top;
    border-bottom: 1px solid #cad3df;
  }
  .dcs-table-asus tr td:last-child {
    text-align: right;
    padding-right: 17px;
  }
  .dcs-table-value-bottom {
    font-size: 16px;
    line-height: 19px;
  }
  .dcs-text-columns {
    display: flex;
    justify-content: space-between;
  }
  .dcs-text-column {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #374050;
    margin-right: 32px;
    width: 584px;
  }
  .dcs-text-column:last-child {
    margin-right: 0;
  }
  .dcs-table-value-first {
    margin-right: 60px;
  }
  .dcs-table-value-bottom-third {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #717a82;
    margin-top: -3px;
  }
  .dcs-option-blocks-wrapper {
    margin-top: 120px;
  }
  .dcs-subtitle-blocks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 77px;
  }
  .dcs-subtitle-block-title {
    font-family: Foros;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #20b1ed;
    padding-bottom: 34px;
  }
  .dcs-subtitle-block-title::after {
    border-bottom: 2px solid #374050;
    width: 24px;
    height: 15px;
    content: " ";
    display: block;
    transform: translateX(50%);
  }
  .dcs-subtitle-block-name {
    font-family: Foros;
    font-style: normal;
    color: #374050;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 3px;
  }
  .dcs-subtitle-block-name-bolt {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
  }
  .dcs-subtitle-block-price-bolt {
    font-weight: 500;
  }
  .dcs-subtitle-block-price {
    font-size: 18px;
    line-height: 22px;
    color: #374050;
    font-family: Foros;
    font-style: normal;
    margin-bottom: 4px;
  }
  .dcs-subtitle-block-price_ip {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #717a82;
  }
  .dcs-option-title-as {
    font-family: Foros;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #374050;
  }
  .dcs-option-title-as::after {
    border-bottom: 2px solid #374050;
    width: 24px;
    height: 15px;
    content: " ";
    display: block;
  }
  .dcs-option-title-as-text {
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    color: #374050;
    margin-bottom: 74px;
  }
  .dcs-terms {
    display: flex;
    margin-bottom: 32px;
  }
  .dcs-term {
    font-size: 18px;
    line-height: 32px;
    color: #374050;
    width: 584px;
    margin-right: 32px;
  }
  .dcs-term:last-child {
    margin-right: 0;
  }
  .dcs-term-title {
    font-weight: 500;
  }
  .dcs-text-bottom {
    margin-bottom: 0px;
  }
  .docs-list {
    display: flex;
    margin-bottom: 24px;
  }
  .docs {
    width: 50%;
  }
  .docs a {
    display: block;
    margin-bottom: 16px;
    background: url("/images/doc_icon.svg") left center no-repeat;
    background-size: 16px;
    padding-left: 24px;
  }
  .layout-layer.flash-menu-layer {
    background: #1f2633;
    position: absolute;
    z-index: 9999;
    top: 0;
  }
  .flash-menu__full-menu.full-menu--dark {
    margin-top: 40px;
  }
  @media only screen and (max-width: 670px) {
    .flash-menu__full-menu.full-menu--dark {
      flex-direction: column;
    }
  }
  @media only screen and (max-width: 670px) {
    .flash-menu__full-menu.full-menu--dark .full-menu-item {
      width: auto;
      height: auto;
      font-size: 20px;
      margin-bottom: 16px;
      border: 0;
      padding: 0;
      flex-direction: row;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .flash-menu__full-menu.full-menu--dark .full-menu-item {
      border: none;
    }
  }
  @media only screen and (max-width: 670px) {
    .flash-menu__full-menu.full-menu--dark .full-menu-item img {
      margin: 0;
      width: 32px;
      height: 32px;
      margin-right: 16px;
    }
  }
  .flash-menu-divider {
    margin-top: 140px;
    width: 100%;
    height: 2px;
    background: #374050;
  }
  @media only screen and (max-width: 670px) {
    .flash-menu-divider {
      margin-top: 0;
    }
  }
  .flash-menu__content-links {
    margin-top: 16px;
  }
  .flash-menu__content-links .content-links__block {
    width: 150px;
    padding-left: 8px;
  }
  .flash-menu__content-links .content-links__title {
    display: none;
  }
  .flash-menu__content-links .content-links__link {
    font-weight: normal;
    margin-bottom: 16px;
    white-space: normal;
  }
  @media only screen and (max-width: 670px) {
    .flash-menu__content-links {
      display: none;
    }
  }
  .flash-menu__social-links {
    margin: 24px auto;
    justify-content: center;
  }
  .layout-layer.footer-layer {
    background-color: #1f2633;
  }
  .layout-container.footer-container {
    padding: 64px 0px 24px 0;
    display: flex;
  }
  @media only screen and (max-width: 670px) {
    .layout-container.footer-container {
      padding: 16px;
      flex-direction: column;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .layout-container.footer-container {
      padding: 16px;
      flex-direction: column;
    }
  }
  @media only screen and (max-width: 670px) {
    .footer-contact {
      margin: 0;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .footer-contact {
      padding: 16px;
      margin: 0 0 32px 0;
    }
  }
  .footer-contact-company_name {
    margin-bottom: 16px;
    color: #9ca8b4;
    font-family: Foros;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
  }
  .footer-contact-company_address {
    color: #9ca8b4;
    font-family: Foros;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .footer-contact-company_tel {
    color: #f2f6fa;
    font-family: Foros;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
  }
  .footer__social-links {
    margin-top: 48px;
  }
  @media only screen and (max-width: 670px) {
    .footer__social-links {
      margin: 16px 0;
    }
  }
  @media only screen and (max-width: 670px) {
    .footer-links {
      flex-direction: column;
    }
  }
  .footer-links .content-links__block {
    margin-right: 50px;
    margin-bottom: 40px;
  }
  @media only screen and (max-width: 670px) {
    .footer-links .content-links__block {
      margin: 0 0 16px 0;
    }
  }
  .footer-links-info {
    display: flex;
    justify-content: space-between;
    margin-left: 54px;
    margin-bottom: 40px;
  }
  .footer-links-info:last-child {
    margin-bottom: 0;
  }
  .footer-contact {
    margin-right: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .social-link--vk {
    background-image: url("../images/ico_vk.svg");
  }
  .social-link--facebook {
    background-image: url("../images/ico_facebook.svg");
  }
  .social-link--ok {
    background-image: url("/images/ico_ok.svg");
  }
  .social-link--twitter {
    background-image: url("/images/ico_twitter.svg");
  }
  .social-link--instagram {
    background-image: url("/images/ico_instagram.svg");
  }
  .layout-layer.full-menu-layer {
    background-color: #f2f6fa;
  }
  @media only screen and (max-width: 670px) {
    .layout-layer.full-menu-layer {
      display: none;
    }
  }
  .full-menu {
    display: flex;
    position: relative;
    z-index: 3000;
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .full-menu {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  .full-menu--up {
    margin-top: -90px;
  }
  .full-menu-item {
    padding: 0 16px;
    width: 133px;
    height: 184px;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Foros;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #374050;
    border-right: 1px solid #f2f6fa;
    text-align: center;
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .full-menu-item {
      border: none;
    }
  }
  .full-menu-item img {
    margin-bottom: 8px;
  }
  .full-menu--dark * {
    color: #cad3df !important;
  }
  .full-menu--dark .full-menu-item {
    border-right: 1px solid #374050;
    background: #1f2633;
  }
  .full-menu--dark .full-menu-item:last-child {
    border-right: 0;
  }
  .layout-layer.gmap-layer {
    background: #f2f6fa url("/images/gmap_bg.png") top left repeat-x;
    background-position-y: 40px;
  }
  .gmap {
    width: 100%;
    height: 630px;
  }
  .gmap__switch {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 140px;
    width: 789px;
    background-color: #374050;
    margin: auto;
    height: 80px;
  }
  @media only screen and (max-width: 670px) {
    .gmap__switch {
      flex-direction: column;
      width: 100%;
      height: auto;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .gmap__switch {
      width: auto;
    }
  }
  .gmap__type {
    position: relative;
    color: #f2f6fa;
    opacity: 0.7;
    font-family: Foros;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px;
    cursor: pointer;
  }
  .gmap__type:first-child {
    margin-right: 32px;
  }
  @media only screen and (max-width: 670px) {
    .gmap__type {
      margin-right: 0 !important;
      text-align: center;
      padding: 16px 0;
    }
  }
  .gmap__type--active {
    opacity: 1;
  }
  .gmap__type--active::after {
    position: absolute;
    bottom: -8px;
    transform: translateX(-50%);
    left: 50%;
    content: " ";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #f2f6fa;
  }
  .gmap__options {
    display: flex;
  }
  @media only screen and (max-width: 670px) {
    .gmap__options {
      flex-wrap: wrap;
    }
  }
  .gmap__option {
    color: #fff;
    background: #374050;
    width: 198px;
    height: 80px;
    padding-left: 28px;
    padding-top: 24px;
    border-right: 1px solid #6f7682;
    padding-right: 22px;
  }
  .gmap__option::last-child {
    border-right: 0;
  }
  @media only screen and (max-width: 670px) {
    .gmap__option {
      width: 100%;
      border: none;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .gmap__option {
      width: auto;
    }
  }
  .gmap__option .pinspb-checkbox label {
    display: flex !important;
    align-items: center;
    min-height: 32px;
  }
  .header-layer {
    background: #f2f6fa;
    z-index: 9000;
  }
  .header-layer--dark {
    background: none;
  }
  .header {
    display: flex;
    justify-content: flex-start;
    height: 80px;
    align-items: center;
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .header {
      justify-content: space-between;
    }
  }
  .header-container-contact {
    display: flex;
    justify-content: space-between;
    color: #1f2633;
    font-family: Foros;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .menu-layer {
    background: #f2f6fa;
  }
  .menu-container {
    display: block;
  }
  .for-home-text {
    height: 24px;
    width: 82px;
    color: #1f2633;
    font-family: Foros;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .menu-container_top {
    display: flex;
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .menu-container_top {
      flex-wrap: wrap;
    }
  }
  @media only screen and (max-width: 670px) {
    .menu-container_top {
      flex-wrap: wrap;
      margin-bottom: 16px;
      display: none;
    }
  }
  .menu-container_top-link {
    color: #374050;
    font-family: Foros;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    white-space: nowrap;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .menu-container_top-link--active {
    background-color: #fff;
  }
  .logo {
    width: 134px;
    height: 32px;
    background: url("/images/logo_light.png");
    background-repeat: no-repeat;
    margin-right: 70px;
  }
  @media only screen and (max-width: 670px) {
    .logo {
      margin: 0 auto 0 0;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .logo {
      margin-right: 0;
    }
  }
  .header-container-logo {
    display: flex;
    align-items: center;
  }
  .for-home {
    padding-left: 24px;
    background: url("/images/link_arrow.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    margin-right: auto;
  }
  @media only screen and (max-width: 670px) {
    .for-home {
      display: none;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .for-home {
      margin-right: 0;
    }
  }
  .tel-important {
    font-weight: bold;
  }
  .header-container-tail {
    display: flex;
    align-items: center;
  }
  .header-container-contact_tel {
    margin-right: 72px;
  }
  @media only screen and (max-width: 670px) {
    .header-container-contact_tel {
      display: none;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .header-container-contact_tel {
      margin-right: 0;
    }
  }
  .header-container-contact_tel a {
    text-decoration: none;
    color: #374050;
  }
  .layout-layer.header-layer.header-layer--dark .header-container-contact_tel a {
    color: #fff;
  }
  .header-protection {
    width: 30px;
    height: 33px;
    background-color: #ccc;
    margin-left: 51px;
    background: url("/images/ssl_light.svg");
    background-repeat: no-repeat;
  }
  @media only screen and (max-width: 670px) {
    .header-protection {
      display: none;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .header-protection {
      margin-left: 0;
    }
  }
  .header-menu {
    width: 32px;
    height: 25px;
    background-color: #ccc;
    margin-left: 50px;
    margin-right: 24px;
    background: url("/images/butter.svg");
    background-repeat: no-repeat;
  }
  @media only screen and (max-width: 670px) {
    .header-menu {
      margin: 0 0 0 auto;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .header-menu {
      margin-left: 0;
      margin-right: 0;
    }
  }
  .layout-layer.header-layer.header-layer--dark {
    background: transparent;
    position: relative;
    z-index: 1000;
    color: #fff !important;
  }
  .header--dark {
    border-bottom: 2px solid #fff;
  }
  .header--dark * {
    color: #fff !important;
  }
  .header--dark .for-home {
    background-image: url("/images/link_arrow_white.svg");
  }
  .header--dark .logo {
    background-image: url("/images/logo_white.svg");
  }
  .header--dark .header-protection {
    background-image: url("/images/lock_white.svg");
  }
  .header--dark .header-menu {
    background-image: url("/images/butter_white.svg");
  }
  .layout-layer.hero-layer {
    background: #f2f2f2;
  }
  .layout-container.hero-container {
    margin-bottom: 110px;
  }
  @media only screen and (max-width: 670px) {
    .layout-container.hero-container {
      margin-bottom: 32px;
    }
  }
  .hero {
    margin-top: 143px;
    display: flex;
  }
  @media only screen and (max-width: 670px) {
    .hero {
      margin-top: 32px;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .hero {
      flex-wrap: wrap;
    }
  }
  .hero-images {
    margin-right: 1px;
    width: 640px;
    position: relative;
  }
  @media only screen and (max-width: 670px) {
    .hero-images {
      display: none;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .hero-images {
      display: none;
    }
  }
  .hero-images img {
    position: absolute;
  }
  .hero-images img:nth-child(1) {
    left: -40px;
    top: -40px;
    z-index: 1;
  }
  .hero-images img:nth-child(2) {
    top: 0px;
    left: 0px;
    z-index: 2;
  }
  .hero-images img:nth-child(3) {
    top: -65px;
    left: 45px;
    z-index: 3;
  }
  .hero-content {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
  /* or 160% */
    width: 520px;
    color: #374050;
  }
  @media only screen and (max-width: 670px) {
    .hero-content {
      width: 100%;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .hero-content {
      width: 100%;
    }
  }
  .hero-content-link {
    margin-top: 64px;
    border: 1px solid #374050;
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 12px 22px;
    width: fit-content;
    text-decoration: none;
    color: #374050;
    letter-spacing: 1px;
  }
  @media only screen and (max-width: 670px) {
    .hero-content-link {
      margin: 16px 0 0 0;
    }
  }
  .layout-layer.hint-layer {
    background-color: #f2f6fa;
    padding-bottom: 100px;
    padding-top: 80px;
  }
  .hint {
    background-color: #fff;
    border-radius: 2px;
    width: 1200px;
    padding-top: 32px;
  }
  @media only screen and (max-width: 670px) {
    .hint {
      width: 100%;
      padding: 16px;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .hint {
      width: 100%;
      padding: 16px;
    }
  }
  .hint-little {
    background-color: #fff;
    border-radius: 2px;
    width: 1200px;
    height: 192px;
    padding-top: 32px;
  }
  .hint-text {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
  /* or 133% */
    text-align: center;
    color: #374050;
    margin-bottom: 24px;
  }
  @media only screen and (max-width: 670px) {
    .hint-text {
      margin-bottom: 16px;
      font-size: 24px;
    }
  }
  .hint-tel {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #374050;
  }
  .hint-info {
    display: flex;
    justify-content: center;
    transform: translateY(29px);
  }
  @media only screen and (max-width: 670px) {
    .hint-info {
      flex-direction: column;
      align-items: center;
    }
  }
  @media only screen and (max-width: 670px) {
    .hint-info a {
      margin: 0 0 8px 0 !important;
    }
  }
  .hint-call {
    width: 311px;
    height: 48px;
    color: #fff;
    font-family: Foros;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    background-color: #20b1ed;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    text-decoration: none;
  }
  .hint-feedback {
    width: 311px;
    height: 48px;
    color: #fff;
    font-family: Foros;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    background-color: #20b1ed;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    text-decoration: none;
  }
  .layout-layer.info-layer {
    background-color: #f2f6fa;
  }
  .info {
    display: flex;
    margin-bottom: 96px;
  }
  @media only screen and (max-width: 670px) {
    .info {
      flex-direction: column;
      margin-bottom: 16px;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .info {
      flex-direction: column;
      margin-bottom: 16px;
    }
  }
  .info-blocks {
    margin-right: 115px;
  }
  .info-blocks:last-child {
    margin-right: 0;
  }
  @media only screen and (max-width: 670px) {
    .info-blocks {
      margin-right: 0;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .info-blocks {
      margin-right: 0;
    }
  }
  .info-block {
    margin-bottom: 80px;
  }
  @media only screen and (max-width: 670px) {
    .info-block {
      margin-bottom: 16px;
    }
  }
  .info-block:last-child {
      margin-bottom: 0;
  }
  .name {
    margin-right: 10px;
  }
  .info-blocks {
    width: 585px;
  }
  @media only screen and (max-width: 670px) {
    .info-blocks {
      width: 100%;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .info-blocks {
      width: 100%;
    }
  }
  .layout-layer {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .layout-container {
    width: 1200px;
    min-width: 1200px;
  }
  @media only screen and (max-width: 670px) {
    .layout-container {
      width: 100%;
      min-width: 0;
      padding: 0 16px;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .layout-container {
      width: 100%;
      min-width: 0;
      padding: 0 16px;
    }
  }
  .layout-layer.licenses-layer {
    background-color: #f2f6fa;
  }
  .layout-container.licenses-container {
    margin-top: 80px;
    margin-bottom: 64px;
  }
  .licenses-wrapper {
    display: flex;
  }
  @media only screen and (max-width: 670px) {
    .licenses-wrapper {
      flex-direction: column;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .licenses-wrapper {
      flex-wrap: wrap;
    }
  }
  .license-wrapper {
    margin-right: 17px;
  }
  .license-wrapper:last-child {
    margin-right: 0px;
  }
  .licenses-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1f2633;
    border-bottom: 1px solid #374050;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
  .licenses {
    margin-right: 32px;
  }
  .licenses:last-child {
    margin-right: 0px;
  }
  @media only screen and (max-width: 670px) {
    .licenses {
      margin-right: 0;
    }
  }
  .license {
    width: 173px;
    height: 275px;
    margin-bottom: 16px;
    background-color: #fff;
    position: relative;
  }
  .license:last-child {
    margin-right: 0px;
  }
  @media only screen and (max-width: 670px) {
    .license {
      width: 100%;
      height: auto;
      margin-bottom: 16px;
    }
  }
  .license-image {
    display: none;
    width: 173px;
    height: 275px;
    position: absolute;
    background: center center no-repeat;
    background-size: contain;
  }
  @media only screen and (max-width: 670px) {
    .license-image {
      width: 100%;
      display: block !important;
      position: relative;
      height: auto;
    }
  }
  .license-image img {
    width: 100%;
  }
  .license-text-top {
    height: 119px;
    font-size: 13px;
    line-height: 16px;
    color: #9ca8b4;
    padding: 16px 16px 0 16px;
  }
  @media only screen and (max-width: 670px) {
    .license-text-top {
      display: none;
    }
  }
  .license-text-bottom {
    padding-left: 16px;
    padding-top: 14px;
  }
  @media only screen and (max-width: 670px) {
    .license-text-bottom {
      display: none;
    }
  }
  .license-text-bottom::before {
    width: 24px;
    height: 1px;
    background-color: #374050;
    content: ' ';
    display: block;
    margin-bottom: 14px;
  }
  .licenses-column {
    display: flex;
    padding-left: 8px;
    padding-right: 8px;
  }
  @media only screen and (max-width: 670px) {
    .licenses-column {
      flex-direction: column;
    }
  }
  .main-layer {
    display: flex;
    background: #f2f6fa;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  @media only screen and (max-width: 670px) {
    .main-layer {
      padding: 40px 0;
    }
  }
  .main-info {
    border-radius: 2px;
    background-color: #fff;
    padding: 40px 102px;
    margin-bottom: 80px;
  }
  @media only screen and (max-width: 670px) {
    .main-info {
      padding: 16px;
    }
  }
  .main-info-title {
    color: #374050;
    font-family: Foros;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 32px;
    text-align: center;
    font-weight: 500;
  }
  @media only screen and (max-width: 670px) {
    .main-info-title {
      padding: 16px;
    }
  }
  .main-info-text {
    color: #374050;
    font-family: Foros;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .main-help-title {
    color: #1f2633;
    font-family: Foros;
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 58px;
    text-align: center;
    margin-bottom: 40px;
    text-align: center;
  }
  .mail-help-lists {
    columns: 2;
    padding-left: 16px;
    column-gap: 104px;
  }
  .mail-help-lists li {
    margin-bottom: 24px;
    font-family: Foros;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
  }
  .main-entry {
    display: flex;
    flex-direction: column;
    padding: 0px 82px 0px 82px;
    margin-bottom: 80px;
    background: url("/images/blockquote_start.svg") top left, url("/images/blockquote_end.svg") bottom right;
    background-repeat: no-repeat;
  }
  @media only screen and (max-width: 670px) {
    .main-entry {
      padding: 48px 0;
    }
  }
  .main-entry-text {
    color: #374050;
    font-family: Foros;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 16px;
  }
  @media only screen and (max-width: 670px) {
    .main-entry-text {
      font-size: 16px;
    }
    .main-entry-text br {
      display: none;
    }
  }
  .main-enty-sign {
    color: #717982;
    font-family: Foros;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: end;
  }
  .main-content {
    display: flex;
    justify-content: space-between;
  }
  @media only screen and (max-width: 670px) {
    .main-content {
      flex-direction: column;
    }
  }
  .main-content-text {
    width: 584px;
    margin-left: 32px;
    color: #374050;
    font-family: Foros;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
  }
  .main-content-text:first-child {
    margin-left: 0;
  }
  @media only screen and (max-width: 670px) {
    .main-content-text {
      margin: 0 0 16px 0;
      width: 100%;
    }
  }
  .main-info-columns {
    display: flex;
    justify-content: space-between;
  }
  @media only screen and (max-width: 670px) {
    .main-info-columns {
      flex-direction: column;
      justify-content: flex-start;
    }
  }
  .main-info-column {
    margin-right: 32px;
    width: 584px;
  }
  .main-info-column:last-child {
    margin-right: 0;
  }
  @media only screen and (max-width: 670px) {
    .main-info-column {
      width: 100%;
    }
  }
  .main-info-column-title {
    color: #374050;
    font-family: Foros;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: 24px;
  }
  .main-info-column-text {
    color: #374050;
    font-family: Foros;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
  }
  @media only screen and (max-width: 670px) {
    .desktop-only {
      display: none !important;
    }
  }
  .mobile-only {
    display: none !important;
  }
  @media only screen and (max-width: 670px) {
    .mobile-only {
      display: initial;
    }
  }
  .layout-layer.map-layer {
    background-color: #f2f6fa;
  }
  .map {
    background: url("/images/pattern.png") repeat;
  }
  @media only screen and (max-width: 670px) {
    .map {
      background: none;
    }
  }
  @media only screen and (max-width: 670px) {
    .map iframe {
      width: 100% !important;
    }
  }
  .map-frame {
    transform: translate(40px, 40px);
  }
  @media only screen and (max-width: 670px) {
    .map-frame {
      transform: none;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .map-frame {
      transform: none;
    }
  }
  .map-frame-right {
    transform: translate(-40px, 40px);
  }
  @media only screen and (max-width: 670px) {
    .map-frame-right {
      transform: none;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .map-frame-right {
      transform: none;
    }
  }
  .map-wrapper {
    margin-bottom: 120px;
  }
  @media only screen and (max-width: 670px) {
    .map-wrapper {
      margin-bottom: 16px;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .map-wrapper {
      margin-bottom: 16px;
    }
    .map-wrapper iframe {
      width: 100% !important;
    }
  }
  .map-branch-left {
    display: flex;
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .map-branch-left {
      flex-wrap: wrap;
    }
  }
  .map-branch-right {
    display: flex;
    margin-bottom: 120px;
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .map-branch-right {
      flex-wrap: wrap;
      margin-bottom: 16px;
    }
  }
  .map-wrapper-right {
    display: flex;
    justify-content: flex-end;
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .map-wrapper-right {
      order: 1;
    }
  }
  .map-name {
    padding-top: 40px;
    width: 380px;
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .map-name {
      width: 100%;
    }
  }
  @media only screen and (max-width: 670px) {
    .map-name {
      width: 100%;
    }
  }
  .map-name-title {
    font-family: Foros;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #374050;
    margin-bottom: 10px;
  }
  .map-name-right {
    margin-right: 74px;
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .map-name-right {
      order: 2;
    }
  }
  .map-name-text {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #374050;
    margin-bottom: 160px;
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .map-name-text {
      margin-bottom: 16px;
    }
  }
  @media only screen and (max-width: 670px) {
    .map-name-text {
      margin-bottom: 16px;
    }
  }
  .map-wrapper-left {
    margin-bottom: 120px;
    margin-right: 75px;
    display: flex;
    justify-content: space-between;
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .map-wrapper-left {
      flex-wrap: wrap;
      margin-bottom: 16px;
      justify-content: flex-start;
    }
  }
  .map-name-info {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #374050;
  }
  .layout-layer.material-layer {
    background-color: #f2f6fa;
  }
  .layout-container.material-container {
    padding-top: 80px;
  }
  @media only screen and (max-width: 670px) {
    .layout-container.material-container {
      padding-top: 16px;
    }
  }
  .material {
    display: flex;
  }
  @media only screen and (max-width: 670px) {
    .material {
      justify-content: center;
    }
  }
  .material-title {
    margin-bottom: 64px;
  }
  @media only screen and (max-width: 670px) {
    .material-title {
      margin-bottom: 16px;
      text-align: center;
    }
  }
  .material-title-name {
    color: #1f2633;
    font-family: Foros;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 96px;
    margin-bottom: 8px;
  }
  @media only screen and (max-width: 670px) {
    .material-title-name {
      font-size: 32px;
      letter-spacing: normal;
      line-height: normal;
    }
  }
  .material-title-text {
    color: #1f2633;
    font-family: Foros;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
  }
  @media only screen and (max-width: 670px) {
    .material-title-text {
      font-size: 24px;
    }
  }
  .material-info {
    display: flex;
  }
  .material-info-rate {
    border-left: solid 1px #cad3df;
    padding-left: 32px;
    width: 240px;
  }
  @media only screen and (max-width: 670px) {
    .material-info-rate {
      border: none;
      padding: 16px;
    }
  }
  .material-info-rate-speed {
    color: #374050;
    font-family: Foros;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -2.33px;
    line-height: 64px;
    margin-top: -16px;
    margin-bottom: 14px;
  }
  .material-info-rate-unit {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #374050;
    margin-bottom: 16px;
  }
  .material-info-rate-unit::after {
    border-bottom: 2px solid #cad3df;
    width: 24px;
    height: 15px;
    content: " ";
    display: block;
  }
  .material-info-rate-tail {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
  /* identical to box height, or 133% */
    color: #717982;
  }
  .material-info-rate-top {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
  /* identical to box height, or 133% */
    color: #717982;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .material-wrapper {
    display: flex;
  }
  @media only screen and (max-width: 670px) {
    .material-wrapper {
      flex-direction: column;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .material-wrapper {
      flex-direction: column;
    }
  }
  .material-content {
    display: flex;
    flex-direction: column;
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .material-content {
      margin-top: 32px;
      margin-bottom: 32px;
    }
  }
  .material-wrapper-text-highlighting {
    font-family: Foros;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
  /* or 133% */
    color: #374050;
    margin-bottom: 24px;
    margin-right: 80px;
  }
  .material-wrapper-text {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
  /* or 160% */
    color: #374050;
  }
  .material-tariff {
    margin-right: 34px;
  }
  @media only screen and (max-width: 670px) {
    .material-tariff {
      margin-right: 0;
      margin-bottom: 16px;
    }
  }
  .material-info-rate.material-info-rate-rent:first-child {
    border-left: 0px;
  }
  .rent .material-info-rate-unit {
    margin-bottom: 32px;
  }
  .rent .material-info-rate-unit::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 0;
  }
  .rent .material-info-rate {
    padding: 0;
  }
  .menu-list-container_name {
    color: #1f2633;
    font-family: Foros;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 58px;
    margin-bottom: 24px;
    margin-top: 16px;
  }
  @media only screen and (max-width: 670px) {
    .menu-list-container_name {
      margin: 16px 0;
      line-height: normal;
      font-size: 32px;
    }
  }
  .menu-container_bottom {
    display: flex;
  }
  @media only screen and (max-width: 670px) {
    .menu-container_bottom {
      flex-wrap: wrap;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 16px;
    }
  }
  .menu-container_bottom--wrap {
    flex-wrap: wrap;
  }
  .menu-list-container_bottom-link {
    color: #20b1ed;
    font-family: Foros;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-right: 40px;
    padding-bottom: 16px;
    text-decoration: none;
    display: block;
  }
  .menu-list-container_bottom-link:last-child {
    margin-right: 0;
  }
  @media only screen and (max-width: 670px) {
    .menu-list-container_bottom-link {
      margin-right: 0;
      padding: 8px;
      line-height: 16px;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .menu-list-container_bottom-link {
      line-height: 16px;
      margin: 0;
      text-align: center;
      padding: 12px;
    }
  }
  .menu-list-container_bottom-link--active {
    color: #374050;
    font-family: Foros;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    border-bottom: 1px solid #374050;
  }
  @media only screen and (max-width: 670px) {
    .menu-list-container_bottom-link--active {
      border: 0;
      background: #374050;
      color: #fff;
      line-height: 16px;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .menu-list-container_bottom-link--active {
      line-height: 16px;
      padding: 12px;
      margin: 0;
    }
  }
  .menu-list-container_name-cooperation {
    margin-top: 48px;
    margin-bottom: 38px;
  }
  .metrics {
    display: flex;
  }
  @media only screen and (max-width: 670px) {
    .metrics {
      flex-direction: column;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .metrics {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  .rent-wrapper.metrica {
    padding-top: 11px;
    align-items: flex-start;
    border-right: 1px solid #cad3df;
  }
  .rent-wrapper.metrica:last-child {
    border: none;
  }
  @media only screen and (max-width: 670px) {
    .rent-wrapper.metrica {
      border: none;
    }
  }
  .metrica .material-info-rate {
    border: 0;
    padding: 0;
    width: 238px;
  }
  .metrica .material-info-rate-top {
    height: 19px;
  }
  @media only screen and (max-width: 670px) {
    .metrica .material-info-rate-top {
      height: 28px;
    }
  }
  .mission-services-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }
  .mission-services {
    margin-top: 80px;
    display: flex;
    background: url("/images/mission_services.png") left top no-repeat;
    background-position-x: 277px;
    width: 994px;
    height: 898px;
    justify-content: space-between;
  }
  @media only screen and (max-width: 670px) {
    .mission-services {
      width: 100%;
      background-position-x: 0;
      margin-top: 0;
    }
  }
  .mission-services-col {
    display: flex;
    flex-direction: column;
  }
  @media only screen and (max-width: 670px) {
    .mission-services-col {
      margin-right: 8px;
    }
  }
  .mission-service {
    border-bottom: 1px solid #374050;
    padding-bottom: 15px;
    position: relative;
  }
  .mission-service a {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #374050;
    text-decoration: none;
  }
  @media only screen and (max-width: 670px) {
    .mission-service a {
      font-size: 16px;
    }
  }
  .mission-service::after {
    background: #374050;
    width: 9px;
    height: 9px;
    position: absolute;
    content: " ";
    bottom: -5px;
    right: -9px;
    border-radius: 9px;
  }
  @media only screen and (max-width: 670px) {
    .mission-service::after {
      display: none;
    }
  }
  @media only screen and (max-width: 670px) {
    .mission-service {
      width: 100% !important;
      border-bottom: 0;
      background: rgba(242,246,250,0.95);
      padding: 16px;
      margin-top: 80px !important;
      border-radius: 8px;
      height: 108px;
      display: flex;
      align-items: center;
      box-shadow: 0 14px 28px rgba(0,0,0,0.12), 0 10px 10px rgba(0,0,0,0.1);
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .mission-service {
      width: 100% !important;
      border-bottom: 0;
      background: rgba(242,246,250,0.95);
      padding: 16px;
      margin-top: 80px !important;
      border-radius: 8px;
      height: 108px;
      display: flex;
      align-items: center;
      box-shadow: 0 14px 28px rgba(0,0,0,0.12), 0 10px 10px rgba(0,0,0,0.1);
    }
  }
  .mission-services-col-second {
    align-items: flex-end;
  }
  .mission-services-col-second .mission-service {
    text-align: end;
  }
  .mission-services-col-second .mission-service::after {
    left: -9px;
  }
  @media only screen and (max-width: 670px) {
    .mission-services-col-second {
      margin-left: 8px;
      margin-right: 0;
      padding-top: 80px;
    }
  }
  .we-help-title {
    color: #1f2633;
    font-family: Foros;
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 58px;
    text-align: center;
    margin-bottom: 40px;
  }
  .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9000;
    background: rgba(31,38,51,0.5);
  }
  body.body--frozen {
    overflow: hidden;
  }
  .layout-layer.page-layer {
    background: #f2f6fa;
  }
  .layout-layer.point-layer {
    background-color: #f2f6fa;
  }
  .layout-container.point-container {
    margin-top: 80px;
  }
  .point {
    display: flex;
  }
  @media only screen and (max-width: 670px) {
    .point {
      flex-direction: column;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .point {
      flex-direction: column;
    }
  }
  .point-menu {
    margin-right: 148px;
  }
  @media only screen and (max-width: 670px) {
    .point-menu {
      margin-right: 0;
    }
  }
  .menu-point-list {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
  /* or 114% */
    color: #20b1ed;
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
  }
  .point-content-title {
    font-family: Foros;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #374050;
    margin-bottom: 34px;
  }
  .point-content-symbols {
    display: flex;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .point-content-symbol {
    display: flex;
    margin-right: 25px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 8px;
  }
  .symbol {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .symbol-name {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #9ca8b4;
  }
  .symbol-vol {
    background-image: url("/images/vol.svg");
  }
  .symbol-lambda {
    background-image: url("/images/lambda.svg");
  }
  .symbol-location {
    background-image: url("/images/location.svg");
  }
  .symbol-net {
    background-image: url("/images/net.svg");
  }
  .symbol-channel {
    background-image: url("/images/channel.svg");
  }
  .symbol-telephony {
    background-image: url("/images/service-phone.svg");
  }
  .symbol-cctv {
    background-image: url("/images/service-camera.svg");
  }
  .symbol-notification {
    background-image: url("/images/service-alert.svg");
  }
  .table-point-name {
    border-bottom: 1px solid #9ca8b4;
    padding-top: 21px;
    padding-bottom: 18px;
  }
  .table-point-value {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #374050;
    display: flex;
    align-items: flex-end;
  }
  .symbols-list {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .symbols-list .symbol:last-child {
    margin-right: 0;
  }
  .points-table {
    width: 100%;
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
  /* identical to box height */
    color: #374050;
    border-collapse: collapse;
    margin-bottom: 80px;
  }
  .point-table-bottom {
    margin-bottom: 48px;
  }
  .points-table tr td {
    margin: 0;
    padding-right: 40px;
    height: 56px;
    vertical-align: middle;
    border-bottom: 1px solid #cad3df;
  }
  .points-table tr td:last-child {
    padding-right: 0;
  }
  .points-table .head td {
    color: #9ca8b4;
  }
  .points-table .head td:last-child {
    text-align: end;
  }
  .point-content {
    flex: 1;
  }
  .point-table-logo {
    width: 80px;
    height: 32px;
  }
  .point-table-logo-spbix {
    background: url("/images/logo1.png");
  }
  .point-table-logo-ix {
    background: url("/images/logo2.png");
  }
  .point-table-logo-dataix {
    background: url("/images/logo3.png");
  }
  .point-table-logo-dtelix {
    background: url("/images/logo4.png");
  }
  .point-table-logo-amsix {
    background: url("/images/logo5.png");
  }
  .point-table-logo-nlix {
    background: url("/images/logo6.png");
  }
  .point-table-logo-linix {
    background: url("/images/logo7.png");
  }
  .point-table-logo-decix {
    background: url("/images/logo8.png");
  }
  .point-table-logo-bcix {
    background: url("/images/logo9.png");
  }
  .point-table-logo-franceix {
    background: url("/images/logo10.png");
  }
  .points-table .middle td {
    color: #9ca8b4;
  }
  .point-table-text-bottom {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #9ca8b4;
  }
  .point-table-text-top {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #374050;
  }
  .layout-layer.property-developers-layer {
    background-color: #f2f6fa;
  }
  .layout-container.property-developers-container {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  @media only screen and (max-width: 670px) {
    .layout-container.property-developers-container {
      padding-top: 16px;
    }
  }
  .property-developers-text {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #374050;
    margin-bottom: 80px;
  }
  .property-developers-text:last-child {
    margin-bottom: 0;
  }
  @media only screen and (max-width: 670px) {
    .property-developers-text {
      margin-bottom: 16px;
    }
  }
  .property-developers-subtitle {
    font-family: Foros;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #374050;
    margin-bottom: 64px;
  }
  .property-developers-lists {
    display: flex;
    margin-bottom: 64px;
  }
  @media only screen and (max-width: 670px) {
    .property-developers-lists {
      flex-direction: column;
      margin-bottom: 16px;
    }
  }
  .property-developers-list {
    padding-top: 22px;
    width: 173px;
    margin-right: 32px;
    position: relative;
  }
  .property-developers-list::before {
    border-top: 2px solid #374050;
    content: " ";
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .property-developers-list:last-child {
    margin-right: 0;
  }
  @media only screen and (max-width: 670px) {
    .property-developers-list {
      margin-bottom: 16px;
    }
  }
  .property-developers-blocks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  @media only screen and (max-width: 670px) {
    .property-developers-blocks {
      margin-bottom: 16px;
      flex-direction: column;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .property-developers-blocks {
      margin-bottom: 16px;
      flex-direction: column;
    }
  }
  .property-developers-block-title {
    font-family: Foros;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #374050;
    margin-bottom: 14px;
  }
  .property-developers-block-text {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #374050;
  }
  .property-developers-block {
    margin-right: 32px;
    width: 350px;
  }
  .property-developers-block:last-child {
    margin-right: 0;
  }
  @media only screen and (max-width: 670px) {
    .property-developers-block {
      width: 100%;
      margin: 0 0 16px 0;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .property-developers-block {
      width: 100%;
      margin: 0 0 16px 0;
    }
  }
  .property-developers-text-important {
    font-family: Foros;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #374050;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .property-developers-paragraph {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -1px;
    color: #1f2633;
    margin-bottom: 14px;
  }
  .property-developers-text-important-center {
    width: 1040px;
    margin-bottom: 80px;
  }
  .property-developers-image {
    background: url("/images/safety.png") center center no-repeat;
    height: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
  }
  .property-developers-forms {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .property-developers-form {
    width: 584px;
    height: 72px;
    border: 1px solid #cad3df;
    box-sizing: border-box;
    border-radius: 4px;
  }
  .property-developers-cooperation {
    width: 1200px;
    height: 288px;
    margin-bottom: 16px;
    border: 1px solid #cad3df;
    box-sizing: border-box;
    border-radius: 4px;
  }
  .property-developers-button {
    width: 151px;
    height: 48px;
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #20b1ed;
    border-radius: 2px;
    border: 0;
  }
  .property-developers-wrapper {
    margin-bottom: 80px;
  }
  .layout-layer.rent-layer {
    background-color: #f2f6fa;
    padding-top: 80px;
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .rent {
      padding-bottom: 32px;
    }
  }
  .rent-title {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
  /* identical to box height */
    text-align: center;
    letter-spacing: -1px;
    color: #1f2633;
    margin-bottom: 14px;
  }
  .rent-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
  /* or 133% */
    text-align: center;
    color: #374050;
    margin-bottom: 80px;
  }
  .rent-subtitle:last-child {
    margin-bottom: 0px;
  }
  .rent-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 84px;
  }
  @media only screen and (max-width: 670px) {
    .rent-wrapper {
      margin-bottom: 32px;
    }
  }
  .rent-texts {
    display: flex;
  }
  @media only screen and (max-width: 670px) {
    .rent-texts {
      flex-direction: column;
    }
  }
  .rent-text {
    width: 584px;
    margin-right: 32px;
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
  /* or 160% */
    color: #374050;
  }
  .rent-text:last-child {
    margin-right: 0px;
  }
  .rent-text-dcs {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
  /* or 160% */
    color: #374050;
  }
  .material-info-rate-unit.material-info-rate-unit-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .material-info-rate-unit.material-info-rate-unit-center::after {
    border-bottom: 2px solid #cad3df;
    width: 24px;
    height: 15px;
    content: " ";
    display: block;
  }
  .rent-images-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rent-image {
    width: 300px;
    height: 240px;
    background: url("/images/wi-fi.png") center center no-repeat;
    margin-bottom: 80px;
  }
  .rent-text-service {
    margin-bottom: 48px;
  }
  .rent-title-vols {
    margin-bottom: 70px;
  }
  .rent-fone {
    background: url("/images/video.png") no-repeat;
    width: 380px;
    height: 573px;
    margin-right: 30px;
    display: flex;
    position: relative;
  }
  @media only screen and (max-width: 670px) {
    .rent-fone {
      width: 100%;
      height: 360px;
      margin-right: 0;
      margin-bottom: 16px;
      background-size: cover;
    }
  }
  .rent-fone-second {
    background: url("/images/video2.png") no-repeat;
    width: 380px;
    height: 569px;
    margin-right: 30px;
    display: flex;
    position: relative;
  }
  @media only screen and (max-width: 670px) {
    .rent-fone-second {
      width: 100%;
      height: 360px;
      margin-right: 0;
      margin-bottom: 16px;
      background-size: cover;
    }
  }
  .rent-fone-third {
    background: url("/images/video3.png") no-repeat;
    width: 380px;
    height: 569px;
    margin-right: 30px;
    display: flex;
    position: relative;
  }
  @media only screen and (max-width: 670px) {
    .rent-fone-third {
      width: 100%;
      height: 360px;
      margin-right: 0;
      margin-bottom: 16px;
      background-size: cover;
    }
  }
  .rent-fone-important {
    position: absolute;
    width: 200px;
    height: 220px;
    background-color: #f2f6fa;
    padding-top: 28px;
    padding-left: 24px;
    bottom: 0;
    right: 0;
  }
  .rent-info {
    width: 790px;
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #374050;
  }
  @media only screen and (max-width: 670px) {
    .rent-info {
      width: 100%;
    }
  }
  .video-info {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #374050;
    margin-bottom: 32px;
  }
  @media only screen and (max-width: 670px) {
    .video-info {
      width: 100%;
    }
  }
  .video-tariffs {
    margin-top: 20px;
    display: flex;
  }
  @media only screen and (max-width: 670px) {
    .video-tariffs {
      flex-direction: column;
    }
  }
  .video-tariffs table {
    width: 100%;
    border-collapse: collapse;
  }
  .video-tariffs table td {
    white-space: nowrap;
    padding: 10px;
    border-bottom: 1px solid #cad3df;
  }
  .video-tariff {
    margin: 0 10px;
    background: #fff;
    padding: 16px 24px 24px 24px;
    width: 580px;
  }
  .video-tariff-desc {
    white-space: normal !important;
    font-size: 10px;
    line-height: 20px;
  }
  .video-tariff-price {
    white-space: nowrap;
  }
  .layout-layer.slider-layer {
    height: 720px;
    position: relative;
    z-index: 900;
  }
  .header-swiper-container {
    margin-top: -80px;
  }
  .layout-container.slider-container {
    padding-top: 196px;
    position: relative;
  }
  @media only screen and (max-width: 670px) {
    .slider-content {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .slider-content {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .slider-content * {
      color: #fff !important;
    }
  }
  .slider-title {
    font-family: Foros;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 24px;
    color: #1f2633;
  }
  @media only screen and (max-width: 670px) {
    .slider-title {
      font-size: 32px;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .slider-title {
      text-align: center;
    }
  }
  .slider-desc {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #1f2633;
    max-width: 480px;
  }
  @media only screen and (max-width: 670px) {
    .slider-desc {
      font-size: 16px;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .slider-desc {
      text-align: center;
      max-width: none;
    }
  }
  .slider-price {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 24px;
  }
  @media only screen and (max-width: 670px) {
    .slider-price {
      font-size: 32px;
    }
  }
  @media only screen and (min-width: 670px) and (max-width: 1200px) {
    .slider-price {
      text-align: center;
    }
  }
  .slider-action {
    font-family: Foros;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 16px 24px 13px 24px;
    justify-content: center;
    align-items: center;
    background: #20b1ed;
    border-radius: 2px;
    display: flex;
    width: fit-content;
  }
  .slide-prev {
    background: url("/images/promo_arr_left.svg") center center no-repeat;
    width: 40px;
    height: 72px;
    position: absolute;
    top: 324px;
    left: 40px;
    z-index: 8000;
    cursor: pointer;
  }
  @media only screen and (max-width: 670px) {
    .slide-prev {
      display: none;
    }
  }
  .slide-next {
    background: url("/images/promo_arr_right.svg") center center no-repeat;
    width: 40px;
    height: 72px;
    position: absolute;
    top: 324px;
    right: 40px;
    z-index: 8000;
    cursor: pointer;
  }
  @media only screen and (max-width: 670px) {
    .slide-next {
      display: none;
    }
  }
  .slider-layer--dark * {
    background: transparent;
    color: #fff !important;
  }
  @media only screen and (max-width: 670px) {
    .slider-layer * {
      background: transparent;
      color: #fff !important;
    }
  }
  .slider-layer--dark .slider-action {
    border: 1px solid #fff;
  }
  @media only screen and (max-width: 670px) {
    .slider-layer .slider-action {
      border: 1px solid #fff;
    }
  }
  .social-links {
    display: flex;
  }
  .social-link {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    text-decoration: none;
    display: block;
  }
  .social-link:last-child {
    margin-right: 0;
  }

  .px-4\.75 {
    padding: 0 2.5rem !important;
  }

  .min-w-552px {
    min-width: 552px !important;
  }

  .form__item {
    margin-bottom: 16px
  }

  .form__item_indent-big {
    margin-bottom: 40px
  }

  .form__item:last-child {
    margin-bottom: 0
  }

  .form__label {
    text-transform: uppercase;
    color: #7d7d7d;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px
  }

  .form__label-headline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .form__headline-link {
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px
  }

  .form__field {
    display: block;
    width: 100%;
    padding: 16px;
    border-radius: 2px;
    background: #f7f7f7;
    border: none;
    box-shadow: inset 0 -1px 0 0 #d9d9d9;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    transition: box-shadow .35s
  }

  .form__field:focus, .form__field:hover {
    transition-duration: .175s;
    box-shadow: inset 0 -1px 0 0 #7d7d7d
  }

  .form__field_full, .form__field_full:focus {
    transition-duration: .175s;
    box-shadow: inset 0 -1px 0 0 #42c9f2
  }

  .form__field.i-error {
    transition-duration: .175s;
    box-shadow: inset 0 -3px 0 0 #e91e63
  }

  .form__choice-panel {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 2px;
    width: 100%;
    flex-wrap: wrap;
  }

  .form__choice-point {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 33%;
  }

  .form__choice-point:last-child .form__choice-label {
    border-right: none
  }

  .form__radio {
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
    border: 0;
    position: absolute;
    overflow: hidden;
    z-index: -1
  }

  .form__choice-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
    background: #f7f7f7;
    color: #42c9f2;
    font-size: 16px;
    line-height: 1;
    padding: 20px;
    border-right: 1px solid #d9d9d9
  }

  @media (max-width: 767px) {
    .form__choice-label {
      padding: 8px;
      font-size: 14px
    }
  }

  .form__choice-label:hover, .form__radio:checked + .form__choice-label, .form__radio:checked ~ .form__choice-label {
    transition-duration: .175s;
    background: #42c9f2;
    color: #ffffff
  }

  .form__submit, .modal {
    width: 100%
  }

  .form_submitting .form__submit {
    background: #929292 !important;
    box-shadow: none
  }

  .form_submitted .form__submit, .form_submitting .form__submit {
    cursor: default;
    pointer-events: none
  }

  .form_submitted .form__submit:before {
    opacity: 1
  }

  button, input, select, textarea {
    outline: none;
    font: inherit;
    -webkit-font-smoothing: inherit;
    -webkit-appearance: none
  }

  .button {
    display: inline-block;
    box-sizing: border-box;
    background: #42c9f2;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    font-weight: 700;
    padding: 16px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    transition: background .35s
  }

  .form__submit.button:hover {
    transition-duration: .175s;
    background: #10b5e7
  }

  .modal {
    -webkit-overflow-scrolling: touch;
    background-color: rgba(36, 65, 111, 0.7);
  }

  .modal-backdrop {
    background-color: unset !important;
  }

  .btn-close {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    opacity: 0.4 !important;
  }

  .btn-close:hover {
    opacity: 0.25 !important;
  }

  .form__item_indent-big {
    margin-bottom: 40px
  }

  .hidden {
    display: none;
  }
