@charset "UTF-8";

/* Normalize */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */

hr {
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  color: inherit;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
}

/* # =================================================================
     # Forms
     # ================================================================= */

input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
  cursor: default;
}

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

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

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */

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

/* Replace focus style removed in the border reset above */

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

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

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentcolor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  appearance: button;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled="true"] {
  cursor: default;
}

address {
  font-style: inherit;
}

/* Доступное скрытие элементов */

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

.container {
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 15px;
}

@font-face {
  font-weight: 400;
  font-family: "Century Gothic";
  font-style: normal;
  src: url("../fonts/centurygothic.woff2") format("woff2"),
    url("../fonts/centurygothic.woff") format("woff"),
    url("../fonts/centurygothic.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-weight: 700;
  font-family: "Century Gothic";
  font-style: normal;
  src: url("../fonts/centurygothic_bold.woff2") format("woff2"),
    url("../fonts/centurygothic_bold.woff") format("woff"),
    url("../fonts/centurygothic_bold.ttf") format("ttf");
  font-display: swap;
}

:root {
  --color-light: #fff;
  --color-dark: #000;
  --color-gray: #ccc;
  --color-gray-secondary: #eaeaea;
  --color-accent: #ffd426;
  --color-blue: #447cae;
  --color-blue-light: #0cabf4;
  --color-blue-dark: #3e61a9;
  --color-red: #fc3838;
  --radius: 4px;
  --shadow: 12px 12px 2px 1px #ccc;
  --outline: 2px solid #ffd426;
  --font-primary: "Century Gothic", sans-serif;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: var(--outline);
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  fill: currentcolor;
}

.icon--map-pointer {
  background-image: url("../img/icons/map-pointer.png");
}

.icon--settings {
  background-image: url("../img/icons/settings.png");
}

.icon--helmet {
  background-image: url("../img/icons/helmet.png");
}

.icon--route {
  background-image: url("../img/icons/route.png");
}

.icon--rating {
  background-image: url("../img/icons/rating.png");
}

.icon--phone-call {
  background-image: url("../img/icons/phone-call.svg");
}

.icon--pdf {
  background-image: url("../img/icons/pdf.png");
}

.icon--gosuslugi {
  background-image: url("../img/icons/gosuslugi.png");
}

.icon--road {
  background-image: url("../img/icons/road.png");
}

.page {
  height: 100%;
}

.page__body {
  height: 100%;
  min-height: 100%;
  color: var(--color-dark);
  background-color: var(--color-light);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--font-primary);
  line-height: 1.2;
}

.page__body.lock {
  overflow: hidden;
}

.page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 100%;
  overflow: hidden;
}

.page__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.responsive-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 100%;
  text-decoration: none;
}

.responsive-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 216px;
  min-height: 52px;
  padding: 3px 10px;
  color: var(--color-light);
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--color-blue-dark);
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out, background-image 0.3s ease-out,
    -webkit-box-shadow 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out, background-image 0.3s ease-out,
    -webkit-box-shadow 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out, box-shadow 0.3s ease-out,
    background-image 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out, box-shadow 0.3s ease-out,
    background-image 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out, box-shadow 0.3s ease-out,
    background-image 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}

.button:hover:not([disabled]),
.button:hover:not(:disabled) {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3e61a9),
    to(#4094de)
  );
  background-image: -o-linear-gradient(top, #3e61a9 0%, #4094de 100%);
  background-image: linear-gradient(180deg, #3e61a9 0%, #4094de 100%);
  -webkit-box-shadow: 8px 14px 27px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 8px 14px 27px 2px rgba(0, 0, 0, 0.21);
}

.button:disabled,
.button[disabled] {
  cursor: default;
  opacity: 0.5;
}

.button--secondary {
  background-color: var(--color-red);
}

.button--secondary:hover:not([disabled]),
.button--secondary:hover:not(:disabled) {
  background-image: none;
  -webkit-box-shadow: 6px 11px 21px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 6px 11px 21px 0 rgba(0, 0, 0, 0.12);
}

.input__label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.input__box {
  position: relative;
  width: 100%;
}

.input__control {
  width: 100%;
  height: 46px;
  padding: 5px 16px;
  color: var(--color-dark);
  font-size: 15px;
  line-height: 1;
  border: 1px solid var(--color-blue);
  border-radius: 6px;
  resize: none;
}

.input__control:disabled {
  opacity: 0.5;
}

.input__control::-webkit-input-placeholder {
  color: var(--color-gray);
}

.input__control::-moz-placeholder {
  color: var(--color-gray);
}

.input__control:-ms-input-placeholder {
  color: var(--color-gray);
}

.input__control::-ms-input-placeholder {
  color: var(--color-gray);
}

.input__control::placeholder {
  color: var(--color-gray);
}

.input__control:focus {
  outline: 0 !important;
}

.input__control:focus-visible {
  outline: var(--outline) !important;
}

.input--textarea .input__control {
  min-height: 130px;
}

.input--error .input__control {
  border-color: red;
}

.input--success .input__control {
  border-color: green;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 243px;
  text-decoration: none;
}

.logo__img,
.logo img,
.logo svg {
  width: 100%;
  height: auto;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -25px;
  margin-bottom: -10px;
  margin-left: -25px;
  font-size: 18px;
  text-transform: uppercase;
  list-style: none;
}

.menu li {
  margin-right: 25px;
  margin-bottom: 10px;
  margin-left: 25px;
}

.menu a {
  text-decoration: none;
}

.menu a:hover {
  text-decoration: underline;
}

.title {
  font-weight: 700;
}

.title--sz-big {
  font-size: 36px;
}

.title--sz-medium {
  font-size: 30px;
}

.title--sz-small {
  font-size: 24px;
}

.title--align-center {
  text-align: center;
}

.title--uppercase {
  text-transform: uppercase;
}

.text--sz-big {
  font-size: 20px;
}

.text--sz-medium {
  font-size: 18px;
}

.text--sz-small {
  font-size: 16px;
}

.text--align-center {
  text-align: center;
}

.text--lh-high {
  line-height: 1.5;
}

.list {
  list-style: none;
}

.list li {
  position: relative;
  padding-left: 35px;
}

.list li:not(:last-child) {
  margin-bottom: 16px;
}

.list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  background: url("../img/icons/list-icon.svg") center/100% 100% no-repeat;
  content: "";
}

