

/* Start:/local/templates/services/css/styles.css?172163007862090*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
 
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  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 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/*==============================
base
==============================*/
*, *::before, *::after {
  box-sizing: inherit;
}

html,
body {
  min-height: 100vh;
  width: 100%;
  background-color: #ffffff;
}

html {
  box-sizing: border-box;
}

body {
  min-width: 300px;
  font-family: Arial, sans-serif;
  font-size: var(--size-text);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text);
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

.no-scroll {
  overflow: hidden;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*==============================
display-none
==============================*/
.display-none {
  display: none !important;
}

/*==============================
visually-hidden
==============================*/
.visually-hidden {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
}

/*==============================
headers
==============================*/
.title-h1 {
  margin: 0;
  /* font-size: 30px; */
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-h);
}
/* @media (min-width: 992px) {
  .title-h1 {
    font-size: var(--size-h1);
  }
} */
.title-h1--bold {
  font-weight: 700;
}

.title-h2 {
  margin: 0;
  /* font-size: 20px; */
  font-weight: 400;
  color: var(--color-h);
}
/* @media (min-width: 992px) {
  .title-h2 {
    font-size: var(--size-h2);
  }
} */

.title-h3 {
  margin: 0;
  /* font-size: 18px; */
  font-weight: 700;
  color: var(--color-h);
}
/* @media (min-width: 992px) {
  .title-h3 {
    font-size: var(--size-h3);
  }
} */

.title-h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-h);
}
@media (min-width: 992px) {
  .title-h4 {
    font-size: 18px;
  }
}

