/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
@font-face {
  font-family: 'Helvetica lite';
  src: url("/design/fonts/Helvetica Neue LT Cyrillic 57 Condensed.Id.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica bold';
  src: url("/design/fonts/Helvetica Neue LT Cyrillic 77 Bold Condensed.Id.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica regular';
  src: url("/design/fonts/HelveticaNeueCyr-Light.ttf");
  font-weight: normal;
  font-style: normal; }

.container {
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 15px; }

@media (max-width: 1600px) {
  .container {
    max-width: 1170px; } }

@media (max-width: 1180px) {
  .container {
    max-width: 850px; } }

@media (max-width: 992px) {
  .container {
    max-width: 768px; } }

@media (max-width: 800px) {
  .container {
    max-width: 567px; } }

@media (max-width: 567px) {
  .container {
    max-width: 100%; } }

html {
  scroll-behavior: smooth; }

.header {
  background: url(/design/img/land/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  font-family: "Helvetica bold";
  padding-top: 57px; }

.header-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.site-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.site-nav li {
  list-style: none; }

.site-nav a {
  width: 150px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase; }

.site-nav a:hover {
  background: #d00760;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  border-radius: 5px; }

.header-info-wrap {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

h1 {
  color: #ffc61a;
  font-size: 55px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 50px; }

.header-phone-link, .header-mail-link {
  font-size: 95px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px; }

.header-phone-link:hover, .header-mail-link:hover {
  color: #d00760;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms; }

.header-mail-link {
  font-size: 50px;
  margin-bottom: 100px; }

.header-qr-code-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 1600px) {
  .logo {
    width: 300px; }
    .logo img {
      width: 100%; }
  .header {
    padding-top: 35px !important;
    height: 680px; }
  h1 {
    font-size: 40px;
    margin-bottom: 25px; }
  .header-phone-link, .header-mail-link {
    font-size: 75px; }
  .header-mail-link {
    font-size: 40px;
    margin-bottom: 50px; }
  .header-qr-code-img {
    height: 450px; }
    .header-qr-code-img img {
      height: 100%; }
  .site-nav a {
    font-size: 16px;
    width: 130px; } }

@media (max-width: 1180px) {
  .logo {
    width: 200px; }
  h1 {
    margin-top: 80px;
    font-size: 30px; }
  .site-nav a {
    font-size: 16px;
    width: 130px; }
  .header-phone-link, .header-mail-link {
    font-size: 45px; }
  .header {
    height: 500px;
    background-size: cover;
    padding-top: 15px !important; }
  .header-qr-code-img {
    height: 220px;
    margin-top: 80px; }
  .header-mail-link {
    margin-bottom: 20px;
    font-size: 30px; }
  .site-nav a {
    font-size: 14px;
    width: 100px; } }

@media (max-width: 992px) {
  .header {
    height: 430px; }
  h1 {
    margin-top: 20px; }
  .site-nav a {
    width: auto;
    margin-left: 30px; }
    .site-nav a:hover {
      width: auto;
      margin-left: 30px;
      background: none; } }

@media (max-width: 800px) {
  .header {
    padding-top: 0px;
    height: 400px; }
  .site-nav ul {
    padding: 0; }
    .site-nav ul a {
      font-size: 14px; }
  .header-qr-code-img {
    height: 150px; } }

@media (max-width: 567px) {
  .header {
    background-size: cover;
    height: 460px; }
  h1 {
    max-width: 300px;
    margin: 20px auto; }
  .header-top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px; }
  .logo {
    width: 80%; }
  .site-nav {
    width: 100%; }
    .site-nav ul {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .site-nav a {
      margin: 0; }
  .header-phone-link, .header-mail-link {
    font-size: 35px; }
  .header-mail-link {
    font-size: 30px; }
  h1 {
    width: 250px; }
  .header {
    height: 540px; } }

body {
  background: url("/design/img/land/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.title {
  font-size: 42px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-family: "Helvetica bold"; }
  .title:before {
    content: url("/design/img/land/before-title.png");
    margin-right: 5px;
    max-height: 50px; }

.worth {
  margin-top: 100px; }

.worth-info__text {
  font-size: 77px;
  text-transform: uppercase;
  font-family: "Helvetica bold"; }

.worth-info__text--pink {
  color: #d00760; }

.worth-info {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 150px; }

.service-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.service-icon-item {
  width: 30%;
  text-align: center; }

.service-icon {
  height: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.service-icon-title {
  font-size: 42px;
  color: #d00760; }
  .service-icon-title p {
    margin-bottom: 0; }

.service-icon-info {
  font-size: 42px; }
  .service-icon-info p {
    margin: 0; }

.service {
  font-family: "Helvetica bold"; }

.service-info-block-text-list {
  font-family: "Helvetica lite";
  padding: 0;
  margin: 0;
  height: 410px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .service-info-block-text-list li {
    font-size: 38px;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .service-info-block-text-list li:before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      background: #d00760;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-right: 18px; }

.service-info-block {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.service-info-block-text {
  width: 61%; }

.service-info-block-video {
  display: inline-block;
  width: 39%;
  background: #000; }

.service-info-block-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 410px; }

.tariffs {
  font-family: "Helvetica regular";
  margin-top: 135px; }

table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #000;
  font-weight: 800; }

caption {
  font-size: 37px;
  margin-bottom: 20px; }

tr {
  height: 64px; }

tr:nth-child(n+3) {
  height: 100px; }
  tr:nth-child(n+3) td:nth-child(1) {
    padding-left: 15px; }

th[rowspan="2"] {
  font-size: 37px; }

th {
  font-size: 29px;
  border: 2px solid #000;
  background: #c8c7c9; }

td {
  font-size: 29px;
  border: 2px solid #000;
  min-width: 240px; }

td:nth-child(n+2) {
  text-align: center; }

.down-arrow {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px; }
  .down-arrow::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #000; }

form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1050px;
  margin: 0 auto; }

input {
  width: 100%;
  height: 65px;
  margin-bottom: 30px;
  padding-left: 35px;
  border: 1px solid #e1e1e1;
  font-size: 22px; }
  input::-webkit-input-placeholder {
    font-family: "Helvetica regular";
    font-size: 22px; }
  input::-moz-placeholder {
    font-family: "Helvetica regular";
    font-size: 22px; }
  input:-ms-input-placeholder {
    font-family: "Helvetica regular";
    font-size: 22px; }
  input::-ms-input-placeholder {
    font-family: "Helvetica regular";
    font-size: 22px; }
  input::placeholder {
    font-family: "Helvetica regular";
    font-size: 22px; }

.input-first-wrap {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.input-second-wrap {
  width: 48%; }

.submit {
  width: 255px;
  margin: 0 auto;
  padding: 0;
  background: #ffc61a;
  color: #3d3d3d;
  font-family: "Helvetica bold";
  font-size: 30px;
  text-transform: uppercase;
  border-radius: 5px; }
  .submit:hover {
    background: #FFEB3B;
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms; }

.message-input {
  height: 245px;
  width: 100%;
  padding-top: 18px;
  padding-left: 35px;
  font-size: 22px;
  border: 1px solid #e1e1e1; }
  .message-input::-webkit-input-placeholder {
    font-family: "Helvetica regular";
    font-size: 22px; }
  .message-input::-moz-placeholder {
    font-family: "Helvetica regular";
    font-size: 22px; }
  .message-input:-ms-input-placeholder {
    font-family: "Helvetica regular";
    font-size: 22px; }
  .message-input::-ms-input-placeholder {
    font-family: "Helvetica regular";
    font-size: 22px; }
  .message-input::placeholder {
    font-family: "Helvetica regular";
    font-size: 22px; }

.form-title {
  font-family: "Helvetica bold";
  font-size: 38px;
  text-transform: uppercase;
  text-align: center; }

.all-services {
  margin-top: 45px; }
  .all-services .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .all-services p {
    font-family: "Helvetica bold";
    font-size: 38px;
    text-transform: uppercase;
    margin-right: 40px;
    line-height: 1; }
  .all-services a {
    text-transform: uppercase;
    font-family: "Helvetica bold";
    font-size: 34px;
    text-decoration: none;
    color: #fff;
    width: 260px;
    height: 53px;
    background: #d00760;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px; }
    .all-services a:hover {
      background: #FF4081;
      -webkit-transition-duration: 400ms;
           -o-transition-duration: 400ms;
              transition-duration: 400ms; }

.table2 {
  margin-top: 20px; }
  .table2 td {
    padding: 15px;
    line-height: 1.5; }

.table3 {
  margin-top: 20px; }
  .table3 th {
    min-width: 400px; }
  .table3 td {
    text-align: justify;
    padding: 15px;
    line-height: 1.5; }

.extra-tables-wrap {
  display: none; }

.rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms; }

.submit {
  padding-top: 4px; }

.all-services a {
  padding-top: 7px; }

.down-arrow-hide .drop-arrow-text {
  font-size: 25px;
  font-weight: 800; }

.down-arrow-hide img {
  fill: #FF4081;
  -webkit-animation: triggerBtn 2s linear 2s infinite;
          animation: triggerBtn 2s linear 2s infinite;
  margin-bottom: 20px; }

@-webkit-keyframes triggerBtn {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.8, 1.8) translateY(2px);
            transform: scale(1.8, 1.8) translateY(2px); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes triggerBtn {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.8, 1.8) translateY(2px);
            transform: scale(1.8, 1.8) translateY(2px); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@media (max-width: 1600px) {
  .submit {
    padding-top: 4px; }
  .all-services a {
    padding-top: 3px; }
  .table3 th {
    min-width: 300px; }
  .worth {
    margin-top: 150px; }
  .title {
    font-size: 32px; }
    .title:before {
      content: "";
      background-image: url("/design/img/land/before-title.png");
      background-size: 100% 100%;
      width: 15px;
      height: 30px; }
  .worth-info {
    margin-top: 50px;
    margin-bottom: 80px; }
  .worth-info__text {
    font-size: 60px; }
  .service-icon {
    height: 140px; }
    .service-icon img {
      height: 100%; }
  .service-icon-title,
  .service-icon-info {
    font-size: 30px; }
  .service-info-block-text-list li {
    font-size: 30px; }
  .service-icon-block {
    margin-top: 40px; }
  caption {
    font-size: 30px; }
  th[rowspan="2"] {
    font-size: 30px; }
  th {
    font-size: 20px; }
  td {
    font-size: 20px; }
    td img {
      height: 30px; }
  tr:nth-child(n+3) {
    height: 70px; }
  .all-services {
    padding-bottom: 40px; }
    .all-services p {
      line-height: 1;
      font-size: 30px;
      margin: 0;
      margin-right: 50px; }
    .all-services a {
      font-size: 25px; }
  .form-title {
    font-size: 30px; }
  .submit {
    font-size: 22px;
    margin-top: 35px;
    width: 200px;
    height: 40px; }
  input {
    height: 50px;
    margin-bottom: 0;
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px); }
    input::-webkit-input-placeholder {
      font-size: 16px; }
    input::-moz-placeholder {
      font-size: 16px; }
    input:-ms-input-placeholder {
      font-size: 16px; }
    input::-ms-input-placeholder {
      font-size: 16px; }
    input::placeholder {
      font-size: 16px; }
  .message-input {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    height: 180px; }
    .message-input::-webkit-input-placeholder {
      font-size: 16px; }
    .message-input::-moz-placeholder {
      font-size: 16px; }
    .message-input:-ms-input-placeholder {
      font-size: 16px; }
    .message-input::-ms-input-placeholder {
      font-size: 16px; }
    .message-input::placeholder {
      font-size: 16px; }
  .input-first-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 200px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (max-width: 1180px) {
  .submit {
    padding-top: 2px; }
  .all-services a {
    padding-top: 2px; }
  .table3 th {
    min-width: 200px; }
  .worth {
    margin-top: 90px; }
  .title {
    font-size: 20px; }
  .title:before {
    content: '';
    background-image: url(/design/img/land/before-title.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    height: 20px;
    width: 10px; }
  .worth-info {
    margin-top: 30px;
    margin-bottom: 40px; }
    .worth-info .worth-info__text {
      font-size: 25px; }
  .service-icon {
    height: 80px; }
  .service-icon-title,
  .service-icon-info {
    font-size: 20px; }
  .service-info-block {
    margin-top: 50px; }
    .service-info-block li {
      font-size: 18px; }
      .service-info-block li:before {
        height: 10px;
        width: 10px;
        margin-right: 10px; }
    .service-info-block ul {
      height: 240px; }
  .service-info-block-video {
    height: 240px;
    overflow: hidden; }
  .tariffs {
    margin-top: 50px !important; }
  caption {
    font-size: 18px; }
  th[rowspan="2"] {
    font-size: 18px; }
  th {
    font-size: 14px; }
  td {
    font-size: 14px;
    min-width: 120px; }
  tr {
    height: 50px; }
    tr img {
      height: 20px; }
  tr:nth-child(n+3) {
    height: 50px; }
  .form-title {
    font-size: 25px; }
  #form {
    width: 80%; }
  input {
    height: 40px;
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px); }
    input::-webkit-input-placeholder {
      font-size: 16px; }
    input::-moz-placeholder {
      font-size: 16px; }
    input:-ms-input-placeholder {
      font-size: 16px; }
    input::-ms-input-placeholder {
      font-size: 16px; }
    input::placeholder {
      font-size: 16px; }
  .input-first-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 180px; }
  .message-input {
    width: -webkit-calc(100% - 38px);
    width: calc(100% - 38px);
    height: 158px; }
    .message-input::-webkit-input-placeholder {
      margin-left: 35px;
      font-size: 16px; }
    .message-input::-moz-placeholder {
      margin-left: 35px;
      font-size: 16px; }
    .message-input:-ms-input-placeholder {
      margin-left: 35px;
      font-size: 16px; }
    .message-input::-ms-input-placeholder {
      margin-left: 35px;
      font-size: 16px; }
    .message-input::placeholder {
      margin-left: 35px;
      font-size: 16px; }
  .submit {
    height: 40px;
    margin-top: 20px;
    font-size: 16px;
    width: 150px; }
  .all-services {
    margin-top: 30px; }
    .all-services p {
      font-size: 16px;
      margin-right: 20px; }
    .all-services a {
      height: 40px;
      font-size: 16px;
      width: 150px; } }

@media (max-width: 992px) {
  .service-info-block-text-list li {
    font-size: 20px !important; }
  .service-info-block-text-list {
    height: 250px !important; }
  .service-info-block-video {
    height: 250px !important;
    overflow: hidden; }
  th {
    font-size: 16px !important; }
  th[rowspan="2"] {
    font-size: 20px !important; }
  td {
    min-width: 140px !important; }
  caption {
    font-size: 20px !important; } }

@media (max-width: 800px) {
  .worth {
    margin-top: 80px; }
  .service-info-block-video {
    height: 210px !important; }
  .service-info-block-text-list {
    height: 210px !important; }
    .service-info-block-text-list li {
      font-size: 16px !important; }
    .service-info-block-text-list li:before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #d00760;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-right: 5px; }
  th[rowspan="2"] {
    font-size: 16px !important; }
  td {
    font-size: 12px;
    min-width: 100px !important; }
  th {
    font-size: 12px !important; } }

@media (max-width: 567px) {
  .table3 th {
    max-width: 30px !important;
    min-width: 30px !important;
    width: 30px !important; }
  .worth {
    margin-top: 70px; }
  .worth-info {
    margin-bottom: 20px; }
  .service-icon-title,
  .service-icon-info {
    font-size: 20px; }
  .service {
    margin-top: 40px; }
  .service-icon-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px; }
  .service-icon-item {
    width: 100%;
    margin-bottom: 20px; }
  .service-icon-title p {
    margin-top: 10px; }
  .service-info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .service-info-block-text {
    width: 100%; }
  .service-info-block-video {
    width: 100%;
    margin-top: 20px; }
  .service-info-block {
    margin-top: 0; }
  .service-info-block-text-list li:before {
    content: "";
    width: 13px;
    min-width: 13px;
    height: 13px;
    display: inline-block;
    background: url("/design/img/land/list-icon.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
  body {
    background-size: 1000% 100%; }
  th {
    font-size: 10px !important; }
  th[rowspan="2"] {
    font-size: 12px !important; }
  td {
    min-width: 50px !important;
    width: 50px !important;
    max-width: 50px !important;
    font-size: 10px; }
    td img {
      height: 10px; }
  tr:nth-child(n+3) td:nth-child(1) {
    padding-left: 5px; }
  caption {
    max-width: 200px;
    margin: 0 auto 20px auto; }
  #form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .input-first-wrap {
    width: 100%; }
  .input-second-wrap {
    width: 100%;
    margin-top: 20px; }
  .submit {
    width: 100%;
    margin-top: 18px; }
  .form-title {
    font-size: 25px; }
    .form-title p {
      margin-bottom: 20px; }
  .all-services {
    margin-top: 50px; }
    .all-services .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .all-services .container p {
        margin: 0; }
  .extra-tables-wrap th {
    max-width: 30px !important;
    min-width: 30px !important;
    width: 30px !important; } }

.footer {
  background: rgba(0, 0, 0, 0.8);
  font-family: "Helvetica regular";
  height: 210px;
  padding-top: 45px; }
  .footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.footer-logo {
  width: 40%; }

.footer-contacts {
  width: 38%; }

.footer-contacts-links {
  width: 22%; }

.footer-contacts {
  color: #fff; }
  .footer-contacts a {
    color: #fff;
    text-decoration: none; }
  .footer-contacts .footer-contacts-address,
  .footer-contacts .footer-contacts-phone-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }

.footer-contacts-phone-email-icon,
.footer-contacts-address-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px; }

.footer-contacts-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer-contacts-links a {
    color: #fff; }
    .footer-contacts-links a:before {
      content: "";
      width: 18px;
      height: 18px;
      display: inline-block;
      background: #d00760;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-right: 14px; }
  .footer-contacts-links li {
    list-style: none; }
  .footer-contacts-links ul {
    margin: 0;
    padding: 0;
    height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 20px; }

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 1600px) {
  .footer-contacts {
    width: 40%; }
  .footer-contacts-links {
    width: 25%; }
    .footer-contacts-links a {
      font-size: 16px; }
      .footer-contacts-links a:before {
        width: 15px;
        height: 15px;
        margin-right: 10px; }
  .footer {
    height: 180px; }
  .footer-logo {
    width: 35%; }
    .footer-logo img {
      width: 200px; } }

@media (max-width: 1180px) {
  .footer-logo {
    width: 35%; }
    .footer-logo img {
      width: 180px; }
  .footer-contacts {
    font-size: 12px;
    width: 35%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .footer-contacts-address-icon,
  .footer-contacts-phone-email-icon {
    width: 20px;
    margin-right: 10px; }
    .footer-contacts-address-icon img,
    .footer-contacts-phone-email-icon img {
      width: 100%; }
  .footer-contacts-links {
    width: 30%; }
    .footer-contacts-links ul {
      height: 100px; }
    .footer-contacts-links a {
      font-size: 12px; }
  .footer {
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (max-width: 992px) {
  .footer-logo {
    width: 25%; }
    .footer-logo img {
      width: 90%; }
  .footer-contacts {
    font-size: 12px;
    width: 40%; }
  .footer-contacts-links {
    width: 35%; }
    .footer-contacts-links a {
      font-size: 11px !important; }
  .footer-contacts-links a:before {
    margin-right: 5px !important; }
  .footer-contacts-address-icon img,
  .footer-contacts-phone-email-icon img {
    height: 100%; } }

@media (max-width: 800px) {
  .footer-contacts-links a {
    font-size: 12px; }
    .footer-contacts-links a:before {
      content: "";
      width: 10px;
      height: 10px;
      display: inline-block;
      background: #d00760;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-right: 10px; } }

@media (max-width: 567px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto; }
    .footer .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .footer-logo {
    width: 80%; }
  .footer-contacts {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer-contacts-links {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px; }
    .footer-contacts-links a {
      font-size: 16px; }
  .footer-contacts-address,
  .footer-contacts-phone-email {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 20px;
    font-size: 16px; } }