.section {
  padding: 60px 0;
}

.section.section--pt-big {
  padding-top: 120px;
}

.section.section--pb-big {
  padding-bottom: 120px;
}

.section__title:not(:last-child) {
  margin-bottom: 30px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.75);
}

.modal__wrapper {
  padding: 15px;
}

.modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 473px;
  min-height: 269px;
  padding: 30px;
  color: #000;
  background-color: #fff;
  border: 2px solid #9cacb6;
  border-radius: 20px;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #9cacb6;
}

.modal__close .icon {
  width: 100%;
  height: 100%;
}

.modal__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.modal__text {
  font-size: 18px;
  text-align: center;
}

.content > * {
  margin: 15px 0;
}

.content > *:first-child {
  margin-top: 0;
}

.content > *:last-child {
  margin-bottom: 0;
}

.content img {
  display: block;
  width: 100%;
  height: auto;
}

.content ul,
.content ol {
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
}

.socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -5px;
  margin-left: -5px;
  list-style: none;
}

.socials__item {
  margin-right: 5px;
  margin-left: 5px;
}

.socials__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.socials__item a:hover {
  color: var(--color-blue);
}

.socials__item a svg,
.socials__item a .icon,
.socials__item a img {
  width: 100%;
  height: 100%;
}

.service-item__title {
  margin-bottom: 60px;
}

.service-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -25px;
  margin-bottom: -30px;
  margin-left: -25px;
}

.service-item__img {
  position: relative;
  width: calc(50% - 50px);
  margin-right: 25px;
  margin-bottom: 30px;
  margin-left: 25px;
  padding-left: 55px;
}

.service-item__img::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  color: var(--color-light);
  font-size: 72px;
  line-height: 1;
  background-color: rgba(68, 124, 174, 0.8);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: counter(services-list);
  counter-increment: services-list;
}

.service-item__img-box {
  position: relative;
  width: 100%;
  padding-bottom: 68%;
}

.service-item__img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.service-item__info {
  width: calc(50% - 50px);
  margin-right: 25px;
  margin-bottom: 30px;
  margin-left: 25px;
  padding-left: 35px;
}

.service-item__list {
  margin-bottom: 10px;
  list-style: none;
}

.service-item__list li {
  position: relative;
}

.service-item__list li:not(:last-child) {
  margin-bottom: 10px;
}

.service-item__list li::before {
  position: absolute;
  top: 0;
  left: -35px;
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ2OF8xMikiPgo8cGF0aCBkPSJNMTEuODE3OCAtMC4wNzYzNzUxQzUuNDgwMzEgLTAuMjU2MDYyIDAuMTg2NDQzIDQuNzYxMzYgMC4wMDY3NTQ4MyAxMS4wOTg4Qy0wLjE3MjkzMiAxNy40MzYyIDQuODQ0NDkgMjIuNzM3IDExLjE4MTkgMjIuOTE2N0MxNy41MTk0IDIzLjA4OTUgMjIuODIwMiAxOC4wNzkgMjIuOTk5OCAxMS43MzQ2QzIzLjAyMSAxMC45MjI0IDIyLjk1NDEgMTAuMTI4NCAyMi44MTAzIDkuMzYwMzdDMjIuNjg0MyA4LjY4NzgyIDIxLjg3MjkgOC40NzQ5OSAyMS4zNzUxIDguOTQ0NDZWOC45NDQ0NkMyMS4xMzU2IDkuMTcwMzIgMjEuMDM2NCA5LjUwNTI1IDIxLjA5MjIgOS44Mjk2OEMyMS4xOTYzIDEwLjQzNDIgMjEuMjQ2NyAxMS4wNTU0IDIxLjIzMDYgMTEuNjkzMkMyMS4wNzg2IDE3LjA1NjEgMTYuNTkzMyAyMS4yOTI2IDExLjIzMDMgMjEuMTQ3NUM1Ljg2NzMzIDIwLjk5NTQgMS42MjM5NCAxNi41MTAyIDEuNzY5MDcgMTEuMTQ3MkMxLjkyMTEyIDUuNzg0MiA2LjQwNjM5IDEuNTQwODEgMTEuNzY5NCAxLjY4NTk1QzEzLjI3ODMgMS43MzM0NyAxNC42OTU0IDIuMTIzMTQgMTUuOTU0NiAyLjc4MDM0QzE2LjMxNzkgMi45Njk5MiAxNi43NjU3IDIuOTI3MjcgMTcuMDYzMSAyLjY0NTM4VjIuNjQ1MzhDMTcuNDg0MyAyLjI0NjA2IDE3LjQyNTYgMS41NTcyIDE2LjkxNCAxLjI4Mjk4QzE1LjM5MiAwLjQ2NzEyNyAxMy42NjUzIC0wLjAyNTM2ODkgMTEuODE3OCAtMC4wNzYzNzUxWk0yMC45NzE0IDMuNzk3MjdDMjAuNjI2IDMuNDUxODUgMjAuMDY2IDMuNDUxODUgMTkuNzIwNSAzLjc5NzI3TDEwLjQzNjkgMTMuMDgwOUMxMC4wNDY3IDEzLjQ3MTEgOS40MTQxNyAxMy40NzE1IDkuMDIzNTEgMTMuMDgxOEw2LjgxNDE1IDEwLjg3NzdWMTAuODc3N0M2LjQ3MTE5IDEwLjUzMDkgNS45MTE1NyAxMC41MjkzIDUuNTY2NyAxMC44NzQyVjEwLjg3NDJDNS4yMjE4NCAxMS4yMTkxIDUuMjIzMzkgMTEuNzc4NyA1LjU3MDE2IDEyLjEyMTZWMTIuMTIxNkw5LjAyMzUxIDE1LjU4MDdDOS40MTM5MyAxNS45NzE4IDEwLjA0NzYgMTUuOTcyMSAxMC40MzgzIDE1LjU4MTNMMjAuOTcxNCA1LjA0ODE3QzIxLjMxNjkgNC43MDI3NSAyMS4zMTY5IDQuMTQyNyAyMC45NzE0IDMuNzk3MjdWMy43OTcyN1oiIGZpbGw9IiM5Q0FDQjYiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF80NjhfMTIiPgo8cmVjdCB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  content: "";
}