/*layout*/
/*==============================
site-wrapper
==============================*/
.site-wrapper {
  width: 100%;
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.site-wrapper--min {
  min-width: 280px;
  max-width: 992px;
  padding: 0;
}

/*==============================
footer-support
==============================*/
.footer-support {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100vh;
}

.footer-support__content {
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.footer-support__footer {
  flex-grow: 0;
  flex-shrink: 0;
}

/*components*/
/* tumbler */
.tumbler {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: var(--color-accent);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-text);
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  cursor: pointer;
}
.tumbler:focus {
  outline: 0;
}
.tumbler:active {
  opacity: 0.7;
}
.tumbler:hover {
  opacity: 0.7;
}
.tumbler--min {
  height: 36px;
  /* background-color: var(--color-add); */
}
.tumbler--add {
  background-color: var(--color-add);
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.tumbler--white {
  border-radius: 10px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  color: #aaaaaa;
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.2);
}
.tumbler--middle-text {
  font-size: 16px;
}
.tumbler--big-text {
  font-size: 18px;
}

/* social */
.social__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.social__item {
  flex-shrink: 0;
  padding: 10px;
}
@media (min-width: 992px) {
  .social__item {
    padding: 4px;
  }
}

.social__link {
  display: block;
  width: 26px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.social__link:active {
  opacity: 0.7;
}
.social__link:hover {
  opacity: 0.7;
}
.social__link--youtube {
  background-image: url("/local/templates/services/css/../img/icon-youtube.svg");
}
.social__link--vk {
  background-image: url("/local/templates/services/css/../img/icon-vk.png");
}
.social__link--ok {
  background-image: url("/local/templates/services/css/../img/icon-ok.png");
}
.social__link--tg {
  background-image: url("/local/templates/services/css/../img/icon-tg.png");
}

/* buttons */
.buttons__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* site-form */
.site-form__label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.site-form__label:hover .site-form__input {
  outline: none;
  border-color: #555555;
}
.site-form__label:hover .site-form__input:focus {
  border-color: #1d1d1d;
}

.site-form__label-text {
  display: block;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 1;
  transition-duration: 0.2s;
  transition-property: color;
  position: absolute;
  top: 13px;
  left: 12px;
}

.site-form__input {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 10px 11px 5px;
  background-color: transparent;
  border-bottom: 1px solid #aaaaaa;
  font-size: 14px;
  color: #1d1d1d;
  line-height: 1;
  transition-duration: 0.2s;
  transition-property: border-color, background-color, color;
}
.site-form__input:focus {
  outline: 0;
}
.site-form__input--textarea {
  height: 50px;
  min-height: 50px;
  resize: vertical;
  overflow: hidden;
  margin: 0;
  border: 1px solid #aaaaaa;
  line-height: 1.2;
}
.site-form__input::-moz-placeholder {
  font-size: 14px;
  color: #aaaaaa;
  opacity: 1;
}
.site-form__input::placeholder {
  font-size: 14px;
  color: #aaaaaa;
  opacity: 1;
}
.site-form__input:focus {
  outline: none;
  border-color: #1d1d1d;
}

.site-form__toggle-text {
  display: block;
  padding-left: 20px;
  font-size: 13px;
  color: #aaaaaa;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
}
.site-form__toggle-text::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #aaaaaa;
  position: absolute;
  left: 0;
  top: 2px;
}
.site-form__toggle-text::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0;
}
.site-form__toggle-text a {
  color: var(--color-add);
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-form__toggle-text a[href]:active {
  opacity: 0.7;
}
.site-form__toggle-text a[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

.site-form__checkbox-label .site-form__toggle-text::after {
  background-image: url("/local/templates/services/css/../img/icon-check.svg");
}

.site-form__checkbox:checked ~ .site-form__toggle-text::after {
  opacity: 1;
}

.site-form__radio-label .site-form__toggle-text::before {
  border-radius: 50%;
}
.site-form__radio-label .site-form__toggle-text::after {
  background-image: url("/local/templates/services/css/../img/icon-radio.svg");
}

.site-form__radio:checked ~ .site-form__toggle-text::after {
  opacity: 1;
}

/* site-header */
.site-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .site-header {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 60px;
    padding-top: 25px;
  }
}
@media (min-width: 1200px) {
  .site-header {
    padding-right: 100px;
  }
}

.site-header__logo {
  display: block;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-header__logo[href]:active {
  opacity: 0.7;
}
.site-header__logo[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.site-header__logo img {
  width: 185px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-header__nav {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .site-header__nav {
    margin-right: auto;
    padding-top: 37px;
  }
}
@media (min-width: 1200px) {
  .site-header__nav {
    padding-left: 20px;
    padding-right: 40px;
  }
}

.site-header__menu-opener {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 40px;
  height: 14px;
  background-color: transparent;
  background-image: url("/local/templates/services/css/../img/icon-opener.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0;
}
.site-header__menu-opener:focus {
  outline: 0;
}
.site-header__menu-opener:active {
  opacity: 0.7;
}
.site-header__menu-opener:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .site-header__menu-opener {
    top: 37px;
  }
}

@media (min-width: 992px) {
  .site-header__buttons {
    flex-shrink: 0;
    padding-top: 27px;
  }
}

/* site-nav */
@media (min-width: 992px) {
  .site-nav {
    margin-right: auto;
  }
}

.site-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 481px) {
  .site-nav__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .site-nav__list {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}

.site-nav__item {
  padding: 10px;
}
@media (min-width: 992px) {
  .site-nav__item {
    flex-shrink: 1;
    padding-top: 0;
  }
}

.site-nav__link {
  display: block;
  font-size: 14px;/*var(--size-text);*/
  font-weight: 400;
  color: var(--color-text);
  line-height: 1.2;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: relative;
}
.site-nav__link:active {
  opacity: 0.7;
}
.site-nav__link:hover {
  opacity: 0.7;
}
.site-nav__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--color-accent);
  position: absolute;
  left: 0;
  bottom: -10px;
  opacity: 0;
}
.site-nav__link--current {
  cursor: default;
}
.site-nav__link--current:active, .site-nav__link--current[href]:active {
  opacity: 1;
}
.site-nav__link--current:hover, .site-nav__link--current[href]:hover {
  opacity: 1;
  cursor: default;
}
.site-nav__link--current::after {
  opacity: 1;
}

/* site-menu */
.site-menu {
  display: none;
}
.site-menu--opened {
  display: block;
}

.site-menu__overlay {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
}
.site-menu__overlay:focus {
  outline: 0;
}

.site-menu__closer {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url("/local/templates/services/css/../img/icon-closer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.site-menu__closer:focus {
  outline: 0;
}
.site-menu__closer:active {
  opacity: 0.7;
}
.site-menu__closer:hover {
  opacity: 0.7;
}

.site-menu__content {
  width: 100%;
  height: 100vh;
  padding: 20px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
@media (min-width: 481px) {
  .site-menu__content {
    width: 356px;
    height: auto;
    border: 1px dashed #aaaaaa;
    box-shadow: -5px 5px 5px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 18px;
  }
}

.site-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 481px) {
  .site-menu__list {
    padding-top: 7px;
  }
}

.site-menu__item {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .site-menu__item {
    padding-bottom: 12px;
  }
}

.site-menu__link {
  font-size: 18px;
  color: var(--color-text);
  text-decoration: none;
  line-height: 1.2;
  position: relative;
}
.site-menu__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--color-accent);
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
}
.site-menu__link--current {
  cursor: default;
}
.site-menu__link--current:active, .site-menu__link--current[href]:active {
  opacity: 1;
}
.site-menu__link--current:hover, .site-menu__link--current[href]:hover {
  opacity: 1;
  cursor: default;
}
.site-menu__link--current::after {
  opacity: 1;
}

.site-menu__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.site-menu__email-link {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--color-add);
  text-decoration: none;
  white-space: nowrap;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-menu__email-link[href]:active {
  opacity: 0.7;
}
.site-menu__email-link[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 992px) {
  .site-menu__email-link {
    margin-bottom: 0;
  }
}

.site-menu__phone-link {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #004e98;
  text-decoration: none;
  white-space: nowrap;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-menu__phone-link[href]:active {
  opacity: 0.7;
}
.site-menu__phone-link[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

.site-menu__social .social__list {
  margin-right: -10px;
  margin-bottom: 20px;
}
@media (min-width: 481px) {
  .site-menu__social .social__list {
    margin-right: -4px;
  }
}
@media (min-width: 992px) {
  .site-menu__social .social__list {
    margin-bottom: 0;
  }
}

/* site-footer */
.site-footer {
  padding: 20px 0;
  background-color: var(--color-not-accent);/*#f2f2f2;*/
}
@media (min-width: 1200px) {
  .site-footer {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.site-footer__columns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .site-footer__columns {
    flex-direction: row;
    justify-content: space-between;
  }
}

.site-footer__logo {
  display: block;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-footer__logo[href]:active {
  opacity: 0.7;
}
.site-footer__logo[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.site-footer__logo img {
  width: 185px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  .site-footer__nav {
    display: flex;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .site-footer__nav {
    padding-top: 10px;
    padding-left: 55px;
  }
}

.site-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
}
@media (min-width: 481px) {
  .site-footer__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .site-footer__list {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .site-footer__list {
    padding-right: 40px;
  }
}

.site-footer__item {
  padding: 10px;
}
@media (min-width: 992px) {
  .site-footer__item {
    flex-shrink: 1;
    padding-top: 0;
    padding-bottom: 13px;
  }
}

.site-footer__link {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--color-add);
  line-height: 1.2;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.site-footer__link:active {
  opacity: 0.7;
}
.site-footer__link:hover {
  opacity: 0.7;
}
.site-footer__link--current {
  color: var(--color-text);
  cursor: default;
}
.site-footer__link--current:active, .site-footer__link--current[href]:active {
  opacity: 1;
}
.site-footer__link--current:hover, .site-footer__link--current[href]:hover {
  opacity: 1;
  cursor: default;
}

@media (min-width: 1200px) {
  .site-footer__interactive {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.site-footer__phone-link {
  font-size: 22px;
  color: #004e98;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-footer__phone-link[href]:active {
  opacity: 0.7;
}
.site-footer__phone-link[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

.site-footer__button {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .site-footer__button {
    padding-top: 10px;
  }
}

@media (min-width: 1200px) {
  .site-footer__btn {
    width: 262px;
  }
}

/*==============================
form-content
==============================*/
@media (min-width: 992px) {
  .form-content {
    padding: 0 28px;
  }
}

.form-content__h {
  margin: 10px 0;
  text-align: center;
  font-size: 18px;
  color: var(--color-h);
}

.form-content__item {
  margin: 10px 0;
}

.form-content__button {
  display: flex;
  justify-content: center;
}
.form-content__button .btn {
  max-width: 200px;
}

/*==============================
modal-window
==============================*/
.modal-window {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0 20px;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.modal-window--opened {
  pointer-events: auto;
  opacity: 1;
}
.modal-window--opened .modal-window__block {
  opacity: 1;
}

.modal-window__block {
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px 10px 10px;
  background: #ffffff;
  border: 1px solid #797979;
  opacity: 0;
  position: relative;
}
@media (min-width: 992px) {
  .modal-window__block {
    padding: 10px;
    background-color: transparent;
  }
}
.modal-window__block--460 {
  max-width: 460px;
}

.modal-window__closer {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("/local/templates/services/css/../img/icon-closer.svg");
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 0;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-window__closer:focus {
  outline: 0;
}
.modal-window__closer:active {
  opacity: 0.7;
}
.modal-window__closer:hover {
  opacity: 0.7;
}

.modal-window__overlay {
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  font-size: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

/* main-headline */
.main-headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .main-headline {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .main-headline {
    padding-right: 60px;
    padding-top: 80px;
  }
}

.main-headline__logo {
  flex-shrink: 0;
  display: block;
  margin: 0;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.main-headline__logo[href]:active {
  opacity: 0.7;
}
.main-headline__logo[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.main-headline__logo img {
  width: 185px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-headline__h {
  margin: 0;
  font-size: var(--size-h1);/*28px;*/
  font-weight: 400;
  text-align: center;
  color: var(--color-h);
}
@media (min-width: 992px) {
  .main-headline__h {
    padding-right: 10px;
    /* font-size: 50px; */
  }
}
/* @media (min-width: 1200px) {
  .main-headline__h {
    font-size: 60px;
  }
} */

.main-headline__accented {
  display: inline-block;
  padding: 18px 10px 10px;
  background-color: var(--color-accent);
}

/* main-show */
.main-show {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .main-show {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .main-show {
    padding-top: 135px;
    padding-right: 20px;
  }
}

.main-show__list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-image: url("/local/templates/services/css/../img/bg-main-show.png");
  background-repeat: no-repeat;
  background-position: top right;
}
@media (min-width: 992px) {
  .main-show__list {
    background-position: top right 100px;
  }
}
@media (min-width: 1200px) {
  .main-show__list {
    background-position: top right 212px;
  }
}
@media (min-width: 992px) {
  .main-show__list--full .main-show__h {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .main-show__list--full .main-show__item {
    width: 24%;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .main-show__list--full .main-show__item {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .main-show__list--full .main-show__item:nth-child(1) {
    margin-left: 76%;
  }
}
@media (min-width: 992px) {
  .main-show__list--full .main-show__item:nth-child(2) {
    margin-left: 65%;
  }
}
@media (min-width: 992px) {
  .main-show__list--full .main-show__item:nth-child(3) {
    margin-left: 53%;
  }
}
@media (min-width: 992px) {
  .main-show__list--full .main-show__item:nth-child(4) {
    margin-left: 27%;
    margin-top: -90px;
  }
}
@media (min-width: 992px) {
  .main-show__list--full .main-show__item:nth-child(5) {
    margin-left: 10px;
    margin-top: -90px;
  }
}

.main-show__item {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .main-show__item {
    width: 37%;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .main-show__item {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .main-show__item:nth-child(1) {
    margin-left: 63%;
  }
}
@media (min-width: 992px) {
  .main-show__item:nth-child(2) {
    margin-left: 50.5%;
  }
}
@media (min-width: 992px) {
  .main-show__item:nth-child(3) {
    margin-left: 24.5%;
  }
}

.main-show__link {
  display: block;
  padding: 10px;
  background-color: #ffffff;
  text-decoration: none;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
  transition-property: filter;
}
@media (min-width: 768px) {
  .main-show__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .main-show__link {
    padding: 10px 55px 10px 30px;
    position: relative;
  }
}
.main-show__link:hover {
  filter: brightness(0.95);
}

.main-show__h {
  display: block;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 1.2;
  color: var(--color-add);
}

.main-show__icon {
  margin: 0;
}
.main-show__icon img {
  display: block;
  width: 80px;
  height: auto;
}
@media (min-width: 768px) {
  .main-show__icon {
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .main-show__icon {
    position: absolute;
    bottom: -35px;
    right: 0;
  }
}

/* interactive */
.interactive {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .interactive .form-content__item {
    margin: 0;
  }
}
.interactive .form-content__button .btn {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .interactive .form-content__button .btn {
    max-width: 262px;
  }
}
@media (min-width: 992px) {
  .interactive {
    width: 460px;
    padding: 10px 17px;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .interactive--global {
    position: static;
  }
}

.interactive__h {
  margin: 0 0 12px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  color: #aaaaaa;
  text-align: center;
}

@media (min-width: 992px) {
  .interactive__item {
    padding-top: 20px;
  }
}

/* news-feed */
.news-feed__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-feed__item {
  padding-bottom: 36px;
}

.news-feed__headline {
  position: relative;
}
.news-feed__headline::before {
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px dashed #797979;
  position: absolute;
  left: 0;
  top: 50%;
}

.news-feed__date {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--color-accent);
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-text);/*#1d1d1d;*/
  position: relative;
}
.news-feed__date::before {
  content: "";
  width: 24px;
  height: 37px;
  background-color: #ffffff;
  position: absolute;
  right: -24px;
  top: 0;
}
@media (min-width: 768px) {
  .news-feed__date {
    padding: 10px 36px;
  }
}
@media (min-width: 1200px) {
  .news-feed__date {
    margin-left: -15px;
  }
}

.news-feed__content {
  display: block;
  padding-top: 20px;
  text-decoration: none;
}
.news-feed__one {
  margin: 0;
}

.news-feed__text {
  font-size: var(--size-text);
  color: var(--color-text);
}

.news-feed__more {
  color: var(--color-add);
  white-space: nowrap;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.news-feed__more:active {
  opacity: 0.7;
}
.news-feed__more:hover {
  opacity: 0.7;
}

/* media-feed */
.media-feed--unique {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .media-feed--unique {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .media-feed--unique {
    padding-bottom: 50px;
  }
}

.media-feed__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
@media (min-width: 768px) {
  .media-feed__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.media-feed__item {
  width: 300px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .media-feed__item {
    width: 324px;
    padding-right: 24px;
  }
}

.media-feed__img {
  display: block;
  margin: 0;
  padding-bottom: 10px;
}
.media-feed__img img {
  display: block;
  width: 300px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.media-feed__content {
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.media-feed__content[href]:active {
  opacity: 0.7;
}
.media-feed__content[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

.media-feed__info {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: var(--color-add);/*#169bd5;*/
  text-align: center;
}

/* main-feed */
.main-feed {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .main-feed {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .main-feed {
    padding-top: 155px;
  }
}

.main-feed__content {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .main-feed__content {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .main-feed__content {
    padding-bottom: 60px;
  }
}

.main-feed__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .main-feed__headline {
    flex-direction: row;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .main-feed__more .btn {
    width: 262px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .main-feed__more {
    flex-shrink: 0;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .main-feed__more {
    padding-left: 65px;
  }
}

/* breadcrumbs */
.breadcrumbs {
  padding-top: 3px;
}

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .breadcrumbs__list {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs__list {
    padding-top: 0;
  }
}

.breadcrumbs__item {
  display: flex;
  padding-right: 12px;
  position: relative;
}
.breadcrumbs__item::after {
  content: "/";
  font-size: 13px;
  font-weight: 400;
  color: var(--color-add);/*#169bd5;*/
  position: absolute;
  right: 5px;
  top: 0;
}
.breadcrumbs__item:last-of-type::after {
  content: none;
}
.breadcrumbs__item:last-of-type .breadcrumbs__link {
  pointer-events: none;
}

.breadcrumbs__link {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-add);/*#169bd5;*/
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.breadcrumbs__link[href]:active {
  opacity: 0.7;
}
.breadcrumbs__link[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* headline */
.headline {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .headline__columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.headline__main-col {
  padding-top: 20px;
}
.headline__main-col .btn {
  max-width: 198px;
}
@media (min-width: 768px) {
  .headline__main-col {
    padding-right: 20px;
  }
}
.headline__subtitle {
  display: block;
  padding: 10px 0 20px;
  font-size: 18px;
  color: var(--color-text);/*#797979;*/
}
@media (min-width: 1200px) {
  .headline__subtitle {
    padding: 12px 0 40px;
  }
}

.headline__add-col {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .headline__form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .headline__form {
    flex-direction: row;
  }
}

.headline__h {
  padding: 20px 0 10px;
}
@media (min-width: 768px) {
  .headline__h {
    padding: 30px 20px 20px 0;
  }
}
@media (min-width: 1200px) {
  .headline__h {
    padding: 43px 0 25px;
  }
}

.headline__item {
  margin: 0;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .headline__item {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .headline__item:last-of-type {
    padding-right: 0;
  }
}

@media (min-width: 481px) {
  .headline__label {
    display: flex;
    align-items: center;
  }
}

.headline__label-text {
  display: block;
  padding-right: 10px;
  font-size: 14px;
  color: var(--color-text);/*#1d1d1d;*/
}

.headline__input {
  height: 22px;
  border: 1px solid #797979;
  font-size: 13px;
  color: #797979;
}

.headline__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .headline__info {
    flex-direction: row;
    align-items: center;
  }
}

.headline__date {
  display: block;
  margin-bottom: 10px;
  padding: 6px 36px;
  background-color: var(--color-accent);
  font-size: 17px;
  color: var(--color-text);
}
@media (min-width: 768px) {
  .headline__date {
    margin-bottom: 0;
    margin-right: 14px;
  }
}

.headline__rubric {
  font-size: 13px;
  line-height: 1.2;
  color: #797979;
}

.headline__slogan {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 992px;
  margin: 0 auto;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .headline__slogan {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .headline__slogan {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}

.headline__slogan-main {
  display: block;
  margin-bottom: 10px;
  padding: 13px;
  background-color: var(--color-accent);
  font-size: var(--size-h1);/*25px;*/
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-h); /*#333333*/;
}
@media (min-width: 768px) {
  .headline__slogan-main {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
/* @media (min-width: 992px) {
  .headline__slogan-main {
    font-size: 35px;
  }
} */
@media (min-width: 1200px) {
  .headline__slogan-main {
    margin-right: 33px;
    /* font-size: 45px; */
  }
}

.headline__slogan-add {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-text);/*#333333;*/
}
@media (min-width: 1200px) {
  .headline__slogan-add {
    font-size: 21px;
  }
}

/* pagination */
.pagination {
  padding-top: 12px;
  padding-bottom: 48px;
}

.pagination__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination__item {
  flex-shrink: 0;
  padding: 6px;
}

.pagination__link {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #1d1d1d;
  text-decoration: none;
  cursor: pointer;
}
.pagination__link:hover {
  color: #169bd5;
}
.pagination__link--blocked {
  color: rgba(29, 29, 29, 0.15);
  cursor: default;
}
.pagination__link--blocked:hover {
  color: rgba(29, 29, 29, 0.15);
}
.pagination__link--current {
  color: #169bd5;
  cursor: default;
}

.pagination__more {
  font-size: 13px;
  font-weight: 400;
  color: #169bd5;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.pagination__more:active {
  opacity: 0.7;
}
.pagination__more:hover {
  opacity: 0.7;
}
.pagination__more--prev {
  padding-right: 20px;
}
.pagination__more--next {
  padding-left: 20px;
}
.pagination__more--blocked {
  color: rgba(29, 29, 29, 0.15);
  cursor: default;
}
.pagination__more--blocked:active, .pagination__more--blocked[href]:active {
  opacity: 1;
}
.pagination__more--blocked:hover, .pagination__more--blocked[href]:hover {
  opacity: 1;
  cursor: default;
}
.pagination__more--blocked:hover {
  color: rgba(29, 29, 29, 0.15);
}

/*==============================
wysiwyg
==============================*/
.wysiwyg h1 {
  margin: 20px 0;
  font-size: 30px;
  font-weight: 400;
  color: var(--color-h);
}
@media (min-width: 992px) {
  .wysiwyg h1 {
    font-size: var(--size-h1);
  }
}
.wysiwyg h2 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 400;
  color: var(--color-h);
}
@media (min-width: 992px) {
  .wysiwyg h2 {
    font-size: var(--size-h2);
  }
}
.wysiwyg h3 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-h);
}
@media (min-width: 992px) {
  .wysiwyg h3 {
    font-size: var(--size-h3);
  }
}
.wysiwyg p {
  margin: 10px 0;
  font-size: var(--size-text);
  font-weight: 400;
  color: var(--color-text);
}
.wysiwyg table {
  margin-bottom: 20px;
  border-collapse: collapse;
}
.wysiwyg th,
.wysiwyg td {
  padding: 10px;
  font-size: var(--size-text);
  font-weight: 400;
  color: var(--color-text);
}
.wysiwyg th {
  background-color: #aaaaaa;
  border: 1px solid #1d1d1d;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.wysiwyg td {
  border: 1px solid #555555;
}
.wysiwyg a {
  color: #169bd5;
  transition-duration: 0.2s;
  transition-property: opacity;
  text-decoration: none;
  border-bottom: 1px solid #169bd5;
}
.wysiwyg a[href]:active {
  opacity: 0.7;
}
.wysiwyg a[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.wysiwyg mark {
  padding: 5px 0;
  background-color: var(--color-accent);
}
.wysiwyg img {
  max-width: 90%;
  margin: 10px;
  border: 1px solid #aaaaaa;
}
.wysiwyg iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .wysiwyg {
    padding-bottom: 50px;
  }
}
.wysiwyg--no-padding {
  padding: 0;
}

@media (min-width: 992px) {
  .wysiwyg__float-left {
    float: left;
    width: 20%;
    max-width: 100%;
    margin: 5px 20px 10px 0;
  }
}
.wysiwyg__float-left p {
  text-align: center;
  font-size: 14px;
}
.wysiwyg__float-left img {
  margin-top: 0;
}

@media (min-width: 992px) {
  img.wysiwyg__float-left {
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .wysiwyg__float-right {
    float: right;
    width: 20%;
    max-width: 100%;
    margin: 5px 0 10px 20px;
  }
}
.wysiwyg__float-right p {
  text-align: center;
  font-size: 14px;
}
.wysiwyg__float-right img {
  margin-top: 0;
}

@media (min-width: 992px) {
  img.wysiwyg__float-right {
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.wysiwyg__table-wrapper {
  overflow-x: auto;
}

/*==============================
video-block
==============================*/
/* video-block */
.video-block {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .video-block {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .video-block {
    padding-bottom: 50px;
  }
}

.video-block__content {
  max-width: 700px;
  margin: 0 auto;
}

.video-block__iframe-wrapper {
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.video-block__iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* map */
.map iframe {
  display: block;
  width: 100%;
  height: 400px;
  border-width: 0;
}

/* numbers */
.numbers {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .numbers {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .numbers {
    padding-bottom: 95px;
  }
}

.numbers__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
@media (min-width: 481px) {
  .numbers__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
@media (min-width: 768px) {
  .numbers__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .numbers__list {
    grid-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .numbers__list {
    grid-gap: 45px;
    padding-top: 35px;
  }
}

.numbers__item {
  padding: 10px;
}
@media (min-width: 481px) {
  .numbers__item {
    padding: 0;
  }
}

.numbers__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  background-color: #333333;
  text-align: center;
}

.numbers__num {
  display: block;
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-accent);
}

.numbers__legend {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-accent);
}

.numbers__add {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

/* show */
.show {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .show {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .show {
    padding-bottom: 95px;
  }
}

.show__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 481px) {
  .show__list {
    display: grid;
    grid-template-columns: 60fr 40fr;
    grid-template-rows: repeat(2, 100px);
    grid-gap: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .show__list {
    grid-template-rows: repeat(2, 160px);
    grid-gap: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .show__list {
    grid-template-rows: repeat(2, 180px);
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .show__list {
    grid-template-rows: repeat(2, 195px);
    padding-top: 50px;
  }
}

.show__item {
  padding: 10px;
}
@media (min-width: 481px) {
  .show__item {
    padding: 0;
    overflow: hidden;
  }
}
@media (min-width: 481px) {
  .show__item--grow {
    grid-column: span 1;
    grid-row: span 2;
  }
}

.show__img {
  display: block;
  margin: 0;
}
@media (min-width: 481px) {
  .show__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 481px) {
  .show__img {
    width: 100%;
    height: 100%;
  }
}

/* cards */
.cards {
  padding-bottom: 20px;
}
.cards .btn {
  max-width: 198px;
}

.cards__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .cards__list {
    padding-top: 40px;
  }
}

.cards__item {
  padding-bottom: 20px;
}
@media (min-width: 481px) {
  .cards__item {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cards__item {
    padding-bottom: 46px;
  }
}

@media (min-width: 768px) {
  .cards__one {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 481px) {
  .cards__main {
    display: flex;
    align-items: center;
  }
}

.cards__img {
  margin: 0 0 10px;
}
.cards__img img {
  width: 137px;
  height: 137px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 481px) {
  .cards__contacts {
    padding-left: 12px;
  }
}

.cards__intro {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.cards__name {
  padding-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: var(--color-h);
}

.cards__text {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text);
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.cards__text[href]:active {
  opacity: 0.7;
}
.cards__text[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

.cards__calls {
  display: flex;
  margin: 0;
}
.cards__calls .cards__text {
  margin-right: 6px;
}

.cards__app {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.cards__app:active {
  opacity: 0.7;
}
.cards__app:hover {
  opacity: 0.7;
}
.cards__app--whatsapp {
  background-image: url("/local/templates/services/css/../img/icon-watsapp.png");
}
.cards__app--viber {
  background-image: url("/local/templates/services/css/../img/icon-viber.png");
}
.cards__app--tg {
  background-image: url("/local/templates/services/css/../img/icon-tg.png");
}
/* promo */
.promo__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.promo__item {
  padding-bottom: 24px;
}

.promo__content {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.promo__icon {
  flex-shrink: 0;
  display: block;
  margin: 0;
  width: 57px;
}

.promo__info {
  margin: 0;
  padding-left: 10px;
}

.promo__slogan {
  display: block;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-add);
}

.promo__text {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  color: var(--color-text);
}

/* min-section */
.min-section .interactive__h {
  color: #1d1d1d;
}

.min-section__text {
  margin: 0;
  padding-top: 6px;
  padding-bottom: 44px;
  line-height: 1.2;
}

.min-section__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  background-image: url("/local/templates/services/css/../img/bg-main-show.png");
  background-repeat: no-repeat;
  background-position: right top 20px;
}
@media (min-width: 992px) {
  .min-section__footer {
    padding: 30px 0;
    background-position: right top 30px;
  }
}
@media (min-width: 1200px) {
  .min-section__footer {
    padding-top: 50px;
    padding-bottom: 40px;
    background-position: right top 50px;
  }
}

/* scroll */
.scroll {
  padding-top: 7px;
  padding-bottom: 34px;
}

.scroll__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.scroll__item {
  padding-left: 40px;
  padding-bottom: 8px;
  position: relative;
}

.scroll__bullet {
  fill: var(--color-add);
  position: absolute;
  left: 19px;
  top: 10px;
}

.scroll__title {
  margin: 10px 0 0;
  font-size: 19px;
  font-weight: 400;
  color: var(--color-add);
}

.scroll__text {
  margin: 0;
  font-size: var(--size-text);
  color: var(--color-text);
  line-height: 1.2;
}

/* strip */
.strip {
  padding-top: 14px;
}

.strip__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.strip__item {
  padding: 10px 0 15px;
}

.strip__content {
  padding: 20px;
  border: 1px solid #797979;
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .strip__content {
    padding: 24px 25px 23px 37px;
  }
}

.strip__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-h);
}

.strip__text {
  margin: 0;
  font-size: var(--size-text);
  line-height: 1.2;
  color: var(--color-text);
}

.strip__sublist {
  list-style-type: disc;
  padding-top: 10px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .strip__sublist {
    padding-left: 40px;
  }
}

.strip__footer {
  display: flex;
  padding-top: 10px;
}

.strip__marked {
  flex-shrink: 0;
  display: block;
  min-width: 140px;
  margin-left: auto;
  padding: 5px;
  background-color: var(--color-accent);
  font-size: 18px;
  font-weIGHT: 700;
  line-height: 1;
  color: #1d1d1d;
  text-align: center;
  white-space: nowrap;
}

/* connect */
.connect__list {
  margin: 0;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .connect__list {
    padding-bottom: 36px;
  }
}

.connect__row {
  padding-bottom: 20px;
}
@media (min-width: 481px) {
  .connect__row {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .connect__row {
    padding-bottom: 5px;
  }
}

.connect__term {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-text);
}
@media (min-width: 481px) {
  .connect__term {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .connect__term {
    flex-basis: 40%;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .connect__term {
    flex-basis: 35%;
    width: 35%;
  }
}

.connect__desc {
  display: block;
  margin: 0;
}
@media (min-width: 481px) {
  .connect__desc {
    flex-basis: 60%;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .connect__desc {
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .connect__desc {
    flex-basis: 65%;
    width: 65%;
  }
}

.connect__link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-add);/*#169bd5;*/
  text-decoration: none;
  white-space: nowrap;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.connect__link[href]:active {
  opacity: 0.7;
}
.connect__link[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.connect__text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #169bd5;
}
.content_address {
  color: var(--color-add);
}
/* details */
.details {
  padding: 20px 0;
  background-color: var(--color-not-accent);/*#f2f2f2;*/
}
@media (min-width: 1200px) {
  .details {
    margin-top: -20px;
  }
}

.details__table-wrapper {
  overflow-x: auto;
}

.details__table {
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .details__table {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.details__cell {
  padding: 10px;
  text-align: left;
  line-height: 1;
}
@media (min-width: 1200px) {
  .details__cell {
    padding: 0 10px 13px;
  }
}

.details__name {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-text);/*#797979;*/
  text-align: left;
}
@media (min-width: 1200px) {
  .details__name {
    white-space: nowrap;
  }
}

.details__info {
  font-size: 11px;
  font-weight: 400;
  color: var(--color-h);
}

.details__link {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 9px;
  font-weight: 400;
  color: var(--color-add);/*#169bd5;*/
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.details__link:focus {
  outline: 0;
}
.details__link:active {
  opacity: 0.7;
}
.details__link:hover {
  opacity: 0.7;
}

/* contacts */
.contacts {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .contacts {
    display: flex;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .contacts {
    padding-bottom: 50px;
  }
}

.contacts__title {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-h);
}

@media (min-width: 992px) {
  .contacts__connect {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .contacts__connect {
    flex-basis: 55%;
    width: 55%;
  }
}

@media (min-width: 992px) {
  .contacts__details {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .contacts__details {
    flex-basis: 45%;
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .contacts__map iframe {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .contacts__map {
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .contacts__map {
    padding-right: 24px;
  }
}

.contacts__social {
  padding-top: 20px;
}

/* questions */
.questions .title-h3 {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .questions .title-h3 {
    padding-bottom: 33px;
  }
}
@media (min-width: 992px) {
  .questions .interactive {
    position: static;
    width: 642px;
    padding: 17px 34px 29px;
  }
}
.questions .interactive__h {
  margin-bottom: 5px;
  color: #1d1d1d;
}
.questions .site-form__input--textarea {
  height: 135px;
}
@media (min-width: 992px) {
  .questions .form-content__button .btn {
    max-width: 366px;
  }
}
@media (min-width: 992px) {
  .questions {
    padding-bottom: 37px;
  }
}

.questions__desc {
  margin-top: -30px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-text);
}
@media (min-width: 992px) {
  .questions__desc {
    margin-top: -45px;
  }
}

.questions__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .questions__list {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .questions__list {
    padding-top: 50px;
  }
}

.questions__item {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .questions__item {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .questions__item {
    padding-bottom: 45px;
  }
}

.questions__content {
  padding: 10px;
  background-color: var(--color-not-accent);/*#f2f2f2;*/
}
@media (min-width: 992px) {
  .questions__content {
    padding: 15px 15px 30px;
  }
}

.questions__them {
  display: block;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-h);
}

.questions__answer {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  color: var(--color-text);
}

/*==============================
setting
==============================*/

/* fonts */

@font-face {
  font-family: "mont";
  src: url("/local/templates/services/css/../fonts/mont-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "mont";
  src: url("/local/templates/services/css/../fonts/mont-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  src: url("/local/templates/services/css/../fonts/montserrat-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  src: url("/local/templates/services/css/../fonts/montserrat-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ubuntu";
  src: url("/local/templates/services/css/../fonts/ubuntu-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ubuntu";
  src: url("/local/templates/services/css/../fonts/ubuntu-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "oswald";
  src: url("/local/templates/services/css/../fonts/oswald-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "oswald";
  src: url("/local/templates/services/css/../fonts/oswald-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "roboto";
  src: url("/local/templates/services/css/../fonts/roboto-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "roboto";
  src: url("/local/templates/services/css/../fonts/roboto-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*==============================
header font-family
==============================*/

/*
Подключение шрифтов для заголовков.
Все классы подключаются к html.
Какой шрифт - понятно из названия класса.
Потребуются ещё шрифты - пропишите их по аналогии
(не забыв сделать preload в html).
*/

.h-mont .form-content__h,
.h-mont .main-headline__h,
.h-mont .headline__slogan-main,
.h-mont .title-h1,
.h-mont .title-h2,
.h-mont .title-h3,
.h-mont .title-h4,
.h-mont .strip__title,
.h-mont .interactive__h,
.h-mont .contacts__title,
.h-mont .questions__them,
.h-mont .cards__name {
    font-family: mont, Arial, sans-serif;
}

.h-montserrat .form-content__h,
.h-montserrat .main-headline__h,
.h-montserrat .headline__slogan-main,
.h-montserrat .title-h1,
.h-montserrat .title-h2,
.h-montserrat .title-h3,
.h-montserrat .title-h4,
.h-montserrat .strip__title,
.h-montserrat .interactive__h,
.h-montserrat .contacts__title,
.h-montserrat .questions__them,
.h-montserrat .cards__name {
    font-family: montserrat, Arial, sans-serif;
}

.h-ubuntu .form-content__h,
.h-ubuntu .main-headline__h,
.h-ubuntu .headline__slogan-main,
.h-ubuntu .title-h1,
.h-ubuntu .title-h2,
.h-ubuntu .title-h3,
.h-ubuntu .title-h4,
.h-ubuntu .strip__title,
.h-ubuntu .interactive__h,
.h-ubuntu .contacts__title,
.h-ubuntu .questions__them,
.h-ubuntu .cards__name {
    font-family: ubuntu, Arial, sans-serif;
}

.h-oswald .form-content__h,
.h-oswald .main-headline__h,
.h-oswald .headline__slogan-main,
.h-oswald .title-h1,
.h-oswald .title-h2,
.h-oswald .title-h3,
.h-oswald .title-h4,
.h-oswald .strip__title,
.h-oswald .interactive__h,
.h-oswald .contacts__title,
.h-oswald .questions__them,
.h-oswald .cards__name{
    font-family: oswald, Arial, sans-serif;
}

.h-roboto .form-content__h,
.h-roboto .main-headline__h,
.h-roboto .headline__slogan-main,
.h-roboto .title-h1,
.h-roboto .title-h2,
.h-roboto .title-h3,
.h-roboto .title-h4,
.h-roboto .strip__title,
.h-roboto .interactive__h,
.h-roboto .contacts__title,
.h-roboto .questions__them,
.h-roboto .cards__name{
    font-family: roboto, Arial, sans-serif;
}

/*==============================
text font-family
==============================*/

/*
Подключение шрифтов для основного текста.
Все классы подключаются к html.
Какой шрифт - понятно из названия класса.
Потребуются ещё шрифты - пропишите их по аналогии
(не забыв сделать preload в html).
*/

.text-mont body {
    font-family: mont, Arial, sans-serif;
}

.text-montserrat body {
    font-family: montserrat, Arial, sans-serif;
}

.text-ubuntu body {
    font-family: ubuntu, Arial, sans-serif;
}

.text-oswald body {
    font-family: oswald, Arial, sans-serif;
}

.text-roboto body {
    font-family: roboto, Arial, sans-serif;
}

.fsize-h1 {
  font-size: var(--size-h1);
}
.fsize-h2 {
  font-size: var(--size-h2);
}
.fsize-h3 {
  font-size: var(--size-h3);
}


/* End */


/* Start:/local/templates/services/css/custom.css?17260366212534*/
.site-footer__list {
    min-height: 155px;
} 

@media (min-width: 481px){
    .site-footer__list {
        justify-content: flex-start;
    }
}
.promo a {
    text-decoration: none;
}
.cards__item .tumbler, .js-claim-link {
    width: auto;
}
.interactive .aggrement {
    margin-bottom: 10px;
}
.alert__copy {
    font-size: 10px;
    color: #56b754;
    padding: 5px;
}
.color-list {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    gap: 5px;
    text-align: center;
}
.color-list li {
    width: 23px;
    height: 23px;
}
.check-code .interactive {
    position: relative;
    width: 100%; 
    border: none
}
.check-code .interactive button {
    width: 25%;
}
#checkResult {
    margin-bottom: 50px;
}
.hidden {
    display: none;
}
@media (min-width: 992px){
    .main-show__list--full .main-show__item {
        min-height: 120px;
    }
}
.linkMainIcon {
    font-size: 22px;
}
.main-show__item i {
    font-size: 36px;
}
.cards__app {
    cursor: auto;
}
.service__video {
    margin-top: 30px;
}

.page-404 {
    margin-left: 0;
    padding-top: 50px;
}
.page-404__title {
    margin: 0;
    font-size: 92px;
    font-weight: 800;
    color: #181818;
    line-height: 1;
    letter-spacing: 0.1em;
}
.page-404__text {
    padding: 12px 0 0;
}
.page-404__button {
    padding-top: 64px;
}
.page-404__button .btn {
    max-width: 175px;
}
.page-404__text p {
    font-size: 16px;
}
.alert.alert-success {
    /* background-color: #12c99b;*/
    background-color: rgba(113, 255, 152, .2); 
    padding: 20px;
    font-size: 22px;
    line-height: 288%;
    border-radius: 20px;
}
.tnvd {
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 10px;
    border-radius: 50px;
}
.alert.alert-danger {
    background-color: rgba(243, 71, 71, .2);
    padding: 20px;
    font-size: 22px;
    line-height: 288%;
    border-radius: 20px;
    color: red;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: sticky;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 999;
    opacity: 1;
  }
  
  @keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
  }
/* End */
/* /local/templates/services/css/styles.css?172163007862090 */
/* /local/templates/services/css/custom.css?17260366212534 */
