/*!
 * -------------------------------------
 * Project Name: 
 * Project URI: 
 * Author: 
 * Author URI: 
 * Description: 
 * Version: 
 * -------------------------------------
 */
@font-face {
  font-family: "SFUI";
  font-display: swap;
  src: url("../fonts/sfuidisplay-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SFUI";
  font-display: swap;
  src: url("../fonts/sfuidisplay-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "SFUI";
  font-display: swap;
  src: url("../fonts/sfuidisplay-heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "SFUI";
  font-display: swap;
  src: url("../fonts/sfuidisplay-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "SFUI";
  font-display: swap;
  src: url("../fonts/sfuidisplay-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "SFUI";
  font-display: swap;
  src: url("../fonts/sfuidisplay-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

.select dt:before {
  content: '';
  display: block;
  position: absolute; }

.select dt:before, .select.select-flag img {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

@media (min-width: 768px) {
  .scroll-animation {
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out; }
    .scroll-animation.scroll-animate {
      opacity: 0;
      visibility: hidden; }
      .scroll-animation.scroll-animate.animation-delay-15 {
        -webkit-transition-delay: .15s;
             -o-transition-delay: .15s;
                transition-delay: .15s; }
      .scroll-animation.scroll-animate.fade-left {
        -webkit-transform: translateX(-50px);
            -ms-transform: translateX(-50px);
                transform: translateX(-50px); }
      .scroll-animation.scroll-animate.fade-right {
        -webkit-transform: translateX(50px);
            -ms-transform: translateX(50px);
                transform: translateX(50px); }
      .scroll-animation.scroll-animate.fade-top {
        -webkit-transform: translateY(50px);
            -ms-transform: translateY(50px);
                transform: translateY(50px); } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, button {
  line-height: 1; }

body {
  font-family: serif;
  line-height: 1;
  font-size: 14px;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

img {
  max-width: 100%;
  height: auto;
  border: none; }

a {
  text-decoration: none; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.cf:before, .cf:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.cf:after {
  clear: both; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 2px;
  left: 0;
  width: 100%; }
  .scrollbar-inner > .scroll-element.scroll-x .scroll-bar {
    cursor: pointer; }
  .scrollbar-inner > .scroll-element.scroll-x:before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0); }
  .scrollbar-inner > .scroll-element.scroll-x:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: scaleY(10);
        -ms-transform: scaleY(10);
            transform: scaleY(10); }
    .scrollbar-inner > .scroll-element.scroll-x:hover:before {
      -webkit-transition: .35s ease;
      -o-transition: .35s ease;
      transition: .35s ease;
      width: 0; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 2px; }
  .scrollbar-inner > .scroll-element.scroll-y .scroll-bar {
    cursor: pointer; }
  .scrollbar-inner > .scroll-element.scroll-y:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0); }
  .scrollbar-inner > .scroll-element.scroll-y:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: scaleX(10);
        -ms-transform: scaleX(10);
            transform: scaleX(10); }
    .scrollbar-inner > .scroll-element.scroll-y:hover:before {
      -webkit-transition: .35s ease;
      -o-transition: .35s ease;
      transition: .35s ease;
      width: 0; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  width: 2px;
  left: 0; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #f0f0f0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: rgba(0, 0, 0, 0.8); }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: rgba(0, 0, 0, 0.8); }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

::-moz-selection {
  background: rgba(248, 202, 33, 0.25); }

::selection {
  background: rgba(248, 202, 33, 0.25); }

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.pointer {
  cursor: pointer; }

.hide {
  display: none !important; }

body {
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font-family: SFUI; }

.modal-open {
  overflow-y: hidden; }

.wrap {
  margin: auto;
  max-width: 1170px;
  width: 100%;
  position: relative;
  z-index: 0; }

.input-block input {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }

.input-block.not-empty label {
  opacity: 0; }

.input-block.invalid input {
  border-color: #f51d39; }

.fade {
  position: fixed;
  z-index: 1010;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }

.btn {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;}

.base-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.85);
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .45s ease;
  -o-transition: .45s ease;
  transition: .45s ease; }
  .base-popup.opened {
    opacity: 1;
    visibility: visible; }
    .base-popup.opened .base-popup__container {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      pointer-events: auto;
      position: relative; }
  .base-popup__container {
    background: #fff;
    padding: 28px;
    width: 90%;
    max-width: 540px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
    -webkit-transition: .45s ease;
    -o-transition: .45s ease;
    transition: .45s ease;
    -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
            transform: translateY(10%);
    margin-top: 10vh;
    pointer-events: none; }
    .base-popup__container form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .base-popup__container .col {
      width: 47%; }
      .base-popup__container .col .ami-block .title {
        font-size: 16px;
        color: #191a1d;
        margin-bottom: 6px; }
      .base-popup__container .col .ami-block .inputs {
        background: rgba(174, 174, 174, 0.08);
        padding: 15px; }
        .base-popup__container .col .ami-block .inputs .input-block:last-child {
          margin-bottom: 0; }
        .base-popup__container .col .ami-block .inputs input {
          background-color: transparent; }
  .base-popup__title {
    font-size: 18px;
    margin-bottom: 30px; }
  .base-popup__footer {
    margin-top: 10px;
    padding-top: 30px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    text-align: right; }
    .base-popup__footer .btn.base-btn.line {
      border: solid 2px #ffd802;
      background: transparent;
      padding: 8px 25px; }
      .base-popup__footer .btn.base-btn.line:hover {
        background: #ffd802; }
    .btn.base-btn.grey {
      background: #f1f1f1; }
      .btn.base-btn.grey:hover {
        background: #c7c7c7; }

@media (max-width: 840px) {
  .page-filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-filters .icon {
      margin-bottom: 10px; }
    .page-filters .inputs-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-filters .inputs-row .btn {
        margin-bottom: 15px; }
      .page-filters .inputs-row .select,
      .page-filters .inputs-row .input-block {
        width: 30%;
        max-width: 220px;
        margin-bottom: 15px; } }

@media (max-width: 600px) {
  .table-body {
    width: 103%; }
  .base-table td {
    padding: 18px 0 18px 18px; }
  .base-pagination {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .base-pagination .page-btns,
    .base-pagination .page-count {
      margin-bottom: 10px; } }

@media (max-width: 640px) {
  .base-popup__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .base-popup__footer .btn.base-btn {
      margin: 0 5px; } }

@media (max-width: 440px) {
  .base-pagination .page-count {
    margin-right: 0;
    margin-left: auto;
    margin-top: -34px;
    margin-bottom: 18px; }
  .base-pagination .page-btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .base-pagination .page-btns .btn {
      font-size: 12px; }
    .base-pagination .page-btns .prev {
      margin-right: 10px; }
    .base-pagination .page-btns .next {
      margin-left: 0; }
  .page-filters .icon {
    margin-right: 10px; }
  .page-filters .page-filters__btn {
    display: inline-block;
    opacity: 0.8;
    margin-top: -4px; }
  .page-filters .inputs-row .select,
  .page-filters .inputs-row .input-block {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0; }
  .base-popup__container form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .base-popup__container .col {
    width: 100%; }
  .base-popup__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .base-popup__footer .btn.base-btn {
    width: 100%;
    margin: 0 0 10px; } }

.select {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .select.invalid dt {
    border-color: #f51d39; }
  .select.fill.select-filter dt {
    background: #ffd802;
    border-color: #ffd802; }
    .select.fill.select-filter dt:before {
      border-top-color: #151515 !important; }
  .select dt {
    display: block;
    position: relative;
    background-color: #fff;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding-right: 50px;
    z-index: 2;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 15px;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s; }
    .select dt.active + dd {
      visibility: visible; }
    .select dt.active + dd .select-options {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); }
    .select dt input {
      z-index: -2;
      position: relative;
      border: none;
      font-size: 15px;
      font-family: inherit;
      padding: 0;
      background: none;
      width: 100%;
      color: #151515; }
    .select dt label.error {
      display: none !important; }
  .select dd {
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 258px;
    visibility: hidden;
    -webkit-transition: visibility 0.45s;
    -o-transition: visibility 0.45s;
    transition: visibility 0.45s;
    z-index: 10; }
    .select dd .base-checkbox {
      margin-bottom: 10px; }
  .select.select-with-input dd input {
    color: #ffd802;
    border: none;
    border-bottom: solid 1px #ffd802;
    margin: 2px 0 15px 15px;
    padding-bottom: 4px;
    font: 15px SFUI;
    width: calc(100% - 20px); }
  .select.select-with-input dd {
    height: calc(258px + 41px); }
  .select dd .select-options {
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    border-top: none;
    visibility: hidden;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
            transform: translateY(-10%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transition: opacity 0.45s, visibility 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, visibility 0.45s, -webkit-transform 0.45s;
    -o-transition: opacity 0.45s, visibility 0.45s, transform 0.45s;
    transition: opacity 0.45s, visibility 0.45s, transform 0.45s;
    transition: opacity 0.45s, visibility 0.45s, transform 0.45s, -webkit-transform 0.45s; }
    .select dd .select-options a:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
  .select .select-block h5 {
    color: #ffd802;
    font-family: SFUI;
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px 0;
    padding-left: 15px; }
  .select.select-active {
    z-index: 10; }
    .select.select-active dt {
      z-index: 12; }
    .select.select-active svg {
      z-index: 13; }
    .select.select-active.select.select-filter dt:before {
      border-top-color: #ffd802;
      -webkit-transform: rotateZ(-180deg) translateY(-2px);
          -ms-transform: rotate(-180deg) translateY(-2px);
              transform: rotateZ(-180deg) translateY(-2px); }
    .select.select-active dt {
      border-color: #ffd802 !important; }
  .select.scrollable.scrollable dd .select-options {
    padding: 0; }
    .select.scrollable.scrollable dd .select-options .select-block:first-child h5 {
      margin-top: 5px; }
  .select.scrollable.scrollable .scroll-cont {
    max-height: 225px;
    min-height: 18px; }
  .select.select-filter dt {
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 5px 10px;
    color: #bfbebe; }
    .select.select-filter dt:before {
      content: '';
      right: 15px;
      z-index: 3;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 5px solid rgba(0, 0, 0, 0.15);
      -webkit-transform-origin: 50% 0%;
          -ms-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      -webkit-transition: border 0.3s, -webkit-transform 0.3s;
      transition: border 0.3s, -webkit-transform 0.3s;
      -o-transition: transform 0.3s, border 0.3s;
      transition: transform 0.3s, border 0.3s;
      transition: transform 0.3s, border 0.3s, -webkit-transform 0.3s; }
  .select.select-filter dd .select-options {
    background: #fff;
    padding: 15px; }
    .select.select-filter dd .select-options a {
      padding: 8px 10px;
      display: block;
      color: #2b2c30;
      font-size: 15px;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s;
      cursor: pointer;
      position: relative; }
      .select.select-filter dd .select-options a span {
        display: inline-block; }
      .select.select-filter dd .select-options a:last-child {
        margin-bottom: 0; }
      .select.select-filter dd .select-options a:hover {
        background: #ececec; }
      .select.select-filter dd .select-options a.hidden {
        display: none; }
  .select.select-filter.without-border.select-flag dt:after {
    border: none; }
  .select.select-filter.without-border:not(.select-flag):not(.select-number) dt:after {
    display: none; }
  .select.select-filter.without-border:not(.select-flag):not(.select-number) dt:before {
    right: 15px;
    z-index: 1; }
  .select.select-filter.without-border:not(.select-flag):not(.select-number) dd .select-options {
    padding: 0 !important; }
    .select.select-filter.without-border:not(.select-flag):not(.select-number) dd .select-options a {
      padding: 13px 13px 13px 13px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      border-bottom: 1px solid #ebebeb;
      margin-bottom: 0;
      position: relative;
      color: #151515;
      font-family: SFUI;
      font-size: 15px; }
      .select.select-filter.without-border:not(.select-flag):not(.select-number) dd .select-options a:last-child {
        border-bottom: none;
        margin-bottom: 0; }
      .select.select-filter.without-border:not(.select-flag):not(.select-number) dd .select-options a.current, .select.select-filter.without-border:not(.select-flag):not(.select-number) dd .select-options a:hover {
        color: #fff;
        background: #F8CA21; }
  .select.select-filter.without-border.select-number dt:after {
    border: none; }
  .select.select-filter.without-border.select-number dt:before {
    right: 15px; }
  .select.select-filter.without-border.select-number dd .select-options a {
    font-size: 16px;
    color: #9f9fa2; }
    .select.select-filter.without-border.select-number dd .select-options a:hover {
      color: #F8CA21; }
  .select.select-input.select-flag dd .select-options {
    padding-top: 15px; }
  .select.select-input dd .select-options a:hover input {
    color: #F8CA21; }
  .select.select-input input {
    display: inline-block;
    vertical-align: middle;
    border: none;
    color: #151515;
    background: #fff;
    font-family: SFUI;
    font-size: 15px;
    width: calc(100% - 10px);
    cursor: pointer; }
  .select.select-flag img {
    margin-right: 10px;
    width: 30px;
    height: 23px;
    position: absolute;
    margin-top: -1px;
    left: 15px;
    border: 2px solid #f0f0f0; }
    @media only screen and (max-width: 310px) {
      .select.select-flag img {
        display: none; } }
  .select.select-flag dt {
    padding-left: 15px; }
  .select.select-flag dd .select-options {
    padding-left: 0;
    padding-top: 0; }
    .select.select-flag dd .select-options a {
      position: relative;
      padding: 8px 10px; }

.vats__page .btn.base-btn {
  display: inline-block;
  vertical-align: top;
  padding: 18px 30px;
  border-radius: 5px;
  background: #F8CA21;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  -webkit-box-shadow: 0px 4px 20px rgba(248, 202, 33, 0.5);
          box-shadow: 0px 4px 20px rgba(248, 202, 33, 0.5);
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease; }
  .vats__page .btn.base-btn:hover {
    background: #ffd84b; }

.vats__page .promo-tag {
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
  padding-left: 8px;
  position: absolute;
  top: 22px;
  right: 10%; }
  .vats__page .promo-tag .star {
    background: #F8CA21;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: -10px;
    left: 0px; }
    .vats__page .promo-tag .star svg {
      position: absolute;
      width: 7px;
      height: 7px;
      left: 5.17px;
      top: 5.42px;
      fill: #333 !important; }
      .vats__page .promo-tag .star svg path {
        fill: #333 !important; }
  .vats__page .promo-tag .txt {
    background: #E1E1E1;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-weight: normal;
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.22);
            box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.22); }
    .vats__page .promo-tag .txt.n-2 {
      position: absolute;
      margin-top: 14px;
      -webkit-transform: rotate(3deg);
          -ms-transform: rotate(3deg);
              transform: rotate(3deg);
      white-space: nowrap;
      left: 28%;
      top: 100%; }

.vats__page .cta {
  position: relative; }
  .vats__page .cta .promo-tag {
    top: 150%; }
  .vats__page .cta .btn.base-btn {
    font-size: 14px;
    padding: 21px 54px;
    -webkit-box-shadow: 0px 4px 20px rgba(248, 202, 33, 0.55);
            box-shadow: 0px 4px 20px rgba(248, 202, 33, 0.55); }
  .vats__page .cta.up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .vats__page .cta.up .promo-tag {
      left: 50%;
      right: initial;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .vats__page .cta.up .promo-tag .txt {
        -webkit-box-shadow: none;
                box-shadow: none; }

.vats__page .section-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 25px; }

.vats__page .section-info {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #585858;
  max-width: 700px; }

.vats__page .base-link {
  color: #F8CA21;
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  text-decoration: underline;
  font-family: SFUI; }
  .vats__page .base-link:hover {
    text-decoration: none; }
  .vats__page .base-link.grey {
    color: #949494; }
    .vats__page .base-link.grey:hover {
      color: #f18a17; }

.vats__page .screen-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 120px;
  margin-bottom: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  min-height: 570px;
  text-align: center; }
  .vats__page .screen-main > .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .vats__page .screen-main .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }
  .vats__page .screen-main .page-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 55px;
    margin-bottom: 45px;
    margin-top: 10vh;
    color: #fff;
    text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    max-width: 960px; }
    .vats__page .screen-main .page-title .underlined {
      position: relative; }
      .vats__page .screen-main .page-title .underlined:before {
        content: '';
        position: absolute;
        left: 0;
        top: 65%;
        width: 100%;
        height: 34px;
        z-index: -1;
        background: url(../img/svg/underline.svg) no-repeat 100%; }
  .vats__page .screen-main .info {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 40px;
    max-width: 620px; }
  .vats__page .screen-main .benefits {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 160px;
    width: 100%; }
    .vats__page .screen-main .benefits .item {
      max-width: 220px;
      margin: 20px 2%; }
      .vats__page .screen-main .benefits .item .ico {
        width: 56px;
        height: 56px;
        margin-bottom: 12px; }

.vats__page .screen-tariffs {
  margin-bottom: 120px; }
  .vats__page .screen-tariffs__benefits {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .vats__page .screen-tariffs__benefits .item {
      position: relative;
      margin-right: 80px; }
      .vats__page .screen-tariffs__benefits .item:before {
        content: '';
        background: #F8CA21;
        border-radius: 40px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        width: 8px;
        height: 8px; }
  .vats__page .screen-tariffs__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px; }
  .vats__page .screen-tariffs__block {
    width: 360px;
    border: 2px solid #F2F2F2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 15px;
    padding: 30px;
    position: relative; }
    .vats__page .screen-tariffs__block > .title {
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 35px; }
    .vats__page .screen-tariffs__block .default-tag {
      font-weight: normal;
      font-size: 12px;
      line-height: 140%;
      letter-spacing: 0.05em;
      color: #fff;
      background: #000000;
      padding: 2px 10px;
      -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.18);
              box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.18);
      border-radius: 10px;
      -webkit-transform: rotate(-2deg);
          -ms-transform: rotate(-2deg);
              transform: rotate(-2deg);
      position: absolute;
      top: 32px;
      right: -10px; }
    .vats__page .screen-tariffs__block .price-block {
      background: -o-linear-gradient(183.63deg, #FFFFFF -24.59%, rgba(255, 255, 255, 0) 65.54%), #FFC800;
      background: linear-gradient(266.37deg, #FFFFFF -24.59%, rgba(255, 255, 255, 0) 65.54%), #FFC800;
      border-radius: 5px;
      margin-bottom: 10px;
      padding: 20px; }
      .vats__page .screen-tariffs__block .price-block .value {
        margin-bottom: 8px; }
        .vats__page .screen-tariffs__block .price-block .value .num {
          font-size: 48px;
          font-weight: bold;
          display: inline-block;
          margin-right: 4px; }
        .vats__page .screen-tariffs__block .price-block .value .txt {
          display: inline-block;
          font-weight: 500;
          font-size: 18px;
          color: #424242; }
      .vats__page .screen-tariffs__block .price-block .info {
        font-size: 13px;
        color: #434343; }
    .vats__page .screen-tariffs__block .payment {
      margin-top: 40px;
      position: relative; }
      .vats__page .screen-tariffs__block .payment .title {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .vats__page .screen-tariffs__block .payment .value {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: normal;
        font-size: 28px;
        line-height: 33px; }
        .vats__page .screen-tariffs__block .payment .value > span {
          margin-right: 10px; }
      .vats__page .screen-tariffs__block .payment .info-tooltip {
        height: 22px; }
        .vats__page .screen-tariffs__block .payment .info-tooltip .target {
          cursor: pointer;
          height: 22px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .vats__page .screen-tariffs__block .payment .info-tooltip .target svg path {
            -webkit-transition: .45s ease;
            -o-transition: .45s ease;
            transition: .45s ease; }
          .vats__page .screen-tariffs__block .payment .info-tooltip .target:hover svg {
            fill: #F8CA21; }
            .vats__page .screen-tariffs__block .payment .info-tooltip .target:hover svg path {
              fill: #F8CA21; }
          .vats__page .screen-tariffs__block .payment .info-tooltip .target:hover ~ .box {
            opacity: 1;
            visibility: visible; }
        .vats__page .screen-tariffs__block .payment .info-tooltip .box {
          position: absolute;
          padding: 20px;
          border: solid 1px #E0E0E0;
          border-radius: 3px;
          -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
                  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
          background: #fff;
          z-index: 100;
          font-size: 14px;
          width: 310px;
          line-height: 22px;
          right: 0;
          top: calc( 100% + 5px);
          visibility: hidden;
          opacity: 0;
          -webkit-transition: .45s ease;
          -o-transition: .45s ease;
          transition: .45s ease; }
          .vats__page .screen-tariffs__block .payment .info-tooltip .box p {
            margin-bottom: 18px; }
            .vats__page .screen-tariffs__block .payment .info-tooltip .box p:last-child {
              margin-bottom: 0; }
          .vats__page .screen-tariffs__block .payment .info-tooltip .box span {
            font-weight: bold;
            display: block; }
  .vats__page .screen-tariffs .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .vats__page .screen-tariffs .row .btn.download-tariffs {
      background: rgba(248, 202, 33, 0.15);
      -webkit-transition: .35s ease;
      -o-transition: .35s ease;
      transition: .35s ease;
      border-radius: 5px;
      padding: 10px 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: normal;
      font-size: 15px;
      line-height: 18px;
      color: #000; }
      .vats__page .screen-tariffs .row .btn.download-tariffs span {
        color: inherit; }
      .vats__page .screen-tariffs .row .btn.download-tariffs svg {
        margin-right: 10px;
        width: 20px;
        height: 20px;
        -webkit-transition: .35s ease;
        -o-transition: .35s ease;
        transition: .35s ease; }
      .vats__page .screen-tariffs .row .btn.download-tariffs:hover {
        background: rgba(248, 202, 33, 0.45); }
        .vats__page .screen-tariffs .row .btn.download-tariffs:hover svg {
          fill: #000 !important; }
          .vats__page .screen-tariffs .row .btn.download-tariffs:hover svg path {
            fill: #000 !important; }

.vats__page .screen-features {
  margin-bottom: 160px;
  position: relative; }
  .vats__page .screen-features:after {
    content: '';
    position: absolute;
    left: calc(100% - 150px);
    width: calc(((100vw - 1170px)/2) + 150px);
    top: 0;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); }
  .vats__page .screen-features .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .vats__page .screen-features .controls .btn {
      background: #F2F2F2;
      border-radius: 50px;
      width: 44px;
      height: 44px;
      position: relative;
      -webkit-transition: .35s ease;
      -o-transition: .35s ease;
      transition: .35s ease; }
      .vats__page .screen-features .controls .btn:hover {
        background: #d8d8d8; }
      .vats__page .screen-features .controls .btn:active {
        -webkit-transform: scale(0.85);
            -ms-transform: scale(0.85);
                transform: scale(0.85); }
      .vats__page .screen-features .controls .btn.features-slider--to-right {
        margin-left: 20px; }
        .vats__page .screen-features .controls .btn.features-slider--to-right svg {
          -webkit-transform: translate(-50%, -50%) rotate(180deg);
              -ms-transform: translate(-50%, -50%) rotate(180deg);
                  transform: translate(-50%, -50%) rotate(180deg); }
      .vats__page .screen-features .controls .btn svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .vats__page .screen-features .features-slider {
    max-width: 695px;
    width: 100%;
    margin-bottom: 50px; }
    .vats__page .screen-features .features-slider:before {
      content: '';
      position: absolute;
      right: 100%;
      width: calc((100vw - 1170px)/2);
      top: 0;
      bottom: 0;
      z-index: 1;
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
      background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%); }
    .vats__page .screen-features .features-slider .slick-list {
      overflow: visible; }
    .vats__page .screen-features .features-slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .vats__page .screen-features .features-slider__item {
      border: 1px solid #E0E0E0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 5px;
      padding: 25px;
      margin: 0 30px 0 0;
      -webkit-transition: .35s ease;
      -o-transition: .35s ease;
      transition: .35s ease;
      height: auto; }
      .vats__page .screen-features .features-slider__item .title {
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
        color: #F8CA21;
        margin-bottom: 15px; }
      .vats__page .screen-features .features-slider__item .info {
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        color: #585858;
        margin-bottom: 30px; }
      .vats__page .screen-features .features-slider__item .img {
        border: 1px solid #F2F2F2;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 10px;
        max-width: 80%; }

.vats__page .screen-quality {
  margin-bottom: 120px; }
  .vats__page .screen-quality .quality-box {
    padding-left: 79px;
    padding-top: 20px;
    margin-top: 40px;
    position: relative; }
  .vats__page .screen-quality .ico {
    width: 64px;
    height: 64px;
    background: #1ED600;
    -webkit-box-shadow: 0px 14px 45px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 14px 45px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0; }
    .vats__page .screen-quality .ico svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .vats__page .screen-quality .title {
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    color: #1ED600;
    margin-bottom: 5px; }
  .vats__page .screen-quality .num {
    font-weight: 300;
    font-size: 96px;
    line-height: 115px;
    color: #1ED600;
    margin-bottom: 5px; }
    .vats__page .screen-quality .num span {
      font-size: 50px; }
  .vats__page .screen-quality .info {
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #555555;
    margin-bottom: 40px; }
  .vats__page .screen-quality .sub-info {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #919191; }

.vats__page .screen-introduction {
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 70px; }
  .vats__page .screen-introduction .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .vats__page .screen-introduction .status-bar {
    font-weight: 800;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .vats__page .screen-introduction .status-bar .accent {
      font-size: 20px;
      line-height: 24px;
      color: #F8CA21; }
    .vats__page .screen-introduction .status-bar .ttl {
      font-size: 20px;
      line-height: 24px;
      color: #000000; }
  .vats__page .screen-introduction .section-title {
    width: 100%;
    margin-bottom: 40px; }
  .vats__page .screen-introduction .person {
    width: 321px;
    height: 370px; }
  .vats__page .screen-introduction .left-side {
    width: 30%;
    margin-right: 10%;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    .vats__page .screen-introduction .left-side .bg {
      position: absolute;
      bottom: 0;
      left: -5%;
      z-index: -1; }
  .vats__page .screen-introduction .right-side {
    width: 60%;
    max-width: 580px;
    padding-bottom: 60px; }
    .vats__page .screen-introduction .right-side .ico {
      margin-bottom: 20px; }
    .vats__page .screen-introduction .right-side .txt {
      font-size: 18px;
      line-height: 24px;
      color: #585858; }
    .vats__page .screen-introduction .right-side .author {
      padding-top: 30px;
      margin-top: 30px;
      position: relative; }
      .vats__page .screen-introduction .right-side .author:before {
        content: '';
        position: absolute;
        width: 60px;
        height: 1px;
        background: #F8CA21;
        top: 0;
        left: 0; }
      .vats__page .screen-introduction .right-side .author .name {
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 10px; }
      .vats__page .screen-introduction .right-side .author .position {
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: #939393; }

.vats__page .screen-city-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px; }
  .vats__page .screen-city-num .section-title {
    width: 100%;
    margin-bottom: 60px; }
  .vats__page .screen-city-num .item {
    width: 50%;
    padding-right: 12%;
    margin-bottom: 30px; }
    .vats__page .screen-city-num .item .title {
      font-weight: bold;
      font-size: 18px;
      line-height: 21px;
      color: #000000;
      margin-bottom: 15px; }
    .vats__page .screen-city-num .item .info {
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #404040; }

.vats__page .screen-helps {
  margin-bottom: 80px; }
  .vats__page .screen-helps .list {
    margin-top: 45px;
    margin-bottom: 40px; }
    .vats__page .screen-helps .list .item {
      margin-bottom: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .vats__page .screen-helps .list .num {
      font-weight: 300;
      font-size: 48px;
      line-height: 57px;
      color: #ACACAC;
      margin-right: 20px; }
    .vats__page .screen-helps .list .txt {
      font-weight: normal;
      font-size: 20px;
      line-height: 24px;
      padding-top: 24px; }
      .vats__page .screen-helps .list .txt a {
        font-size: inherit; }

.vats__page .content-section {
  margin-bottom: 80px; }
  .vats__page .content-section h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
    margin-bottom: 25px; }
  .vats__page .content-section p {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #404040;
    max-width: 900px;
    margin-bottom: 35px; }
    .vats__page .content-section p a {
      font-size: inherit; }
  .vats__page .content-section ul {
    padding-left: 20px; }
    .vats__page .content-section ul li {
      list-style: disc;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #404040;
      max-width: 900px;
      margin-bottom: 15px; }

.vats__page .cta-big {
  border-top: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  padding: 50px 0 40px;
  margin-bottom: 60px; }
  .vats__page .cta-big .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .vats__page .cta-big .title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    color: #000000;
    max-width: 300px;
    margin-right: 10%; }
  .vats__page .cta-big .contacts .label {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #000000; }
    .vats__page .cta-big .contacts .label.or {
      margin-top: 40px; }
  .vats__page .cta-big .contacts .phone {
    font-style: normal;
    font-weight: 300;
    font-size: 64px;
    line-height: 76px;
    color: #000000; }
  .vats__page .cta-big .contacts .img {
    margin-top: 20px;
    margin-left: 20%;
    width: 180px; }

.vats-footer {
  background: #262626;
  padding: 22px 0;
  text-align: center; }
  .vats-footer .public {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF; }
  .vats-footer .copy-txt {
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    margin-top: 14px;
    color: #8F8F8F; }

@media (max-width: 1170px) {
  .wrap {
    padding: 0 3%; }
  .vats__page .screen-features:after {
    left: calc(100% - 7vw);
    width: 10vw;
    height: calc(100% - 60px); }
  .vats__page .screen-features .features-slider:before {
    width: 3vw; }
  .vats__page .screen-introduction .person {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .vats__page .screen-introduction .left-side {
    min-width: 320px;
    margin-right: 5%; }
  .vats__page .screen-introduction .right-side {
    width: calc(95% - 320px); }
  .vats__page .screen-introduction .status-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px; }
    .vats__page .screen-introduction .status-bar .item {
      padding-right: 5%;
      margin-bottom: 15px; } }

@media (max-width: 1050px) {
  .vats__page .screen-tariffs__prices {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .vats__page .screen-tariffs__block {
    width: 48%;
    margin-bottom: 40px; }
  .vats__page .cta-big .title {
    font-size: 30px;
    line-height: 1.25; }
  .vats__page .cta-big .contacts .phone {
    font-size: 46px;
    line-height: 1; }
  .vats__page .cta-big .contacts .label {
    font-size: 18px;
    line-height: 1; } }

@media (max-width: 850px) {
  .vats__page .cta-big .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .vats__page .cta-big .wrap .title {
      width: 100%; }
    .vats__page .cta-big .wrap .contacts {
      width: 100%;
      margin-top: 20px; } }

@media (max-width: 800px) {
  .vats__page .screen-introduction .right-side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }
  .vats__page .screen-introduction .left-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%; } }

@media (max-width: 660px) {
  .vats__page .screen-tariffs__block {
    width: 100%;
    padding: 15px; }
    .vats__page .screen-tariffs__block .default-tag {
      top: 18px; }
  .vats__page .screen-tariffs__block > .title {
    margin-bottom: 25px; }
  .vats__page .screen-tariffs__prices {
    margin-bottom: 10px; }
  .vats__page .screen-features .features-slider__item .img {
    max-width: 100%; }
  .vats__page .screen-city-num .item {
    padding-right: 5%; }
  .vats__page .screen-quality .title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px; }
  .vats__page .screen-quality .num {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 10px; }
  .vats__page .screen-quality .info {
    font-size: 18px;
    line-height: 1; } }

@media (max-width: 620px) {
  .vats__page .screen-main .page-title {
    font-size: 36px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .vats__page .cta {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 140px; }
  .vats__page .screen-main .info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .vats__page .screen-main .benefits {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0; }
  .vats__page .promo-tag .txt {
    font-size: 13px; }
  .vats__page .screen-city-num .item {
    width: 100%; } }

@media (max-width: 520px) {
  .vats__page .screen-main .benefits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .vats__page .screen-main .benefits .item {
      margin: 20px 0;
      width: 50%; }
  .vats__page .screen-features .features-slider__item {
    padding: 15px;
    margin-right: 20px; }
  .vats__page .screen-features .features-slider__item .title {
    font-size: 18px;
    line-height: 24px; }
  .vats__page .screen-features .features-slider__item .info {
    font-size: 16px;
    line-height: 22px; }
  .vats__page .cta.up .promo-tag {
    left: 40%; }
  .vats__page .screen-quality .quality-box {
    padding-left: 0;
    padding-top: 80px; } }

@media (max-width: 470px) {
  .vats__page .screen-main .page-title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 55px; }
  .vats__page .screen-main .page-title .underlined {
    display: inline-block; }
  .vats__page .screen-main .page-title .underlined:before {
    height: 16px;
    background-size: 100% 100%;
    top: 70%; }
  .vats__page .cta .promo-tag {
    right: 60%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%); }
    .vats__page .cta .promo-tag .txt {
      white-space: nowrap; }
  .vats__page .screen-tariffs__block .payment .info-tooltip .box {
    width: calc(100% + 30px);
    right: -15px; }
  .vats__page .screen-helps .list .txt {
    padding-top: 0; }
  .vats__page .cta-big .contacts .phone {
    font-size: 36px;
    margin-top: 10px; } }

@media (max-width: 340px) {
  .vats__page .screen-main .page-title {
    font-size: 26px; }
  .vats__page .cta .btn.base-btn {
    padding: 21px 48px; }
  .vats__page .cta-big .contacts .phone {
    font-size: 30px; } }


/* CUSTOM */
.flexMenu-viewMore {
  display: none !important;
}
main.vats__page {
  overflow: hidden auto;
}
body.popup_opened {
  overflow: hidden !important;
}
.btn.popup-btn__close.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  padding: 10px;
  width: 40px;
  line-height: 1;
  font-size: 20px;
}