.service-item__contacts {
  margin-top: 20px;
}

.service-item__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-item__contact:not(:last-child) {
  margin-bottom: 6px;
}

.service-item__contact--small {
  font-size: 18px;
}

.service-item__contact-phone {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.service-item__contact-phone::before {
  position: absolute;
  top: 0;
  left: -35px;
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjY2NTEgMTIuNTE4MkMxNy4yMDcxIDEyLjA0MzEgMTYuNjU0NiAxMS43ODkgMTYuMDY5MSAxMS43ODlDMTUuNDg4MyAxMS43ODkgMTQuOTMxMSAxMi4wMzgzIDE0LjQ1NDIgMTIuNTEzNUwxMi45NjIxIDEzLjk5NTRDMTIuODM5MyAxMy45Mjk2IDEyLjcxNjYgMTMuODY4NCAxMi41OTg1IDEzLjgwNzJDMTIuNDI4NSAxMy43MjI2IDEyLjI2OCAxMy42NDI2IDEyLjEzMTEgMTMuNTU3OUMxMC43MzM0IDEyLjY3MzUgOS40NjMxOSAxMS41MjA5IDguMjQ0OTQgMTAuMDI5NkM3LjY1NDcxIDkuMjg2MzYgNy4yNTgwNyA4LjY2MDY4IDYuOTcwMDQgOC4wMjU1OUM3LjM1NzIzIDcuNjcyNzcgNy43MTYwOSA3LjMwNTg0IDguMDY1NTIgNi45NTMwMUM4LjE5NzczIDYuODIxMjkgOC4zMjk5NCA2LjY4NDg2IDguNDYyMTUgNi41NTMxNEM5LjQ1Mzc0IDUuNTY1MjMgOS40NTM3NCA0LjI4NTY1IDguNDYyMTUgMy4yOTc3NEw3LjE3MzA4IDIuMDEzNDZDNy4wMjY2OSAxLjg2NzYyIDYuODc1NiAxLjcxNzA4IDYuNzMzOTQgMS41NjY1NEM2LjQ1MDYzIDEuMjc0ODggNi4xNTMxNSAwLjk3Mzc5MyA1Ljg0NjIzIDAuNjkxNTM1QzUuMzg4MiAwLjIzOTkxOSA0Ljg0MDQ3IDAgNC4yNjQ0IDBDMy42ODgzMyAwIDMuMTMxMTQgMC4yMzk5MTkgMi42NTg5NiAwLjY5MTUzNUMyLjY1NDI0IDAuNjk2MjQ3IDIuNjU0MjQgMC42OTYyNDcgMi42NDk1MiAwLjcwMDk0OUwxLjA0NDA4IDIuMzE0NTNDMC40Mzk2NzcgMi45MTY2OSAwLjA5NDk4MDEgMy42NTA1NiAwLjAxOTQyOTggNC41MDIwNUMtMC4wOTM4OTUzIDUuODc1NzIgMC4zMTIxODcgNy4xNTUzIDAuNjIzODMgNy45OTI2N0MxLjM4ODc3IDEwLjA0ODQgMi41MzE0NyAxMS45NTM4IDQuMjM2MDcgMTMuOTk1NEM2LjMwNDI1IDE2LjQ1NTggOC43OTI2OCAxOC4zOTg3IDExLjYzNTIgMTkuNzY3NkMxMi43MjEzIDIwLjI4MDMgMTQuMTcwOSAyMC44ODczIDE1Ljc5MDUgMjAuOTkwN0MxNS44ODk2IDIwLjk5NTQgMTUuOTkzNSAyMS4wMDAyIDE2LjA4OCAyMS4wMDAyQzE3LjE3ODcgMjEuMDAwMiAxOC4wOTQ4IDIwLjYwOTcgMTguODEyNSAxOS44MzM1QzE4LjgxNzMgMTkuODI0IDE4LjgyNjYgMTkuODE5NCAxOC44MzE0IDE5LjgwOTlDMTkuMDc3IDE5LjUxMzYgMTkuMzYwMyAxOS4yNDU1IDE5LjY1NzcgMTguOTU4NUMxOS44NjA4IDE4Ljc2NTYgMjAuMDY4NSAxOC41NjMzIDIwLjI3MTYgMTguMzUxNkMyMC43MzkxIDE3Ljg2NyAyMC45ODQ2IDE3LjMwMjYgMjAuOTg0NiAxNi43MjM5QzIwLjk4NDYgMTYuMTQwNiAyMC43MzQ0IDE1LjU4MDggMjAuMjU3NCAxNS4xMTA0TDE3LjY2NTEgMTIuNTE4MlpNMTkuMzU1NiAxNy40NzE5QzE5LjM1MDggMTcuNDc2NyAxOS4zNTA4IDE3LjQ3MTkgMTkuMzU1NiAxNy40NzE5QzE5LjE3MTQgMTcuNjY5NSAxOC45ODI1IDE3Ljg0ODIgMTguNzc5NCAxOC4wNDU5QzE4LjQ3MjUgMTguMzM3NiAxOC4xNjA5IDE4LjY0MzIgMTcuODY4MSAxOC45ODY3QzE3LjM5MTMgMTkuNDk0OCAxNi44MjkzIDE5LjczNDcgMTYuMDkyNyAxOS43MzQ3QzE2LjAyMTkgMTkuNzM0NyAxNS45NDYzIDE5LjczNDcgMTUuODc1NSAxOS43M0MxNC40NzMxIDE5LjY0MDYgMTMuMTY5OSAxOS4wOTQ5IDEyLjE5MjQgMTguNjI5MUM5LjUxOTg1IDE3LjM0MDIgNy4xNzMwOCAxNS41MTAyIDUuMjIyOTUgMTMuMTkwOUMzLjYxMjc4IDExLjI1NzUgMi41MzYxOSA5LjQ2OTg2IDEuODIzMTkgNy41NTA0NkMxLjM4NDA1IDYuMzc5MDkgMS4yMjM1MSA1LjQ2NjQ0IDEuMjk0MzQgNC42MDU1NUMxLjM0MTU1IDQuMDU1MTQgMS41NTQwNCAzLjU5ODgyIDEuOTQ1OTUgMy4yMDgzNkwzLjU1NjEyIDEuNjA0MThDMy43ODc0OSAxLjM4Nzc4IDQuMDMzMDIgMS4yNzAxNyA0LjI3Mzg1IDEuMjcwMTdDNC41NzEzMiAxLjI3MDE3IDQuODEyMTQgMS40NDg5NCA0Ljk2MzI0IDEuNTk5NDhDNC45Njc5NiAxLjYwNDE4IDQuOTcyNjggMS42MDg4OCA0Ljk3NzQgMS42MTM1OEM1LjI2NTQ0IDEuODgxNzQgNS41MzkzIDIuMTU5MjkgNS44MjczNCAyLjQ1NTY3QzUuOTczNzEgMi42MDYyMSA2LjEyNDgxIDIuNzU2NzUgNi4yNzU5MyAyLjkxMTk5TDcuNTY0OTkgNC4xOTYyN0M4LjA2NTUyIDQuNjk0OTMgOC4wNjU1MiA1LjE1NTk2IDcuNTY0OTkgNS42NTQ2MkM3LjQyODA2IDUuNzkxMDQgNy4yOTU4NSA1LjkyNzQ2IDcuMTU4OTIgNi4wNTkxOUM2Ljc2MjI3IDYuNDYzNzUgNi4zODQ1MyA2Ljg0MDEgNS45NzM3MSA3LjIwNzA0QzUuOTY0MjggNy4yMTY0NiA1Ljk1NDg0IDcuMjIxMTYgNS45NTAxMSA3LjIzMDU2QzUuNTQ0MDMgNy42MzUxNCA1LjYxOTU4IDguMDMwMzEgNS43MDQ1NyA4LjI5ODQ1QzUuNzA5MjkgOC4zMTI1NiA1LjcxNDAxIDguMzI2NjcgNS43MTg3NCA4LjM0MDc5QzYuMDUzOTkgOS4xNDk5NCA2LjUyNjE4IDkuOTEyMDQgNy4yNDM5IDEwLjgyTDcuMjQ4NjMgMTAuODI0NkM4LjU1MTg2IDEyLjQyNDIgOS45MjU5MyAxMy42NzA4IDExLjQ0MTcgMTQuNjI1OEMxMS42MzUyIDE0Ljc0ODEgMTEuODMzNiAxNC44NDY5IDEyLjAyMjUgMTQuOTQxTDEyLjAyNTYgMTQuOTQyNUMxMi4xOTQ0IDE1LjAyNjYgMTIuMzUzOCAxNS4xMDYxIDEyLjQ4OTkgMTUuMTkwM0MxMi41MDg4IDE1LjE5OTcgMTIuNTI3NyAxNS4yMTM5IDEyLjU0NjUgMTUuMjIzMkMxMi43MDcxIDE1LjMwMzIgMTIuODU4MyAxNS4zNDA4IDEzLjAxNCAxNS4zNDA4QzEzLjQwNiAxNS4zNDA4IDEzLjY1MTUgMTUuMDk2MiAxMy43MzE4IDE1LjAxNjJMMTUuMzQ2NiAxMy40MDczQzE1LjUwNzIgMTMuMjQ3NCAxNS43NjIyIDEzLjA1NDUgMTYuMDU5NyAxMy4wNTQ1QzE2LjM1MjQgMTMuMDU0NSAxNi41OTMyIDEzLjIzODEgMTYuNzM5NiAxMy4zOTc5QzE2Ljc0NDMgMTMuNDAyNyAxNi43NDQzIDEzLjQwMjcgMTYuNzQ5MSAxMy40MDczTDE5LjM1MDggMTUuOTk5NUMxOS44MzcxIDE2LjQ3OTMgMTkuODM3MSAxNi45NzMyIDE5LjM1NTYgMTcuNDcxOVoiIGZpbGw9IiM5Q0FDQjYiLz4KPHBhdGggZD0iTTE5LjM1NTYgMTcuNDcxOUMxOS4xNzE0IDE3LjY2OTUgMTguOTgyNSAxNy44NDgyIDE4Ljc3OTQgMTguMDQ1OUMxOC40NzI1IDE4LjMzNzYgMTguMTYwOSAxOC42NDMyIDE3Ljg2ODEgMTguOTg2N0MxNy4zOTEzIDE5LjQ5NDggMTYuODI5MyAxOS43MzQ3IDE2LjA5MjcgMTkuNzM0N0MxNi4wMjE5IDE5LjczNDcgMTUuOTQ2MyAxOS43MzQ3IDE1Ljg3NTUgMTkuNzNDMTQuNDczMSAxOS42NDA2IDEzLjE2OTkgMTkuMDk0OSAxMi4xOTI0IDE4LjYyOTFDOS41MTk4NSAxNy4zNDAyIDcuMTczMDggMTUuNTEwMiA1LjIyMjk1IDEzLjE5MDlDMy42MTI3OCAxMS4yNTc1IDIuNTM2MTkgOS40Njk4NiAxLjgyMzE5IDcuNTUwNDZDMS4zODQwNSA2LjM3OTA5IDEuMjIzNTEgNS40NjY0NCAxLjI5NDM0IDQuNjA1NTVDMS4zNDE1NSA0LjA1NTE0IDEuNTU0MDQgMy41OTg4MiAxLjk0NTk1IDMuMjA4MzZMMy41NTYxMiAxLjYwNDE4QzMuNzg3NDkgMS4zODc3OCA0LjAzMzAyIDEuMjcwMTcgNC4yNzM4NSAxLjI3MDE3QzQuNTcxMzIgMS4yNzAxNyA0LjgxMjE0IDEuNDQ4OTQgNC45NjMyNCAxLjU5OTQ4TDQuOTc3NCAxLjYxMzU4QzUuMjY1NDQgMS44ODE3NCA1LjUzOTMgMi4xNTkyOSA1LjgyNzM0IDIuNDU1NjdDNS45NzM3MSAyLjYwNjIxIDYuMTI0ODEgMi43NTY3NSA2LjI3NTkzIDIuOTExOTlMNy41NjQ5OSA0LjE5NjI3QzguMDY1NTIgNC42OTQ5MyA4LjA2NTUyIDUuMTU1OTYgNy41NjQ5OSA1LjY1NDYyQzcuNDI4MDYgNS43OTEwNCA3LjI5NTg1IDUuOTI3NDYgNy4xNTg5MiA2LjA1OTE5QzYuNzYyMjcgNi40NjM3NSA2LjM4NDUzIDYuODQwMSA1Ljk3MzcxIDcuMjA3MDRDNS45NjQyOCA3LjIxNjQ2IDUuOTU0ODQgNy4yMjExNiA1Ljk1MDExIDcuMjMwNTZDNS41NDQwMyA3LjYzNTE0IDUuNjE5NTggOC4wMzAzMSA1LjcwNDU3IDguMjk4NDVMNS43MTg3NCA4LjM0MDc5QzYuMDUzOTkgOS4xNDk5NCA2LjUyNjE4IDkuOTEyMDQgNy4yNDM5IDEwLjgyTDcuMjQ4NjMgMTAuODI0NkM4LjU1MTg2IDEyLjQyNDIgOS45MjU5MyAxMy42NzA4IDExLjQ0MTcgMTQuNjI1OEMxMS42MzUyIDE0Ljc0ODEgMTEuODMzNiAxNC44NDY5IDEyLjAyMjUgMTQuOTQxTDEyLjAyNTYgMTQuOTQyNUMxMi4xOTQ0IDE1LjAyNjYgMTIuMzUzOCAxNS4xMDYxIDEyLjQ4OTkgMTUuMTkwM0MxMi41MDg4IDE1LjE5OTcgMTIuNTI3NyAxNS4yMTM5IDEyLjU0NjUgMTUuMjIzMkMxMi43MDcxIDE1LjMwMzIgMTIuODU4MyAxNS4zNDA4IDEzLjAxNCAxNS4zNDA4QzEzLjQwNiAxNS4zNDA4IDEzLjY1MTUgMTUuMDk2MiAxMy43MzE4IDE1LjAxNjJMMTUuMzQ2NiAxMy40MDczQzE1LjUwNzIgMTMuMjQ3NCAxNS43NjIyIDEzLjA1NDUgMTYuMDU5NyAxMy4wNTQ1QzE2LjM1MjQgMTMuMDU0NSAxNi41OTMyIDEzLjIzODEgMTYuNzM5NiAxMy4zOTc5TDE2Ljc0OTEgMTMuNDA3M0wxOS4zNTA4IDE1Ljk5OTVDMTkuODM3MSAxNi40NzkzIDE5LjgzNzEgMTYuOTczMiAxOS4zNTU2IDE3LjQ3MTlaIiBmaWxsPSIjOUNBQ0I2Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  content: "";
}

.service-item__contact-social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-left: 5px;
}

