@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: 1550px;
  margin: 0 auto;
  padding: 0 15px;
}

@font-face {
  font-weight: 300;
  font-family: "SF Pro Display";
  font-style: normal;
  src: url("../fonts/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light.woff") format("woff"), url("../fonts/SFProDisplay-Light.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-weight: 400;
  font-family: "SF Pro Display";
  font-style: normal;
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-weight: 500;
  font-family: "SF Pro Display";
  font-style: normal;
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SFProDisplay-Medium.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-weight: 700;
  font-family: "SF Pro Display";
  font-style: normal;
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("ttf");
  font-display: swap;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentcolor;
}

.list-reset {
  list-style: none;
}

.page {
  height: 100%;
}

.page__body {
  height: 100%;
  min-height: 100%;
  color: #282828;
  background-color: #fff;
  font-weight: 400;
  font-family: "SF Pro Display", sans-serif;
  line-height: 1.4;
  font-size: 18px;
}

.page__body--is-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;
}

.image {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  text-decoration: none;
}

.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;
}

.content > *:not(:last-child) {
  margin-bottom: 15px;
}

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

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

.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: 238px;
  text-decoration: none;
}

.logo__img {
  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;
  list-style: none;
}

.menu li:not(:last-child) {
  margin-right: 40px;
}

.menu a {
  text-decoration: none;
}

.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;
  width: 100%;
  max-width: 350px;
  padding: 10px;
  color: #282828;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
  min-height: 74px;
}

.button:hover:not(:disabled) {
  color: #fff;
  background-color: #282828;
}

.button:disabled {
  cursor: default;
  opacity: 0.6;
}

.button--accent {
  color: #fff;
  background-color: #1d58af;
}

.title {
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 20px;
}

.title--color-accent {
  color: #1d58af;
}

.section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section--small-top {
  padding-top: 80px;
}

.section--small-bottom {
  padding-bottom: 80px;
}

.section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 450px;
}

.section__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 1070px;
}

.type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.type__info {
  width: 100%;
}

.type__img {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding-bottom: 41.1%;
  background-color: #fff;
  margin-bottom: 50px;
}

.type__img 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;
}

.type__title {
  font-weight: 700;
  line-height: 1.3;
  font-size: 30px;
  margin-bottom: 30px;
}

.type__desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}

.type__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -50px;
}

.type__row > * {
  width: 100%;
  max-width: 420px;
  margin-right: 30px;
  margin-bottom: 50px;
}

.type__row > *:last-child {
  margin-right: 0;
}

.type__subtitle {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  font-size: 24px;
}

.type__list {
  color: rgba(255, 255, 255, 0.8);
  list-style: disc;
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
  margin-bottom: 50px;
}

.accordion.active .accordion__top::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAyOSAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTQuNUwyOSAxNC41IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__top {
  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;
  padding-bottom: 40px;
  padding-top: 40px;
}

.accordion__top span {
  margin-right: 30px;
  font-weight: 700;
  opacity: 0.8;
  font-size: 20px;
}

.accordion__top::after {
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAyOSAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjUgMFYyOSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0wIDE0LjVMMjkgMTQuNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: 100% 100%;
  -webkit-transition: background-image 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: background-image 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: background-image 0.3s ease-out, transform 0.3s ease-out;
  transition: background-image 0.3s ease-out, transform 0.3s ease-out;
  transition: background-image 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  content: "";
  width: 30px;
  height: 30px;
}

.accordion__body-content {
  padding-left: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.btn-up {
  position: fixed;
  z-index: 10;
  display: block;
  text-decoration: none;
  background: url("../img/icons/up.svg") center/100% 100% no-repeat;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  width: 50px;
  height: 50px;
  right: 40px;
  bottom: 40px;
}

.btn-up.show {
  visibility: visible;
  opacity: 1;
}

.modal {
  background-color: rgba(25, 25, 25, 0.89);
}

.modal__wrapper {
  padding: 15px;
}

.modal__content {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  text-align: center;
  background-color: #1d58af;
  padding-top: 75px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  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: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjUgMUwxIDEyLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMSAxTDEyLjUgMTIuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

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

.modal__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
}

.modal__text {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.8);
}

.modal__input {
  margin-bottom: 20px;
}

.modal__btn {
  max-width: 100%;
}

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

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

.input__box {
  position: relative;
}

.input__control {
  width: 100%;
  resize: none;
  padding: 10px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  min-height: 74px;
  font-size: 18px;
}

.input__control:focus::-webkit-input-placeholder {
  color: transparent;
}

.input__control:focus::-moz-placeholder {
  color: transparent;
}

