/*!
 * imperator-2-layout - Вёрстка для сайта охранного агентства "Император"
 * @version v2.3.1
 * @author Adorazel
 * @link <a href="https://adorazel.online">https://adorazel.online</a>
 * @license MIT
 */

html {
  font-family: sans-serif;
  line-height: 1.15;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}



body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  cursor: pointer;

  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
          text-decoration: underline;
          text-decoration: underline dotted;

  -webkit-text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ffff00;
  color: #000000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;

  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none!important;
}

.row.narrow-row {
  width: calc(100% + 14px);
  margin-right: -7px;
  margin-left: -7px;
}

.row.narrow-row &gt; * {
  padding-right: 7px;
  padding-left: 7px;
}

.flex-row {
  display: flex;
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
}

.flex-row &gt; * {
  float: none;
}

.flex-row .flex-item {
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;

}
.avay-list{
display:flex;
}
.flex-row.narrow-row {
  width: calc(100% + 14px);
  margin-right: -7px;
  margin-left: -7px;
}

.flex-row.narrow-row &gt; * {
  padding-right: 7px;
  padding-left: 7px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.jcc {
  justify-content: center;
}

.jsb {
  justify-content: space-between;
}

.jcs {
  justify-content: flex-start;
}

.aic {
  align-items: center;
}

.ait {
  align-items: flex-start;
}

.aib {
  align-items: flex-end;
}
.map-block .aib {
  align-items: initial;
}

.ais {
  align-items: stretch;
}

.grid {
  margin-right: -15px;
  margin-left: -15px;
}

.grid .grid-item {
  padding-right: 15px;
  padding-left: 15px;
}

.img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.img-wrap img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
  -ms-interpolation-mode: bicubic;
}

.img-wrap.text-right {
  text-align: right;
}

.img-wrap.text-left {
  text-align: left;
}

.captcha-wrap img {
  width: 100%;
  height: 52px;
}

.icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  pointer-events: none;

  fill: currentColor;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-inline &gt; li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

ul:not(.list-unstyled):not(.list-inline) {
  padding: 0;
}

ul:not(.list-unstyled):not(.list-inline) &gt; li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 2.5em;
  list-style: none;
}

ul:not(.list-unstyled):not(.list-inline) &gt; li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  display: block;
  width: 0.6875em;
  height: 0.6875em;
  background: #ce1518;
  content: "";
}

ul.cheks-list &gt; li {
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 45px;
}

ul.cheks-list &gt; li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.15em;
  height: 0.75em;
  border-bottom: 2px solid #ce1518;
  border-left: 2px solid #ce1518;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

ol:not(.list-unstyled):not(.list-inline) {
  padding: 0;
}

ol:not(.list-unstyled):not(.list-inline) &gt; li {
  position: relative;
  min-height: 3.075em;
  margin-bottom: 1em;
  padding-top: 0.45em;
  padding-left: 2.5em;
  list-style: none;
  counter-increment: inst;
}

ol:not(.list-unstyled):not(.list-inline) &gt; li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.75em;
  height: 2.75em;
  border-radius: 50%;
  background: #ce1518;
  color: white;
  content: counter(inst);
  text-align: center;
  font-size: 0.66666667em;
  font-weight: 900;
  line-height: 2.85em;
}

@font-face {
  font-family: "Circe";
  font-weight: 800;
  font-style: normal;

  font-display: swap;
  src: url("../font/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/Circe-ExtraBold.woff2") format("woff2"), url("../font/Circe-ExtraBold.woff") format("woff"), url("../font/Circe-ExtraBold.ttf") format("truetype"), url("../font/Circe-ExtraBold.svg#Circe-ExtraBold") format("svg");
}

@font-face {
  font-family: "Circe";
  font-weight: bold;
  font-style: normal;

  font-display: swap;
  src: url("../font/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Circe-Bold.woff2") format("woff2"), url("../font/Circe-Bold.woff") format("woff"), url("../font/Circe-Bold.ttf") format("truetype"), url("../font/Circe-Bold.svg#Circe-Bold") format("svg");
}

@font-face {
  font-family: "Circe";
  font-weight: 300;
  font-style: normal;

  font-display: swap;
  src: url("../font/Circe-Light.eot?#iefix") format("embedded-opentype"), url("../font/Circe-Light.woff2") format("woff2"), url("../font/Circe-Light.woff") format("woff"), url("../font/Circe-Light.ttf") format("truetype"), url("../font/Circe-Light.svg#Circe-Light") format("svg");
}

@font-face {
  font-family: "Circe";
  font-weight: 200;
  font-style: normal;

  font-display: swap;
  src: url("../font/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../font/Circe-ExtraLight.woff2") format("woff2"), url("../font/Circe-ExtraLight.woff") format("woff"), url("../font/Circe-ExtraLight.ttf") format("truetype"), url("../font/Circe-ExtraLight.svg#Circe-ExtraLight") format("svg");
}

@font-face {
  font-family: "Circe";
  font-weight: 100;
  font-style: normal;

  font-display: swap;
  src: url("../font/Circe-Thin.eot?#iefix") format("embedded-opentype"), url("../font/Circe-Thin.woff2") format("woff2"), url("../font/Circe-Thin.woff") format("woff"), url("../font/Circe-Thin.ttf") format("truetype"), url("../font/Circe-Thin.svg#Circe-Thin") format("svg");
}

@font-face {
  font-family: "Circe";
  font-weight: normal;
  font-style: normal;

  font-display: swap;
  src: url("../font/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Circe-Regular.woff2") format("woff2"), url("../font/Circe-Regular.woff") format("woff"), url("../font/Circe-Regular.ttf") format("truetype"), url("../font/Circe-Regular.svg#Circe-Regular") format("svg");
}

body {
  color: #1a1a1a;
  font-family: Circe, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

body * {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
optgroup,
select,
textarea {
  font-family: Circe, Arial, sans-serif;
}

a {
  color: #ce1518;
  text-decoration: underline;
}

a:hover {
  color: #b71315;
  text-decoration: none;
}

a:focus {
  color: #ce1518;
  text-decoration: underline;
}

a:active,
a:active:focus {
  color: #a01013;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: #777777;
  font-weight: normal;
  line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.ttu {
  text-transform: uppercase;
}

.h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.decorated-title {
  position: relative;
  min-height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.15em;
  padding-left: 73px;
  font-size: 20px;
}

.decorated-title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  border: 10px solid #ce1518;
  content: "";
}

.decorated-title span {
  font-weight: 300;
}

.underlined-title {
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ce1518;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
}

.underlined-title::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 60px;
  height: 5px;
  background: #ce1518;
  content: "";
}

blockquote {
  position: relative;
  margin-left: 22px;
  padding: 20px 30px 20px 48px;
  border: 1px solid #ce1518;
  font-size: 16px;
}

blockquote::before {
  position: absolute;
  top: 50%;
  left: -22px;
  display: block;
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  border: 10px solid #ce1518;
  background: white;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

blockquote strong {
  font-size: 16px;
  line-height: 1.2;
}

.rich-text-content {
  font-size: 18px;
}

.rich-text-content p {
  margin-bottom: 1.2em;
}

.rich-text-content h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}

.rich-text-content h3:not(:first-child) {
  margin-top: 30px;
}

.rich-text-content ul:not(.list-unstyled):not(.list-inline) li::before {
  border-radius: 50%;
}

.rich-text-content.vacancy-mod p {
  margin-bottom: 0.7em;
}

article h3.ttu {
  margin-top: 40px;
  font-size: 14px;
}

.btn {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
}

.btn:hover {
  opacity: 0.8;
}

.btn:active {
  opacity: 1;
}

.transparent-btn {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  white-space: nowrap;
}

.transparent-btn .dotted {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
}

.transparent-btn .dotted::after {
  position: absolute;
  bottom: -0.45em;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  content: "...........................................................................................................";
  transition: color 0.25s;
}

.transparent-btn:hover {
  text-decoration: none;
}

.transparent-btn:hover .dotted::after {
  color: transparent;
}

.common-btn {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #b8b8b8;
  background-color: #b8b8b8;
  transition: box-shadow 0.25s;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.common-btn .text {
  display: block;
  color: white;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 16px;
  line-height: 1.4;
}

.common-btn strong {
  font-weight: bold;
}

.common-btn:hover {
  text-decoration: none;
}

.common-btn:focus {
  box-shadow: 0 0 0 0 transparent;
  text-decoration: none;
}

.common-btn:active {
  top: 1px;
  box-shadow: 0 0 0 0 transparent;
}

.btn-block {
  display: block;
}

.menu-btn {
  padding: 6px;
  background: #3d4045;
  line-height: 3px;
}

.menu-btn .icon {
  color: white;
  font-size: 30px;
}

.close-btn,
.mfp-close-btn-in .mfp-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  color: #ce1518;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  opacity: 1;
}

.close-btn:hover,
.mfp-close-btn-in .mfp-close:hover {
  background-color: white;
}

.mfp-close-btn-in .mfp-close {
  top: 0;
  right: 0;
}

.away-btn {
  padding: 4px;
  border: 4px solid #e5e7ea;
  background: white;
  white-space: nowrap;
}

.away-btn .arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: #ce1518;
  vertical-align: middle;
}

.away-btn .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin-left: -1px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
/*header .away-btn .arrow  {display: none;}*/
.away_phone .text, .text.away_phone {    margin-left: 13px; font-size: 22px;}
.away-btn .text {
  display: inline-block;
  margin-right: 6px;
  color: #ce1518;
  vertical-align: -1px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
}

.red-arrow-btn {
  padding: 4px;
  border: 4px solid #ce1518;
  background: #ce1518;
  white-space: nowrap;
}

.red-arrow-btn .arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: #282c34;
  vertical-align: middle;
}

.red-arrow-btn .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin-left: -1px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.red-arrow-btn .text {
  display: inline-block;
  margin-right: 6px;
  color: white;
  vertical-align: -1px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
}

.white-arrow-btn {
  padding: 6px;
  border: 2px solid white;
  background: transparent;
  white-space: nowrap;
}

.white-arrow-btn .arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: white;
  vertical-align: middle;
}

.white-arrow-btn .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin-left: -1px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.white-arrow-btn .text {
  display: inline-block;
  margin-right: 6px;
  color: white;
  vertical-align: -1px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
}

.white-more-btn {
  padding: 9px 17px 7px;
  border: 1px solid white;
  background: transparent;
  transition: 0.3s;
}

.white-more-btn .text {
  color: white;
  font-size: 9px;
  font-weight: 400;
}

.red-btn {
  border: 4px solid #ce1518;
  background: #ce1518;
}

.red-btn .text {
  font-size: 16px;
  font-weight: 900;
}

.more-btn {
  border: 2px solid #ce1518;
  background: transparent;
}

.more-btn .text {
  color: #ce1518;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.wide-btn {
  padding: 7px 20px;
}

.service-more-btn {
  border-width: 2px;
  border-color: white;
  background: #d80927;
}

.service-more-btn .text {
  color: white;
  font-weight: bold;
}

.btn-with-number {
  padding: 5px 10px;
  white-space: nowrap;
}

.btn-with-number .text {
  display: inline-block;
  margin-right: 10px;
  color: white;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
}

.btn-with-number .btn-number {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #171717;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 900;
  line-height: 33px;
}

.more-btn-wrap {
  position: relative;
}

.more-btn-wrap::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  border-bottom: 1px solid #ce1518;
  content: "";
}

.more-btn-wrap .common-btn {
  position: relative;
}

.more-btn-wrap .common-btn::before {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  display: block;
  width: 30px;
  margin-right: 4px;
  background: white;
  content: "";
}

.more-btn-wrap .common-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  display: block;
  width: 30px;
  margin-left: 4px;
  background: white;
  content: "";
}

input[type="text"],
textarea,
select,
input[type="password"] {
  box-sizing: border-box;
  width: 100%;
  outline: none;
  font-family: Circe, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

label {
  cursor: pointer;
}

button {
  outline: none;
  cursor: pointer;
}

input:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  opacity: 0.8;
}

input::-moz-placeholder {
  opacity: 0.8;
}

select:not(.unstyled) {
  display: none;
}

.form-control {
  height: 36px;
  padding: 7px 9px;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  background-color: #f5f5f5;
}

.form-control:focus {
  border-color: #ce1518;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #a7a7a7;
  font-size: 14px;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #a7a7a7;
  font-size: 14px;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #a7a7a7;
  font-size: 14px;
  opacity: 1;
}

.form-control::placeholder {
  color: #a7a7a7;
  font-size: 14px;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #a7a7a7;
  font-size: 14px;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #a7a7a7;
  font-size: 14px;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: #a7a7a7;
  font-size: 14px;
  opacity: 1;
}

textarea.form-control::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

textarea.form-control::-webkit-scrollbar-track {
  background-color: #d8d8d8;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

textarea.form-control::-webkit-scrollbar-thumb {
  background-color: #424242;
  cursor: all-scroll;
}

textarea.form-control::-webkit-scrollbar-thumb:hover {
  background-color: #ce1518;
}

.jq-selectbox__select {
  padding: 0 35px 0 13px;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  background-color: #f5f5f5;
  color: #a7a7a7;
  font: 16px/34px Circe, Arial, sans-serif;
}

.opened .jq-selectbox__select {
  border-color: #ce1518;
  box-shadow: none;
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100% !important;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  font-size: 16px;
}

.jq-selectbox__select-text.placeholder {
  color: #a7a7a7;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  color: #999999;
  font-size: 24px;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 9px;
  display: inline-block;
  margin-top: -18px;
  color: #ce1518;
  cursor: pointer;
  transition: margin 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, margin 0.25s;
  transition: transform 0.25s, margin 0.25s, -webkit-transform 0.25s;
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
  font-family: Arial, Baskerville, monospace;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}

.jq-selectbox__trigger-arrow::before {
  content: "▼";
}

.opened .jq-selectbox__trigger-arrow {
  margin-top: -20px;
  -webkit-transform: scale(1, -0.8);
          transform: scale(1, -0.8);
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #cccccc;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  font: 14px/18px Circe, Arial, sans-serif;
}

.jq-selectbox__dropdown ul {
  overflow: auto;
  max-height: 50vh;
}

.jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

.jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  background-color: #d8d8d8;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background-color: #424242;
  cursor: all-scroll;
}

.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb:hover {
  background-color: #ce1518;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  box-shadow: inset 1px 1px #f1f1f1;
  color: #333333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.jq-selectbox li {
  margin-bottom: 0!important;
  padding: 7px 10px 5px!important;
  color: #1a1a1a;
}

.jq-selectbox li::before {
  display: none!important;
}

.jq-selectbox li.selected {
  background-color: #d8d8d8;
  color: #1a1a1a;
}

.jq-selectbox li:hover {
  background-color: #ce1518;
  color: white;
}

.jq-selectbox li.disabled {
  color: #aaaaaa;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #1a1a1a;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-file {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #b8b8b8;
  background-color: #b8b8b8;
  transition: box-shadow 0.25s;
  vertical-align: middle;
  line-height: 1;
}

.jq-file:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.jq-file:focus {
  box-shadow: 0 0 0 0 transparent;
  text-decoration: none;
}

.jq-file:active {
  top: 1px;
  box-shadow: 0 0 0 0 transparent;
}

.jq-file input {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.jq-file .jq-file__name {
  display: inline-block;
  color: white;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
}

.jq-file .jq-file__browse {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #ce1518;
  font-size: 16px;
}

.jq-file.jq-file:hover .jq-file__browse {
  color: #ce1518;
}

.jq-file.jq-file:active .jq-file__browse {
  color: #ce1518;
}

.jq-file.jq-file.disabled,
.jq-file.jq-file.disabled .jq-file__name,
.jq-file.jq-file.disabled .jq-file__browse {
  border-color: #cccccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888888;
}

input[type=checkbox]:not(.unstyled),
input[type=radio]:not(.unstyled) {
  display: none;
}

.jq-checkbox,
.jq-radio {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  background: white;
  cursor: pointer;
  vertical-align: -8px;
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #424242;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: 0.55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox + span {
  max-width: calc(100% - 30px);
  vertical-align: top;
}

.jq-checkbox.checked {
  background: #ce1518;
  box-shadow: inset 0 0 0 2px white;
}

.jq-checkbox.checked .jq-checkbox__div {
  box-sizing: content-box;
  width: 9px;
  height: 5px;
  margin: 6px 0 0 6px;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked {
  border-color: #ce1518;
  background: #ce1518;
}

.jq-radio.checked .jq-radio__div {
  width: 12px;
  height: 12px;
  margin: 6px 0 0 6px;
  border-radius: 50%;
  background: white;
}

.jq-checkbox,
.jq-radio {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  background: white;
  cursor: pointer;
  vertical-align: -8px;
}

.doc-type-selector {
  display: flex;

  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.doc-type-selector .selector-item span {
  position: relative;
  display: block;
  width: 235px;
  height: 50px;
  padding-left: 50px;
  border: 1px solid #a7a7a7;
  background: #f5f5f5;
  color: #a7a7a7;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
}

.doc-type-selector .selector-item span::before {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 18px;
  height: 18px;
  background: #a7a7a7;
  content: "";
}

.doc-type-selector .selector-item:not(:first-child) span {
  margin-left: -1px;
}

.doc-type-selector .selector-item input:checked + span {
  z-index: 1;
  border-color: #ce1518;
  color: #1a1a1a;
}

.doc-type-selector .selector-item input:checked + span::before {
  background: #ce1518;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.header {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header .contact-col-wrap {
  width: 100%;
  text-align: right;
}

.header .contact-col-wrap &gt; * {
  display: inline-block;
}

.header .contact-col {
  max-width: 180px;
}

.header .contact-col a {
  color: #1a1a1a;
  text-decoration: none;
}

.header .contact-col a:hover {
  color: #0d0d0d;
  text-decoration: none;
}

.header .contact-col a:focus {
  color: #1a1a1a;
  text-decoration: none;
}

.header .contact-col a:active,
.header .contact-col a:active:focus {
  color: #000000;
  text-decoration: none;
}

.header .contact-col &gt; * {
  float: right;
}

.header .contact-col .phone {
  font-size: 24px;
  font-weight: bold;
}

.header .contact-col .email .footer-link {
  font-size: 15px;
}

.header .container {
  position: relative;
}

.header .away-link-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 12px;
  padding-right: 0!important;
}

.header-sticky {
  top: 0;
  z-index: 500;
  background-color: white;
}

.main-menu {
  position: relative;
}

.main-menu .menu-btn {
  display: block;
}

.main-menu a {
  color: #1a1a1a;
  text-decoration: none;
}

.main-menu a:hover {
  color: #0d0d0d;
  text-decoration: none;
}

.main-menu a:focus {
  color: #1a1a1a;
  text-decoration: none;
}

.main-menu a:active,
.main-menu a:active:focus {
  color: #000000;
  text-decoration: none;
}

.main-menu a {
  display: inline-block;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}

.main-menu li {
  position: relative;
  display: block;
  margin-right: 3px;
  margin-left: 3px;
/*  margin-right: 14px;
  margin-left: 14px;*/
  padding: 16px 0;
  list-style: none;
}

.main-menu li.active:after,
.main-menu li:hover:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  margin-top: -10px;
  border-bottom: 10px solid #ce1518;
  content: "";
}

.main-menu .menu-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  display: none;
  box-sizing: border-box;
  width: 100vw;
  margin-top: 12px;
  margin-right: -15px;
  background-color: #979899;
  box-shadow: none;
  transition: box-shadow 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, box-shadow 0.25s;
  transition: transform 0.25s, box-shadow 0.25s, -webkit-transform 0.25s;
  text-align: center;
}

.main-menu .menu-wrap ul {
  margin: 0;
  padding: 0;
}

.main-menu.open .menu-wrap {
  display: block;
}