.service-item__contact-social svg,
.service-item__contact-social .icon,
.service-item__contact-social img {
  width: 100%;
  height: 100%;
}

.service-item__contact-email {
  text-decoration: none;
}

.service-item__button {
  margin-top: 16px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 36px 0 23px;
  color: var(--color-light);
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 23px;
  text-align: right;
  text-decoration: none;
}

.header__phone .color-accent {
  color: var(--color-blue);
}

.header__phone img,
.header__phone svg,
.header__phone .icon {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

.header__contacts-text {
  font-size: 18px;
  text-align: right;
}

.header__contacts-text:not(:last-child) {
  margin-bottom: 3px;
}

.header__email {
  font-weight: 600;
  text-decoration: none;
}

.header__contacts-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  color: var(--color-blue);
}

.header__contacts-button .icon,
.header__contacts-button svg,
.header__contacts-button img {
  width: 100%;
  height: 100%;
}

.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  margin-left: 10px;
}

.header__burger.active::before,
.header__burger.active::after {
  width: 100%;
}

.header__burger::before,
.header__burger::after,
.header__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-light);
  border-radius: 3px;
  -webkit-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  content: "";
}

.header__burger::before {
  width: 100%;
}

.header__burger::after {
  width: 70%;
}

.header__top {
  position: relative;
}

