/*import mixin*/
/*import bootstrap*/
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

/*import variables*/
/*import reset*/
a:not(.btn),
a:link:not(.btn),
a:visited:not(.btn),
a:active:not(.btn),
a:focus:not(.btn) {
  transition: filter .2s ease-in-out, transform .2s, color .2s ease-in-out, background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
  outline: none !important;
}

svg, path, polygon {
  transition: stroke .2s ease-in-out, transform .2s ease-in-out, fill .2s ease-in-out;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ul {
  padding: 0 0 0 20px;
  margin: 0;
}

ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

select {
  cursor: pointer;
}

input,
select,
textarea {
  outline: none !important;
}

figure {
  margin: 0;
}

iframe {
  border: 0;
}

b,
strong {
  font-weight: bold;
}

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

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

.btn-icon {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

/*import base*/
/* montserrat-300 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-300.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-300italic - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-300italic.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-regular - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-italic - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-italic.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500italic - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-500italic.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-500italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-600 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-600italic - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-600italic.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700italic - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../fonts/montserrat-v15-latin_cyrillic-700italic.woff2") format("woff2"), url("../fonts/montserrat-v15-latin_cyrillic-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body, html {
  height: 100%;
  letter-spacing: -0.03em;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #091336;
  letter-spacing: -0.03em;
  background: #F8F9FC;
  display: flex;
  flex-direction: column;
}

body::-webkit-scrollbar-track {
  background-color: rgba(45, 45, 45, 0.2);
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-thumb {
  background-color: #C27C36;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.start-page {
  flex: 1 1 auto;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  padding: 0 15px;
}

.sites {
  display: flex;
  flex-wrap: wrap;
  margin: auto -15px;
  position: relative;
}

.sites__item {
  flex: 0 0 auto;
  width: 50%;
  margin: 15px 0;
  padding: 0 15px;
  max-width: 100%;
}

.sites__box {
  background: #FFFFFF;
  box-shadow: 0 0 20px rgba(39, 39, 39, 0.3);
  border-radius: 10px;
  height: 340px;
  display: flex;
  flex-direction: column;
}

.sites__box:hover {
  box-shadow: 0 0 10px rgba(39, 39, 39, 0.3);
}

.sites__box:hover .sites__box-name {
  color: #152B75;
}

.sites__box--refinish:hover,
.sites__box--care:hover {
  transform: translateY(5px);
}

.sites__box--construction:hover,
.sites__box--wood:hover {
  transform: translateY(-5px);
}

.sites__box-name {
  color: #272727;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px;
  transition: color .2s ease-in-out;
}

.sites__box-desc {
  font-size: 14px;
  color: #272727;
  line-height: 17px;
  margin-top: 5px;
}

.sites__box-body {
  padding: 0 30px;
}

.sites__box-img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sites__box--construction,
.sites__box--wood {
  border-top: 30px solid transparent;
}

.sites__box--construction .sites__box-img-wrap,
.sites__box--wood .sites__box-img-wrap {
  padding-bottom: 5px;
  border-bottom: 4px solid transparent;
}

.sites__box--construction .sites__box-body,
.sites__box--wood .sites__box-body {
  padding-top: 10px;
}

.sites__box--care,
.sites__box--refinish {
  border-bottom: 30px solid transparent;
  justify-content: flex-end;
}

.sites__box--care .sites__box-body,
.sites__box--refinish .sites__box-body {
  padding-bottom: 10px;
}

.sites__box--care .sites__box-img-wrap,
.sites__box--refinish .sites__box-img-wrap {
  padding-top: 5px;
  border-top: 4px solid transparent;
}

.sites__box--construction .sites__box-img-wrap,
.sites__box--construction {
  border-color: #C27C36;
}

.sites__box--wood .sites__box-img-wrap,
.sites__box--wood {
  border-color: #008B45;
}

.sites__box--care .sites__box-img-wrap,
.sites__box--care {
  border-color: #FEE235;
}

.sites__box--refinish .sites__box-img-wrap,
.sites__box--refinish {
  border-color: #EB0606;
}

.sites__box-logo {
  max-width: 100%;
  height: auto;
}

.sites__box--right .sites__box-body {
  text-align: right;
}

.sites__logo {
  display: flex;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: 172px / 76px;
  width: 354px;
  height: 152px;
  background: #F8F9FC;
  box-shadow: inset 0 0 20px rgba(39, 39, 39, 0.3);
}

.sites__logo img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.header {
  padding: 30px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #152B75;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.header__phone {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header__contact-link {
  display: flex;
  align-items: center;
  color: #152B75;
  margin: 0 15px;
}

.header__contact-icon {
  margin-right: 10px;
}

.header__phone-btn {
  display: inline-flex;
  color: #152B75;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.header__phone-btn .icon-svg {
  margin: auto;
}

.header__phone-drop {
  top: 100%;
  width: 100%;
  background-color: #eaecf3;
  max-width: 210px;
  border: 0;
}

.header__phone-drop-item {
  display: block;
  text-align: center;
  white-space: nowrap;
  color: #152B75;
  padding: 5px 10px;
}

.icon-svg {
  flex-shrink: 0;
  line-height: 1;
}

.header__lang {
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: 30px;
  list-style: none;
}

.header__lang-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #152B75;
  width: 35px;
  height: 30px;
  border: 1px solid #EAECF3;
  text-decoration: none;
}

.header__lang-link--active, .header__lang-link:hover {
  color: #152B75;
  background-color: #EAECF3;
}

.header__lang-item:last-child .header__lang-link {
  border-radius: 0 2px 2px 0;
  border-left: 0;
}

.header__lang-item:first-child .header__lang-link {
  border-radius: 2px 0 0 2px;
  border-right: 0;
}

.social-menu {
  border: 1px solid #EAECF3;
  border-radius: 2px;
  position: fixed;
  right: 0;
  top: 20%;
  padding: 0;
  background-color: #fff;
}

.social-menu__link {
  display: flex;
  color: #515666;
  width: 28px;
  height: 28px;
}

.social-menu__icon {
  transition: opacity .2s ease-in-out;
  width: 16px;
  height: 16px;
  margin: auto;
  opacity: 0.4;
}

.social-menu__link:hover .social-menu__icon {
  opacity: 1;
}

@media (max-width: 1199px) {
  body {
    -webkit-tap-highlight-color: initial;
  }
}

@media (min-width: 861px) {
  .social-menu__item + .social-menu__item {
    border-top: 1px solid #EAECF3;
  }
}

@media (max-width: 860px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .start-page {
    padding-bottom: 40px;
  }
  .sites {
    margin-top: 0;
  }
  .sites__box-name {
    font-size: 14px;
  }
  .sites__box-desc {
    font-size: 12px;
  }
  .sites__box-logo {
    max-width: 150px;
    width: 100%;
  }
  .sites__box-img {
    height: 100px;
  }
  .sites__box {
    height: 280px;
  }
  .sites__logo {
    border-radius: 140px / 55px;
    width: 280px;
    height: 110px;
    padding: 15px;
  }
  .social-menu {
    top: auto;
    width: 100%;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .social-menu__item {
    flex-grow: 1;
  }
  .social-menu__link {
    width: 100%;
  }
  .social-menu__item + .social-menu__item {
    border-left: 1px solid #EAECF3;
  }
}

@media (max-width: 575px) {
  .start-page {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sites__box-img {
    height: 70px;
  }
  .sites__box-body {
    padding: 0 5px;
  }
  .sites__box {
    height: 290px;
    box-shadow: 0 0 4px rgba(39, 39, 39, 0.3);
    border-width: 20px;
  }
  .sites__box-desc {
    font-size: 11px;
  }
  .sites__logo {
    border-radius: 125px / 50px;
    width: 250px;
    height: 100px;
    padding: 7px;
  }
  .sites {
    margin-right: -3px;
    margin-left: -3px;
  }
  .sites__item {
    padding: 0 3px;
    margin: 3px 0;
  }
}

@media (max-width: 330px) {
  .sites__box {
    height: 300px;
  }
}