.away-list a {
  display: block;
  transition: opacity 0.25s, -webkit-filter 0.25s;
  transition: filter 0.25s, opacity 0.25s;
  transition: filter 0.25s, opacity 0.25s, -webkit-filter 0.25s;
  opacity: 0.5;

  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.away-list a:hover,
.away-list a.hover {
  opacity: 1;

  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.away-list-wrap {
  display: none;
}

.desktop .header .phone {
  pointer-events: none;
}

.breadcrumbs {
  color: inherit;
  font-size: 10px;
}

.breadcrumbs a {
  color: #1a1a1a;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #0d0d0d;
  text-decoration: none;
}

.breadcrumbs a:focus {
  color: #1a1a1a;
  text-decoration: none;
}

.breadcrumbs a:active,
.breadcrumbs a:active:focus {
  color: #000000;
  text-decoration: none;
}

.breadcrumbs a .text {
  border-bottom: 1px solid rgba(26, 26, 26, 0.5);
}

.breadcrumbs a:hover .text {
  border-color: transparent;
}

.breadcrumbs li {
  margin-bottom: 5px;
}

.breadcrumbs li:not(:last-of-type) {
  position: relative;
}

.breadcrumbs li:not(:last-of-type)::after {
  position: absolute;
  top: -2px;
  right: -4px;
  display: inline;
  content: "-";
  font-size: 1.2em;
  font-weight: 300;
}

.dark-back {
  color: white;
}

.dark-back .breadcrumbs {
  font-weight: 300;
}

.dark-back .breadcrumbs a {
  color: white;
  text-decoration: none;
}

.dark-back .breadcrumbs a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.dark-back .breadcrumbs a:focus {
  color: white;
  text-decoration: none;
}

.dark-back .breadcrumbs a:active,
.dark-back .breadcrumbs a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}

.dark-back .breadcrumbs a .text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.slider .slide {
  display: block !important;
}

.slider .slide .img-wrap {
  display: inline-block;
}

.slider .slide ~ .slide {
  display: none !important;
}

.slick-slide:focus,
.slick-slide a {
  outline: none !important;
}

.slick-track {
  margin-left: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  padding: 11px;
  border: none;
  background: transparent;
  transition: background 0.25s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-arrow span {
  display: block;
  width: 22px;
  height: 22px;
  border-top: 2px solid #ce1518;
  transition: border 0.25s;
  position: absolute;
  top: 5px;

}
.main-slider .slick-arrow span {
  border-top: 8px solid #fff;
  width: 48px;
  height: 48px;

}
.main-slider .slick-arrow.slick-prev span {
  border-left: 8px solid #fff;
}
.main-slider .slick-arrow.slick-next span {
  border-right: 8px solid #fff;
}
.slick-arrow::before {
  display: none;
}

.slick-arrow.slick-prev {
  right: 100%;
  margin-right: -50px;
}

.slick-arrow.slick-prev span {
  border-left: 2px solid #ce1518;
  -webkit-transform: translateX(5px) rotate(-45deg);
          transform: translateX(5px) rotate(-45deg);
  left: 5px;
}

.slick-arrow.slick-next {
  left: 100%;
  margin-left: -50px;
}

.slick-arrow.slick-next span {
  border-right: 2px solid #ce1518;
  -webkit-transform: translateX(-5px) rotate(45deg);
          transform: translateX(-5px) rotate(45deg);
  right: 5px;
}

.slick-arrow:focus {
  outline: none !important;
}

.slick-dots button {
  display: block;
  border: none;
  font-size: 0;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li:not(:last-of-type) {
  margin-right: 15px;
}

.news-page-slider {
  margin-right: -15px;
  margin-left: -15px;
}

.news-page-slider .slide {
  padding-right: 15px;
  padding-left: 15px;
}

.news-block-slider {
  position: relative;
}

.news-block-slider .slide {
  padding-bottom: 20px;
}

.news-block-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 10;
}

.action-slider {
  position: relative;
}

.action-slider .slick-dots {
  position: absolute;
  right: 15px;
  bottom: 40px;
  z-index: 10;
}

.action-slider .slick-dots button {
  background: white;
}

.action-slider .slick-dots .slick-active button {
  background: #ce1518;
}

.article-arrow {
  width: 34px;
  height: 34px;
  padding: 11px;
  background: #72747a;
}

.article-arrow span {
  width: 12px;
  height: 12px;
}

.article-arrow.slick-prev {
  margin-right: -30px;
}

.article-arrow.slick-prev span {
  -webkit-transform: translateX(3px) rotate(-45deg);
          transform: translateX(3px) rotate(-45deg);
}

.article-arrow.slick-next {
  margin-left: -30px;
}

.article-arrow.slick-next span {
  -webkit-transform: translateX(-3px) rotate(45deg);
          transform: translateX(-3px) rotate(45deg);
}

.article-slider {
  padding-right: 40px;
  padding-left: 40px;
}

.main-slider .slide {
  display: flex!important;

  align-items: stretch;
}

.main-slider .left-side {
  width: 100%;
  padding-top: 30px;
}

.main-slider .left-side .line-btn-wrap {
  margin-bottom: 30px;
}

.main-slider .right-side {
  position: relative;
  width: 0;
  padding-top: 170px;
}

.main-slider .right-side .line-btn-wrap {
  position: absolute;
  right: 100%;
  bottom: 100px;
  width: 360px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.main-slider .right-side .line-btn-wrap::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  border-bottom: 1px solid #ce1518;
  content: "";
}

.main-slider .right-side .img-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;

  align-items: flex-start;
  justify-content: flex-end;
  display: none;
}

.main-slider .main-text {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.main-slider .description {
  max-width: 630px;
  margin-bottom: 15px;
  color: white;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.33333333;
}

.main-slider .white-more-btn {
	margin-left: 5px;
	/*margin-bottom: 30px;*/
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.main-slider .common-btn {
  margin-top: 60px;
}
.white-more-btn:hover {
  background: #fff;

}
.white-more-btn:hover .text {
  color: #ce1518;
}

.main-slider-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: flex;
  width: calc(100vw - 30px);
}

.main-slider-dots li {
  width: 70px;
  padding-top: 3px;
  transition: all 1s;
}

.main-slider-dots li:not(:last-of-type) {
  margin-right: 10px;
}

.main-slider-dots li button {
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  transition: all 1s;
  opacity: 0.25;
}

.main-slider-dots .slick-active {
  padding-top: 0;
}

.main-slider-dots .slick-active button {
  height: 5px;
  opacity: 1;
}

.range-slider {
  position: relative;
  width: 100%;
  height: 5px;
  background: #dcdcdc;
}

.range-slider .ui-slider-range {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ce1518;
}

.range-slider .ui-slider-handle {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: -webkit-grab;
  cursor:         grab;
}

.range-slider .ui-slider-handle:focus {
  outline: none;
}

.range-slider .ui-slider-handle.ui-state-active {
  cursor: -webkit-grabbing;
  cursor:         grabbing;
}

.range-slider .ui-slider-handle::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-top: 4px;
  border-width: 0 6.5px 11.3px 6.5px;
  border-style: solid;
  border-color: transparent transparent #ce1518 transparent;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.range-slider .ui-slider-handle .handle-label {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}

.range-slider-wrap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 135px;
}

.range-slider-wrap .label {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

ymaps[class*="-map-bg"] {
  background: white;
}

.map-block ymaps[class*="-ground-pane"] {
  opacity: 0.5;

  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

ymaps[class*="-balloon"] {
  box-shadow: inset 0 0 0 1px rgba(206, 21, 24, 0.15), 0 5px 15px -7px rgba(0, 0, 0, 0.5);
}

ymaps[class*="-balloon__layout"],
ymaps[class*="-balloon__content"],
ymaps[class*="-balloon_layout_panel"] {
  background: #ce1518;
  box-shadow: none;
}

ymaps[class*="-balloon__content"] {
  padding: 20px;
  color: white;
  font-family: Circe, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

ymaps[class*="-balloon__content"] span.metro {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 5px;
  padding-right: 1px;
  border-radius: 50%;
  background: #424242;
  text-align: center;
  vertical-align: 0;
  line-height: 26px;
}

ymaps[class*="-balloon-content__header"] {
  margin-bottom: 10px;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

ymaps[class*="-balloon-content__header"] span {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

ymaps[class*="-balloon-content__header"] a {
  color: white;
  text-decoration: none;
}

ymaps[class*="-balloon-content__header"] a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

ymaps[class*="-balloon-content__header"] a:focus {
  color: white;
  text-decoration: none;
}

ymaps[class*="-balloon-content__header"] a:active,
ymaps[class*="-balloon-content__header"] a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}

ymaps[class*="-balloon-content__header"] a:hover span {
  border-color: transparent;
}

ymaps[class*="-balloon-content__footer"] {
  margin-top: 10px;
  box-shadow: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

ymaps[class*="-balloon__close"],
ymaps[class*="balloon__close-button"] {
  box-shadow: none;
}

ymaps[class*="balloon__close-button"] {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIgc3R5bGU9ImZpbGw6d2hpdGUiLz48L3N2Zz4=) 50% no-repeat;
  opacity: 0.5;
}

ymaps[class*="-balloon__tail"] {
  box-shadow: none;
}

ymaps[class*="-balloon__tail"]::after {
  background: #b7080b;
}

.map-container .main-text-wrap {
  position: absolute;
  top: 25px;
  z-index: 10;
  max-width: 300px;
  text-shadow: 0 0 1px white, 0 0 5px white;
  pointer-events: none;
}

.map-container .address-wrap, .map-block .address-wrap {
  display: flex;
  flex-direction: row;
  margin-right: -15px;
  margin-left: -15px;
  font-size: 12px;
  font-weight: 300;
}

.map-container .address-wrap &gt; *, .map-block .address-wrap &gt; * {
  padding-right: 15px;
  padding-left: 15px;
}

.map-container .address-wrap .address .ttu, .map-block .address-wrap .address .ttu {
  font-size: 1.05em;
  font-weight: bold;
}
.map-block .address-wrap  .common-btn {
    padding: 10px 20px;
}
.map-container .address-wrap .phone, .map-block .address-wrap .phone {
  font-weight: bold;
}

.map-container .address-wrap .email a span, .map-block .address-wrap .email a span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.25s;
}

.map-container .address-wrap .email a:hover span, .map-block .address-wrap .email a:hover span {
  border-color: transparent;
}

.map-container .form-wrap/*, .map-block .form-wrap    */{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 30px;
  background: rgba(16, 16, 16, 0.8);
  color: white;
}
 .map-block .form-wrap  {
  color: white;
/*top: -30px;*/
/*  background: rgba(16, 16, 16, 0.8);*/
/*  background: #21242a;*/
   background: none;
}

.form-wrap .mini-map-block{
  background-color: #F4F4F4;
}
  .custom_phone a.contacs-custom_phone{
   color: #21242a!important;
    font-size: 45px;
  }

  .custom_email a span{
    color: #21242a!important;
    font-size: 45px;
    font-weight: bold;
    border-bottom: none!important;
  }
.phone_icon_box {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px){
  body .map-block .form-wrap a.contacs-custom_phone {
    font-size: 45px;
  }
  .phone_icon_box{
    text-align: left;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 425px){
  body .map-block .form-wrap a.contacs-custom_phone {
    font-size: 40px;
  }
  .custom_email a span {
    font-size: 40px;
  }
}
.map-container .form-wrap a, .map-block .form-wrap a {
  color: white;
  text-decoration: none;
}

.map-container .form-wrap a:hover, .map-block .form-wrap a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.map-container .form-wrap a:focus, .map-block .form-wrap a:focus {
  color: white;
  text-decoration: none;
}

.map-container .form-wrap a:active,
.map-container .form-wrap a:active:focus,
.map-block .form-wrap a:active,
.map-block .form-wrap a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}

.map-container .form-wrap hr, .map-block .form-wrap hr  {
  border-color: rgba(255, 255, 255, 0.5);
margin-top: 0;
margin-bottom: 20px;
display: none;
}

.map-container .form-wrap .form-title, .map-block .form-wrap .form-title  {
  font-size: 20px;
  font-weight: bold;
}

.map-block {
  position: relative;
  overflow: hidden;
}
.map-block .main-text {margin-bottom: 0;}
.map-block .aic {position: relative; overflow: hidden; margin-bottom: 30px; padding-bottom: 30px;}
.footer {
  padding-top: 17px;
  padding-bottom: 17px;
  background: #3d4045;
}
.map-block .pre-away div {font-weight: bold; font-size: 21px;}
.footer .social-icon {
  display: block;
  width: 38px;
  height: 38px;
  background-color: #1c1d1e;
  transition: background 0.25s;
}

.footer .social-icon::before {
  content: "";
  vertical-align: middle;
  line-height: 38px;
}

.footer .social-icon img {
  vertical-align: middle;
}

.footer .social-icon:hover {
  background-color: #ce1518;
}

.footer .logo {
  width: 32px;
}

.footer .logo-row {
  margin-bottom: 15px;
}

.footer .main-flex-item {
  width: 100%;
}

.footer .search {
  border-bottom: 1px solid white;
}

.footer .search &gt; * {
  display: inline-block;
  vertical-align: middle;
}

.footer .search input {
  width: 85px;
  padding: 5px 10px 5px 0;
  border: 0;
  background: transparent;
  color: white;
  transition: width 0.25s;
  font-size: 16px;
}

.footer .search input::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}

.footer .search input::-moz-placeholder {
  color: white;
  opacity: 1;
}

.footer .search input:focus {
  width: 135px;
}

.footer .search input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.footer .search input:focus::-moz-placeholder {
  opacity: 0;
}

.footer .search .icon {
  color: white;
  font-size: 30px;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.footer a:focus {
  color: white;
  text-decoration: none;
}

.footer a:active,
.footer a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}

.footer .footer-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.footer .footer-link:hover {
  border-color: transparent;
}

.footer .search-col {
  max-width: 180px;
}

.footer .search-col &gt; * {
  float: right;
}

.footer .contact-col {
  max-width: 180px;
}

.footer .contact-col &gt; * {
  float: right;
}

.footer .contact-col .phone {
  font-size: 24px;
  font-weight: bold;
}

.footer .contact-col .email .footer-link {
  font-size: 15px;
}

.footer .logo {
  display: inline-block;
  margin-right: 20px;
}

.footer .copyright {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}

.footer .copyright .c {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: 0.25em;
  font-size: 0.9em;
}

.footer .social-list ~ .footer-link {
  margin-top: 5px;
}

.footer .social-list {
  margin-bottom: 15px;
}

.footer .social-list-wrap {
  text-align: center;
}

.sitemap {
  padding-top: 15px;
  padding-bottom: 15px;
  background: white;
  display: none;
}

.sitemap a {
  color: #1a1a1a;
  text-decoration: none;
}

.sitemap a:hover {
  color: #0d0d0d;
  text-decoration: none;
}

.sitemap a:focus {
  color: #1a1a1a;
  text-decoration: none;
}

.sitemap a:active,
.sitemap a:active:focus {
  color: #000000;
  text-decoration: none;
}

.sitemap a {
  border-bottom: 1px solid transparent;
  font-size: 15px;
}

.sitemap a:hover {
  border-color: rgba(26, 26, 26, 0.5);
}

.sitemap li {
  padding-right: 7px;
  padding-left: 7px;
}

.sitemap li.active a {
  border-bottom: 2px solid #ce1518;
}

.sitemap ul.list-unstyled {
  width: calc(100% + 14px);
  max-width: 1140px;
  margin-right: -7px;
  margin-left: -7px;
}

.contact-col-wrap,
.recall-btn-warp {
  width: 100%;
  text-align: right;
}

.contact-col-wrap &gt; *,
.recall-btn-warp &gt; * {
  display: inline-block;
}



.date-selector-wrap .jq-selectbox:not(:last-child) {
  margin-right: 15px;
}

.date-selector-wrap .jq-selectbox__dropdown {
  top: 100% !important;
}

.news-btns-wrap .jq-file:not(:last-child) {
  margin-right: 15px;
}

.news-btns-wrap .common-btn {
  vertical-align: -1px;
}

.news-btns-wrap .giant-btn:not(:last-of-type) {
  margin-right: 15px;
}

.news-btns-wrap.docs-btns-wrap .jq-file {
  border-color: #ce1518;
  background: #f5f5f5;
}

.news-btns-wrap.docs-btns-wrap .jq-file .jq-file__name {
  color: #ce1518;
}

.mfp-image-holder .mfp-content {
  max-width: 85%;
}

.mfp-gallery button.mfp-close {
  top: 20px;
  right: -20px;
}

.popup {
  position: relative;
  overflow-y: auto;
  max-width: 992px;
  max-height: 95vh;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: white;
}

.popup fieldset {
  padding: 0;
  border: none;
}

.popup fieldset legend {
  margin-bottom: 10px;
  border: none;
  font-size: 16px;
}

.popup.popup-medium {
  max-width: 810px;
}

.popup.popup-small {
  max-width: 550px;
}

.popup .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.popup.public-popup {
  max-width: 805px;
  padding: 55px 120px 45px;
  border-top: 8px solid #ce1518;
  background: #e6e6e6;
}

.popup.public-popup .form-control {
  background: white;
  box-shadow: none;
}

.popup.public-popup .form-control:not(:focus) {
  border-color: white;
}

.popup.public-popup .jq-selectbox__select {
  background: white;
}

.popup.public-popup .jq-selectbox:not(.opened) .jq-selectbox__select {
  border-color: white;
}

.popup.public-popup .decorated-title {
  margin-left: -75px;
}

.popup.public-popup label {
  position: relative;
  display: block;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 300;
}

.popup.public-popup label .jq-checkbox {
  position: absolute;
  top: -3px;
  left: 0;
}

.popup.public-popup small {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
}

.popup.public-popup .date-selector-wrap .jq-selectbox:not(:last-child) {
  margin-right: 5px;
}

.popup.public-popup .jq-selectbox__select {
  padding: 0 30px 0 10px;
}

.success-popup p {
  font-size: 23px;
}

.popup-notification {
  padding: 35px;
  background: #ce1518;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.popup-notification .mfp-close {
  display: none;
}

.route-selector .jq-selectbox {
  width: 100%;
}

.task-block {
  height: auto;
  min-height: 100%;
}

.task-block .label {
  margin-bottom: 10px;
  color: #ce1518;
}

.task-block .value {
  font-size: 110%;
}

.date-block {
  display: none;
}

.task-comments ul {
  margin-left: 10px;
}

.task-comments ul:not(.list-unstyled):not(.list-inline) li {
  margin-bottom: 10px;
  padding-left: 20px;
}

.files-wrap {
  position: relative;
  min-height: 60px;
  margin-top: 20px;
  padding-right: 250px;
}

.files-wrap [type="checkbox"] {
  display: none;
}

.files-wrap [type="checkbox"] ~ * {
  display: none;
}

.files-wrap [type="checkbox"]:checked ~ * {
  display: inline-block;
}

.files-wrap .files-list {
  margin: 0;
}

.files-wrap .files-list li {
  display: flex;
  max-width: 500px;
}

.files-wrap .files-list li .filename {
  margin-bottom: 10px;
  color: #595959;
  text-decoration: underline;
  font-size: 14px;
}

.files-wrap .files-list li label {
  margin-bottom: 10px;
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 10px;
}

.files-wrap .add-file-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #ce1518;
  background: white;
  white-space: nowrap;
}

.files-wrap .add-file-btn .text {
  display: inline-block;
  color: #ce1518;
  vertical-align: middle;
  text-transform: none;
}

.files-wrap .add-file-btn .icon {
  display: inline-block;
  margin-right: 10px;
  color: #ce1518;
  vertical-align: middle;
  font-size: 150%;
}

.client-file-list .jq-file {
  margin-bottom: 10px;
  padding: 0;
  border: none;
  background: none;
}

.client-file-list .jq-file:hover {
  box-shadow: none;
}

.client-file-list .jq-file:active {
  top: 0;
}

.client-file-list .jq-file &gt; * {
  color: #595959;
  text-decoration: underline;
  text-transform: none;
  font-size: 14px;
}

.client-file-list .label {
  margin-bottom: 10px;
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 10px;
}

.aside .fast-links-wrap,
.aside .information-wrap {
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 0;
}

.aside .fast-links-wrap {
  padding: 80px 0 30px;
  background-color: #e6e6e6;
}

.aside .fast-links-wrap .title {
  position: absolute;
  top: 30px;
  left: 30px;
  padding-right: 60px;
  color: #ce1518;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}

html {
  background: #3d4045;
}

html::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

html::-webkit-scrollbar-track {
  background-color: #d8d8d8;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

html::-webkit-scrollbar-thumb {
  background-color: #424242;
  cursor: all-scroll;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: #ce1518;
}

body {

  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.sticky {
  position: -webkit-sticky;
  position:         sticky;
}

.cover-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tile {
  position: relative;
}

.tile.hover .edit,
.tile:hover .edit {
  pointer-events: auto;
  opacity: 1;
}

.tile.hover .img-wrap .date,
.tile:hover .img-wrap .date {
  background-color: #ce1518;
}

.tile.hover .tile-data .icon,
.tile:hover .tile-data .icon {
  color: #ce1518;
}

.aside-title {
  font-size: 18px;
}

.aside-title .text {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.aside-title::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 15px;
  border: 0.3em solid #ce1518;
  content: "";
  vertical-align: middle;
}

.aside,
.main-content {
  box-sizing: border-box;
}

.aside {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 750;
  width: 100vw;
  height: 100%;
}

.main-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.aside-layout {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

.main-text {
  margin-top: 0;
  color: inherit;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.14285714;
}

.main-text b {
  font-weight: 800;
  font-size: 60px;
  line-height: 62px;
}
.form-wrap .main-text strong {
  font-size: initial;
  line-height: initial;
}

.main-text::after {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 15px;
  border: 0.15em solid #ce1518;
  /*content: "";*/
  display: none;
  vertical-align: baseline;
}

.secondary-text {
  margin-top: 0;
  color: inherit;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.14285714;
}

.secondary-text strong {
  font-weight: 800;
}

.secondary-text::after {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 15px;
  border: 0.15em solid #ce1518;
  content: "";
  vertical-align: baseline;
}

.main-slider-block {
  overflow: hidden;
  background-image: url(../img/bg/main_slider_bg.jpg);
  background-position: center;
  background-size: cover;
  color: white;
}

.intersection-block {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #21242a;
  color: white;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.intersection-block .left-text {
  position: relative;
  padding-left: 35px;
}

.intersection-block .left-text::before {
  position: absolute;
  top: 50%;
  left: -15px;
  display: block;
  width: 35px;
  height: 35px;
  margin-top: -17.5px;
  background: #ce1518;
  content: "";
}

.intersection-block .left-text::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.intersection-block .right-text .big {
  white-space: nowrap;
  font-size: 1.66666667em;
  line-height: 1;
}

.intersection-block .right-text .big strong {
  font-weight: bold;
}

.intersection-block .right-text .small {
  font-size: 0.5em;
}

.intersection-block .flex-row {
  max-width: 1100px;
}

.solutions-list {
  padding-right: 8px;
  padding-left: 8px;
}

.solutions-list a {
  color: white;
  text-decoration: none;
}

.solutions-list a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.solutions-list a:focus {
  color: white;
  text-decoration: none;
}

.solutions-list a:active,
.solutions-list a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}

.solutions-list .img-wrap {
  display: none;
}

.solutions-list a {
  display: block;
  height: 100%;
  margin-right: -15px;
  margin-left: -15px;
  background: transparent;
  transition: background 0.25s, color 0.25s;
  text-transform: uppercase;
}

.solutions-list a::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.solutions-list a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.solutions-list a span::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 75%;
  margin-top: 5px;
  border-bottom: 2px solid transparent;
  content: "";
  transition: border 0.25s;
}

.solutions-list a:hover {
  background: white;
  color: #ce1518;
}

.solutions-list a:hover span::before {
  border-color: #ce1518;
}

.solutions-list .flex-item {
  position: relative;
  z-index: 0;
  box-shadow: 0 0 0 rgba(14, 17, 21, 0.68);
  transition: z-index 0.25s, box-shadow 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, z-index 0.25s, box-shadow 0.25s;
  transition: transform 0.25s, z-index 0.25s, box-shadow 0.25s, -webkit-transform 0.25s;
}

.solutions-list .flex-item:hover {
  z-index: 25;
  box-shadow: 0 14px 57px rgba(14, 17, 21, 0.68);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.solutions-block {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../img/bg/solutions_bg.jpg);
  background-position: center;
  background-size: cover;
  color: white;
}
.solutions-block-mob {
display:none !important;
}


.solutions-block .main-text-wrap {
  max-width: 1250px;
  margin-bottom: 10px;
}

.solutions-block .description {
  font-size: 10px;
  font-weight: 300;
}

.sphere-solutions-list a {
  color: #1a1a1a;
  text-decoration: none;
}

.sphere-solutions-list a:hover {
  color: #0d0d0d;
  text-decoration: none;
}

.sphere-solutions-list a:focus {
  color: #1a1a1a;
  text-decoration: none;
}

.sphere-solutions-list a:active,
.sphere-solutions-list a:active:focus {
  color: #000000;
  text-decoration: none;
}

.sphere-solutions-list a {
  display: block;
  height: 100%;
  margin-right: -15px;
  margin-left: -15px;
  background: transparent;
  transition: background 0.25s, color 0.25s;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
}

.sphere-solutions-list a .icon {
  display: block;
  width: 2em;
  height: 1em;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  color: #838890;
  transition: color 0.25s;
  font-size: 42px;
}

.sphere-solutions-list a:hover {
  background: #ce1518;
  color: white;
}

.sphere-solutions-list a:hover .icon {
  color: white;
}

.sphere-solutions-list .flex-item {
  position: relative;
  z-index: 0;
  box-shadow: 0 0 0 rgba(79, 4, 7, 0.67);
  transition: z-index 0.25s, box-shadow 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, z-index 0.25s, box-shadow 0.25s;
  transition: transform 0.25s, z-index 0.25s, box-shadow 0.25s, -webkit-transform 0.25s;
}

.sphere-solutions-list .flex-item:hover {
  z-index: 25;
  box-shadow: 0 22px 24px rgba(79, 4, 7, 0.67);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.sphere-solutions-block {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../img/bg/sphere_solutions_bg.jpg);
  background-position: center;
  background-size: cover;
  color: white;
}

.sphere-solutions-block .right-block-wrap {
  position: relative;
  height: 390px;
  margin-bottom: 35px;
  box-shadow: 0 31px 62px #0e1115;
}

.sphere-solutions-block .right-block-wrap img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
     object-fit: cover;
}

.sphere-solutions-block .right-block-wrap .text-block {
  position: absolute;
  bottom: 70px;
  left: 90px;
  width: 290px;
  min-height: 290px;
  padding: 35px 30px 80px;
  background: #ce1518;
  font-size: 14px;
  font-weight: 300;
}

.sphere-solutions-block .right-block-wrap .text-block::after {
  position: absolute;
  right: 20px;
  bottom: 25px;
  display: block;
  width: 26px;
  height: 26px;
  border: 6px solid white;
  content: "";
}

.sphere-solutions-block .main-text {
  margin-bottom: 30px;
}

.sphere-solutions-block .main-text::after {
  border-color: white;
}

.sphere-solutions-block .description {
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2;
}

.sphere-solutions-block .description strong {
  font-weight: bold;
}

.directions-list .flex-item {
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
}

.directions-list .flex-item a {
  color: white;
  text-decoration: none;
}

.directions-list .flex-item a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.directions-list .flex-item a:focus {
  color: white;
  text-decoration: none;
}

.directions-list .flex-item a:active,
.directions-list .flex-item a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}

.directions-list .flex-item .text-box {
  position: absolute;
  top: 45px;
  right: 0;
  bottom: 45px;
  left: 0;
  overflow: hidden;
  transition: all 0.25s;
}

.directions-list .flex-item .text-box .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 45%;
  padding: 0 20px;
  background: rgba(27, 30, 34, 0.85);
  transition: all 0.25s;
  font-size: 16px;
  line-height: 1;
}

.directions-list .flex-item .text-box .title::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.directions-list .flex-item .text-box .title span.text {
  display: inline-block;
  vertical-align: middle;
}

.directions-list .flex-item .text-box .description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 55%;
  padding: 0 50px 0 15px;
  background: rgba(27, 30, 34, 0.85);
  transition: all 0.25s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-size: 12px;
  line-height: 1.1;
  opacity: 0;
}

.directions-list .flex-item .text-box .description span.line {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  border-right: 1px solid white;
}

.directions-list .flex-item .text-box .description::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.directions-list .flex-item .text-box .description span.text {
  display: inline-block;
  vertical-align: middle;
}

/*.directions-list .flex-item .text-box .description::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 0;
  height: 0;
  border-width: 6.5px 0 6.5px 11.3px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
*/
.directions-list .flex-item a, .directions-list .flex-item .replin {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
color: #fff;
}

.directions-list .flex-item a img, .directions-list .flex-item .replin img  {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
     object-fit: cover;
}

.directions-list .flex-item a:hover .text-box,
.directions-list .flex-item a .hover .text-box,
.directions-list .flex-item .replin:hover .text-box,
.directions-list .flex-item .replin .hover .text-box {
  top: 45px;
  bottom: 45px;
}

.directions-list .flex-item a:hover .text-box .title,
.directions-list .flex-item a .hover .text-box .title,
.directions-list .flex-item .replin:hover .text-box .title,
.directions-list .flex-item .replin .hover .text-box .title {
  background: #ce1518;
}

.directions-list .flex-item a:hover .text-box .description,
.directions-list .flex-item a .hover .text-box .description,
.directions-list .flex-item .replin:hover .text-box .description,
.directions-list .flex-item .replin .hover .text-box .description {
  background: #ce1518;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.directions-block {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #1a1a1a;
}
.directions-block .aib {
  align-items: initial;
}
.directions-block .description{ font-size: 20px;}
.directions-block .main-text-wrap {
  margin-bottom: 20px;
}
.directions-block .mini-map-block {
  margin-bottom: 0;
}
.contacts-adress-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.contacts-adress-list-mobile {
  display: none;
}


.calculation-block {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #f8f8f8;
}

.calculation-block .jq-selectbox {
  display: block;
}

.calculation-block .main-text {
  margin-bottom: 20px;
  font-size: 18px;
}

.calculation-block .promo-text p {
  margin-bottom: 1.2em;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.calculation-block .promo-text li {
  font-size: 20px;
}

.about-top {
  padding-top: 40px;
  padding-bottom: 10px;
  background: url(../img/bg/header_bar_bg.jpg);
  background-position: center top;
  background-size: cover;
  font-size: 10px;
  font-weight: 300;
}

.about-top p strong {
  font-weight: bold;
}

.about-top .main-text-wrap {
  margin-bottom: 20px;
}

.merit-tile .top-box {
  position: relative;
  margin-bottom: 1.66666667em;
  padding: 1.66666667em 1.66666667em 3.33333333em;
  background: #f3f3f3;
  text-align: center;
  font-size: 1em;
}

.merit-tile .top-box .icon {
  font-size: 6em;
}

.merit-tile .top-box::after {
  position: absolute;
  bottom: 1.66666667em;
  left: 0;
  display: block;
  width: 66.6666667%;
  border-bottom: 6px solid #ce1518;
  content: "";
}

.merit-tile .title {
  font-weight: 900;
}

.merits-slider .slide {
  padding-right: 7px;
  padding-left: 7px;
}

.merits-slider .slick-arrow {
  margin-top: -30px;
  padding: 11px;
  background: transparent;
  width: 31px;
  height: 31px;
}

.merits-slider .slick-arrow.slick-prev {
  margin-right: -30px;
}

.merits-slider .slick-arrow.slick-next {
  margin-left: -30px;
}

.about-merits {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 10px;
}

.about-merits .main-text {
  padding-right: 10%;
}

.video-block {
  position: relative;
  background: black;
}

.video-block .video-sizer {
  padding-bottom: 56.25%;
}

.video-block .video-wrapper {
  position: relative;
  max-width: 1690px;
  margin-right: auto;
  margin-left: auto;
}

.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-block .preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 1s;
}

.video-block .preview .main-text {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  color: white;
}

.video-block .preview .main-text-wrap {
  padding-top: 10px;
}

.video-block .preview .review-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
     object-fit: cover;
}