.input__control:focus:-ms-input-placeholder {
  color: transparent;
}

.input__control:focus::-ms-input-placeholder {
  color: transparent;
}

.input__control:focus::placeholder {
  color: transparent;
}

.input__control::-webkit-input-placeholder {
  color: #fff;
}

.input__control::-moz-placeholder {
  color: #fff;
}

.input__control:-ms-input-placeholder {
  color: #fff;
}

.input__control::-ms-input-placeholder {
  color: #fff;
}

.input__control::placeholder {
  color: #fff;
}

.input__control:disabled {
  opacity: 0.5;
}

.input__control--view-btn {
  padding-right: 40px;
}

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

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

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

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -20px;
  margin-left: -15px;
}

.form__row > * {
  width: calc(50% - 30px);
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
}

.form__field {
  margin-bottom: 20px;
}

.socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.socials__item:not(:last-child) {
  margin-right: 20px;
}

.socials__link {
  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: 34px;
  height: 34px;
}

.socials__link img {
  width: 100%;
  height: 100%;
}

.header {
  color: #9d9d9d;
  line-height: 1.2;
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.header__logo {
  margin-right: 40px;
  max-width: 238px;
}

.header__phone {
  font-weight: 500;
  text-decoration: none;
}

.header__request {
  max-width: 300px;
  max-width: 300px;
}

.header__burger {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTBMMjEgMTAiIHN0cm9rZT0iIzFENThBRiIvPgo8cGF0aCBkPSJNMCA2TDIxIDYiIHN0cm9rZT0iIzFENThBRiIvPgo8cGF0aCBkPSJNMCAxNEwyMSAxNCIgc3Ryb2tlPSIjMUQ1OEFGIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
}

.header__nav {
  margin-left: auto;
}

.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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 88, 175, 0.9)), to(rgba(29, 88, 175, 0.9))), url("../img/hero-bg.jpg") center/cover no-repeat;
  background: -o-linear-gradient(bottom, rgba(29, 88, 175, 0.9), rgba(29, 88, 175, 0.9)), url("../img/hero-bg.jpg") center/cover no-repeat;
  background: linear-gradient(0deg, rgba(29, 88, 175, 0.9), rgba(29, 88, 175, 0.9)), url("../img/hero-bg.jpg") center/cover no-repeat;
  background-blend-mode: multiply, normal;
  min-height: 800px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero__info {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero__title {
  width: 100%;
  font-weight: 700;
  line-height: 1.2;
  font-size: 60px;
  margin-bottom: 30px;
  max-width: 1070px;
}

.hero__text {
  width: 100%;
  margin-bottom: 60px;
  line-height: 1.2;
  font-size: 36px;
  margin-bottom: 60px;
  max-width: 750px;
}

.about {
  position: relative;
}

.about::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 90%;
  padding-bottom: 62%;
  background: url("../img/about-bg.png") center/contain no-repeat;
  content: "";
}

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

.about__numbers {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 420px;
  margin-right: 30px;
}

.about__info {
  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;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
}

.about__main-text {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.3;
}

.about__content {
  margin-bottom: 20px;
}

.about__clients {
  margin-top: auto;
}

.about-numbers {
  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;
  list-style: none;
  margin-bottom: -50px;
}

.about-numbers__item {
  width: 100%;
  max-width: 185px;
  color: #5f5f5f;
  line-height: 1.3;
  margin-bottom: 50px;
}

.about-numbers__item span {
  display: block;
  color: #1d58af;
  font-weight: 300;
  font-size: 64px;
}

.about-clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -14px;
  margin-bottom: -10px;
  margin-left: -14px;
  list-style: none;
}

.about-clients__item {
  position: relative;
  width: calc(20% - 28px);
  margin-right: 14px;
  margin-bottom: 10px;
  margin-left: 14px;
  padding-bottom: calc(20% - 28px - 7px);
  overflow: hidden;
  background-color: #fff;
  border: 3px solid #1d58af;
  border-radius: 50%;
}

.about-clients__item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.types {
  color: #fff;
  background-color: #1d58af;
}

.types__subtitle {
  margin-bottom: 90px;
  font-weight: 500;
  line-height: 1.3;
  font-size: 36px;
  margin-bottom: 90px;
}

.types__list {
  list-style: none;
}

.types__item:not(:last-child) {
  margin-bottom: 160px;
}

.faq {
  background-color: #f8f8f8;
}

.faq__item {
  border-bottom: 1px solid #cdcdcd;
}

.faq__item:first-child {
  border-top: 1px solid #cdcdcd;
}

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