.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: calc(50% - 121.5px - 20px);
}

.header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: calc(50% - 121.5px - 20px);
}

.header__socials {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 86px;
}

.header__bottom {
  margin-top: 16px;
}

.footer {
  padding: 25px 0;
  color: var(--color-light);
  background-color: #31333d;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -5px;
  margin-bottom: -10px;
  margin-left: -5px;
}

.footer__inner > * {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 23px;
  text-decoration: none;
}

.footer__phone .color-accent {
  color: var(--color-blue);
  font-weight: 700;
}

.footer__phone img,
.footer__phone svg,
.footer__phone .icon {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

.footer__email {
  font-size: 18px;
  text-decoration: none;
}

.footer__copyright {
  font-size: 12px;
}

.footer__privacy {
  font-size: 12px;
  text-decoration: none;
}

.footer__privacy:hover {
  text-decoration: underline;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 750px;
  padding: 210px 0 140px;
  color: var(--color-light);
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.75)),
      to(rgba(0, 0, 0, 0.75))
    ),
    url("../img/hero-bg.png") center/cover no-repeat;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("../img/hero-bg.png") center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("../img/hero-bg.png") center/cover no-repeat;
}

.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  margin-bottom: -30px;
}

.hero__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  padding: 0 50px;
}

.hero__title {
  font-weight: 400;
}