.video-block .preview button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-block .preview button img {
  width: 74px;
}

.video-block.show .preview {
  pointer-events: none;
  opacity: 0;
}

.about-history {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 10px;
}

.time-row {
  font-size: 10px;
}

.time-row .year {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  background: white;
  font-size: 1.875em;
  font-weight: 300;
}

.time-row .text {
  max-width: 90%;
  text-align: left;
  font-size: 1em;
  line-height: 1.2;
}

.time-row hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-width: 4px;
}

.time-row &gt; .flex-item {
  width: calc(100% / 3 );

  flex-grow: 1;
  flex-shrink: 1000;
}

.time-row &gt; .flex-item hr {
  border-color: #6595b1;
}

.time-row &gt; .flex-item:not(:last-child) .year {
  position: relative;
}

.time-row &gt; .flex-item:not(:last-child) .year::after {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 3.33333333em;
  color: #c9c9c9;
  content: "• • • • • • • •";
  white-space: nowrap;
}

.time-row &gt; .flex-item:first-child,
.time-row &gt; .flex-item:last-child {
  width: calc(100% / 3 );

  flex-grow: 1000;
  flex-shrink: 1;
}

.time-row &gt; .flex-item:first-child hr {
  border-color: #c9c9c9;
}

.time-row &gt; .flex-item:first-child .year {
  margin-left: -10px;
}

.time-row &gt; .flex-item:last-child {
  text-align: right;
}

.time-row &gt; .flex-item:last-child .year {
  margin-right: -10px;
}

.time-row &gt; .flex-item:last-child hr {
  border-color: #c10f28;
}

.time-row .year-row &gt; .flex-item {
  width: 100%;
}

.time-row .year-row &gt; .flex-item .year {
  margin-left: -7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.time-row .year-row &gt; .flex-item:last-child {
  width: 0;
}

.time-row .year-row &gt; .flex-item:last-child .year {
  margin-left: 7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.history-tile {
  font-size: 10px;
}

.history-tile .img-wrap {
  margin-bottom: 1.36363636em;
}

.history-tile .text-wrap .year {
  margin-bottom: 0.20833333em;
  font-size: 2.18181818em;
  font-weight: 900;
  line-height: 1;
}

.history-tile .text-wrap .title {
  margin: 0 0 0.45454545em;
  font-size: 1em;
}

.history-tile .text-wrap .description {
  font-size: 1em;
}

.history-tile .text-wrap .description .contracts {
  color: #898989;
  font-size: 0.72727273em;
}

.history-slider .slide {
  padding-right: 7px;
  padding-left: 7px;
}

.history-slider .slick-arrow {
  margin-top: -55px;
  padding: 11px;
  background: #394249;
}

.history-slider .slick-arrow.slick-prev {
  margin-right: -30px;
}

.history-slider .slick-arrow.slick-next {
  margin-left: -30px;
}

.about-mission {
  background: #d8d9d3;
}

.about-mission .left-block-wrap {
  padding-top: 20px;
} .about-mission .left-block-wrap .more-text { font-size: 18px;}
.about-mission .main-text {
  margin-bottom: 10px;
}

.about-mission .description {
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2;
}

.about-mission .description strong {
  font-weight: bold;
}

.about-mission .more-text {
  font-size: 10px;
}

.about-synenergy {
  padding-top: 20px;
  padding-bottom: 70vw;
  background-color: #21242a;
  background-image: url(../img/bg/synenergy_bg_small.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  font-size: 10px;
  font-weight: 300;
}

.about-synenergy .more-text {
  font-size: 10px;
}

.about-synenergy .main-text {
  padding-right: 10%;
}

.about-synenergy .abbr-list {
  border-collapse: separate;
  border-spacing: 0 0.88888889em;
}
.address-list {
  margin-top: 50px;
}
.about-synenergy .abbr-list tr {
  padding-top: 0.27777778em;
  padding-bottom: 0.27777778em;
}

.about-synenergy .abbr-list td:first-child {
  padding-right: 1.27777778em;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: right;
}

.about-synenergy .abbr-list td:last-child {
  padding-left: 1.27777778em;
}

.techno-slider .slick-arrow.slick-prev {
  margin-right: -50px;
}

.techno-slider .slick-arrow.slick-next {
  margin-left: -50px;
}

.techno-slider .slide {
  position: relative;
}

.techno-slider .slide .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.techno-slider .slide .main-text {
  margin-bottom: 1em;
  font-size: 16px;
}

.techno-slider .slide .description {
  max-width: 540px;
  font-size: 11px;
  font-weight: 300;
}

.techno-slider-dots {
  position: absolute;
  right: 0;
  bottom: 5px;
  display: flex;
  width: calc(100vw - 30px);
}

.techno-slider-dots li {
  width: 70px;
  padding-top: 3px;
  transition: all 1s;
}

.techno-slider-dots li:not(:last-of-type) {
  margin-right: 10px;
}

.techno-slider-dots li button {
  display: block;
  width: 100%;
  height: 2px;
  background: #ce1518;
  transition: all 1s;
  opacity: 0.25;
}

.techno-slider-dots .slick-active {
  padding-top: 0;
}

.techno-slider-dots .slick-active button {
  height: 5px;
  opacity: 1;
}

.techno-text-block {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 300;
}

.techno-text-block .main-text-wrap {
  margin-bottom: 20px;
}

.techno-red-ribbon {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ce1518;
  color: white;
}

.techno-red-ribbon .slogan {
  display: flex;
  white-space: nowrap;
  font-size: 11px;

  align-items: flex-start;
}

.techno-red-ribbon .slogan &gt; * {
  display: inline-block;
  vertical-align: middle;
}

.techno-red-ribbon .slogan .icon {
  margin-right: 0.71428571em;
  font-size: 3.18181818em;

  flex-grow: 1000;
}

.techno-red-ribbon .slogan .text {
  flex-shrink: 1000;
}

.techno-red-ribbon .slogan .text &gt; * {
  display: inline;
  white-space: normal;
}

.techno-red-ribbon .slogan .text .title {
  display: block;
  margin: 0 0 0.5em;
  font-size: 1em;
  font-weight: bold;
}

.techno-services-tile {
  position: relative;
  height: 100%;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background: #1c1d1e;
  color: white;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  font-size: 8px;
  font-weight: 300;
}

.techno-services-tile .flex-row {
  flex-direction: row-reverse;

  align-items: flex-start;
}

.techno-services-tile .title {
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0.5em;
  border-top: 0.4em solid #ce1518;
  text-transform: uppercase;
  font-size: 2.22222222em;
  font-weight: 900;
}

.techno-services-tile .flex-item .img-wrap {
  width: 150px;
}

.techno-services-tile .flex-item:first-child {
  flex-grow: 1000;
  flex-shrink: 1;
}

.techno-services-tile .flex-item:last-child {
  flex-grow: 1;
  flex-shrink: 1000;
}

.techno-services-tile .text-wrap {
  position: relative;
  margin-right: -20px;
  padding-top: 1em;
  padding-bottom: 2.5em;
  font-size: 1.25em;
}

.techno-services-tile .link-wrap {
  position: absolute;
  bottom: 1.11111111em;
  left: 2.22222222em;
}

.techno-services-tile .common-btn {
  display: block;
  width: 3.33333333em;
  height: 3.33333333em;
  border-color: #ce1518;
  background: #ce1518;
}

.techno-services-tile .common-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.88888889em;
  height: 0.88888889em;
  margin-top: -0.44444444em;
  margin-left: -0.66666667em;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.techno-services-block {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #1a1a1a;
}

.techno-news-tile {
  position: relative;
  display: block;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}

.techno-news-tile .img-wrap {
  display: block;
  background: #5d5d5d;
}

.techno-news-tile .img-wrap img {
  transition: -webkit-transform 0.25s;
  transition:         transform 0.25s;
  transition:         transform 0.25s, -webkit-transform 0.25s;
  opacity: 0.3;
}

.techno-news-tile .content-wrap {
  display: block;
  padding: 10px 0 0;
  font-size: 11px;
}

.techno-news-tile .content-wrap .date {
  display: block;
  margin-bottom: 1.22222222em;
  text-shadow: 0 0 1px black, 0 0 5px black;
  font-size: 1em;
  font-weight: 300;
}

.techno-news-tile .content-wrap .title {
  display: block;
  margin: 0;
  font-size: 1.22222222em;
  line-height: 1.36363636em;
}

.techno-news-tile .content-wrap .title span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: border 0.25s;
}

.techno-news-tile .content-wrap .title:hover span {
  border-color: transparent;
}

.techno-news-tile .content-wrap .label {
  position: absolute;
  top: 2em;
  left: 0;
  padding: 0.55555556em 1.66666667em;
  background: #161616;
  font-weight: 300;
}

.techno-news-tile .content-wrap .label.red {
  background: #ce1518;
}

.techno-news-tile:hover .img-wrap img {
  transition: -webkit-transform 2.5s;
  transition:         transform 2.5s;
  transition:         transform 2.5s, -webkit-transform 2.5s;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.techno-news-row {
  width: calc(100% + 14px);
  margin-right: -7px;
  margin-left: -7px;
}

.techno-news-row &gt; * {
  padding-right: 7px;
  padding-left: 7px;
}

.techno-news-block {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #1a1a1a;
}

.techno-news-block a {
  color: white;
  text-decoration: none;
}

.techno-news-block a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.techno-news-block a:focus {
  color: white;
  text-decoration: none;
}

.techno-news-block a:active,
.techno-news-block a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}

.techno-fos-block {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f0f2f5;
  color: #1a1a1a;
}

.techno-fos-block .main-text {
  font-size: 22px;
}

.techno-fos-block .img-wrap {
  position: relative;
  margin-bottom: -30px;
  margin-left: -15px;
}

.techno-fos-block .img-wrap .techno-man-text {
  position: absolute;
  top: 50%;
  right: 0;
  width: 190px;
  text-shadow: 0 0 1px white, 0 0 2px white;
  font-size: 16px;
}

.techno-fos-block .img-wrap .techno-man-text .name {
  font-size: 1.25em;
  font-weight: normal;
}

.techno-fos-block .img-wrap .techno-man-text .post {
  font-weight: bold;
}

.techno-fos-block .img-wrap .techno-man-text hr {
  width: 85px;
  margin-left: 0;
  border-color: #ce1518;
}

.techno-vacancies-block {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #1a1a1a;
}

.techno-vacancies-block .vacancies-tile {
  padding: 30px;
  background: #f6f6f6;
}

.techno-contacts-block {
  padding-top: 30px;
  color: #1a1a1a;
}

.techno-contacts-block .phone-email {
  font-size: 16px;
}
.contacts-row .phone-email {
  font-size: 24px;
}

.techno-contacts-block .phone-email .email {
  font-size: 1em;
  font-weight: 300;
}

.techno-contacts-block .phone-email .email a {
  color: #ce1518;
  text-decoration: none;
}

.techno-contacts-block .phone-email .email a:hover {
  color: #b71315;
  text-decoration: none;
}

.techno-contacts-block .phone-email .email a:focus {
  color: #ce1518;
  text-decoration: none;
}

.techno-contacts-block .phone-email .email a:active,
.techno-contacts-block .phone-email .email a:active:focus {
  color: #a01013;
  text-decoration: none;
}

.techno-contacts-block .phone-email .email a span {
  border-bottom: 1px solid rgba(206, 21, 24, 0.5);
}

.techno-contacts-block .phone-email .email a:hover span {
  border-color: transparent;
}

.techno-contacts-block .phone-email .phone {
  font-size: 1.875em;
  font-weight: 900;
}

.techno-contacts-block .phone-email .phone a {
  color: #1a1a1a;
  text-decoration: none;
}

.techno-contacts-block .phone-email .phone a:hover {
  color: #0d0d0d;
  text-decoration: none;
}

.techno-contacts-block .phone-email .phone a:focus {
  color: #1a1a1a;
  text-decoration: none;
}

.techno-contacts-block .phone-email .phone a:active,
.techno-contacts-block .phone-email .phone a:active:focus {
  color: #000000;
  text-decoration: none;
}

.mini-map-address {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 16px;
}

.mini-map-address .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #ce1518;
  font-size: 2.875em;
}

.mini-map-address .city {
  font-size: 1.25em;
  font-weight: bold;
}


.mini-map-address::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 73%;
  border-bottom: 6px solid #ce1518;
  content: "";
}
.form-wrap .mini-map-block h3.main-text {
    font-size: 26px !important;}