.contacts__info {
  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%;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 30px;
}

.contacts__logo {
  margin-bottom: 30px;
  max-width: 238px;
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -25px;
}

.contacts__col {
  width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  color: #9d9d9d;
  margin-bottom: 25px;
}

.contacts__col--2 {
  width: calc(50% - 30px);
}

.contacts__subtitle {
  margin-bottom: 20px;
  color: #282828;
  font-weight: 700;
  line-height: 1.82;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
}

.contacts__list {
  line-height: 1.7;
  list-style: none;
}

.contacts__list a {
  text-decoration: none;
}

.contacts__policy {
  display: inline-block;
  margin-top: 10px;
  color: #9d9d9d;
  line-height: 1.7;
}

.contacts__calc {
  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: 50%;
  padding: 60px 0;
  padding-left: 140px;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 140px;
}

.contacts__calc::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50vw;
  height: 100%;
  background-color: #1d58af;
  content: "";
}

.contacts__title {
  font-weight: 400;
  line-height: 1.2;
  font-size: 30px;
  margin-bottom: 40px;
}

.footer__map {
  position: relative;
  width: 100%;
  height: 637px;
}

.footer__map > div {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__map > div iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.services {
  counter-reset: services-list;
}

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

.services__list {
  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;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  margin-right: 30px;
  list-style: none;
  margin-bottom: -50px;
}

.services__list:nth-child(even) {
  max-width: 620px;
  margin-right: 0;
  margin-left: auto;
}

.services__item {
  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;
  margin-bottom: 50px;
}

.services__item::before {
  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;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
  background-color: #1d58af;
  border-radius: 50%;
  content: counter(services-list);
  counter-increment: services-list;
  font-size: 30px;
  width: 80px;
  height: 80px;
}

.services__item p {
  max-width: 280px;
}

@media only screen and (max-width: 1599.98px) {
  .about__main-text {
    max-width: 472px;
    font-size: 26px;
  }
}

@media (max-width: 1550px) {
  .page__body {
    font-size: calc(
    14px + 4 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .button {
    min-height: calc(
    56px + 18 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .title {
    font-size: calc(
    14px + 6 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .section {
    padding-top: calc(
    40px + 120 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .section {
    padding-bottom: calc(
    40px + 120 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .section--small-top {
    padding-top: calc(
    30px + 50 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .section--small-bottom {
    padding-bottom: calc(
    30px + 50 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .type__img {
    margin-bottom: calc(
    30px + 20 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .type__title {
    font-size: calc(
    18px + 12 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .type__title {
    margin-bottom: calc(
    20px + 10 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .type__desc {
    margin-bottom: calc(
    20px + 10 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .type__row {
    margin-bottom: calc(
    -30px + -20 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .type__row > * {
    margin-bottom: calc(
    30px + 20 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .type__subtitle {
    margin-bottom: calc(
    20px + 10 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .type__subtitle {
    font-size: calc(
    16px + 8 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .type__list {
    margin-bottom: calc(
    30px + 20 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .accordion__top {
    padding-bottom: calc(
    20px + 20 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .accordion__top {
    padding-top: calc(
    20px + 20 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .accordion__top span {
    font-size: calc(
    14px + 6 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .accordion__top::after {
    width: calc(
    23px + 7 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .accordion__top::after {
    height: calc(
    23px + 7 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .accordion__body-content {
    padding-bottom: calc(
    20px + 20 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .accordion__body-content {
    padding-right: calc(
    1px + 39 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .btn-up {
    width: calc(
    40px + 10 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .btn-up {
    height: calc(
    40px + 10 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .btn-up {
    right: calc(
    20px + 20 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .btn-up {
    bottom: calc(
    20px + 20 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .modal__content {
    padding-top: calc(
    40px + 35 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .modal__content {
    padding-left: calc(
    15px + 35 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .modal__content {
    padding-right: calc(
    15px + 35 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .modal__content {
    padding-bottom: calc(
    15px + 35 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .modal__title {
    font-size: calc(
    18px + 12 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .input__control {
    min-height: calc(
    56px + 18 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .input__control {
    font-size: calc(
    14px + 4 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .header {
    font-size: calc(
    14px + 6 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .header {
    padding-top: calc(
    10px + 15 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .header {
    padding-bottom: calc(
    10px + 15 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .header__logo {
    max-width: calc(
    96px + 142 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .header__request {
    max-width: calc(
    200px + 100 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .header__burger {
    width: calc(
    20px + 30 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .header__burger {
    height: calc(
    20px + 30 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .hero {
    min-height: calc(
    344px + 456 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .hero {
    padding-top: calc(
    72px + 28 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .hero {
    padding-bottom: calc(
    72px + 28 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .hero__title {
    font-size: calc(
    22px + 38 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .hero__title {
    margin-bottom: calc(
    20px + 10 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .hero__title {
    max-width: calc(
    227px + 843 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .hero__text {
    font-size: calc(
    14px + 22 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .hero__text {
    margin-bottom: calc(
    20px + 40 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .hero__text {
    max-width: calc(
    320px + 430 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .about-numbers {
    margin-bottom: calc(
    -25px + -25 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .about-numbers__item {
    margin-bottom: calc(
    25px + 25 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .about-numbers__item span {
    font-size: calc(
    40px + 24 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .types__subtitle {
    font-size: calc(
    18px + 18 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .types__subtitle {
    margin-bottom: calc(
    30px + 60 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .types__item:not(:last-child) {
    margin-bottom: calc(
    40px + 120 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .contacts__info {
    padding-top: calc(
    40px + 20 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .contacts__info {
    padding-bottom: calc(
    40px + 20 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .contacts__info {
    padding-right: calc(
    1px + 29 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .contacts__logo {
    max-width: calc(
    164px + 74 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .contacts__row {
    margin-bottom: calc(
    -40px + 15 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .contacts__col {
    margin-bottom: calc(
    40px + -15 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .contacts__subtitle {
    font-size: calc(
    13px + -2 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .contacts__calc {
    padding-top: calc(
    30px + 30 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .contacts__calc {
    padding-bottom: calc(
    30px + 30 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .contacts__calc {
    padding-left: calc(
    1px + 139 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .contacts__title {
    font-size: calc(
    18px + 12 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .contacts__title {
    margin-bottom: calc(
    20px + 20 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .footer__map {
    height: calc(
    370px + 267 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .services__list {
    margin-bottom: calc(
    -20px + -30 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .services__item {
    margin-bottom: calc(
    20px + 30 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .services__item::before {
    font-size: calc(
    20px + 10 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .services__item::before {
    width: calc(
    50px + 30 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .services__item::before {
    height: calc(
    50px + 30 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }
}

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

  .header__group {
    -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;
  }

  .header__logo {
    margin-right: 0;
    margin-bottom: 10px;
  }

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

@media (max-width: 1300px) {
  .about__main-text {
    max-width: 395px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .menu li:not(:last-child) {
    margin-right: 20px;
  }

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

  .section__title {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section__main {
    max-width: 100%;
    padding-left: 150px;
  }

  .header__group {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .section__title {
    margin-bottom: 30px;
  }

  .section__main {
    max-width: 100%;
    padding-left: 0;
  }

  .header__request {
    display: none;
  }

  .about::before {
    height: calc(100% - 125px);
    background: url("../img/about-bg.png") center/cover no-repeat;
  }

  .about-clients__item {
    width: 100px;
    height: 100px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991.98px) and (max-width: 1550px) {
  .about-clients__item {
    width: calc(
    76px + 24 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .about-clients__item {
    height: calc(
    76px + 24 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }
}

@media only screen and (max-width: 991.98px) and (max-width: 320px) {
  .about-clients__item {
    width: 76px;
  }

  .about-clients__item {
    height: 76px;
  }
}

@media only screen and (max-width: 767.98px) {
  .nav {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 15;
    width: 140px;
    color: #fff;
    background-color: #1d58af;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    text-align: center;
  }

  .menu li:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid #608ac7;
  }

  .menu li {
    width: 100%;
  }

  .menu a {
    display: block;
    width: 100%;
    padding: 10px 5px;
  }

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

  .type__row > * {
    max-width: 100%;
    margin-right: 0 !important;
  }

  .header__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }

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

  .about__numbers {
    max-width: 100%;
  }

  .about__info {
    max-width: 100%;
    margin-top: 30px;
  }

  .about__main-text {
    max-width: 100%;
    font-size: 18px;
  }

  .about-numbers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-numbers__item {
    width: 48%;
    max-width: 100%;
  }

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

  .contacts__info {
    width: 100%;
  }

  .contacts__calc {
    width: 100%;
    padding-left: 0 !important;
  }

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

  .services__item {
    max-width: 100%;
  }

  .services__item p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575.98px) {
  .container {
    padding: 0 20px;
  }

  .about-clients__item {
    width: 100px;
    height: 100px;
  }

  .contacts__row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .contacts__col {
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }

  .contacts__col--2 {
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }

  .contacts__col--socials {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .services__list:nth-child(even) {
    margin-top: 50px;
  }

  .services__list {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 575.98px) and (max-width: 1550px) {
  .about-clients__item {
    width: calc(
    76px + 24 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .about-clients__item {
    height: calc(
    76px + 24 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }

  .services__list:nth-child(even) {
    margin-top: calc(
    20px + 30 *
      (
        (100vw - 320px) /
          (
            1550 - 320
          )
      )
  );
  }
}

@media only screen and (max-width: 575.98px) and (max-width: 320px) {
  .about-clients__item {
    width: 76px;
  }

  .about-clients__item {
    height: 76px;
  }

  .services__list:nth-child(even) {
    margin-top: 20px;
  }
}

@media (max-width: 320px) {
  .page__body {
    font-size: 14px;
  }

  .button {
    min-height: 56px;
  }

  .title {
    font-size: 14px;
  }

  .section {
    padding-top: 40px;
  }

  .section {
    padding-bottom: 40px;
  }

  .section--small-top {
    padding-top: 30px;
  }

  .section--small-bottom {
    padding-bottom: 30px;
  }

  .type__img {
    margin-bottom: 30px;
  }

  .type__title {
    font-size: 18px;
  }

  .type__title {
    margin-bottom: 20px;
  }

  .type__desc {
    margin-bottom: 20px;
  }

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

  .type__row > * {
    margin-bottom: 30px;
  }

  .type__subtitle {
    margin-bottom: 20px;
  }

  .type__subtitle {
    font-size: 16px;
  }

  .type__list {
    margin-bottom: 30px;
  }

  .accordion__top {
    padding-bottom: 20px;
  }

  .accordion__top {
    padding-top: 20px;
  }

  .accordion__top span {
    font-size: 14px;
  }

  .accordion__top::after {
    width: 23px;
  }

  .accordion__top::after {
    height: 23px;
  }

  .accordion__body-content {
    padding-bottom: 20px;
  }

  .accordion__body-content {
    padding-right: 1px;
  }

  .btn-up {
    width: 40px;
  }

  .btn-up {
    height: 40px;
  }

  .btn-up {
    right: 20px;
  }

  .btn-up {
    bottom: 20px;
  }

  .modal__content {
    padding-top: 40px;
  }

  .modal__content {
    padding-left: 15px;
  }

  .modal__content {
    padding-right: 15px;
  }

  .modal__content {
    padding-bottom: 15px;
  }

  .modal__title {
    font-size: 18px;
  }

  .input__control {
    min-height: 56px;
  }

  .input__control {
    font-size: 14px;
  }

  .header {
    font-size: 14px;
  }

  .header {
    padding-top: 10px;
  }

  .header {
    padding-bottom: 10px;
  }

  .header__logo {
    max-width: 96px;
  }

  .header__request {
    max-width: 200px;
  }

  .header__burger {
    width: 20px;
  }

  .header__burger {
    height: 20px;
  }

  .hero {
    min-height: 344px;
  }

  .hero {
    padding-top: 72px;
  }

  .hero {
    padding-bottom: 72px;
  }

  .hero__title {
    font-size: 22px;
  }

  .hero__title {
    margin-bottom: 20px;
  }

  .hero__title {
    max-width: 227px;
  }

  .hero__text {
    font-size: 14px;
  }

  .hero__text {
    margin-bottom: 20px;
  }

  .hero__text {
    max-width: 320px;
  }

  .about-numbers {
    margin-bottom: -25px;
  }

  .about-numbers__item {
    margin-bottom: 25px;
  }

  .about-numbers__item span {
    font-size: 40px;
  }

  .types__subtitle {
    font-size: 18px;
  }

  .types__subtitle {
    margin-bottom: 30px;
  }

  .types__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .contacts__info {
    padding-top: 40px;
  }

  .contacts__info {
    padding-bottom: 40px;
  }

  .contacts__info {
    padding-right: 1px;
  }

  .contacts__logo {
    max-width: 164px;
  }

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

  .contacts__col {
    margin-bottom: 40px;
  }

  .contacts__subtitle {
    font-size: 13px;
  }

  .contacts__calc {
    padding-top: 30px;
  }

  .contacts__calc {
    padding-bottom: 30px;
  }

  .contacts__calc {
    padding-left: 1px;
  }

  .contacts__title {
    font-size: 18px;
  }

  .contacts__title {
    margin-bottom: 20px;
  }

  .footer__map {
    height: 370px;
  }

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

  .services__item {
    margin-bottom: 20px;
  }

  .services__item::before {
    font-size: 20px;
  }

  .services__item::before {
    width: 50px;
  }

  .services__item::before {
    height: 50px;
  }
}