.hero__btn {
  margin-top: 42px;
}

.services__list {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  counter-reset: services-list;
}

.services__item:not(:last-child) {
  margin-bottom: 120px;
}

.useful__inner {
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  min-height: 550px;
  padding: 60px 0;
  padding-right: 130px;
  color: var(--color-light);
}

.contacts__info::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 50vw;
  height: 100%;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(3, 38, 74, 0.8)),
      to(rgba(3, 38, 74, 0.8))
    ),
    url("../img/contacts-bg.png") center/cover no-repeat;
  background: -o-linear-gradient(rgba(3, 38, 74, 0.8), rgba(3, 38, 74, 0.8)),
    url("../img/contacts-bg.png") center/cover no-repeat;
  background: linear-gradient(rgba(3, 38, 74, 0.8), rgba(3, 38, 74, 0.8)),
    url("../img/contacts-bg.png") center/cover no-repeat;
  content: "";
}

.contacts__info::before .Фигура_15_копия {
  position: absolute;
  top: 5222px;
  left: -14px;
  z-index: 116;
  width: 972px;
  height: 555px;
  background-color: rgb(3, 38, 74);
}

.contacts__content {
  padding-right: 20px;
}

.contacts__map {
  position: relative;
  width: 50%;
  min-height: 350px;
}

.contacts__map-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
}

.contacts__map-box > div {
  width: 100%;
  height: 100%;
}

.contacts__map-box > div iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media only screen and (min-width: 992px) {
  .header__contacts-text--mobile {
    display: none;
  }

  .header__contacts-button {
    display: none;
  }

  .header__burger {
    display: none;
  }

  .header__top-left .header__socials {
    display: none;
  }

  .header__top-right .header__mobile-nav {
    display: none;
  }
}

