@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300&family=Playfair+Display:ital@1&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  overflow-x: hidden;
}

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

ul[class],
ol[class] {
  list-style: none;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: .01ms !important;
            animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button {
  outline: none;
}

.wrapper {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.content {
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.bg-blue {
  background-color: #f5fafd;
}

.page-header {
  text-align: center;
  margin-bottom: 40px;
}
.page-header > * {
  font-weight: 300;
}
.page-header > *:not(:last-child) {
  margin-bottom: 10px;
}
.page-header__title {
  font-size: 42px;
}
.page-header__subtitle {
  color: #17252a;
  font-size: 30px;
}
.page-header__descr {
  font-size: 20px;
  color: #25292a;
}

@media all and (max-width: 968px) {
  .page-header__title {
    font-size: 28px;
  }
  .page-header__subtitle {
    font-size: 20px;
  }
  .page-header__descr {
    font-size: 16px;
  }
}

footer {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #000000;
}
.header-row {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 40px;
  padding: 0 15px;
}
.header-column > *:not(:last-child) {
  margin-right: 20px;
}
.header-column__link {
  color: #cccccc;
  text-decoration: none;
  transition: all .2s linear;
}
.header-column__link--social {
  font-size: 20px;
}
.header-column__link > *:not(:last-child) {
  margin-right: 5px;
}
.header-column__link:hover {
  color: #ffffff;
}

.header-fixed {
  background-color: #ffffff;
  width: 100%;
}
.header-fixed.fixed {
  top: 0;
  position: fixed;
  z-index: 100;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
}
.header-fixed--active {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  min-height: 81px;
  height: 81px;
  max-height: 81px;
  margin: 0;
  float: none;
  position: relative;
  inset: 0;
}
.header-fixed--active.active {
  display: -webkit-flex;
  display:         flex;
}
.header-fixed-row {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 80px;
  padding: 0 15px;
}
.header-fixed-nav {
  display: -webkit-flex;
  display:         flex;
  height: 80px;
}
.header-fixed-nav--header,
.header-fixed-nav--social {
  display: none;
}
.header-fixed-column--logo i {
  display: none;
}
.header-fixed-column__link {
  padding: 0 15px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-image: linear-gradient(to top, transparent, transparent 50%, #03a9f4 50%, #03a9f4);
  background-position: 0 -100%;
  background-size: 100% 200%;
  transition: all .2s ease-in;
  height: 100%;
}
.header-fixed-column__link span {
  margin-right: 5px;
}
.header-fixed-column__link i {
  transition: all .2s linear;
}
.header-fixed-column__link:hover,
.header-fixed-column__link.active {
  color: #ffffff;
  background-position: 0 0;
}
.header-fixed-column__link:hover i,
.header-fixed-column__link.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-fixed-column__image,
.header-fixed-column__image--no-resize {
  height: 65px;
}
.header-fixed-dropdown {
  position: relative;
  height: 100%;
}
.header-fixed-dropdown__items {
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
  left: 0;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .04);
  display: none;
  width: 100%;
}
.header-fixed-dropdown__item {
  transition: all .3s linear;
  
  cursor: pointer;
}
.header-fixed-dropdown__item:not(:last-child) {
  border-bottom: 1px solid rgba(128, 128, 128, .2);
}
.header-fixed-dropdown__item:hover,
.header-fixed-dropdown__item.active{
  background-color: #03a9f4;
}
.header-fixed-dropdown__item:hover > a,
.header-fixed-dropdown__item.active > a{
  color: #ffffff;
}
.header-fixed-dropdown__link {
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  padding: 10px 20px;
  display: block;
}

@media all and (max-width: 950px) {
  .header-column > *:not(:last-child) {
    margin-right: 15px;
  }
  .header-column__link {
    font-size: 13px;
  }
  .header-column__link--social {
    font-size: 18px;
  }
  .header-fixed-row,
  .header-fixed-nav {
    height: 60px;
  }
  .header-fixed-column__link {
    padding: 0 10px;
    font-size: 12px;
  }
  .header-fixed-column__image {
    height: 50px;
  }
}

@media all and (max-width: 768px) {
  .header {
    display: none;
  }
  .header-fixed-row {
    overflow: hidden;
  }
  .header-fixed-column--nav {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, .5);
  }
  .header-fixed-column--logo {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
    -webkit-align-items: center;
            align-items: center;
  }
  .header-fixed-column--logo i {
    display: block;
    font-size: 24px;
    cursor: pointer;
    opacity: .8;
    transition: all .3s linear;
  }
  .header-fixed-column--logo i:hover {
    opacity: 1;
  }
  .header-fixed-column__link {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding-left: 30px;
    color: #ffffff;
    border-bottom: 1px solid #03a9f4;
  }
  .header-fixed-column__link i {
    display: none;
  }
  .header-fixed-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
    -webkit-flex-direction: column;
            flex-direction: column;
    min-height: 640px;
    height: 100%;
    z-index: 10;
    background-color: #222b34;
  }
  .header-fixed-nav--social {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 20px;
  }
  .header-fixed-nav--social a {
    font-size: 24px;
  }
  .header-fixed-nav--social a:not(:last-child) {
    margin-right: 15px;
  }
  .header-fixed-nav--header {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 10px;
  }
  .header-fixed-nav--header i {
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    opacity: .5;
    transition: all .3s linear;
  }
  .header-fixed-nav--header i:hover {
    opacity: 1;
  }
}

.top-block {
  background-image: url("../images/general/bg.jpg");
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 35.401041666667% 17.25%;
  padding: 180px 15px;
  height: auto;
  color: #ffffff;
  position: relative;
}
.top-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
}
.top-block__content {
  max-width: 61%;
  position: relative;
}
.top-block__title {
  font-size: 54px;
  margin-bottom: 20px;
}
.top-block__descr {
  font-size: 20px;
  font-weight: 300;
}
.top-block__link {
  padding: 15px 30px;
  background-color: #03a9f4;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 56px;
  border: 2px solid #03a9f4;
  color: #ffffff;
  transition: all .3s linear;
  white-space: nowrap;
  margin-top: 15px;
}
.top-block__link:hover {
  background-color: #026e9f;
  border-color: #026e9f;
}
.top-block__link--white {
  border-color: white;
  background-color: transparent;
}
.top-block__link--white:hover {
  border-color: white;
  background-color: rgba(255, 255, 255, .2);
}
.top-block__link:not(:last-child) {
  margin-right: 15px;
}
.top-block__links {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media all and (max-width: 568px) {
  .top-block__content {
    max-width: 100%;
  }
}

.advantage {
  padding: 80px 15px;
}
.advantage-item {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  width: calc(100% / 4);
}
.advantage-item__icon {
  width: 82px;
  height: 82px;
  border: 2px solid #03a9f4;
  border-radius: 9px;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  transition: all .3s ease-in-out;
}
.advantage-item__icon:hover {
  background-color: #03a9f4;
}
.advantage-item__icon:hover i {
  color: #ffffff;
}
.advantage-item__icon i {
  font-size: 40px;
  color: #03a9f4;
  transition: all .3s linear;
}
.advantage-item__descr {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.advantage-items {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media all and (max-width: 968px) {
  .advantage-item__icon {
    width: 75px;
    height: 75px;
  }
  .advantage-item__descr {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .advantage-item {
    width: calc(100% / 2);
  }
  .advantage-item__descr {
    font-size: 14px;
  }
}

.company {
  padding: 80px 15px 0 15px;
}
.company__links {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.company__link {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 24px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: #03a9f4;
  border-radius: 5px;
  border: 2px solid #03a9f4;
  color: #ffffff;
  transition: all .3s linear;
}
.company__link:hover {
  background-color: #026e9f;
  border-color: #026e9f;
}
.company__image {
  border-radius: 5px 5px 0 0;
  box-shadow: 0 10px 30px 2px rgba(49, 52, 57, .15);
  width: 30%;
}
.company__image--left {
  -webkit-transform: translateX(10%) translateY(0%);
          transform: translateX(10%) translateY(0%);
}
.company__image--center {
  width: 40%;
  max-height: 280px;
  z-index: 2;
}
.company__image--right {
  -webkit-transform: translateX(-10%) translateY(0%);
          transform: translateX(-10%) translateY(0%);
}
.company__images {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.review {
  padding: 80px 15px;
}
.review-item {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% / 3);
  padding: 0 20px;
  color: #46707f;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.review-item > *:not(:last-child) {
  margin-bottom: 15px;
}
.review-item__image {
  border-radius: 50%;
  overflow: hidden;
}
.review-item__name {
  color: #17252a;
  font-weight: 600;
  font-size: 18px;
}
.review-item__icon {
  color: #03a9f4;
  font-size: 24px;
}
.review-item__date {
  font-style: italic;
}
.review-items {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media all and (max-width: 768px) {
  .review-item {
    margin-top: 40px;
    width: 100%;
  }
}

.thanks {
  padding: 80px 15px;
}
.thanks-item {
  margin: 10px 15px;
}
.thanks-items {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.thanks-item__image {
  max-height: 450px;
}

.banner {
  background-image: linear-gradient(90deg, rgba(106, 17, 203, .8) 0%, rgba(37, 117, 252, .8) 100%);
  padding: 40px 15px;
}
.banner-item {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.banner-title {
  font-size: 42px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}
.banner-link {
  padding: 15px 30px;
  background-color: #f79007;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: all .3s linear;
}
.banner-link--blue {
  background-color: #03a9f4;
}
.banner-link:hover {
  opacity: .8;
}

.callback {
  padding: 150px 15px;
  background-image: url("../images/general/callback.jpg");
  background-position: top left;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  position: relative;
}
.callback::before {
  content: "";
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.callback-field {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.callback-field:not(:last-child) {
  margin-bottom: 15px;
}
.callback-field--required::after {
  content: "*";
  color: red;
  margin-left: 2px;
}
.callback-field input,
.callback-field textarea {
  padding: 5px;
  border-radius: 5px;
  border: none;
  border-top: 1px solid #03a9f4;
  border-left: 1px solid #03a9f4;
  border-right: 1px solid #03a9f4;
  border-bottom: 3px solid #03a9f4;
}
.callback-field label {
  margin-bottom: 3px;
}
.callback-field__button {
  margin-top: 10px;
}
.callback-field__button button {
  cursor: pointer;
  border: none;
  float: right;
}
.callback-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.callback-left {
  background-color: #03a9f4;
  width: 30%;
  padding: 25px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px 0 0 5px;
}
.callback-left > *:not(:last-child) {
  margin-bottom: 30px;
}
.callback-left__title {
  font-size: 20px;
  text-transform: uppercase;
}
.callback-left__icon {
  font-size: 40px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  padding: 15px;
}
.callback-left__descr {
  font-size: 18px;
}
.callback-right {
  width: 50%;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 0 5px 5px 0;
}
.callback-social {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.callback-social__link {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: opacity .3s linear;
}
.callback-social__link:hover {
  opacity: .6;
}
.callback-social__link:not(:last-child) {
  margin-right: 15px;
}

@media all and (max-width: 992px) {
  .banner-title {
    font-size: 38px;
  }
}

@media all and (max-width: 798px) {
  .banner-item {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .banner-link {
    margin-top: 15px;
  }
  .callback-left,
  .callback-right {
    width: 60%;
  }
  .callback-left {
    border-radius: 5px 5px 0 0;
  }
  .callback-right {
    border-radius: 0 0 5px 5px;
  }
}

.additional-pages .page-header{
 padding-top: 60px;
 padding-bottom: 40px;
 margin-bottom: 0;
}

.additional-pages .header-column__icon {
  color: #03a9f4 !important
}

.additional-pages__quest:not(:first-child) {
  margin-top: 30px;
}

.additional-pages__quest-title {
  display: flex;
  align-items: center;
}

.additional-pages__quest i{
  color: #03a9f4;
  font-size: 24px;
  margin-right: 10px;
}

.additional-pages__list li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  margin-top: 15px;
  margin-left: 20px;

}

.additional-pages__list--no-list-style li {
  padding-left: 0;
}

.additional-pages__list--no-list-style li::before {
  display: none;
}

.additional-pages__list li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  margin-left: -18px;
  margin-top: 1px;
  color: #03a9f4;
}

.additional-pages__quest-descr {
  margin-left: 15px;
}

.additional-pages__quest-descr p {
  margin-top: 10px;
  color: rgb(70, 112, 127);
}


.additional-pages__card {
	 height: 250px;
	 position: relative;
	 width: calc(( 100% - 40px ) / 3);
	 margin: 0 0 20px;
	 display: block;
	 border-radius: 4px;
	 overflow: hidden;
	 color: #fff;
	 display: flex;
	 align-items: center;
	 cursor: pointer;
}
 .additional-pages__cards {
	 display: flex;
	 justify-content: center;
	 flex-wrap: wrap;
	 padding-bottom: 30px;
	 padding-left: 15px;
	 padding-right: 15px;
}
 .additional-pages__card::before {
	 content: '';
	 position: absolute;
	 background-color: rgba(0, 0, 0, .6);
	 width: 100%;
	 height: 100%;
}
 .additional-pages__card-title, .additional-pages__card-descr {
	 position: absolute;
	 text-align: center;
	 width: 100%;
	 top: 75px;
	 padding: 0 5px;
}
 .additional-pages__card-descr {
	 margin-top: 50px;
}
 .additional-pages__card-img {
	 width: 100%;
	 height: 100%;
}
 .additional-pages__card:nth-child(3n-1) {
	 margin-left: 20px;
	 margin-right: 20px;
}
 .additional-pages__card:last-child {
	 margin-right: 0 !important;
}

.additional-pages__house {
  color: #46707f;
  padding-top: 30px;
}
.additional-pages__houses {
  padding: 0 15px;
  padding-bottom: 50px;
}
.additional-pages__house-map {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  height: 150px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.additional-pages__house-map::before {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.additional-pages__house-map__image {
  display: block;
  background-position: center;
  width: 100%;
  height: 100%;
}
.additional-pages__house-map__link {
  position: absolute;
  z-index: 101;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  margin: 0;
  top: calc(50% + 15px);
  left: calc(50% - 81px);
}
.additional-pages__house-map__link i {
  margin-right: 5px;
}
.additional-pages__house-descr {
  padding: 10px 0;
}
.additional-pages__house-title {
  margin-bottom: 20px;
}
.additional-pages__house-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
.additional-pages__house-footer button {
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 0;
}
.additional-pages__house-footer > *:not(:last-child) {
  margin-right: 10px;
}


.additional-pages__footer {
  margin-top: 15px;
}

.additional-pages__footer p{
  text-align: center;
  color: rgb(70, 112, 127);
}

.additional-pages__footer-phone {
  text-align: center;
  padding: 20px 0;
}

.additional-pages__footer a {
  text-decoration: none;
  color: #000; font-size: 18px;
}

.additional-pages__footer a:not(:last-child) {
  margin-right: 30px
}

.additional-pages__footer i {
  margin-right: 10px;
}

 @media all and (max-width: 992px) {
	 .additional-pages__card {
		 width: calc(( 100% - 40px ) / 2);
	}
}
 @media all and (max-width: 652px) {
	 .additional-pages__card {
		 width: 100%;
		 margin-left: 0 !important;
		 margin-right: 0 !important;
	}
}
 
 
@media all and (max-width: 768px ) {
    .header-fixed-nav > * {
        height: 80px;
    }
}
.owl-carousel .owl-item img {
    height: 320px;
    object-fit: cover;
}