.form-wrap .mini-map-block h3.main-text:after {display: none;}
.news-tile {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #e6e6e6;
}

.news-tile .img-wrap {
  position: relative;
  overflow: visible;
}

.news-tile .img-wrap .date {
  position: absolute;
  top: -15px;
  left: -15px;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  padding: 6px 0;
  background-color: #b8b8b8;
  color: white;
  transition: background 0.25s;
  text-align: center;
  font-size: 10px;
}

.news-tile .img-wrap .date span.big {
  display: block;
  font-size: 2.4em;
  font-weight: bold;
}

.news-tile .img-wrap .date span.small {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.1;
}

.news-tile .title {
  overflow: hidden;
  max-height: 3em;
  margin: 0;
  font-size: 13px;
  font-weight: initial;
  line-height: 1.5;
  text-align: center;
}

.news-tile .announce {
  overflow: hidden;
  max-height: 5.71428571em;
  font-size: 12px;
}

.news-tile .text-wrap {
 margin-top: 10px;
  height: 126px;
}

.news-page-date {
  display: inline-block;
  padding: 5px 20px 3px;
  background: #ce1518;
  color: white;
}

.small-news-tile .text-wrap {
  height: initial;
  padding-top: 60px;
}

.small-news-tile .w-image {
  padding-top: 0;
}

.small-news-tile .w-image .title {
  overflow: initial;
  max-height: initial;
  margin-top: 0;
}

.small-news-tile .date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  background: #b8b8b8;
  color: white;
  transition: background 0.25s;
  font-size: 10px;
}

.small-news-tile .date span.big {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 2.4em;
  font-weight: bold;
}

.small-news-tile .date span.small {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.1;
}

.small-news-tile.hover .date,
.small-news-tile:hover .date {
  background-color: #ce1518;
}

.tile-data {
  position: relative;
  z-index: 5;
  font-size: 16px;
}

.tile-data .icon {
  display: inline-block;
  margin-right: 0.3em;
  color: #b8b8b8;
  transition: color 0.25s;
  vertical-align: middle;
  font-size: 1.5em;
}

.tile-data .text {
  display: inline-block;
  border-bottom: 1px solid rgba(26, 26, 26, 0.5);
  color: #1a1a1a;
  vertical-align: middle;
  line-height: 1;
}

.tile-data .comments,
.tile-data .likes {
  cursor: pointer;
  white-space: nowrap;
}

.tile-data .comments:not(:last-child),
.tile-data .likes:not(:last-child) {
  margin-right: 0.75em;
}

.tile-social-links .social-icon {
  position: relative;
  overflow: visible;
  background-color: #b8b8b8;
}

.tile-social-links .social-icon img {
  position: relative;
}

.tile-social-links .social-icon::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: transparent;
  content: "";
  transition: all 0.25s;
}

.tile-social-links .social-icon:hover::before {
  top: -5px;
  bottom: -15px;
  background-color: #ce1518;
}

.tile-social-links .social-list {
  position: absolute;
  right: 10px;
  bottom: 15px;
}

.news-block {
  /*padding-top: 150px;*/
  /*padding-bottom: 30px;*/
}

.news-page {
  padding-top: 0;
  padding-bottom: 0;
}

.news-page .aside-title {
  margin-top: 0;
}

.news-page .header-bar {
  min-height: 100px;
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: url(../img/bg/header_bar_bg.jpg);
  background-position: center;
  background-size: cover;
}

.news-page .header-bar .main-text {
  font-weight: 900;
}

.date-label {
  display: inline-block;
  padding: 5px 20px 3px;
  background: #ce1518;
  color: white;
  font-size: 16px;
  font-weight: 300;
}

.article-title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}

.news-article {
  font-size: 14px;
}

.clients-block {
  padding: 20px 10px 10px;
  background-image: url(../img/bg/clients_bg.jpg);
  background-position: center;
  background-size: cover;
  color: white;
}

.clients-block .description {
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 300;
}

.clients-page {
  padding-top: 40px;
}

.clients-logo-slider {
  margin: -15px;
}

.clients-logo-slider .slide {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.clients-logo-slider .img-wrap {
  display: block!important;
  transition: -webkit-transform 0.25s;
  transition:         transform 0.25s;
  transition:         transform 0.25s, -webkit-transform 0.25s;
}

.clients-logo-slider .img-wrap:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.clients-logo-slider .slick-list {
  padding-top: 15px;
  padding-bottom: 15px;
}

.clients-logo-slider .clients-dots {
  position: absolute;
  bottom: 10px;
  left: 15px;
  display: flex;
  width: calc(100vw - 30px);
}

.clients-logo-slider .clients-dots li {
  width: 70px;
  padding-top: 3px;
  transition: all 1s;
}

.clients-logo-slider .clients-dots li:not(:last-of-type) {
  margin-right: 10px;
}

.clients-logo-slider .clients-dots li button {
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  transition: all 1s;
  opacity: 0.25;
}

.clients-logo-slider .clients-dots .slick-active {
  padding-top: 0;
}

.clients-logo-slider .clients-dots .slick-active button {
  height: 5px;
  opacity: 1;
}

.clients-row .flex-item {
  width: calc(100% / 2);
}

.clients-row .all-clients-tile {
  position: relative;
  display: block;
  padding-bottom: 100%;
  background: #ce1518;
  color: white;
  transition: all 0.25s;
}

.clients-row .all-clients-tile a {
  color: white;
  text-decoration: none;
}

.clients-row .all-clients-tile a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.clients-row .all-clients-tile a:focus {
  color: white;
  text-decoration: none;
}

.clients-row .all-clients-tile a:active,
.clients-row .all-clients-tile a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}

.clients-row .all-clients-tile::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: block;
  border: 4px solid white;
  content: "";
}

.clients-row .all-clients-tile .text {
  position: absolute;
  top: 50%;
  right: 25px;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 14px;
}

.clients-row .all-clients-tile:hover {
  box-shadow: 0 35px 28px #0e1115;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.clients-row .client-logo-tile {
  position: relative;
  display: block;
  padding-bottom: 100%;
  transition: all 0.25s;
}

.clients-row .client-logo-tile::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(255, 255, 255, 0.15);
  content: "";
}

.clients-row .client-logo-tile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
     object-fit: cover;
}

.clients-row .client-logo-tile .front {
  background: white;
  transition: opacity 0.25s;
  opacity: 0;
}

.clients-row .client-logo-tile:hover {
  box-shadow: 0 35px 28px #0e1115;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.clients-row .client-logo-tile:hover .front {
  opacity: 1;
}

.vacancies-tile {
  position: relative;
  margin-bottom: 30px;
}

.vacancies-tile a {
  color: #1a1a1a;
  text-decoration: none;
}

.vacancies-tile a:hover {
  color: #0d0d0d;
  text-decoration: none;
}

.vacancies-tile a:focus {
  color: #1a1a1a;
  text-decoration: none;
}

.vacancies-tile a:active,
.vacancies-tile a:active:focus {
  color: #000000;
  text-decoration: none;
}

.vacancies-tile span.metro {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: #ce1518;
  color: white;
  text-align: center;
  vertical-align: 0;
  line-height: 26px;
}

.vacancies-tile .title,
.vacancies-tile .salary {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}

.vacancies-tile .title {
  padding-right: 30px;
}

.vacancies-tile .title span {
  display: inline-block;
  border-bottom: 1px solid rgba(26, 26, 26, 0.25);
  transition: all 0.25s;
}

.vacancies-tile .title a:hover span {
  border-color: transparent!important;
}

.vacancies-tile .description {
  margin-bottom: 5px;
}

.vacancies-tile .date {
  color: #9a9a9a;
}

.vacancies-tile .favorite-checker {
  position: absolute;
  top: 25px;
  right: 30px;
}

.vacancies-tile-wrap {
  margin-bottom: 15px;
  padding: 15px;
  background: #f6f6f6;
  transition: all 0.25s;
}

.vacancies-tile-wrap:hover {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
}

.favorite-checker svg {
  font-size: 24px;
}

.favorite-checker svg:nth-of-type(1) {
  color: #9a9a9a;
}

.favorite-checker svg:nth-of-type(2) {
  display: none;
  color: #ce1518;
}

.favorite-checker input:checked ~ svg:nth-of-type(1) {
  display: none;
}

.favorite-checker input:checked ~ svg:nth-of-type(2) {
  display: block;
}

.services-page {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../img/bg/services_bg.jpg);
  background-position: center top;
  background-size: cover;
}

.services-page .main-text-wrap {
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  font-size: 16px;
  font-weight: 200;
}

.services-page .main-text-wrap p {
  margin-bottom: 2em;
  line-height: 1.2;
}

.services-page .sphere-solutions-block {
  padding: 0;
  background: none;
}

.tags-row {
  margin: 0;
  color: #b8b8b8;
  transition: all 0.25s;
  font-size: 1.5em;
  line-height: 0.6;
}