@media only screen and (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }

  .logo {
    max-width: 220px;
  }

  .menu {
    margin-right: -20px;
    margin-left: -20px;
    font-size: 16px;
  }

  .menu li {
    margin-right: 20px;
    margin-left: 20px;
  }

  .title--sz-big {
    font-size: 33px;
  }

  .title--sz-medium {
    font-size: 28px;
  }

  .header {
    padding: 20px 0;
  }

  .header__phone {
    font-size: 21px;
  }

  .header__top-left {
    max-width: calc(50% - 110px - 20px);
  }

  .header__top-right {
    max-width: calc(50% - 110px - 20px);
  }

  .header__socials {
    margin-right: 30px;
  }

  .header__bottom {
    margin-top: 10px;
  }

  .footer__phone {
    font-size: 21px;
  }

  .hero {
    min-height: 700px;
    padding: 180px 0 110px;
  }

  .contacts__info {
    min-height: 500px;
    padding-right: 100px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }

  .button {
    min-width: 210px;
    min-height: 56px;
    font-size: 20px;
  }

  .logo {
    max-width: 180px;
  }

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

  .menu li {
    margin-right: 15px;
    margin-left: 15px;
  }

  .title--sz-big {
    font-size: 30px;
  }

  .title--sz-medium {
    font-size: 26px;
  }

  .title--sz-small {
    font-size: 22px;
  }

  .section {
    padding: 50px 0;
  }

  .section.section--pt-big {
    padding-top: 100px;
  }

  .section.section--pb-big {
    padding-bottom: 100px;
  }

  .service-item__title {
    margin-bottom: 50px;
  }

  .service-item__img {
    padding-left: 45px;
  }

  .service-item__img::after {
    width: 90px;
    height: 90px;
    font-size: 55px;
  }

  .header__phone {
    font-size: 20px;
  }

  .header__top-left {
    max-width: calc(50% - 90px - 20px);
  }

  .header__top-right {
    max-width: calc(50% - 90px - 20px);
  }

  .header__socials {
    margin-right: 20px;
  }

  .footer__phone {
    font-size: 20px;
  }

  .hero {
    min-height: 650px;
    padding: 160px 0 90px;
  }

  .hero__col {
    padding: 0 15px;
  }

  .hero__btn {
    margin-top: 35px;
  }

  .services__item:not(:last-child) {
    margin-bottom: 100px;
  }

  .contacts__info {
    padding: 50px 0;
  }

  .contacts__info {
    min-height: 450px;
    padding-right: 50px;
  }

  .contacts__content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }

  .button {
    min-width: 190px;
    min-height: 53px;
    font-size: 18px;
  }

  .logo {
    max-width: 140px;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 10;
    width: 100%;
    max-width: 290px;
    padding: 15px;
    background: var(--color-light);
    border-radius: 5px;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }

  .nav.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .menu li {
    width: calc(100% - 30px);
    color: var(--color-dark);
  }

  .title--sz-big {
    font-size: 27px;
  }

  .title--sz-medium {
    font-size: 24px;
  }

  .title--sz-small {
    font-size: 20px;
  }

  .text--sz-big {
    font-size: 18px;
  }

  .text--sz-medium {
    font-size: 16px;
  }

  .section {
    padding: 40px 0;
  }

  .section.section--pt-big {
    padding-top: 80px;
  }

  .section.section--pb-big {
    padding-bottom: 80px;
  }

  .service-item__title {
    margin-bottom: 40px;
  }

  .service-item__img {
    width: calc(100% - 50px);
    padding-left: 35px;
  }

  .service-item__img::after {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }

  .service-item__info {
    width: calc(100% - 50px);
  }

  .header__contacts {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    width: 100%;
    max-width: 290px;
    padding: 20px 15px;
    color: var(--color-dark);
    background: var(--color-light);
    border-radius: 5px;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }

  .header__contacts.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .header__contacts-text {
    font-size: 16px;
  }

  .header__top-left {
    max-width: calc(50% - 70px - 10px);
  }

  .header__top-left .header__nav {
    display: none;
  }

  .header__top-right {
    max-width: calc(50% - 70px - 10px);
  }

  .header__top-right .header__socials {
    display: none;
  }

  .header__top-right .header__nav {
    display: none;
  }

  .header__socials {
    margin-right: 0;
  }

  .header__bottom {
    position: relative;
  }

  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__copyright {
    margin-top: 10px;
  }

  .footer__socials {
    margin-top: 10px;
  }

  .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__col {
    width: 100%;
  }

  .hero__btn {
    margin-bottom: 27px;
  }

  .services__item:not(:last-child) {
    margin-bottom: 80px;
  }

  .services__item {
    position: relative;
  }

  .services__item::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 100%;
    max-width: 250px;
    height: 1px;
    background-color: #9cacb6;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
  }

  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__info {
    padding: 40px 0;
  }

  .contacts__info {
    width: 100%;
    min-height: 350px;
    padding-right: 0;
  }

  .contacts__info::before {
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .contacts__map {
    width: 100%;
  }

  .contacts__map-box {
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.modal_window {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal_container {
  background-color: #fff;
  position: relative;
}

form.form_zakaz_modal {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 20px;
}

.modal {
  width: 600px;
}

form.form_zakaz_modal input {
  background: #fff;
  border: 1px solid #4192c9;
  margin: 5px 0;
  padding: 10px;
}

form.form_zakaz_modal button {
  background: #4192c9;
  color: #fff;
  width: fit-content;
  padding: 10px;
  border-radius: 20px;
  margin: 10px auto 0px auto;
}

.modal_container h2 {
  padding: 20px;
}

.close_window {
  position: absolute;
  right: 10px;
  top: 3px;
  cursor: pointer;
}

.bottom_button_p {
  display: flex;
  align-items: center;
}

img.rsa_logo {
  width: 195px;
}

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

.item_cont {
  flex: 1 0 21%;
  height: 260px;
  padding: 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 3px;
  background-size: cover;
}
/* .item_image:hover {
  cursor: pointer;
}

.item_image img {
  width: 100%;
} */

.item_cont .map_ico img {
  width: 100%;
}

.item_cont .map_ico {
  width: 80px;
  margin: 0 auto 10px auto;
}

.item_cont .local_tizer {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

.fon-4 .local_tizer {
  font-size: 16px;
}

.phone_tizer a {
  text-decoration: none;
  background-color: var(--color-blue-dark);
  padding: 5px 25px;
  border-radius: 10px;
  display: block;
  font-size: 25px;
  font-weight: bold;
}

.phone_tizer a:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3e61a9),
    to(#4094de)
  );
  background-image: -o-linear-gradient(top, #3e61a9 0%, #4094de 100%);
  background-image: linear-gradient(180deg, #3e61a9 0%, #4094de 100%);
  -webkit-box-shadow: 8px 14px 27px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 8px 14px 27px 2px rgba(0, 0, 0, 0.21);
}

.item_cont .local_tizer a {
  text-decoration: none;
}

/* //////////////////////////////////////// */

@media only screen and (max-width: 767.98px) {
  .mob_img {
    width: 360px !important;
  }
  .container {
    max-width: 540px;
  }

  .button {
    min-width: 180px;
    min-height: 50px;
    font-size: 16px;
  }

  .logo {
    max-width: 120px;
  }

  .title--sz-big {
    font-size: 24px;
  }

  .title--sz-medium {
    font-size: 22px;
  }

  .title--sz-small {
    font-size: 18px;
  }

  .section {
    padding: 30px 0;
  }

  .section.section--pt-big {
    padding-top: 60px;
  }

  .section.section--pb-big {
    padding-bottom: 60px;
  }

  .section__title:not(:last-child) {
    margin-bottom: 25px;
  }

  .service-item__title {
    margin-bottom: 30px;
  }

  .footer__phone img,
  .footer__phone svg,
  .footer__phone .icon {
    display: none;
  }

  .hero {
    min-height: 550px;
    padding: 110px 0 50px;
  }

  .hero__btn {
    margin-top: 20px;
  }

  .services__item:not(:last-child) {
    margin-bottom: 60px;
  }

  .services__item::after {
    bottom: 0;
  }

  .contacts__info {
    padding: 30px 0;
  }

  .item_cont {
    margin: 3px 0;
  }

  .footer_contects {
    flex-direction: column;
  }

  .footer_adress .footer_icon_adres {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: inherit !important;
  }

  .footer_icon_adres .img_fil {
    margin: 10px;
  }

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

/* /////////////////////////////////////// */

.footer_adress li::before {
  position: absolute;
  top: 5px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ2OF8xMikiPgo8cGF0aCBkPSJNMTEuODE3OCAtMC4wNzYzNzUxQzUuNDgwMzEgLTAuMjU2MDYyIDAuMTg2NDQzIDQuNzYxMzYgMC4wMDY3NTQ4MyAxMS4wOTg4Qy0wLjE3MjkzMiAxNy40MzYyIDQuODQ0NDkgMjIuNzM3IDExLjE4MTkgMjIuOTE2N0MxNy41MTk0IDIzLjA4OTUgMjIuODIwMiAxOC4wNzkgMjIuOTk5OCAxMS43MzQ2QzIzLjAyMSAxMC45MjI0IDIyLjk1NDEgMTAuMTI4NCAyMi44MTAzIDkuMzYwMzdDMjIuNjg0MyA4LjY4NzgyIDIxLjg3MjkgOC40NzQ5OSAyMS4zNzUxIDguOTQ0NDZWOC45NDQ0NkMyMS4xMzU2IDkuMTcwMzIgMjEuMDM2NCA5LjUwNTI1IDIxLjA5MjIgOS44Mjk2OEMyMS4xOTYzIDEwLjQzNDIgMjEuMjQ2NyAxMS4wNTU0IDIxLjIzMDYgMTEuNjkzMkMyMS4wNzg2IDE3LjA1NjEgMTYuNTkzMyAyMS4yOTI2IDExLjIzMDMgMjEuMTQ3NUM1Ljg2NzMzIDIwLjk5NTQgMS42MjM5NCAxNi41MTAyIDEuNzY5MDcgMTEuMTQ3MkMxLjkyMTEyIDUuNzg0MiA2LjQwNjM5IDEuNTQwODEgMTEuNzY5NCAxLjY4NTk1QzEzLjI3ODMgMS43MzM0NyAxNC42OTU0IDIuMTIzMTQgMTUuOTU0NiAyLjc4MDM0QzE2LjMxNzkgMi45Njk5MiAxNi43NjU3IDIuOTI3MjcgMTcuMDYzMSAyLjY0NTM4VjIuNjQ1MzhDMTcuNDg0MyAyLjI0NjA2IDE3LjQyNTYgMS41NTcyIDE2LjkxNCAxLjI4Mjk4QzE1LjM5MiAwLjQ2NzEyNyAxMy42NjUzIC0wLjAyNTM2ODkgMTEuODE3OCAtMC4wNzYzNzUxWk0yMC45NzE0IDMuNzk3MjdDMjAuNjI2IDMuNDUxODUgMjAuMDY2IDMuNDUxODUgMTkuNzIwNSAzLjc5NzI3TDEwLjQzNjkgMTMuMDgwOUMxMC4wNDY3IDEzLjQ3MTEgOS40MTQxNyAxMy40NzE1IDkuMDIzNTEgMTMuMDgxOEw2LjgxNDE1IDEwLjg3NzdWMTAuODc3N0M2LjQ3MTE5IDEwLjUzMDkgNS45MTE1NyAxMC41MjkzIDUuNTY2NyAxMC44NzQyVjEwLjg3NDJDNS4yMjE4NCAxMS4yMTkxIDUuMjIzMzkgMTEuNzc4NyA1LjU3MDE2IDEyLjEyMTZWMTIuMTIxNkw5LjAyMzUxIDE1LjU4MDdDOS40MTM5MyAxNS45NzE4IDEwLjA0NzYgMTUuOTcyMSAxMC40MzgzIDE1LjU4MTNMMjAuOTcxNCA1LjA0ODE3QzIxLjMxNjkgNC43MDI3NSAyMS4zMTY5IDQuMTQyNyAyMC45NzE0IDMuNzk3MjdWMy43OTcyN1oiIGZpbGw9IiM5Q0FDQjYiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF80NjhfMTIiPgo8cmVjdCB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  content: "";
}

.footer_contects {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
  font-size: 12px;
}

.footer_adress ul li {
  margin-bottom: 10px;
  list-style: none;
  margin-left: 35px;
  margin-top: 15px;
  line-height: 1.6;
}

.footer_contects .footer_adress {
  flex: 0 0 33.333333%;
}

.footer_adress ul li a {
  text-decoration: none;
}

.footer_adress .right_contact {
  margin-bottom: 15px;
}

.footer_adress .right_contact a {
  text-decoration: none;
}

.footer_adress .right_contact {
  margin-bottom: 15px;
  line-height: 1.6;
}

.footer_adress .right_contact h3 {
  margin-bottom: 15px;
}

.footer_icon_adres .img_fil {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 5px;
}

.footer_icon_adres .img_fil img {
  width: 100px;
}

.footer_adress .footer_icon_adres {
  display: flex;
  align-items: center;
  justify-content: center;
}

.color_red {
  background: red;
}

.color_red:hover {
  background: rgb(190, 0, 0) !important;
}
.footer_icon_adres .img_fil img {
  width: 100px;
}

.coordinates {
  padding: 50px 0 !important;
}