.service-tile {
  position: relative;
  height: 100%;
  padding: 15px;
  background: #f6f6f6;
  color: #1a1a1a;
  cursor: pointer;
  transition: all 0.25s;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.service-tile .flex-item:first-child {
  flex-grow: 1000;
  flex-shrink: 1;
}

.service-tile .flex-item:last-child {
  flex-grow: 1;
  flex-shrink: 1000;
}

.service-tile .flex-row {
  flex-wrap: wrap;
}

.service-tile .img-wrap {
  margin-bottom: 20px;
  text-align: left;
}

.service-tile .title {
  margin: 0 0 1em;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  border-left: 2px solid #ce1518;
  transition: border 0.25s;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1;
}

.service-tile .text-wrap {
  padding-bottom: 65px;
}

.service-tile .tags-row {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.service-tile .service-more-btn-wrap {
  position: absolute;
  right: 30px;
  bottom: 30px;
  transition: all 0.25s;
  pointer-events: none;
  opacity: 0;
}

.service-tile:hover {
  background: #ce1518;
  color: white;
}

.service-tile:hover .tags-row {
  color: #ce1518;
  pointer-events: none;
}

.service-tile:hover .service-more-btn-wrap {
  pointer-events: auto;
  opacity: 1;
}

.service-tile:hover .title {
  border-color: white;
}

.services-grid {
  display: flex;
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;

  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.services-grid .grid-item {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.svg-map {
  position: relative;
  margin: -24% -25% -26%;
}

.svg-map path {
  cursor: pointer;
  transition: fill 0.25s;

  fill: #a7a9ac;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.svg-map path:hover,
.svg-map path.active {
  fill: #ce1518;
}

.accordion {
  position: relative;
  z-index: 1;
}

.accordion div {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 55px;
  font-size: 16px;
}

.accordion h3 {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
}

.accordion h3::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  border-radius: 50%;
  background: #dcdcdc;
  content: "";
  transition: background 0.25s;
  vertical-align: middle;
}

.accordion h3 span {
  position: relative;
  display: inline-block;
  width: calc(100% - 50px);
  padding-right: 25px;
  vertical-align: middle;
  white-space: normal;
}

.accordion h3 span::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: -7px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  content: "";
  transition: all 0.25s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion h3.active {
  font-weight: bold;
}

.accordion h3.active::before {
  background: #ce1518;
}

.accordion h3.active span::after {
  margin-top: -1px;
  -webkit-transform: scale(1, -1) rotate(45deg);
          transform: scale(1, -1) rotate(45deg);
}

.accordion h3 + div {
  display: none;
}

/*.accordion div:first-of-type {*/
/*  display: block;*/
/*}*/

.geography-page {
  overflow: hidden;
}
.geography-page .accordion ul:not(.list-unstyled):not(.list-inline) > li::before{display: none;}
.geography-page .accordion ul:not(.list-unstyled):not(.list-inline) > li{padding-left: 0;}
.geography-page .slogan {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 30px;
}

.geography-page .slogan .flex-row {
  padding: 1em 1.5em;
  background: #282c34;
  font-size: 36px;
  line-height: 1.2;

  align-items: center;
}

.geography-page .slogan .flex-row .icon {
  font-size: 1.66666667em;
}

.geography-page .slogan .text {
  margin-left: 30px;
  padding-left: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.contacts-page {
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: url(../img/bg/contacts_bg.jpg);
  background-position: center top;
  background-size: 100%;
}
.contacts-page > .dark-back  > .container > .xl-wrap {
  margin-bottom: 30px;
}
.contacts-page h3.secondary-text {color: #fff;}
.contacts-row &gt; * {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.contacts-row .address {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.contacts-row .address .ttu {
  font-size: 1.25em;
  font-weight: bold;
}

.contacts-row .phone-email {
  position: relative;
  padding-left: 70px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.contacts-row .phone-email a {
  color: white;
  text-decoration: none;
}

.contacts-row .phone-email a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.contacts-row .phone-email a:focus {
  color: white;
  text-decoration: none;
}

.contacts-row .phone-email a:active,
.contacts-row .phone-email a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}

.contacts-row .phone-email &gt; * {
  display: block;
}

.contacts-row .phone-email .phone {
  font-size: 1.25em;
  font-weight: bold;
}

.contacts-row .phone-email .email .text {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.25s;
  line-height: 1;
}

.contacts-row .phone-email .email:hover .text {
  border-color: transparent;
}

.form-wrap {
/*padding: 50px 130px;*/
padding: 36px 53px;
  background: rgba(16, 16, 16, 0.4);
}

.form-wrap  .mini-map-block {
/*  padding-top: 40px;
  padding-bottom: 30px;
padding-left: 15px;
padding-right: 15px;*/
min-height: 435px;
margin-bottom: 15px;
}
/*.form-wrap  .mini-map-block  .form-control {
    height: 42px;
    padding: 10px 18px;
}*/
.form-wrap h3.main-text {font-size: 30px !important; color: #fff; margin-bottom: 10px;}
.form-wrap h3.main-text::after {
    width: 40px;
    height: 40px;
    margin-left: 10px;
margin-bottom: -7px;
    border: 9px solid #ce1518;
}
.mini-map-block>div>form>.mb-30 {margin-bottom: 10px;}
.contacts-form {
  max-width: 925px;
}
.manager-tile .content {color: #fff;}
.manager-tile .content .name {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.manager-tile .content .post {
  font-size: 14px;
  font-weight: normal;
}

.manager-tile .content a {
  color: white;
  text-decoration: none;
}

.manager-tile .content a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.manager-tile .content a:focus {
  color: white;
  text-decoration: none;
}

.manager-tile .content a:active,
.manager-tile .content a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}

.manager-tile .content .phone {
  display: block;
}

.manager-tile .content .phone .text {
  font-size: 14px;
  font-weight: bold;
}

.manager-tile .content .email {
  display: block;
}

.manager-tile .content .email .text {
  font-size: 14px;
  font-weight: 300;
}

.manager-slider {
  margin-right: -15px;
  margin-left: -15px;
}

.manager-slider .slide {
  padding-right: 15px;
  padding-left: 15px;
}

.search-filter {
  padding: 0 15px;
}

.search-filter fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.search-filter legend {
  max-width: 300px;
  font-size: 16px;
}

.search-filter label {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  font-weight: normal;
}

.search-filter label input:checked + span {
  color: #ce1518;
  font-weight: bold;
}

.search-tile {
  position: relative;
  font-size: 14px;
}

.search-tile .date {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px;
  background: #b8b8b8;
  color: white;
  transition: background 0.25s;
  font-size: 8px;
}

.search-tile .date span.big {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 2.4em;
  font-weight: bold;
}

.search-tile .date span.small {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.1;
}

.search-tile.hover .date,
.search-tile:hover .date {
  background-color: #ce1518;
}

.search-tile .label {
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 1.14285714em;
}

.search-tile .h3 {
  font-size: 1.14285714em;
  font-weight: 400;
}

.search-tile .title {
  text-transform: uppercase;
}

.search-tile:hover .comments .icon,
.search-tile:hover .likes .icon {
  color: #ce1518;
}

.search-input-wrap {
  position: relative;
}

.search-input-wrap .reset-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: 0.05em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
}

.search-input-wrap .form-control {
  padding-right: 30px;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #1a1a1a;
  background: transparent;
  box-shadow: none;
  font-size: 28px;
  line-height: 20px;
  color: #000;
}
.count-search {
  font-size: 22px;
  line-height: 20px;
  color: #6e6e6e;
}
.xl-wrap .services-page {
  background: none;
  padding-bottom: 0;
}
.xl-wrap .main-text strong, .xl-wrap .main-text.h2 {
  color: #000;
  font-weight: 800;
}
.xl-wrap h1.main-text strong {
  color: #fff;
}

.search-block .xl-wrap h1.main-text strong {
  color: #000;
}
.search-form {
  background: #e5e7ea;
  padding: 25px;
}
.search-form-title {
  color: black;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}
.search-block .services-custom-page {
  padding-top: 0;
}
.search-block hr {
  margin-bottom: 0!important;
}
.search-result-item-box {
  padding: 28px 28px 20px 28px;
  background-color: #f6f6f6;
  margin-bottom: 55px;
  position: relative;
}
.search-result-item-box:last-child {
  margin-bottom: 0;
}
.search-result-title {
  font-weight: bold;
  line-height: 24px;
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  /*border-bottom: 2px solid #ce1518;*/
  position: relative;
  padding-bottom: 5px;
}
.search-result-title:before {
  position: absolute;
  content: '';
  background: #ce1518;
  bottom: 0;
  width: 240px;
  height: 2px;
}
.search-result-header {
  display: flex;
  justify-content: space-between;
}
.search-result-text {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #000;
  font-size: 22px;
  line-height: 20px;
}
.search-result-text > b {
  color: #ce1518;
}
.search-result-path {
  color: #6e6e6e;
  font-size: 18px;
  line-height: 20px;
}
.search-result-path > a {
  color: #6e6e6e;
  text-decoration: none;
}
.search-result-path > a:hover {
  text-decoration: underline;
}
.search-result-date {
  flex: none;
  margin-left: 30px;
  color: #6e6e6e;
  font-size: 18px;
  line-height: 20px;
  display: none;
}
.navig-block {

}
.load_more.load_page {
  font-size: 22px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  padding: 25px 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #ce1518;
}
.xl-wrap hr {
  background: #6e6e6e;
  color: #6e6e6e;
}
.navig-block-count {
  font-size: 22px;
  line-height: 20px;
  color: #6e6e6e;
  margin-bottom: 25px;
  margin-top: 55px;
}
.nothing-search {
  font-size: 30px;
  line-height: 20px;
  font-weight: bold;
  color: #6e6e6e;

}
.search-block .container .xl-wrap .search-input-wrap {
  width: 100%;
  max-width: 100%;
}


.page-not-found {
  display: flex;
  min-height: calc(100vh - 234px);
  background-image: url(../img/bg/not_found_bg.jpg);
  background-position: center;
  background-size: cover;

  align-items: center;
  justify-content: center;
}

.page-not-found a {
  color: white;
  text-decoration: none;
}

.page-not-found a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.page-not-found a:focus {
  color: white;
  text-decoration: none;
}

.page-not-found a:active,
.page-not-found a:active:focus {
  color: #e6e6e6;
  text-decoration: none;
}

.page-not-found .content-box {
  width: 100%;
  padding: 30px 15px;
  color: white;
  font-weight: 300;
}

.page-not-found .title {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}

.page-not-found .subtitle {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}

.page-not-found .description {
  max-width: 500px;
  margin-bottom: 37px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2;
}

/*new header*/

.header-new {
}
.header-new img{
width:300px;
max-width:300px;
}
.header-old {
  display: none;
}
.footer-old {
  display: none;
}
.new-top-header {
  padding-top: 15px;
  padding-bottom: 16px;
  box-shadow: 0px 0px 20px rgba(40, 39, 103, 0.1);
}
.new-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.new-info-wrap {
  display: flex;
  align-items: center;
  max-width: 1186px;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.new-info-wrap_tel-group {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1550px){
.new-info-wrap_tel-group {
padding-left:15px;
}
}
.new-info-wrap_tel-group > a {
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 25px;
  color: #ce1518;
  text-decoration: none;
  margin-right: 65px;
}
.new-info-wrap_tel-group > a:last-child {
  margin-right: 0;
}
.new-info-wrap_tel-group > a > span {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 17px;
  color: #000000;
  display: block;
  margin-top: 0px;
}
.new-info-wrap_search-switcher-group {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.switcher {
  position: relative;
  display: inline-flex;
  background-color: #C9C9C9;
}
.switcher__label {
  width: 50%;
  height: 100%;
  background-color: #ce1518;
  position: absolute;
  z-index: 1;
  left: 0;
  transition: .1s linear all;
}
.switcher__label.switcher__label_right {
  left: 50%;
}
.switcher__item {
  text-align: center;
  width: 55px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  outline: none;
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 19px;
  color: #FFFFFF;
  z-index: 100;
  text-decoration: none;
  box-sizing: border-box;
}
.switcher__item_active {
  pointer-events: none;
  cursor: default;
}
.switcher__item:hover,.switcher__item:active, .switcher__item:active:focus, .switcher__item:focus {
  color: #fff;
}
.search-icon {
  display: block;
  background-image: url("../img/search1.svg");
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 40px;
}
.search-animate {
  position: absolute;
  top: -7px;
  left: 0;
  max-width: 600px;
  width: 100%;
  box-shadow: 0px 0px 30px rgba(153, 55, 174, 0.2);
  transition: 0.3s ease-out;
  transform: translateX(225%);
  z-index: 101;
}
.search-animate input {
  max-width: 940px;
  width: 100%;
  padding-left: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #FFFFFF;
  border: 3px solid #E6E6E6;
  box-sizing: border-box;
  height: 100%;
  font-size: 18px;
  line-height: 27px;
  outline: none;
}
.search-animate input::placeholder {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  color: #BBBBBB;
}
.search-icon-absolute {
  position: absolute;
  left: 18px;
  top: 12px;
  background-image: url("../img/search-icon.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 101;
}
.search-animate.active {
  transform: none;
}
.search-icon-absolute.active {
  opacity: 1;
  transition: 0.5s ease-out;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li > a:before {
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background: #ce1518;
  bottom: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}

.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li > a {
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li.sub-arrow:after {
  background-image: url("../img/arrow.svg");
  display: block;
  content: '';
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  margin-left: 13px;
  transition: 0.3s ease-out;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li:hover > a {
  color: #ce1518;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li:hover > a:before {
  opacity: 1;
}

.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li:hover > .new-list-unstyled-sub {
  opacity: 1;
  display: block;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li:hover:after {
  background-image: url("../img/arrow-red.svg");
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled > li:before {
  content: none;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled-sub {
  position: absolute;
  top: 45px;
  padding: 30px;
  background: #1A1F26;
  width: max-content;
  transition: 0.3s ease-out;
  opacity: 0;
  list-style-type: none;
  z-index: 11;
  display: none;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled-sub > li {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled-sub > li:last-child {
  margin-bottom: 0;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled-sub > li:before {
  content: none;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled-sub > li > a {
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  transition: 0.3s ease-out;
  border-bottom: 1px solid transparent;
}
.new-nav .new-main-menu .new-menu-wrap .new-list-unstyled-sub > li:hover a {
  color: #ce1518;
  border-bottom: 1px solid #ce1518;
}
.business-center-page {
  background-image: url("../img/bc-bg.jpg");
  background-repeat: no-repeat;
  padding-top: 136px;
  padding-bottom: 100px;
  background-size: cover;
  position: relative;
}
.jkt-page {
  background-image: url("../img/jkt-bg.jpg");
  background-repeat: no-repeat;
  padding-top: 136px;
  padding-bottom: 100px;
  background-size: cover;
  position: relative;
}
.retail-page-2 {
  background-image: url("../img/retail-bg.jpg");
  background-repeat: no-repeat;
  padding-top: 136px;
  padding-bottom: 100px;
  background-size: cover;
  position: relative;
}
.sklady-page {
  background-image: url("../img/sklady-bg.jpg");
  background-repeat: no-repeat;
  padding-top: 136px;
  padding-bottom: 100px;
  background-size: cover;
  position: relative;
}
.zavody-page {
  background-image: url("../img/zavody-bg.jpg");
  background-repeat: no-repeat;
  padding-top: 136px;
  padding-bottom: 100px;
  background-size: cover;
  position: relative;
}
.business-center-page::before,.jkt-page::before,.retail-page-2::before,.zavody-page::before,.sklady-page::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  background: rgba(42,42,42,.87);
}
.preview-banner__title {
  font-family: Circe;
  font-style: normal;
  text-transform: uppercase;
  color: #FFFFFF;

}
.preview-banner__title {
  /*color: #000000;*/
  /*text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);*/
  position: relative;
  z-index: 2;
}
.preview-banner__title h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 0;
}
.preview-banner__title h1 > span {
  display: block;
  margin-top: 0;
  font-size: 40px;
  line-height: 40px;
}
.preview-banner__title p {
  font-weight: 350;
  font-size: 22px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
}
.preview-banner__form-call {
  padding: 14px 19px;
  border: 1px solid #C41B20;
  background: #C41B20;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Circe;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  position: relative;
  z-index: 2;
  margin-top: 30px;
  transition: 0.3s;
}
.preview-banner__form-call:hover, .preview-banner__form-call:active, .preview-banner__form-call:active:focus, .preview-banner__form-call:focus {
  color: #C41B20;
  border: 1px solid #C41B20;
  background: #fff;
}
.footer-new .preview-banner__form-call:hover, .footer-new .preview-banner__form-call:active,.footer-new .preview-banner__form-call:active:focus, .footer-new .preview-banner__form-call:focus {
  color: #C41B20;
}
.preview-banner .container .preview-banner__advantages {
  display: flex;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  margin-top: 88px;
}
.preview-banner .container .preview-banner__advantages > li {
  padding-left: 0;
  margin-bottom: 0;
}
.preview-banner .container .preview-banner__advantages > li:before {
  display: none;
}
.preview-banner__advantages > li {
  display: flex;
  flex-direction: column;
  font-family: Circe;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
  max-width: 244px;
  margin-right: 80px;
}
.preview-banner__advantages > li:last-child {
  margin-right: 0;
}
.preview-banner__advantages > li > span {
  margin-top: 30px;
}
.preview-banner__advantages > li  svg {
  width: 60px;
  height: 60px;
}
.footer-mobile-ml {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.logo-new img {
  width: 100%;
}
.our-advantages {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.title-h2 {
  font-family: Circe;
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
}
.title-h2 > span {
  display: block;
  font-family: Circe;
  font-style: normal;
  font-weight: 350;
  font-size: 22px;
  line-height: 24px;
  margin-top: 10px;
  text-transform: none;
}
.our-advantages-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin-top: 80px;
}
.our-advantages-box h3 {
  font-family: Circe;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
}
.our-advantages-box p {
  font-family: Circe;
  font-style: normal;
  font-weight: 350;
  font-size: 17px;
  line-height: 19px;
}
.our-advantages .container .our-advantages-box > li {
  margin-bottom: 0;
  padding-left: 0;
}
.our-advantages .container .our-advantages-box > li:before {
  display: none;
}
.our-advantages .container .our-advantages-box > li > div > img {
  width: 60px;
}

.our-sense {
  padding-top: 8rem;
  padding-bottom: 75px;
  background: #e0e0e0;
}
.our-sense-box {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.our-sense-box > li > ul li {
  font-size: 17px;
  line-height: 19px;
}
.business-center-page-style .our-sense-box {
  grid-template-columns: 1fr 1fr;
}
.our-sense .container .our-sense-box > li {
  margin-bottom: 0;
  padding-left: 0;
  background: #fff;
  padding: 10px;
}
.our-sense .container .our-sense-box > li:before {
  display: none;
}
.our-sense .container .our-sense-box > li h3 {
  font-family: Circe;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
}
.our-sense .container .our-sense-box > li p {
  font-family: Circe;
  font-style: normal;
  font-weight: 350;
  font-size: 17px;
  line-height: 19px;
}
.slick-container-2 .slick-dots {
  display: flex !important;
  bottom: -80px !important;
  margin-left: 63px!important;
}
.slick-container-2 .slick-dots li {
  padding-left: 0!important;
  margin-right: 30px!important;
  margin-bottom: 0!important;
}
.slick-dots li button::before,.slick-dots li::before {
  display: none !important;
}
/* the slides */
.slick-container-2 .slick-slide {
  margin: 0 63px;
}
/* the parent */
.slick-container-2 .slick-list {
  margin: 0 -63px;
}
.slick-container-2 .slick-dots li button {
  width: 18px;
  height: 18px;
  background: #C4C4C4 !important;
  border-radius: 50px;
}
.slick-container-2 .slick-dots .slick-active button {
  background: #C41B20 !important;
}
.our-sense .container .our-sense-box > li > div > img {
  width: 60px;
}
.personal-order-page,.payment-order-page {
  display: flex;
    /*align-items: center;*/
}
.templaytes-landing .techno-contacts-block .main-text-wrap {
  padding-left: 0;
  padding-right: 0;
}

.flex-right-img {
  object-fit: cover;
  max-width: 940px;
  width: 100%;
  max-height: 700px;
  position: relative;
  transition: transform 0.3s;
  z-index: 2;
  height: 100%;
  /*margin-left: 36px;*/
}
.flex-left-img {
  object-fit: cover;
  height: 100%;
  max-width: 896px;
  width: 100%;
  max-height: 700px;
  /*margin-right: 36px;*/

  position: relative;
  transition: transform 0.3s;
  z-index: 2;
}
.flex-left-img:hover, .flex-right-img:hover {
  transform: scale(1.1);
}

.teamwork {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #e0e0e0;
}
.teamwork-box {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media (min-width: 420px) and (max-width: 599px){
  .teamwork-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 419px){
  .teamwork-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

.teamwork-box-item {
  text-transform: uppercase;
  background: #fff;
  padding: 10px;
}
.teamwork-box-item__number {
  display: block;
  font-family: Circe;
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 20px;
  color: #C41B20;
  margin-top: 0;
}
.teamwork-box-item p {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
}


/* --------------------------------------------------*/
.teamcost {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #e0e0e0;
}
.teamcost-box {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.teamcost-box-item {
  position: relative;
  text-transform: lowercase;
  background: #fff;
  padding: 10px;
}
.teamcost-box-item::before{
  position: absolute;
  content: "";
  /*width: 25px;*/
  /*height:50px;*/
  background-color: #C41B20;
  top: 35px;
  /*left: 0px;*/
  width: 12px;
  height: 35px;
  left: 7px;
}

.teamcost-box-item p {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  padding-left: 20px;
  font-weight: 300;
}

@media (min-width: 420px) and (max-width: 599px){
  .teamcost-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 419px){
  .teamcost-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
/* --------------------------------------------------*/

/* --------------------------------------------------*/
.teamserv{
  padding-top: 30px;
  padding-bottom: 30px;
  background: #e0e0e0;
}
.teamserv-box {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.teamserv-box-item {
  position: relative;
  background: #fff;
  /*padding: 10px;*/
  padding: 15px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
width: -webkit-fill-available;
}
}
.teamserv-box-item a {
  text-decoration: none;
  color: inherit;

}
.teamserv-box-item img{
  /*max-height:110px;*/
  max-height: 80px;
}

.teamserv-box-item h3{
  font-size: 22px;
  font-weight: 600;
  min-height: 54px;
}

.teamserv-box-item p {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;

  font-weight: 300;
}

@media (min-width: 420px) and (max-width: 599px){
  .teamserv-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 419px){
  .teamserv-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
/* --------------------------------------------------*/


.payment-order .payment-order-page .payment-order-list {
  margin-top: 40px;
}
.payment-order .title-h2 {
  margin-bottom: 5px;
}

.payment-order .payment-order-page .payment-order-list > li {
  padding-left: 0;
  margin-bottom: 0;
  font-family: Circe;
  font-style: normal;
  font-weight: 350;
  font-size: 17px;
  line-height: 19px;
  display: flex;
  margin-bottom: 19px;
}
.payment-order .payment-order-page .payment-order-list > li:last-child {
  margin-bottom: 0;
}
.payment-order .payment-order-page .payment-order-list > li:before {
  content: '';
  margin-right: 15px;
  flex: none;
  background-image: url("../img/arrow-list.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: relative;
  background-color: transparent;
  margin-top: -5px;
}

.payment-order-page p {
  font-family: Circe;
  font-style: normal;
  font-weight: 350;
  font-size: 17px;
  line-height: 22px;
}
.clients-block-new {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.clients-box-new {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 63px;
}
.clients-box-img {
  display: block;
  width: 100%;
}
.personal-order {
  padding-bottom: 120px;
  padding-top: 120px;
  background-image: url("../img/new-bg-form.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.personal-order::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  background: rgba(42,42,42,.47);
}

.personal-order-page {
  z-index: 1;
}
.payment-order {
  padding-top: 80px;
}
.personal-order-box {
  padding: 40px 25px;
  background: #fff;
  z-index: 2;
}
.personal-order-page p {
  margin-bottom: 0;
  margin-top: 40px;
  font-family: Circe;
  font-style: normal;
  font-weight: 350;
  font-size: 22px;
  line-height: 24px;
}
.personal-order .personal-order-page .personal-order-list {
  margin-top: 30px;
}
.personal-order .personal-order-page .personal-order-list > li {
  padding-left: 0;
  margin-bottom: 0;
  font-family: Circe;
  font-style: normal;
  font-weight: 350;
  font-size: 17px;
  line-height: 19px;
  display: flex;
  margin-bottom: 22px;
}
.personal-order .personal-order-page .personal-order-list > li:before {
  content: '';
  margin-right: 15px;
  flex: none;
  background-image: url("../img/emojione-monotone_heavy-check-mark.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: relative;
  background-color: transparent;
  margin-top: -5px;
}

/*new footer*/
.footer-new {
  background: #21242a;
  padding-top: 8rem;
}
.footer-new .contacs-info-new__tel {
  font-size: 22px;
  font-weight: 900;
  line-height: 34px;
  color: #ce1518;
}
.footer-new .contacs-info-new__mail a, .footer-new .contacs-info-new__mail {
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  color: #ce1518;
  margin-left: 5px;
}
.footer-new .logo-new {
  margin-bottom: 30px;
}
.footer-new .preview-banner__form-call {
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 4px;
}
.menu-list-new-box {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-left: 80px;
}
.menu-list-new {
  margin-right: 30px;
  margin-bottom: 0;
}
.menu-list-new > ul {
  margin-bottom: 0;
}
.menu-list-new:last-child {
  margin-right: 0;
}
.menu-list-new h3 {
  color: #fff;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 0 ;
}
.menu-list-new > ul li {
  padding-left: 0!important;
  margin-bottom: 13px!important;
}
.menu-list-new > ul li:last-child{
  margin-bottom: 0!important;
}
.menu-list-new > ul li::before {
  display: none !important;
}
.menu-list-new > ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
}
.footer.footer-new .social-list {
  margin-top: 40px;
}
.footer.footer-new .copyright {
  font-size: 24px;
  font-weight: 300;
}

.main-slider .common-btn {
  margin-left: 5px;
}



/*---------*/

#mainSlider .main-slider-dots {
  bottom: 20px;
}

#mainSlider .slick-dots li{
  background-color: gray;
  border-radius: 50%;
  margin-right: 5px;
  border: none;
  transition: all .3s ease;
  box-sizing: border-box;
}



#mainSlider .slick-dots li.slick-active{
  border:transparent;
  background-color: white;
}

#mainSlider .slick-dots li.slick-active button{
  height: 20px;
}

#mainSlider .slick-dots{
  text-align: left;
}

#mainSlider .left-side{
  padding-left: 0;
  margin-left: 0;
}

#mainSlider .ait {
  flex: 1 1 auto;
}

#mainSlider .left-side {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#mainSlider .slick-track .slick-slide:nth-child(6) .left-side .main-text br {
  display: none;
}

/*Центрирование кнопки для второго слайда*/
#mainSlider .slick-track .slick-slide:nth-child(2) .left-side .ait {
  margin-top: 4.2%;
}

/*Центрирование кнопки для третьего слайда*/
#mainSlider .slick-track .slick-slide:nth-child(3) .left-side .ait {
  margin-top: 4.2%;
}

/*Центрирование кнопки для шестого слайда*/
#mainSlider .slick-track .slick-slide:nth-child(6) .left-side .ait {
  margin-top: 3.5%;
}

.our-sense__card{
  transition: all .3s ease;
}

.our-sense__card-image{
  position: relative;
  width: 60px;
  height: 60px;
}

.our-sense__card-image img{
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s ease;
}

.our-sense__card-image img:last-of-type{
  opacity: 0;
}

.our-sense-box > li{
  transition: background-color 0.3s ease;
}

.our-sense-box > li:hover{
  background: #ce1518!important;
  color: white!important;
}

.our-sense-box > li ul li:before{
  transition: all .3s ease;
}

.our-sense-box > li:hover ul li:before{
  background: white;
}

.our-sense-box > li:hover img:first-of-type{
  opacity: 0;
}

.our-sense-box > li:hover img:last-of-type{
  opacity: 1;
}

.services-custom-page .img-wrap1 img{
  max-width: 90px;
  max-height: 90px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.our-sense__card {
  text-decoration: none;
  color: inherit;
}

.our-sense__card:visited {
  text-decoration: none;
  color: inherit;
}

.our-sense__card:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}


.our-sense__card:active,
.our-sense__card:hover{
  outline: 0;
  text-decoration: none;
  color: inherit;
}

.our-sense__card:hover{
  text-decoration: none;
  color: inherit;
}

.our-sense__card img{
  width: 60px;
}

.contacts-directions .address p{
  margin-bottom: 0;
}



.main-slider-block .left-side h1.main-text{
  margin-right: -160px;
}

.services-page.services-custom-page .main-text-wrap h2.secondary-text{
  padding-left: 0;
}


.solution-hero{
  background-image: url("/local/templates/imperator/img/solution-hero-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.solution-hero__wrapper{
  padding-top: 8rem;
  padding-bottom: 8rem;
  max-width: 960px;
  width: 100%;
}

.solution-hero__title{
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  line-height: 0.97;
  color: #ffffff;
  text-transform: uppercase;
}


.solution-hero .solution-hero__subtitle, .solution-why .solution-why__subtitle,
.solution-guard .solution-guard__subtitle,
.solution-other .solution-other__subtitle,
.solution-service .solution-service__subtitle{
  font-size: 22px;
  line-height: 1.1;
}

.solution-guard .solution-guard__text, .solution-guard .solution-guard__list,
.solution-other .solution-other__card-text, .solution-other .solution-other__card-list,
.solution-service .solution-service__text, .solution-guard .solution-guard__list-title,
.solution-guard .solution-guard__list-items{
  font-size: 19px;
  line-height: 1.1;
}

.solution-guard .solution-guard__text, .solution-guard .solution-guard__list,
.solution-service .solution-service__text{
  line-height: 1.13;
}

.solution-retail-form-block .secondary-text:after{
  display: none;
}

.solution-retail-form-block .solution-retail__subtext{
  font-size: 27px;
  line-height: 1;
  color: #21242a;
  margin-top: 130px;
}

.solution-retail-form-block #text-item{
  margin-right: 40px;
}


.solution-guard__list-items li.solution-guard__list-item::before,
.solution-other__card-list li::before{
  top: 0!important;
}

.solution-guard .bold{
  font-weight: bold;
}



.solution-hero__subtitle{
  margin-bottom: 40px;
  color: white;
}

.solution-hero__btn{
  margin-top: 0;
}

.solution-why__wrapper{
  padding: 8rem 0;
}

.solution-why__title{
  font-size: 52px;
  font-weight: bold;
  color: #1a1a1a;
  text-transform: uppercase;
}

.solution-why__subtitle{
  color: #21242a;
  margin-bottom: 35px;
}

.solution-why__cards{
  display: flex;
}

.solution-why__card{
  width: 25%;
  display: flex;
}

.solution-why__card + .solution-why__card{
  margin-left: 10px;
}

.solution-why__card-image{
  width: 85px;
  height: 85px;
  box-shadow: 0 5px 8px 0 rgba(56, 54, 54, 0.15);
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.solution-why__card-image img{
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.solution-why__card-title{
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
  color: #21242a;
  width: calc(100% - 100px);
}

.solution-why__card-title_red{
  color: #b4171b;
}

.solution-guard{
  background-color: #f9f9f9;
}

.solution-guard__wrapper{
  padding: 8rem 0;
  display: flex;
}

.solution-guard__left{
  width: 58%;
  margin-right: 1%;
}

.solution-guard__right{
  width: 41%;
}

.solution-guard__right-wrapper{
  position: relative;
  padding-top: 130%;
}

.solution-guard__right-wrapper img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.solution-guard__title{
  font-size: 55px;
  font-weight: bold;
  line-height: 1.09;
  color: #1a1a1a;
  text-transform: uppercase;
}

.solution-guard__title span.red{
  color: #bd191e;
}

.solution-guard__subtitle{
  color: #21242a;
  margin-bottom: 20px;
}

.solution-guard__text, .solution-guard__list-title{
  font-size: 20px;
  line-height: 1.52;
  color: #21242a;
}

.solution-guard__text + .solution-guard__text{
  margin-top: 20px;
}

.solution-guard__list{
  margin-bottom: 50px;
}

.solution-guard__list-title{
  margin-bottom: 35px;
}

.solution-guard__list-items{
  padding-left: 45px!important;
  font-size: 19px;
  line-height: 1.52;
  color: #21242a;
  margin-top: 30px;
}

.solution-guard__list-items span.gray{
  color: #6e6e6e;
}

.solution-guard__list-item{
  padding-left: 25px!important;
  margin-bottom: 0!important;
}

.solution-guard__btn{
  margin-top: 30px;
  letter-spacing: 3.3px;
}

.solution-other{
  padding: 8rem 0;
}

.solution-other__title{
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
  color: #1a1a1a;
  text-transform: uppercase;
}

.solution-other__title span{
  font-weight: normal;
}

.solution-other__subtitle{
  color: #21242a;
}

.solution-other__cards{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.solution-other__card{
  width: 50%;
  padding: 0 10px;
  display: flex;
  margin-top: 40px;
}

.solution-other__card-image{
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.solution-other__card-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.solution-other__card-content{
  width: calc(100% - 70px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.solution-other__card-inner{
  flex: 1 1 auto;
}

.solution-other__card-title{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.15;
  color: #be191e;
  margin-bottom: 30px;
}

.solution-other__card-text, .solution-other__card-list{
  font-size: 19px;
  font-weight: 300;
  line-height: 1.52;
  color: #1a1a1a;
}

.solution-other__card-list{
  padding-left: 15px!important;
  margin-top: 15px!important;
}

.solution-other__card-list li{
  padding-left: 25px!important;
  margin-bottom: 5px!important;
}

.solution-other__btn{
  line-height: 1;
  display: flex;
  align-items: center;
}

.solution-other__btn span{
  margin-right: 5px;
}

.solution-other__btn path{
  transition: all .3s ease;
}

.solution-other__btn:hover path{
  fill: #C41B20;
}

.solution-service{
  background-color: #f9f9f9;
}

.solution-service__wrapper{
  padding: 8rem 0;
}

.solution-service__title{
  font-size: 57px;
  font-weight: bold;
  line-height: 1.09;
  color: #1a1a1a;
  text-transform: uppercase;
  max-width: 800px;
}

.solution-service__subtitle{
  color: #21242a;
  margin-bottom: 30px;
}

.solution-service__bottom{
  display: flex;
}

.solution-service__left{
  width: 57%;
}

.solution-service__right{
  width: 43%;
}

.solution-service__text{
  font-size: 21px;
  line-height: 1.52;
  color: #21242a;
}

.solution-service__text + .solution-service__text{
  margin-top: 30px;
}

.solution-service__text span.red{
  color: #c31923;
}

.solution-service__text span.bold{
  font-weight: bold;
}

.solution-service__cards{
  padding: 0 50px 32px;
  box-shadow: 0 5px 8px 0 rgba(56, 54, 54, 0.15);
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-left: 60px;
}

.solution-service__cards_entertaining .solution-service__card:first-child{
  width: 100%;
}

.solution-service__cards_entertaining .solution-service__card:nth-child(even) {
  padding-left: 0;
}

.solution-service__cards_entertaining .solution-service__card:nth-child(3) {
  padding-left: 20px;
}

.solution-service__cards_two{
  flex-direction: column;
}

.solution-service__cards_two .solution-service__card{
  width: 100%;
}

.solution-service__cards_two .solution-service__card + .solution-service__card{
  padding-left: 0;
}


.solution-service__card{
  width: 50%;
  margin-top: 40px;
  /*padding: 0 30px;*/
}

.solution-service__card:nth-child(even){
  padding-left: 40px;
}

.solution-service__card-title{
  font-size: 35px;
  font-weight: bold;
  color: #be191e;
  margin-bottom: 5px;
}

.solution-service__card-text{
  font-size: 22px;
  line-height: 1.31;
  letter-spacing: 1.45px;
  color: #21242a;
}

.retail-block.solution-retail-form-block{
  padding: 8rem 0;
}


.solution-trust{
  background-color: #f9f9f9;
}

.solution-trust__wrapper{
  padding: 8rem 0;
}

.solution-trust__title{
  font-size: 69px;
  font-weight: bold;
  color: #1a1a1a;
  text-transform: uppercase;
}

.solution-trust__slider{
  padding: 0 50px;
}


.solution-trust__slider-item img{
  max-width: 240px;
  max-height: 150px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.solution-other__face{
  font-size: 19px;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 5px;
}

.solution-trust__slider-prev{
  width: 32px!important;
  height: 32px!important;
  right: unset!important;
  left: 0!important;
}

.solution-trust__slider-next{
  width: 32px!important;
  height: 32px!important;
  left: unset!important;
  right: 0!important;
}


.solution-service__right-inner{
  text-align: center;
  margin-top: -145px;
}

.solution-service__right-inner img{
  max-height: 475px;
}





/*--------*/






@media (min-width: 480px) {
  .action-slider .slick-dots {
    bottom: 10px;
  }
}

@media (min-width: 540px) {
  .page-not-found {
    min-height: calc(100vh - 103px);
  }
}

@media (min-width: 768px) {
  .decorated-title {
    font-size: 36px;
  }

  blockquote {
    padding: 40px 70px;
  }

  blockquote strong {
    font-size: 30px;
  }

  article h3.ttu {
    font-size: 22px;
  }

  .common-btn {
    padding: 14px 20px;
  }

  .menu-btn .icon {
    font-size: 38px;
  }

  .mfp-close-btn-in .mfp-close {
    top: 15px;
    right: 15px;
  }

  .away-btn {
    padding: 7px;
  }

  .away-btn .arrow {
    width: 33px;
    height: 33px;
  }

  .away-btn .arrow {
    margin-right: 20px;
  }

  .away-btn .arrow::before {
    width: 10px;
    height: 10px;
    margin-left: -2px;
  }

  .away-btn .text {
    margin-right: 13px;
    vertical-align: -3px;
    font-size: 16px;
  }

  .red-arrow-btn {
    padding: 7px;
  }

  .red-arrow-btn .arrow {
    width: 33px;
    height: 33px;
  }

  .red-arrow-btn .arrow {
    margin-right: 20px;
  }

  .red-arrow-btn .arrow::before {
    width: 10px;
    height: 10px;
    margin-left: -2px;
  }

  .red-arrow-btn .text {
    margin-right: 13px;
    vertical-align: -3px;
    font-size: 16px;
  }

  .white-arrow-btn {
    padding: 7px;
    border: 4px solid white;
  }

  .white-arrow-btn .arrow {
    width: 33px;
    height: 33px;
  }

  .white-arrow-btn .arrow {
    margin-right: 20px;
  }

  .white-arrow-btn .arrow::before {
    width: 10px;
    height: 10px;
    margin-left: -2px;
  }

  .white-arrow-btn .text {
    margin-right: 13px;
    vertical-align: -3px;
    font-size: 16px;
  }

  .white-more-btn {
    padding: 16px 34px;
    border: 2px solid white;
  }
  .red-common-btn {
    padding: 16px 34px;
    border: 2px solid #ce1518;
    transition: 0.3s;
  }
  .red-common-btn .text {
    font-size: 18px;
    line-height: 25.2px;
  }
  .red-common-btn:hover .text {
    color: #ce1518;
  }
  .red-common-btn:hover {
    background: transparent;
  }

  .white-more-btn .text {
    font-size: 18px;
  }

  .red-btn {
    padding-right: 36px;
    padding-left: 36px;
  }

  .more-btn {
    padding: 20px 55px;
  }

  .wide-btn {
    padding: 14px 60px;
  }

  .service-more-btn {
    border-width: 4px;
  }

  .btn-with-number {
    padding: 10px 30px;
  }

  .form-control {
    height: 52px;
    padding: 15px 18px;
  }

  .form-control::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }

  .form-control:-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }

  .form-control::-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }

  .form-control::placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }

  .form-control::-moz-placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }

  .form-control::-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }

  .form-control::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 16px;
  }

  .jq-selectbox__select {
    font: 16px/50px Circe, Arial, sans-serif;
  }

  .jq-selectbox__trigger-arrow {
    margin-top: -25px;
  }

  .opened .jq-selectbox__trigger-arrow {
    margin-top: -27px;
  }

  .jq-file {
    padding: 14px 20px;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header .away-link-wrap {
    right: 0;
    margin-top: 25px;
    padding-right: 15px!important;
  }

  .main-menu li {
    display: inline-block;
  }

  .main-menu .menu-wrap {
    margin-top: 27px;
    margin-right: calc(360px - 50vw);
  }

  .breadcrumbs {
    font-size: 14px;
  }

  .breadcrumbs li:not(:last-of-type)::after {
    right: -5px;
  }

  .slick-arrow {
    padding: 21px;
  }

  .article-arrow {
    padding: 11px;
  }

  .main-slider .left-side {
    width: 60%;
    margin-left: 50px;

  }

  .main-slider .right-side {
    width: 50%;
  }

  .main-slider .main-text {
    margin-right: -160px;
    margin-bottom: 40px;
  }

  .main-slider .description {
    margin-bottom: 45px;
    font-size: 18px;
  }

  .main-slider-dots {
    bottom: 30px;
    width: 360px;
  }

  .main-slider-dots li:not(:last-of-type) {
    margin-right: 20px;
  }

  .map-container {
    position: relative;
  }

  .map-container .main-text-wrap {
    top: 90px;
  }

  .map-container .address-wrap,   .map-block  .address-wrap {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    font-size: 20px;
margin-bottom: 0;
  }

  .map-container .address-wrap &gt; * ,   .map-block .address-wrap &gt; * {
    padding-right: 0;
    padding-left: 0;
  }

  .map-container .address-wrap .address,   .map-block .address-wrap .address {
    margin-bottom: 15px;
  }

  .map-container .address-wrap .email,   .map-block .address-wrap .email {
    margin-bottom: 30px;
  }

  .map-container .form-wrap {
    top: 90px;
    bottom: auto;
    left: auto;
  }

  .map-container .form-wrap .form-title,   .map-container .form-wrap .form-title {
    width: 320px;
    font-size: 30px;
  }
.logo.img-wrap svg {height: 50px;}
  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer-new {
    padding-top: 8rem;
    padding-bottom: 0;
  }

  .footer .logo {
    width: 53px;
  }

  .footer .logo-row {
    margin-bottom: 30px;
  }

  .footer .main-flex-item {
    width: initial;
  }

  .footer .main-flex-item.contact-row {
    width: 260px;
  }

  .footer .social-list ~ .footer-link {
    margin-top: 30px;
  }

  .footer .social-list {
    margin-bottom: 0;
  }

  .footer .social-list-wrap {
    text-align: left;
  }

  .sitemap {
    padding-top: 33px;
    padding-bottom: 32px;
  }

  .sitemap a {
    font-size: 18px;
  }

  .popup {
    padding: 30px;
  }

  .popup .title {
    font-size: 24px;
  }

  .popup.public-popup fieldset {
    position: relative;
    text-align: right;
  }

  .popup.public-popup fieldset legend {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: initial;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .popup.public-popup .date-selector-wrap .jq-selectbox:not(:last-child) {
    margin-right: 15px;
  }

  .popup.public-popup .jq-selectbox__select {
    padding: 0 55px 0 30px;
  }

  .popup-notification {
    padding: 65px;
  }

  .task-block {
    height: auto;
  }

  .aside-title {
    font-size: 22px;
  }

  .aside {
    width: 50vw;
  }

  .main-text {
    font-size: 40px;
  }

  .secondary-text {
    font-size: 36px;
  }

  .intersection-block {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
  }

  .intersection-block .left-text {
    padding-left: 99px;
  }

  .intersection-block .left-text::before {
    left: 0;
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }

  .intersection-block .left-text::after {
    left: 30px;
    width: 20px;
    height: 20px;
  }

  .solutions-block {
    padding-top: 8rem;
    padding-bottom: 20px;
  }

  .solutions-block .main-text-wrap {
    margin-bottom: 50px;
  }

  .solutions-block .description {
    font-size: 18px;
  }

  .sphere-solutions-list {
    padding-right: 15px;
    padding-left: 15px;
  }

  .sphere-solutions-list a {
    text-transform: none;
  }

  .sphere-solutions-list a .icon {
    font-size: 57px;
  }

  .sphere-solutions-block {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .sphere-solutions-block .description {
    margin-bottom: 43px;
    font-size: 26px;
  }

  .directions-list .flex-item {
    margin-bottom: 30px;
  }

  .directions-list .flex-item .text-box .description {
    display: block;
  }

  .directions-list .flex-item a:hover .text-box,
  .directions-list .flex-item a .hover .text-box {
    top: 25px;
    bottom: 25px;
  }

  .directions-list .flex-item {
    width: 50%;
  }

  .directions-block {
    padding-top: 8rem;
    padding-bottom: 40px;
  }

  .directions-block .main-text-wrap {
    margin-bottom: 50px;
  }

  .calculation-block {
    padding-bottom: 110px;
    background-image: url(../img/bg/calculation_bg.jpg);
    background-position: 70% center;
    background-size: cover;
  }

  .calculation-block .main-text {
    max-width: 60%;
    font-size: 40px;
  }

  .calculation-block .promo-text {
    max-width: 60%;
  }

  .about-top {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 18px;
  }

  .about-top .main-text-wrap {
    margin-bottom: 50px;
  }

  .merit-tile .top-box {
    text-align: left;
  }

  .merit-tile .top-box .icon {
    font-size: 4.44444444em;
  }

  .merits-slider .slide {
    padding-right: 15px;
    padding-left: 15px;
  }

  .merits-slider .slick-arrow {
    padding: 11px;
  }

  .about-merits {
    padding-top: 8rem;
    /*padding-bottom: 40px;*/
    font-size: 14px;
  }

  .about-merits .main-text {
    padding-right: 0;
  }

  .video-block .preview .main-text-wrap {
    padding-top: 40px;
  }

  .video-block .preview button img {
    width: 146.5px;
  }

  .about-history {
    padding-top: 8rem;
    padding-bottom: 40px;
    font-size: 18px;
  }

  .time-row {
    font-size: 10px;
  }

  .time-row &gt; .flex-item {
    width: calc(100% / 8 * 6);
  }

  .time-row &gt; .flex-item:first-child,
  .time-row &gt; .flex-item:last-child {
    width: calc(100% / 8 + 30px);
  }

  .history-tile {
    font-size: 12px;
  }

  .history-tile {
    position: relative;
    min-height: 9.54545455em;
    padding-left: 11.36363636em;
  }

  .history-tile .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 9.54545455em;
  }

  .history-tile .text-wrap {
    position: relative;
    padding-left: 1.81818182em;
  }

  .history-tile .text-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 3.86363636em;
    border-left: 1px solid #ce1518;
    content: "";
  }

  .history-slider {
    margin-right: -15px;
    margin-left: -15px;
  }

  .history-slider .slide {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .history-slider {
    display: flex;

    align-items: stretch;
    flex-wrap: wrap;
  }

  .history-slider .slide {
    width: 50%;
  }

  .history-slider .slick-arrow {
    padding: 11px;
  }

  .about-mission .left-block-wrap {
    padding-top: 8rem;
  }

  .about-mission .description {
    margin-bottom: 43px;
    font-size: 26px;
  }

  .about-mission .more-text {
    font-size: 14px;
  }

  .about-synenergy {
    padding-top: 8rem;
    font-size: 18px;
  }

  .about-synenergy .more-text {
    font-size: 14px;
  }

  .about-synenergy .main-text {
    padding-right: 0;
  }

  .techno-slider .slide .main-text {
    font-size: 40px;
  }

  .techno-slider .slide .description {
    max-width: 400px;
    font-size: 18px;
  }

  .techno-slider-dots {
    bottom: 30px;
    width: 360px;
    margin-right: 30px;
  }

  .techno-slider-dots li:not(:last-of-type) {
    margin-right: 20px;
  }

  .techno-text-block {
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 18px;
  }

  .techno-text-block .main-text-wrap {
    margin-bottom: 50px;
  }

  .techno-red-ribbon {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .techno-red-ribbon .slogan {
    font-size: 22px;

    align-items: center;
  }

  .techno-red-ribbon .slogan .text .title {
    position: relative;
    display: inline;
    margin: 0;
    padding-right: 4.54545455em;
  }

  .techno-red-ribbon .slogan .text .title::after {
    position: absolute;
    top: 50%;
    right: 1.59090909em;
    display: block;
    width: 1.36363636em;
    border-bottom: 1px solid currentColor;
    content: "";
  }

  .techno-services-tile {
    margin-right: 0;
    margin-left: 0;
    padding-right: 5em;
    padding-bottom: 4.44444444em;
    padding-left: 3.88888889em;
    font-size: 18px;
  }

  .techno-services-tile .flex-row {
    flex-direction: row;

    align-items: center;
  }

  .techno-services-tile .flex-item .img-wrap {
    width: 130px;
  }

  .techno-services-tile .text-wrap {
    margin-right: 0;
    margin-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    font-size: 1em;
  }

  .techno-services-tile .text-wrap::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    height: 150px;
    margin-top: -75px;
    border-left: 1px solid #ce1518;
    content: "";
  }

  .techno-services-tile .link-wrap {
    right: 2.22222222em;
    left: auto;
  }

  .techno-news-tile .content-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8rem 30px 30px;
    font-size: 18px;
  }

  .techno-news-tile .content-wrap .title {
    text-shadow: 0 0 1px black, 0 0 5px black;
  }

  .techno-news-row {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
  }

  .techno-news-row  * {
    padding-right: 15px;
    padding-left: 15px;
  }

  .techno-fos-block .main-text {
    font-size: 40px;
  }

  .techno-contacts-block .phone-email {
    text-align: right;
  }

  .news-tile .title {
    font-size: 24px;
  }

  .news-tile .announce {
    font-size: 14px;
  }

  .small-news-tile .w-image {
    height: 130px;
    padding-top: 30px;
    padding-left: 145px;
  }

  .small-news-tile .w-image .img-wrap {
    position: absolute;
    top: 30px;
    left: 15px;
  }

  .small-news-tile .w-image .title {
    font-size: 14px;
  }

  .tile-data .comments:not(:last-child),
  .tile-data .likes:not(:last-child) {
    margin-right: 1.5em;
  }

  .news-list .flex-item {
    width: calc(100% / 3);
  }
  .news-list .flex-item-4 {
    width: calc(100% / 4);
  }

  .news-block {
    /*padding-top: 100px;*/
    /*padding-bottom: 30px;*/
  }

  .news-block .main-text-wrap:not(.wide-text) {
    max-width: 600px;
  }

  .news-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .news-page .header-bar {
    min-height: 150px;
    padding-top: 20px;
  }

  .news-page .header-bar .breadcrumbs {
    margin-bottom: 0;
  }

  .article-title {
    font-size: 36px;
  }

  .news-article {
    font-size: 17px;
  }

  .clients-block {
    padding-top: 8rem;
    padding-bottom: 70px;
  }

  .clients-block .description {
    margin-bottom: 60px;
    font-size: 18px;
  }

  .clients-page {
    padding-top: 20px;
  }
  .clients-page.clients-block .main-text,.about-top .main-text,.services-page .main-text,.retail-page.header-bar,.retail-page .header-bar,.retail-page.retail-block .header-bar,.contacts-page .main-text,.news-block .main-text,.map-block .wide-text > .aic, .secondary-text.h2 {
    padding-top: 8rem;
  }

  .clients-logo-slider .clients-dots {
    bottom: 0;
  }

  .clients-logo-slider .clients-dots li:not(:last-of-type) {
    margin-right: 20px;
  }

  .clients-row .flex-item {
    width: calc(100% / 3);
  }

  .clients-row .all-clients-tile::after {
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
    border: 6px solid white;
  }

  .clients-row .all-clients-tile .text {
    right: 52px;
    left: 52px;
    font-size: 25px;
  }

  .clients-row .client-logo-tile::after {
    border: 16px solid rgba(255, 255, 255, 0.15);
  }

  .vacancies-tile-wrap {
    margin-bottom: 30px;
    padding: 30px;
  }

  .services-page {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .services-page .main-text-wrap {
    padding-top: 0;
    font-size: 20px;
  }

  .service-tile {
    padding: 30px;
    font-size: 20px;
  }

  .service-tile .flex-row {
    flex-wrap: nowrap;
  }

  .service-tile .img-wrap {
    margin-bottom: 0;
  }

  .services-grid .grid-item {
    margin-bottom: 30px;
  }

  .accordion h3 {
    font-size: 15px;
  }

  .accordion h3 span {
    width: initial;
    max-width: calc(100% - 50px);
  }

  .contacts-row &gt; * {
    margin-right: 30px;
  }

  .contacts-row .address {
    font-size: 24px;
  }

  .contacts-row .phone-email {
    padding-left: 60px;
  }

  .contacts-row .phone-email::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    height: 80px;
    margin-top: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    content: "";
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }

  .contacts-row .phone-email {
    font-size: 24px;
  }

  .manager-tile {
    position: relative;
    padding-left: 180px;
  }

  .manager-tile {
    padding-left: 135px;
  }

  .manager-tile .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
  }

  .manager-tile .content {
    height: 120px;
    padding-left: 15px;
    border-left: 1px solid white;
  }

  .manager-tile .content .name {
    font-size: 16px;
  }

  .manager-tile .content .post {
    font-size: 12px;
  }

  .search-tile {
    min-height: 130px;
    padding-right: 160px;
    padding-left: 160px;
  }

  .search-tile .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
  }

  .search-tile .date {
    padding: 10px 20px;
    font-size: 10px;
  }

  .page-not-found {
    min-height: calc(100vh - 395px);
  }

  .page-not-found .content-box {
    max-width: 720px;
    padding: 30px 0 60px;
  }

  .page-not-found .title {
    font-size: 150px;
  }

  .page-not-found .subtitle {
    font-size: 40px;
  }

  .page-not-found .description {
    margin-bottom: 75px;
    font-size: 22px;
  }
}


@media screen and (min-width: 768px) {
 .pre-away {text-align: right; font-size: 14px;}
 .slick-arrow.slick-prev {
    margin-right: 0;
  }

  .slick-arrow.slick-next {
    margin-left: 0;
  }

  .article-arrow.slick-prev {
    margin-right: -30px;
  }

  .article-arrow.slick-next {
    margin-left: -30px;
  }

  .merits-slider .slick-arrow.slick-prev {
    margin-right: -30px;
  }

  .merits-slider .slick-arrow.slick-next {
    margin-left: -10px;
  }

  .history-slider .slick-arrow.slick-prev {
    margin-right: -30px;
  }

  .history-slider .slick-arrow.slick-next {
    margin-left: -30px;
  }

  .techno-slider .slick-arrow.slick-prev {
    margin-right: -64px;
  }

  .techno-slider .slick-arrow.slick-next {
    margin-left: -64px;
  }
}

@media (min-width: 922px) {
  .main-slider .right-side .img-wrap img {
    margin-bottom: -65px;
  }
}

@media (min-width: 992px) {
  blockquote strong {
    font-size: 36px;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main-menu a {
    display: block;
  }

  .main-menu a {
    font-size: 12px !important;
/*    font-size: 16px;*/
  }

  .main-menu .menu-wrap {
    margin-right: calc(470px - 50vw);
  }

  .main-slider .right-side {
    padding-top: 50px;
  }

  .main-slider .right-side .line-btn-wrap {
    right: 0;
    bottom: 115px;
    left: 140px;
    width: initial;
  }

  .main-slider .right-side .img-wrap {
    padding-left: 60px;
  }

  .main-slider-dots {
    width: 470px;
  }

  .map-container .main-text-wrap {
    max-width: 350px;
  }

  .date-selector-wrap {
    white-space: nowrap;
  }

  .aside .fast-links-wrap {
    padding: 20px 0 10px;
  }

  .aside {
    position: -webkit-sticky;
    position:         sticky;
    top: 84px;
    left: auto;
    z-index: auto;
    width: 210px;
    height: initial;
    padding-right: 15px;
    padding-left: 15px;
    background: none;
  }

  .main-content {
    width: calc(100% - 210px);
  }

  .aside-layout {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
  }

  .main-text::after {
    width: 45px;
    height: 45px;
    margin-left: 30px;
    border: 9px solid #ce1518;
  }

  .main-text {
    font-size: 45px;
  }

  .secondary-text::after {
    width: 45px;
    height: 45px;
    margin-left: 30px;
    border: 9px solid #ce1518;
  }

  .secondary-text {
    font-size: 42px;
  }

  .intersection-block {
    font-size: 36px;
  }

  .sphere-solutions-block {
    padding-top: 8rem;
    padding-bottom: 80px;
  }

  .directions-list .flex-item .text-box .title {
    width: 33%;
  }

  .directions-list .flex-item .text-box .description {
    width: 67%;
    font-size: 14px;
  }

  .directions-list .flex-item .text-box .description span.line {
    top: 10px;
    bottom: 10px;
  }

  .directions-list .flex-item a:hover .text-box,
  .directions-list .flex-item a .hover .text-box {
    top: 45px;
    bottom: 45px;
  }

  .calculation-block {
    background-position: 55% center;
  }

  .calculation-block .main-text {
    max-width: 750px;
    margin-bottom: 70px;
    font-size: 45px;
  }

  .calculation-block .promo-text {
    max-width: initial;
    padding-top: 125px;
  }

  .about-merits {
    font-size: 10px;
  }

  .time-row {
    font-size: 12px;
  }

  .history-tile {
    font-size: 18px;
  }

  .about-synenergy {
    padding-bottom: 0;
    background-image: url(../img/bg/synenergy_bg_big.jpg);
    background-position: center;
    background-size: cover;
  }

  .about-synenergy {
    min-height: 740px;
    font-size: 14px;
  }

  .about-synenergy .main-text-wrap {
    max-width: 600px;
  }

  .about-synenergy .main-text-wrap .more-text {
    max-width: 380px;
  }

  .techno-slider .slide .text-wrap {
    padding-right: 300px;
    padding-left: 20px;
  }

  .techno-slider .slide .main-text {
    font-size: 26px;
  }

  .techno-slider .slide .main-text::after {
    width: 0.8em;
    height: 0.8em;
    border: 0.15em solid #ce1518;
  }

  .techno-slider .slide .description {
    max-width: 400px;
    font-size: 14px;
  }

  .techno-slider-dots {
    width: 470px;
    margin-right: 65px;
  }

  .techno-red-ribbon .slogan {
    font-size: 18px;
  }

  .techno-services-tile .flex-item .img-wrap {
    width: 280px;
  }

  .techno-services-tile .text-wrap::before {
    height: 200px;
    margin-top: -100px;
  }

  .techno-fos-block .main-text {
    margin-right: -100px;
    font-size: 45px;
  }

  .techno-fos-block .img-wrap .techno-man-text {
    top: 30px;
    left: 60px;
    font-size: 14px;
  }

  .news-page .header-bar {
    min-height: 200px;
  }

  .clients-row .flex-item {
    width: calc(100% / 4);
  }

  .service-tile {
    font-size: 14px;
  }

  .services-grid .big-item {
    width: 100%;
  }

  .services-grid .medium-item {
    width: 50%;
  }

  .services-grid .small-item {
    width: 50%;
  }

  .accordion div {
    padding-left: 55px;
    font-size: 14px;
  }

  .contacts-row &gt; * {
    margin-right: 50px;
  }

  .search-filter label {
    display: block;
    margin-right: 0;
  }

  .page-not-found {
    min-height: calc(100vh - 375px);
  }

  .page-not-found .content-box {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
  }

  .flex-wrap-lg {
    flex-wrap: wrap;
  }

  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }

  .news-block-slider .slide {
    padding-bottom: 0;
  }

  .news-block-slider .slick-dots {
    left: 30px;
  }

  .container {
    width: 970px;
  }

  .news-tile {
    padding: 10px;
  }

  .news-tile .img-wrap .date {
    top: -30px;
    left: -30px;
  }

  .news-tile .announce {
    max-height: 4.28571429em;
  }

  .news-tile .text-wrap {
    padding-right: 50px;
  }

  .small-news-tile .w-image {
    padding-left: 160px;
  }

  .small-news-tile .w-image .img-wrap {
    left: 30px;
  }

  .small-news-tile .w-image .title {
    font-size: 16px;
  }

  .tile-social-links .social-list {
    right: 25px;
  }
}

@media (min-width: 1281px) {
  .header .contact-col-wrap * {
    display: block;
  }

  .header .contact-col-wrap {
    max-width: 210px!important;
  }

  .main-menu .menu-btn {
    display: none;
  }

 /* .main-menu li {
    margin-right: 10px;
    margin-left: 10px;
  }*/

  .main-menu li.active:after,
  .main-menu li:hover:after {
    margin-top: 16px;
  }

  .main-menu .menu-wrap {
    position: static;
    display: block;
    width: initial;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    transition: none;
  }

  .away-list-wrap {
    display: block;
  }

  .main-slider .right-side .line-btn-wrap {
    left: 260px;
  }

  .main-slider .right-side .img-wrap {
    padding-left: 140px;
  }

  .main-slider .right-side .img-wrap img {
    margin-bottom: -65px;
  }

  .main-slider .main-text {
    margin-right: -600px;
    font-size: 60px;
    line-height: 62px;
    text-transform: initial;
  }

  .main-slider .description {
    margin-bottom: 45px;
    font-size: 24px;
    margin-right: -200px;
  }

  .main-slider-dots {
    width: 630px;
  }

  .map-container .form-wrap {
    padding: 50px 70px;
  }

  .footer .main-flex-item.contact-row {
    width: 500px;
  }

  .footer .main-flex-item.contact-row .flex-wrap {
    flex-wrap: nowrap;
  }

  .contact-col-wrap &gt; *,
  .recall-btn-warp &gt; * {
    display: block;
  }

  .contact-col-wrap {
    /*max-width: 210px!important;*/
  }

  .container {
    width: 1270px;
  }

  .main-text {
    font-size: 45px;
  }

  .secondary-text {
    font-size: 50px;
  }

  .intersection-block .left-text {
    padding-left: 160px;
  }

  .intersection-block .right-text .small {
    white-space: nowrap;
  }

  .solutions-list {
    padding-right: 15px;
    padding-left: 15px;
  }

  .solutions-list a span::before {
    margin-top: 10px;
  }

  .sphere-solutions-list a .icon {
    font-size: 75px;
  }

  .sphere-solutions-block .right-block-wrap {
    height: 622px;
  }

  .directions-list .flex-item .text-box .title {
    font-size: 22px;
  }

  .directions-list .flex-item .text-box .description {
    font-size: 16px;
  }

  .calculation-block {
    background-position: center;
  }

  .calculation-block .main-text-wrap {
    max-width: 980px;
  }

  .calculation-block .main-text {
    max-width: initial;
    font-size: 45px;
  }

  .about-merits {
    font-size: 14px;
  }

  .video-block .preview .main-text-wrap {
    padding-top: 85px;
  }

  .video-block .preview button img {
    width: 293px;
  }

  .time-row {
    font-size: 16px;
  }

  .history-tile {
    font-size: 22px;
  }

/*  .about-mission .left-block-wrap {
    padding-top: 100px;
  }
*/
  .about-synenergy {
    min-height: 1000px;
    font-size: 18px;
  }

  .about-synenergy .main-text-wrap {
    max-width: 730px;
  }

  .about-synenergy .main-text-wrap .more-text {
    max-width: 500px;
  }

  .techno-slider .slide .text-wrap {
    padding-right: 200px;
    padding-left: 0;
  }

  .techno-slider .slide .main-text {
    font-size: 45px;
  }

  .techno-slider .slide .main-text::after {
    width: 45px;
    height: 45px;
    margin-left: 30px;
    border: 9px solid #ce1518;
  }

  .techno-slider .slide .description {
    max-width: 540px;
    font-size: 18px;
  }

  .techno-slider-dots {
    width: 630px;
  }

  .techno-red-ribbon .slogan {
    font-size: 22px;
  }

  .techno-services-tile {
    font-size: 14px;
  }

  .techno-services-tile .flex-item .img-wrap {
    width: 130px;
  }

  .techno-services-tile .text-wrap {
    margin-left: 0;
    padding-left: 30px;
  }

  .techno-services-tile .text-wrap::before {
    height: 150px;
    margin-top: -75px;
  }

  .techno-news-tile .content-wrap {
    padding: 80px 30px 30px;
    font-size: 14px;
  }

  .techno-fos-block .main-text {
    margin-right: 0;
    font-size: 45px;
  }

  .techno-fos-block form {
    padding-right: 30px;
  }

  .techno-fos-block .img-wrap {
    margin-left: -30px;
  }

  .techno-fos-block .img-wrap .techno-man-text {
    font-size: 16px;
  }

  .news-block .main-text-wrap:not(.wide-text) {
    max-width: 980px;
  }

  .clients-row .flex-item {
    width: calc(100% / 5);
  }

  .service-tile {
    min-height: 405px;
    font-size: 20px;
  }

  .svg-map {
    margin-bottom: -16%;
  }

  .accordion div {
    padding-left: 75px;
    font-size: 16px;
  }

  .accordion h3 {
    font-size: 18px;
  }

  .geography-page .slogan {
    margin-right: calc(635px - 50vw);
  }

  .geography-page .slogan .flex-row {
    font-size: 24px;
  }

  .geography-page .slogan .text {
    max-width: 500px;
  }

  .manager-tile {
    padding-left: 180px;
  }

  .manager-tile .img-wrap {
    width: 150px;
  }

  .manager-tile .content {
    height: 150px;
    padding-left: 30px;
  }

  .manager-tile .content .name {
    font-size: 20px;
  }

  .manager-tile .content .post {
    font-size: 14px;
  }

  .manager-tile .content .phone .text {
    font-size: 14px;
  }

  .manager-tile .content .email .text {
    font-size: 14px;
  }

  .page-not-found .content-box {
    max-width: 1080px;
  }
}


.muzhik{
position: absolute;
right: -60%;
bottom: 0px;
}

@media (min-width: 1600px) {
  .svg-map {
    margin-bottom: -15%;
  }

  .geography-page .slogan {
    margin-right: calc(635px - 50vw);
    padding-left: 60px;
  }

  .geography-page .slogan .flex-row {
    font-size: 26px;
  }

  .geography-page .slogan .text {
    max-width: 500px;
  }

  .search-block .aside-layout,
  .search-block .search-input-wrap {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1920px) {
  .slick-arrow.slick-prev {
    margin-right: -60px;
  }

  .slick-arrow.slick-next {
    margin-left: -60px;
  }

  .article-arrow.slick-prev {
    margin-right: -30px;
  }

  .article-arrow.slick-next {
    margin-left: -30px;
  }

  .techno-slider .slick-arrow.slick-prev {
    margin-right: -60px;
  }

  .techno-slider .slick-arrow.slick-next {
    margin-left: -60px;
  }
.muzhik{
right:-35%;

}
}
@media (max-width: 1280px) {
  .header-new {
    display: none;
  }
  .header-old{
    display: block;
  }
  /*.footer-new {*/
  /*  display: none;*/
  /*}*/
  /*.footer-old {*/
  /*  display: block;*/
  /*}*/
.muzhik {
display:none;
}

header .pre-away {
position: absolute;
    top: 0px;
    left: 50%;
font-size: 16px;
}
.map-block .pre-away {
    font-size: 16px;
}


.contacts-row .phone-email::before {display: none;}
.contacts-row .phone-email {padding-left: 106px;}

  .solution-service__right-inner {
    margin-top: -90px;
  }

}
@media (max-width: 1024px) {
header .pre-away {
    top: 0px;
}
}
@media (max-width: 992px) {
header .pre-away {
display: none;}
.contacts-row .phone-email {padding-lefT: 88px;}

  .solution-service__right-inner {
    margin-top: -20px;
  }


}
@media (max-width: 768px) {
  /*.address-list {*/
  /*  display: none;*/
  /*}*/
  .contacts-adress-list-mobile {
    display: flex;
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .contacts-page .form-wrap-white.mb-30{
    margin-bottom: 0;
  }
  .contacts-adress-list-mobile .mini-map-address {
    color: #1a1a1a;
  }
  .address-list {
    margin-top: 0;
  }
  .address-list > div {
    padding-left: 0;
    padding-right: 0;
  }
  .mini-map-address::after {
    width: 33vw;
    margin-bottom: 8px;
  }
  .map1 {
    margin-top: 20px;
  }
.contacts-row .phone-email {padding-left: 70px;}
.phone-email div {margin-bottom: 5px;}
.map-block .pre-away {
    font-size: 12px;
}
.intersection-block {
display:none !important;}
  .search-result-title, .nothing-search {
    font-size: 18px;
  }
  .search-result-text {
    font-size: 14px;
  }
  .search-result-item-box {
    margin-bottom: 20px;
  }
  .search-input-wrap .form-control {
    font-size: 20px;
  }

}
@media (min-width: 1280px) {



  .solutions-list a:hover + .img-wrap {
    display: block;
position: absolute;
right: 0;
bottom: 100%;
left: 0;
transition: opacity 0.25s;
    opacity: 1;
  }
}
@media (min-width: 1920px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-pull-11 {
    right: 91.66666667%;
  }

  .col-xl-pull-10 {
    right: 83.33333333%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-8 {
    right: 66.66666667%;
  }

  .col-xl-pull-7 {
    right: 58.33333333%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-5 {
    right: 41.66666667%;
  }

  .col-xl-pull-4 {
    right: 33.33333333%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-2 {
    right: 16.66666667%;
  }

  .col-xl-pull-1 {
    right: 8.33333333%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-push-11 {
    left: 91.66666667%;
  }

  .col-xl-push-10 {
    left: 83.33333333%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-8 {
    left: 66.66666667%;
  }

  .col-xl-push-7 {
    left: 58.33333333%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-5 {
    left: 41.66666667%;
  }

  .col-xl-push-4 {
    left: 33.33333333%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-2 {
    left: 16.66666667%;
  }

  .col-xl-push-1 {
    left: 8.33333333%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .header .away-link-wrap {
    margin-top: 0;
  }

  .header .away-link-wrap {
    position: static;
  }

  /*.main-menu li {
    margin-right: 12px;
    margin-left: 12px;
  }*/

  .main-slider .left-side {
    width: 960px;
    padding-left: 65px;
  }

  .main-slider .right-side {
    width: calc(100% - 960px);
  }

  .main-slider .right-side .line-btn-wrap {
    left: 0;
  }

  .main-slider .right-side .img-wrap {
    padding-left: 60px;
  }

  .main-slider .right-side .img-wrap img {
    margin-bottom: -75px;
  }

  .main-slider .main-text {
    margin-right: 0;
  }

  .main-slider .description {
    margin-bottom: 75px;
  }

  .main-slider-dots {
    bottom: 40px;
    margin-left: 65px;
  }

  .map-container .main-text-wrap {
    max-width: 415px;
    padding-left: 65px;
  }

  .map-container .form-wrap {
    padding: 50px 130px;
  }

  .container {
    width: 1850px;
  }

  .common-page-body-wrap {
    padding-right: 65px;
    padding-left: 65px;
  }

  .intersection-block .left-text {
    margin-left: 65px;
  }

  .solutions-list {
    padding-top: 195px;
  }

  .solutions-list .img-wrap {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    display: block;
    transition: opacity 0.25s;
    pointer-events: none;
    opacity: 0;
  }

  .solutions-list a {
    padding: 20px 40px;
    font-size: 18px;
  }

  .solutions-list .flex-item {
    position: relative;
    width: calc(100% / 4);
    min-height: 84px;
    margin-bottom: 35px;
    background: rgba(25, 28, 33, 0.7);
  }

  .solutions-list .flex-item:nth-of-type(2n - 1),
  .solutions-list .flex-item:nth-of-type(4n - 1),
  .solutions-list .flex-item:nth-of-type(6n - 1) {
    background: rgba(25, 28, 33, 0.5);
  }

  .solutions-block .main-text-wrap {
    max-width: 1310px;
    padding-left: 65px;
  }

  .sphere-solutions-list a {
    padding: 40px 10px 15px;
    font-size: 18px;
  }

  .sphere-solutions-list .flex-item {
    position: relative;
    width: 25%;
    background: white;
  }

    .sphere-solutions-list .flex-item:nth-of-type(1) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(3) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(6) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(8) {
        background: #e5e7ea;
    }


  .sphere-solutions-block .left-block-wrap {/*
    padding-right: 78px;
    padding-left: 65px;
  */}

  .sphere-solutions-block .right-block-wrap {
    height: 630px;
  }

  .directions-list .flex-item {
    width: 33.3333333%;
  }

  .directions-block .main-text-wrap {
    /*max-width: 1300px;*/
    max-width: 100%;
    padding-left: 65px;
  }

  .calculation-block .main-text-wrap {
    max-width: 1200px;
    padding-left: 65px;
  }

  .calculation-block .main-text {
    font-size: 45px;
  }

  .about-top .main-text-wrap {
    max-width: 1300px;
    /*padding-left: 65px;*/
  }

  .about-merits {
    font-size: 18px;
  }

  .about-merits .main-text-wrap {
    /*padding-right: 65px;*/
    /*padding-left: 65px;*/
  }

  .video-block .preview .main-text-wrap {
    /*padding-right: 65px;*/
    /*padding-left: 65px;*/
  }

  .about-history .main-text-wrap {
    /*padding-right: 65px;*/
    /*padding-left: 65px;*/
  }

  .time-row &gt; .flex-item:not(:last-child) .year::after {
    margin-left: 0.83333333em;
  }

  .time-row &gt; .flex-item:first-child .year::after {
    margin-left: 0.8em;
  }

  .history-slider .slide {
    width: 33.33333333%;
  }

  .about-mission .left-block-wrap {
    padding-right: 78px;
    padding-left: 65px;
  }

  .about-synenergy {
    min-height: 1064px;
  }

  .about-synenergy .main-text-wrap {
    padding-right: 65px;
    padding-left: 65px;
  }

  .about-synenergy .main-text-wrap .more-text {
    max-width: 100%;
  }

  .techno-slider .slide .text-wrap {
    padding-right: 720px;
    padding-left: 65px;
  }

  .techno-slider-dots {
    bottom: 40px;
  }

  .techno-text-block .main-text-wrap {
    max-width: 1300px;
    padding-left: 65px;
  }

  .techno-red-ribbon .main-text-wrap {
    padding-right: 65px;
    padding-left: 65px;
  }

  .techno-solutions-block .main-text-wrap {
    max-width: 50%;
  }

  .techno-services-tile {
    font-size: 18px;
  }

  .techno-services-tile .flex-item .img-wrap {
    width: 280px;
  }

  .techno-services-tile .text-wrap {
    margin-left: 15px;
    padding-left: 40px;
  }

  .techno-services-tile .text-wrap::before {
    height: 200px;
    margin-top: -100px;
  }

  .techno-services-block .main-text-wrap {
    padding-right: 65px;
    padding-left: 65px;
  }

  .techno-news-tile .content-wrap {
    padding: 8rem 30px 30px;
    font-size: 18px;
  }

  .techno-news-block .main-text-wrap {
    padding-right: 65px;
    padding-left: 65px;
  }

  .techno-fos-block .main-text {
    font-size: 45px;
  }

  .techno-fos-block .main-text-wrap {
    padding-right: 65px;
    padding-left: 65px;
  }

  .techno-fos-block .img-wrap .techno-man-text {
    top: 50%;
    right: 0;
    left: auto;
  }

  .techno-vacancies-block .main-text-wrap {
    padding-right: 65px;
    padding-left: 65px;
  }

  .techno-contacts-block .main-text-wrap {
    padding-right: 65px;
    padding-left: 65px;
  }

  .news-list .flex-item {
    width: calc(100% / 3);
  }
  .news-list .flex-item-4 {
    width: calc(100% / 4);
  }

  .main-news-list .flex-item.hidden-lg {
    display: block !important;
  }

  .news-block .main-text-wrap:not(.wide-text) {
    max-width: 1000px;
  }

  .news-block .main-text-wrap {
    padding-left: 65px;
  }

  .clients-row .flex-item {
    width: calc(100% / 7);
  }

  .clients-row .flex-item.hidden-lg {
    display: block!important;
  }

  .services-page .main-text-wrap {
    padding-right: 70px;
    padding-left: 70px;
  }

  .services-grid .big-item {
    width: 66.66666667%;
  }

  .services-grid .medium-item {
    width: 50%;
  }

  .services-grid .small-item {
    width: 33.33333333%;
  }

  .services-grid-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }

  .svg-map {
    margin-bottom: -18%;
  }

  .accordion div {
    padding-left: 95px;
  }

  .accordion h3 {
    font-size: 20px;
  }
.geography-page   .accordion h3  {font-size: 19px;}
  .geography-page .slogan {
    margin-right: calc(925px - 50vw);
    padding-left: 130px;
  }

  .geography-page .slogan .flex-row {
    font-size: 36px;
  }

  .geography-page .slogan .text {
    max-width: 700px;
  }

  .contacts-page .xl-wrap {
    padding-right: 0;
    padding-left: 0;
  }

  .manager-tile {
    padding-left: 250px;
  }

  .manager-tile .img-wrap {
    width: 210px;
  }

  .manager-tile .content {
    height: 210px;
  }

  .manager-tile .content .name {
    font-size: 24px;
  }

  .manager-tile .content .post {
    font-size: 18px;
  }

  .manager-tile .content .phone .text {
    font-size: 18px;
  }

  .manager-tile .content .email .text {
    font-size: 18px;
  }

  .search-block .xl-wrap {
    padding-right: 70px;
    padding-left: 70px;
  }
}

@media (max-width: 1919px) {
  .header .away-link-wrap .away-btn {
    border-color: #6a6a6a;
    background: #6a6a6a;
  }

  .header .away-link-wrap .away-btn .text {
    color: white;
  }

  .header .away-link-wrap .away-btn .arrow {
    background: white;
  }

  .header .away-link-wrap .away-btn .arrow::before {
    border-color: #ce1518;
  }
}

@media (max-width: 991px) {
  .menu-list-new-box {
    justify-content: space-between;
  }
  .footer-new .flex-row {
    flex-wrap: wrap;
  }
  .footer-new > .container {
    padding: 0 30px;
  }
  .footer-mobile-ml {
    margin-left: 30px;
  }

  .menu-list-new-box {
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 30px;
  }
  .logo-new img {
    width: 85%;
  }
  .footer-new .logo-new {
    margin-bottom: 30px;
  }
  .map-block .form-wrap {
    margin-bottom: 30px;
  }
  .footer-new .preview-banner__form-call {
    margin-bottom: 30px;
    width: initial;
  }
  .aside .information-content-wrap {
    overflow-y: auto;
    height: 100%;
  }

  .footer.footer-new .copyright {
    font-size: 20px;
  }

  .aside .information-wrap {
    padding: 30px;
    background: white;
    transition: box-shadow 0.25s, -webkit-transform 0.25s;
    transition: transform 0.25s, box-shadow 0.25s;
    transition: transform 0.25s, box-shadow 0.25s, -webkit-transform 0.25s;
  }

  .aside .information-wrap .section-wrap {
    position: relative;
  }

  .aside .information-wrap .underlined-title {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    z-index: 1;
    background: white;
  }

  .aside.open .fast-links-wrap,
  .aside.open .information-wrap {
    box-shadow: -15px 0 37px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (min-width: 600px) and (max-width: 767px) {

 .sphere-solutions-list .flex-item:nth-of-type(1) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(3) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(6) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(8) {
        background: #e5e7ea;
    }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  #map {
    max-height: 75vh;
  }

  .map-block #map {
    height: 490px;
    max-height: initial;
  }

  .date-selector-wrap {
    margin-bottom: 10px;
  }

  .news-btns-wrap.text-right {
    text-align: left;
  }

  .mfp-content {
    overflow: auto;
    max-width: 100vw;
    max-height: 100vh;
  }

  .mfp-image-holder .mfp-content {
    overflow: initial;
    max-width: 85%;
    max-height: initial;
  }

  .popup.public-popup {
    padding: 30px 15px 20px;
  }

  .popup.public-popup .mfp-close {
    background: transparent;
  }

  .popup.public-popup .decorated-title {
    margin-bottom: 10px;
  }

  .popup.public-popup .decorated-title::before {
    display: none;
  }

  .popup.public-popup small {
    font-size: 14px;
  }

  .solutions-list .flex-item {
    width: 100%;
    margin-bottom: 5px;
    background: rgba(25, 28, 33, 0.7);
  }

  .solutions-list .flex-item:nth-of-type(2n) {
    background: rgba(25, 28, 33, 0.5);
  }

  .solutions-list a {
    padding: 12px 15px 10px;
    font-size: 10px;
  }

  .solutions-block .main-text-wrap .main-text {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .sphere-solutions-list .flex-item {
    position: relative;
    width: 25%;
    background: white;
  }




  .sphere-solutions-list a {
    padding: 12px 10px 10px;
    font-size: 9px;
  }

  .video-block .preview .main-text {
    font-size: 15px;
  }

  .techno-slider .slide .container {
    width: 100%;
  }

  .techno-services-row &gt; * {
    margin-bottom: 15px!important;
  }

  .techno-news-tile .content-wrap .date {
    position: absolute;
    top: 5.66666667em;
    left: 1.66666667em;
  }

  .techno-news-tile .content-wrap .title {
    color: #1a1a1a;
  }

  .techno-fos-block .main-text {
    margin-bottom: 20px!important;
  }
}
@media (max-width: 568px) {
  .menu-list-new:last-child {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .news-btns-wrap .jq-file:not(:last-child) {
    margin-bottom: 10px;
  }

  .news-btns-wrap .giant-btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .page-not-found .common-btn {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-20 {
    width: 20%;
  }

  .flex-wrap-md {
    flex-wrap: wrap;
  }

  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-wrap-sm {
    flex-wrap: wrap;
  }

  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .hidden-sm {
    display: none !important;
  }

  .solutions-list .flex-item {
    width: 33.33333333%;
    margin-bottom: 35px;
    background: rgba(25, 28, 33, 0.7);
  }

  .solutions-list .flex-item:nth-of-type(2n) {
    background: rgba(25, 28, 33, 0.5);
  }

  .solutions-list a {
    padding: 15px;
    font-size: 16px;
  }

  .sphere-solutions-list .flex-item {
    position: relative;
    width: 25%;
    background: white;
  }

   .sphere-solutions-list .flex-item:nth-of-type(1) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(3) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(6) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(8) {
        background: #e5e7ea;
    }


  .sphere-solutions-list a {
    padding: 15px 10px 15px;
    font-size: 18px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .flex-wrap-xs {
    flex-wrap: wrap;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .popup.public-popup .captcha-wrap,
  .popup.public-popup input[name="captcha"] {
    max-width: 275px;
  }
}
.main-slider-block{
  height: 550px;
}

@media (min-width: 1200px) and (max-width: 1280px) {
.obertka {
width: 100% !important;
}

.text-ober{
width: 100% !important;
}

  .solutions-list .flex-item {
    width: 33.33333333%;
    margin-bottom: 35px;
    background: rgba(25, 28, 33, 0.7);
  }

  .solutions-list .flex-item:nth-of-type(2n) {
    background: rgba(25, 28, 33, 0.5);
  }

  .solutions-list a {
    padding: 15px 30px;
    font-size: 16px;
  }

  .sphere-solutions-list .flex-item {
    position: relative;
    width: 16.66666667%;
    background: white;
  }

   .sphere-solutions-list .flex-item:nth-of-type(1) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(3) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(6) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(8) {
        background: #e5e7ea;
    }


  .sphere-solutions-list a {
    padding: 30px 10px 15px;
    font-size: 18px;
  }

  .sphere-solutions-block .main-text {
    font-size: 45px;
  }

  .about-mission .main-text {
    font-size: 45px;
  }
}
@media (min-width: 1281px) and (max-width: 1920px) {
  .container {
    max-width: 1270px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1281px) and (max-width: 1919px) {

  .main-slider-block{
    height: 450px;
  }

  .templaytes-landing .container {
    /*max-width: 1419px;*/
    max-width: 1270px;
  }
  .templaytes-landing .container-2 {
    /*margin-right: initial;*/
    /*max-width: 1669px;*/
  }
  .templaytes-landing .container-3 {
    /*margin-left: initial;*/
    /*max-width: 1669px;*/
  }
  .container-3 .flex-left, .container-3 .flex-right {
    flex-basis: 50%;
  }
  .container-3 .flex-left {
    margin-right: 36px;
  }
  .container-2 .flex-left, .container-2 .flex-right {
    flex-basis: 50%;
  }
  .container-2 .flex-right {
    margin-left: 36px;
  }
  .header-new .container {
    max-width: 1270px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .solutions-list .flex-item {
    width: calc(100% / 4);
    min-height: 106px;
    margin-bottom: 35px;
    background: rgba(25, 28, 33, 0.7);
  }

  .solutions-list .flex-item:nth-of-type(1),
  .solutions-list .flex-item:nth-of-type(3n),
  .solutions-list .flex-item:nth-of-type(8n) {
    background: rgba(25, 28, 33, 0.5);
  }

  .solutions-list a {
    padding: 20px 30px;
    font-size: 16px;
  }

  .sphere-solutions-list .flex-item {
    position: relative;
    width: 25%;
    background: white;
  }

    .sphere-solutions-list .flex-item:nth-of-type(1) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(3) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(6) {
        background: #e5e7ea;
    }
 .sphere-solutions-list .flex-item:nth-of-type(8) {
        background: #e5e7ea;
    }


  .sphere-solutions-list a {
    padding: 25px 10px 10px;
    font-size: 18px;
  }

  .sphere-solutions-block .main-text {
    font-size: 45px;
  }

  .about-mission .main-text {
    font-size: 45px;
  }
}
.pre-away {text-align: right; /*font-size: 12px;*/} /*{display: none}*/
header .pre-away, header .pre-away a {color: #ce1518;}
.pre-away a {color: #000; text-decoration: none; }
.pre-away a, .phone-email a, .contacts-row .phone-email a {white-space: nowrap; display: inline-block;}
.away-link-wrap.allway {display: none}
/*# sourceMappingURL=style.css.map */
.away-list .img-wrap img {max-height: 40px;}


@media (min-width: 1200px) {
    body .rubrika .news-tile {
       padding-top: 6px;
       padding-bottom: 10px;
      margin-bottom: 0;
    }
}

body .news-tile .title {
    margin: 10px 0;
    line-height: 1.1;
}

@media (min-width: 768px) {
.news-tile .title {
    font-size: 18px;
}

body .main-news-list .news-tile .text-wrap {
    margin-bottom: 0;
}
}

@media (min-width: 768px) {
body .news-tile .text-wrap {
    height: auto!important;
}

.main-news-list.news-list.flex-row.flex-wrap .flex-item {
   display: flex;
}
}

@media (min-width: 1200px) {
body .small-news-tile .w-image .img-wrap {
    left: 12px;
}
}
@media (min-width: 768px) {
body .small-news-tile .w-image .img-wrap {
    position: absolute;
    top: 12px;
    left: 15px;
    display: flex;
    bottom: 12px;
    margin-bottom: 0;
}
}

.small-news-tile .text-wrap.mb-30.w-image {
    padding: 0 0 0 130px;
    min-height: 60px;
}

.small-news-tile .text-wrap.mb-30.w-image img {
    max-width: 130px;
    max-height: 130px;
}

.slide a.img-wrap img {
    max-height: 130px;
}

.article-slider {
    margin-top: 10px;
}



.grid-system {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.grid-system li {
  width: 100%!important;
  height: auto!important;
}

.grid-system li:before {
    content: ""!important;
    float: left!important;
    padding-top: calc(100% + 20px)!important;
  }
 @media (min-width: 320px) {
  .grid-system li {
    width: 50%!important;
  }

}
@media (min-width: 460px) {
  .grid-system li {
    width: 33.3%!important;
  }

}
@media (min-width: 600px) {
  .grid-system li {
    width: 25%!important;
  }

}
@media (min-width: 775px) {
  .grid-system li {
    width: 25%!important;
  }
}


@media (min-width: 1281px) {
  .grid-system li {
    width: 25%!important;
  }
}
@media (max-width: 1440px) {
  .main-slider-block{
    height: 450px;
  }
}
@media (max-width: 1280px){
body .row.fck {
    flex-direction: column-reverse!important;
}
body .row.fck > div {
    width: 100%!important;
    margin-bottom: 50px;
}
}



/*--------*/


@media (max-width: 1919px){
  #mainSlider .main-slider-dots {
    bottom: 65px;
  }
}

@media (max-width: 1400px){
  .services-custom-page .services-grid-wrap .flex-item > .text-wrap {
    padding: 0!important;
  }

}
@media (max-width: 1920px){

  .personal-order{
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .personal-order .title-h2{
    font-size: 30px;
    line-height: 30px;
  }

  .personal-order .personal-order-box p{
    margin-top: 30px;
    font-size: 20px;
    line-height: 22px;
  }

  .personal-order .personal-order-box p br:first-of-type{
    display: none;
  }

  .personal-order .personal-order-box .preview-banner__form-call{
    padding: 10px 15px;
    font-size: 16px;
    line-height: 21px;
  }
}

@media (min-width: 768px){
  #mainSlider .left-side {
    width: 100%;
  }
}



@media (max-width: 1280px){
  .solution-why__subtitle{
    margin-bottom: 10px;
  }
  .solution-why__cards {
    flex-wrap: wrap;
  }

  .solution-why__card{
    width: calc(50% - 10px);
    margin-top: 25px;
  }

  .solution-why__card + .solution-why__card{
    margin-left: 0;
  }

  .solution-why__card:nth-child(even){
    margin-left: 20px;
  }

  .solution-guard__title {
    font-size: 40px;
  }

  .solution-service__left, .solution-service__right{
    width: 50%;
  }

  .solution-service__cards {
    margin-left: 20px;
  }


  .solution-trust__slider{
    padding-left: 35px;
    padding-right: 35px;
  }

}

@media (max-width: 991px){
  .solution-hero__title{
    font-size: 50px;
  }

  .solution-guard__title {
    font-size: 30px;
  }

  .solution-guard__subtitle {
    font-size: 22px;
  }

  .solution-guard__text, .solution-guard__list-title {
    font-size: 16px;
  }

  .solution-guard__text span.bold{
    font-weight: bold;
  }

  .solution-guard__list-items {
    font-size: 16px;
  }

  .solution-guard__list-title {
    margin-bottom: 15px;
  }

  .solution-guard__list {
    margin-bottom: 15px;
  }

  .solution-other__card-text, .solution-other__card-list {
    font-size: 16px;
  }

  .solution-service__text {
    font-size: 16px;
  }

  .solution-service__cards {
    padding: 0 20px 20px;
  }

  .solution-service__card-title {
    font-size: 30px;
  }

  .solution-service__card-text {
    font-size: 18px;
  }
}

@media (max-width: 767px){

  .solution-guard__wrapper{
    flex-direction: column-reverse;
  }

  .solution-guard__left, .solution-guard__right{
    width: 100%;
  }

  .solution-guard__right{
    max-width: 300px;
    margin: 0 auto 20px;
  }

  .solution-other__card {
    width: 100%;
  }

  .solution-service__bottom {
    flex-direction: column;
  }

  .solution-service__left, .solution-service__right{
    width: 100%;
  }

  .solution-service__right{
    margin-top: 20px;
  }

  .solution-why__card {
    width: 100%;
  }

  .solution-why__card:nth-child(even) {
    margin-left: 0;
  }

  .solution-service__cards{
    margin-left: 0;
  }
}

@media (max-width: 767px){
  .solution-hero__title, .solution-why__title, .solution-other__title, .solution-service__title, .solution-trust__title {
    font-size: 35px;
  }
}



/*новые контакты*/

.phone.custom_phone a, .custom_email a span{
  font-family: Circe;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.phone.custom_phone a{
  padding: 4px 0;
}

.phone_icon_box{
  display:flex;
  margin-top: 0 !important;
  align-items: center;
}
.phone_icon_box.phone{
  margin-bottom: 30px;
}

.phone_icon_box .phone.custom_phone{
  display: flex;
  flex-direction: column;
}

.phone_icon_box img{
  width: 60px;
  height: 60px;
  margin-right: 40px;


}

.form-wrap .mini-map-block{
  height: auto !important;
  min-height: unset !important;
  padding: 20px 0 28px;
  margin-bottom: 0 !important;
}

.map-block .address-wrap .email{
  margin-bottom: 0;
}

.mini-map-address{
  color:#000;
}

.maps .mini-map-address{
  margin-bottom: 30px;
}

.form-wrap .address-list, .form-wrap .address-list>div{
  padding-left: 0 !important;
}

.form-wrap .address-list .mini-map-address::after{
  height: 64px;
  border-bottom: none;
  border-left: 6px solid #ce1518;

}

.form-wrap .address-list .mini-map-address{
  padding-left: 20px;
  padding-bottom: 0 !important;
  margin-bottom: 30px;
}

.form-wrap .address-list .mini-map-address .city, .maps .mini-map-address .city{font-size: 24px; line-height: 32px;}

.form-wrap .address-list .mini-map-address .address, .maps .mini-map-address .address{font-size:18px; line-height: 24px;}

.map-block .form-wrap{
  padding: 0 15px 75px;
}

