/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body, .advantages__item-title, .partners__info-title, .forms__input, .forms__info, .contacts__info-item {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
}

.consultation__btn, .about__btn, .services__btn, .forms__btn {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
}

.title, .header__subtitle, .consultation__title, .about__title, .services__title, .forms__title {
  font-family: 'Arno Pro', serif;
  font-weight: 400;
}

.header__title {
  font-family: 'Arno Pro', serif;
  font-weight: 800;
}

/*! 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.
 */
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: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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: -0.25em;
}

sup {
  top: -0.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: 0.35em 0.75em 0.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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'Proxima Nova', sans-serif;
  src: url("../fonts/ProximaNova-RegularIt.woff2") format("woff2"), url("../ProximaNova-RegularIt.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova', sans-serif;
  src: url("../ProximaNova-Semibold.woff2") format("woff2"), url("../ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arno Pro;', serif;
  src: url("../AnyConv.com__ofont.ru_Arno Pro.woff2") format("woff2"), url("../AnyConv.com__ofont.ru_Arno Pro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body, .advantages__item-title, .partners__info-title, .forms__input, .forms__info, .contacts__info-item {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
}

.consultation__btn, .about__btn, .services__btn, .forms__btn {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
}

.title, .header__subtitle, .consultation__title, .about__title, .services__title, .forms__title {
  font-family: 'Arno Pro', serif;
  font-weight: 400;
}

.header__title {
  font-family: 'Arno Pro', serif;
  font-weight: 800;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-size: 18px;
  color: #032e4a;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}

.container {
  position: relative;
  max-width: 1255px;
  padding: 0 10px;
  margin: 0 auto;
}

.title {
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.section {
  padding-top: 174px;
}

.header {
  position: relative;
}

.header__top {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #f5f5f5;
  height: 70px;
}

.header__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

.header__content {
  background-image: url("../images/header-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 30%;
  padding: 170px 0 90px;
}

.header__title {
  font-size: 48px;
  line-height: 66px;
}

.header__subtitle {
  font-size: 36px;
  line-height: 43px;
  text-transform: lowercase;
  margin-bottom: 80px;
}

.header__slider-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-bottom: 34px;
}

.header__slider-item {
  max-width: 445px;
  width: 100%;
  background-color: #fff;
  border-radius: 40px;
  padding: 35px 28px;
}

.header__item-title {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
}

.header__item-text {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 30px;
}

.header__item-btn {
  font-size: 14px;
  line-height: 17px;
  color: #032e4a;
  text-transform: uppercase;
  position: relative;
}

.header__item-btn::after {
  position: absolute;
  content: '';
  width: 26px;
  height: 12px;
  background-image: url("../images/header-arow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 2px;
  left: 105px;
}

.header__footer {
  height: 110px;
}

.header__footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
}

.header__footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__btn {
  background-color: #032e4a;
  color: #fff;
  border-radius: 26px;
  text-transform: uppercase;
  padding: 18px 21px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__btn:hover {
  background-color: #005fa3;
}

.header__btn + .header__btn {
  margin-left: 40px;
}

.header__adres {
  margin-left: 50px;
}

.header__time, .header__adres {
  font-weight: 600;
  width: 220px;
  padding-left: 50px;
  position: relative;
}

.header__time::before, .header__adres::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
}

.header__time::before {
  background-image: url("../images/time.svg");
  width: 30px;
  height: 30px;
  top: 8px;
}

.header__adres::before {
  background-image: url("../images/marcer.svg");
  height: 37px;
  width: 25px;
  top: 4px;
}

.menu__btn {
  display: none;
}

.header__top--scroll {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

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

.menu__list-item + .menu__list-item {
  margin-left: 30px;
}

.menu__list-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__list-link:hover {
  color: #005fa3;
}

.menu__list-link--phone {
  padding-left: 35px;
  position: relative;
}

.menu__list-link--phone::before {
  position: absolute;
  content: ' ';
  width: 25px;
  height: 25px;
  background-image: url("../images/phone.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  top: -5;
}

.consultation__slider .slick-arrow {
  position: absolute;
  z-index: 1;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 60px;
  left: calc(50% + 130px);
}

.consultation__slider .slick-next {
  left: calc(50% + 220px);
}

.consultation__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 66px;
  left: calc(50% + 169px);
  max-width: 70px;
}

.consultation__slider .slick-dots button {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}

.consultation__slider .slick-dots li.slick-active button {
  color: #005fa3;
}

.consultation__slider .slick-dots li:not(:first-child)::before {
  position: absolute;
  content: ' / ';
  font-size: 22px;
  font-weight: 600;
  top: 5px;
  left: 22px;
}

.consultation__item {
  position: relative;
}

.consultation__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.consultation__item-img {
  width: 50%;
  height: 690px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.consultation__item-bg {
  width: 50%;
  height: 690px;
  background-color: #e3f7f8;
}

.consultation__item-content {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 257px;
}

.consultation__title {
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  width: 437px;
  margin-bottom: 29px;
}

.consultation__text {
  width: 487px;
  margin-bottom: 71px;
}

.consultation__btn-wrapper {
  text-align: right;
  margin-bottom: 89px;
}

.consultation__btn {
  background-color: #fff;
  border-radius: 26px;
  padding: 16px 45px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 10px;
}

.consultation__btn:hover {
  border: 1px solid #032e4a;
}

.consultation__item-shtamp {
  width: 135px;
  height: 135px;
  position: absolute;
  top: 70px;
  right: 10px;
}

.consultation__item-shtamp img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantages__item {
  width: 290px;
  height: 380px;
  padding: 37px 30px 30px;
  border-radius: 40px;
  background-color: #e3f7f8;
  overflow: hidden;
}

.advantages__img-wrapper {
  width: 87px;
  margin: 0 auto 28px;
}

.advantages__img {
  max-width: 100%;
}

.advantages__item-title {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.advantages__text {
  font-size: 16px;
  line-height: 24px;
}

.about__wrapper {
  position: relative;
}

.about__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__item-img {
  width: 50%;
  height: 690px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about__item-bg {
  width: 50%;
  background-color: #e3f7f8;
}

.about__content {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 150px;
}

.about__title {
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  width: 437px;
  margin-bottom: 29px;
}

.about__text {
  width: 487px;
  margin-bottom: 71px;
  line-height: 27px;
}

.about__btn-wrapper {
  text-align: right;
  margin-bottom: 89px;
}

.about__btn {
  background-color: #fff;
  border-radius: 26px;
  padding: 16px 45px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about__btn:hover {
  border: 1px solid #032e4a;
}

.partners {
  padding: 174px 0;
}

.partners__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partners__info {
  max-width: 479px;
}

.partners__info-title {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.partners__info-text {
  line-height: 27px;
}

.partners__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  max-width: 588px;
  -webkit-box-shadow: 0px 0px 15px rgba(28, 41, 83, 0.15);
          box-shadow: 0px 0px 15px rgba(28, 41, 83, 0.15);
  border-radius: 40px;
  padding: 25px 30px 0;
}

.partners__img-item {
  max-width: 255px;
}

.partners__img-item img {
  max-width: 100%;
}

.services {
  position: relative;
}

.services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.services__item {
  position: absolute;
  padding: 100px 0 65px;
}

.services__item--left {
  left: 0;
}

.services__item--right {
  right: 0;
}

.services__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services__bg--left, .services__bg--right {
  height: 740px;
}

.services__bg--left {
  width: 50%;
  background-color: #fbe0d5;
}

.services__bg--right {
  width: 50%;
  background-color: #e3f7f8;
}

.services__title {
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  width: 437px;
  margin-bottom: 29px;
}

.services__list {
  margin-bottom: 60px;
  max-width: 487px;
  min-height: 344px;
}

.services__list-item {
  margin: 20px 0;
  position: relative;
}

.services__list-item::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #032e4a;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.services__list-link {
  font-size: 18px;
  line-height: 27px;
  color: #032e4a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services__list-link:hover {
  text-decoration: underline;
}

.services__btn-wrapper {
  text-align: right;
}

.services__btn {
  background-color: #fff;
  border-radius: 26px;
  padding: 16px 45px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services__btn:hover {
  border: 1px solid #032e4a;
}

.forms {
  padding: 95px 0;
}

.forms__card {
  max-width: 1196px;
  height: 662px;
  border-radius: 40px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 15px rgba(28, 41, 83, 0.15);
          box-shadow: 0px 0px 15px rgba(28, 41, 83, 0.15);
  padding-top: 76px;
}

.forms__wrapper {
  max-width: 703px;
  margin: 0 auto;
}

.forms__title {
  max-width: 610px;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 72px;
}

.forms__input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #032e4a;
  padding-bottom: 11px;
  font-size: 24px;
  line-height: 29px;
  color: #032e4a;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.forms__input::-webkit-input-placeholder {
  color: #032e4a;
}

.forms__input::-moz-placeholder {
  color: #032e4a;
}

.forms__input::-moz-placeholder {
  color: #032e4a;
}

.forms__input::-ms-input-placeholder {
  color: #032e4a;
}

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

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

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

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

.forms__input:hover {
  border-bottom: 2px solid #005fa3;
}

.forms__name {
  margin-bottom: 71px;
}

.forms__phone {
  margin-bottom: 37px;
}

.forms__info {
  max-width: 550px;
  margin-bottom: 56px;
}

.forms__btn {
  background-color: #032e4a;
  color: #fff;
  border-radius: 26px;
  padding: 16px 24px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.forms__btn:hover {
  background-color: #005fa3;
}

.contacts {
  position: relative;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 832px;
  margin-bottom: 30px;
}

.contacts__info-item {
  padding-left: 60px;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #032e4a;
  margin-bottom: 40px;
  position: relative;
  display: block;
}

.contacts__info-item::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
}

.contacts__info-phone {
  max-width: 240px;
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.contacts__info-phone:hover {
  text-decoration: underline;
}

.contacts__info-phone::before {
  background-image: url("../images/phone.svg");
}

.contacts__info-mail {
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.contacts__info-mail:hover {
  text-decoration: underline;
}

.contacts__info-mail::before {
  background-image: url("../images/mail.svg");
  top: -10px;
}

.contacts__info-time {
  max-width: 240px;
}

.contacts__info-time::before {
  top: 5px;
  background-image: url("../images/time.svg");
}

.contacts__info-adres {
  max-width: 350px;
}

.contacts__info-adres::before {
  height: 60px;
  background-image: url("../images/marcer.svg");
}

.contacts__social {
  margin-right: 134px;
}

.contacts__social-items {
  margin-bottom: 40px;
}

.contacts__social-item + .contacts__social-item {
  margin-left: 17px;
}

.contacts__social-link {
  font-size: 18px;
  line-height: 22px;
  color: #032e4a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts__social-link:hover {
  text-decoration: underline;
}

.contacts__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 617px;
}

.contacts__bg--left {
  width: 60%;
  background-color: #e3f7f8;
}

.contacts__bg--right {
  width: 40%;
}

.contacts__wrapper--position {
  position: absolute;
  padding-top: 76px;
}

.footer {
  max-width: 643px;
  font-size: 14px;
  line-height: 17px;
}

.btn__scroll-top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #032e4a;
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn__scroll-top:hover {
  background-color: #005fa3;
}

.btn__scrol-arrov {
  position: relative;
  top: 38%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 32%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn__scrol-arrov::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn__scroll-top--active {
  opacity: 0.9;
}

/*Responsive*/
/* 992px - 1200px */
@media screen and (max-width: 1200px) {
  .header__footer-wrapper {
    padding-top: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header {
    margin-bottom: 50px;
  }
  .advantages__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (290px)[2];
    grid-template-columns: repeat(2, 290px);
    -ms-grid-rows: (440px)[2];
    grid-template-rows: repeat(2, 440px);
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .title {
    text-align: center;
  }
}

@media screen and (max-width: 1174px) {
  .consultation__bg,
  .about__bg,
  .services__bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .consultation__item-img,
  .consultation__item-bg,
  .about__item-img,
  .about__item-bg {
    width: 100%;
    height: 500px;
  }
  .services__bg--left, .services__bg--right {
    width: 100%;
    height: 0;
    min-height: 700px;
  }
  .consultation__slider .slick-arrow {
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .consultation__slider .slick-dots {
    bottom: 57px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 70px;
  }
  .consultation__slider .slick-next {
    left: calc(50% + 50px);
  }
  .consultation__slider .slick-prev {
    left: calc(50% - 50px);
  }
  .consultation__item-content,
  .about__content,
  .services__item--right {
    top: 310px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 257px;
    text-align: center;
  }
  .services__item--left {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about__content {
    top: 280px;
    width: 100%;
  }
  .services__item--right {
    top: 500px;
    padding-bottom: 0;
  }
  .services__item--left {
    padding: 70px 0 0px;
  }
  .consultation__btn-wrapper,
  .about__btn-wrapper {
    text-align: center;
    margin-bottom: 40px;
  }
  .services__btn-wrapper {
    text-align: center;
  }
  .consultation__title,
  .about__title,
  .services__title {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 29px;
    width: 100%;
  }
  .consultation__text,
  .about__text,
  .services__list {
    text-align: center;
    max-width: 450px;
    margin: 0 auto 70px;
    width: 100%;
  }
  .services__list {
    -moz-text-align-last: left;
         text-align-last: left;
    max-width: 540px;
    margin: 0 auto 50px;
  }
  .services__list-item {
    margin-bottom: 40px;
  }
  .about__text {
    margin: 0 auto 50px;
    max-width: 100%;
    width: 700px;
    padding: 0 30px;
  }
  .consultation__item-shtamp {
    top: 100px;
    right: 0;
  }
  .advantages,
  .about,
  .partners {
    padding-top: 100px;
  }
  .partners {
    padding-bottom: 100px;
  }
  .advantages__title {
    margin-bottom: 40px;
  }
  .partners__wrapper {
    -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;
  }
  .title {
    margin-bottom: 50px;
  }
  .partners__info {
    text-align: center;
  }
  .partners__info-text {
    margin-bottom: 60px;
  }
  .contacts__bg {
    min-height: 617px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__bg--left,
  .contacts__bg--right {
    width: 100%;
  }
  .contacts__bg--right {
    position: relative;
    top: -570px;
  }
  .contacts__wrapper--position {
    position: relative;
    padding-top: 0;
    z-index: 5;
    bottom: -600px;
  }
  .contacts__wrapper {
    max-width: 832px;
    margin: 0 auto 20px;
  }
  .contacts__info {
    margin-left: 20px;
  }
  .footer {
    max-width: 100%;
  }
}

@media screen and (max-width: 1040px) {
  .services__list-item {
    margin-bottom: 20px;
  }
}

/* 768px - 992px */
@media screen and (max-width: 992px) {
  .menu__btn {
    display: block;
    position: relative;
    width: 30px;
    height: 25px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    top: -3px;
    z-index: 5;
  }
  .menu__btn.menu__btn--active span {
    background-color: #fff;
  }
  .menu__btn.menu__btn--active span::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 11.3px;
  }
  .menu__btn.menu__btn--active span::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 11.3px;
  }
  .menu__btn span {
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #032e4a;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu__btn span::before, .menu__btn span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #032e4a;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu__btn span::before {
    top: 0;
    left: 0;
  }
  .menu__btn span::after {
    bottom: 0;
    left: 0;
  }
  .menu__list {
    position: absolute;
    display: block;
    top: 0;
    padding-top: 78px;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu__list.menu__list--active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .menu__list-item + .menu__list-item {
    margin-left: 0;
  }
  .menu__list-item {
    margin-bottom: 15px;
  }
  .menu__list-link {
    margin-left: 37px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  .menu__list-link:hover {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .header__footer-text {
    position: fixed;
    z-index: 100;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    margin-left: 37px;
    margin-bottom: 100px;
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__footer-text.header__footer-text--active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header__time {
    margin-bottom: -5px;
  }
  .header__adres {
    margin-left: 0;
  }
  .header {
    margin-bottom: 40px;
  }
  .header__footer-wrapper {
    margin-top: -30px;
  }
}

/* 576px - 768px */
@media screen and (max-width: 768px) {
  .header__btn {
    padding: 15px 15px;
    font-size: 14px;
    line-height: 21px;
  }
  .header__btn + .header__btn {
    margin-left: 40px;
  }
  .header__footer-wrapper {
    height: -1px;
  }
  .about__content {
    top: 270px;
  }
  .consultation__title,
  .about__title {
    font-size: 24px;
    line-height: 32px;
  }
  .about__title {
    margin: 0 auto 15px;
  }
  .about__text {
    margin: 0 auto 30px;
  }
  .consultation__item-img,
  .consultation__item-bg {
    height: 470px;
  }
  .consultation__item-shtamp {
    top: 60px;
    right: 0;
  }
  .consultation__text {
    margin: 0 auto 50px;
  }
  .advantages__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (290px)[1];
    grid-template-columns: repeat(1, 290px);
    -ms-grid-rows: (440px)[4];
    grid-template-rows: repeat(4, 440px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .title {
    font-size: 30px;
    line-height: 36px;
  }
  .advantages,
  .about,
  .partners {
    padding-top: 60px;
  }
  .partners {
    padding-bottom: 60px;
  }
  .services__list-item {
    margin-bottom: -10px;
  }
  .forms__title {
    font-size: 30px;
    line-height: 36px;
    margin-left: 20px;
  }
  .forms__card {
    height: 510px;
    padding-top: 40px;
  }
  .forms__title {
    margin-bottom: 30px;
  }
  .forms__name {
    margin-bottom: 40px;
  }
  .forms__form {
    margin: 0 20px;
  }
  .contacts__wrapper {
    -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;
  }
  .contacts__social {
    margin-right: 100px;
  }
  .contacts__bg--right {
    top: -630px;
  }
}

@media screen and (max-width: 640px) {
  .consultation__slider .slick-arrow {
    bottom: 40px;
  }
  .consultation__slider .slick-dots {
    bottom: 37px;
  }
  .partners__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 580px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .services__item--left {
    padding: 40px 0 0px;
  }
  .services__item--right {
    padding-top: 240px;
  }
  .services__title {
    margin-bottom: 20px;
    text-align: left;
    width: 350px;
  }
  .services__list-item {
    margin-bottom: -15px;
    text-align: left;
  }
  .services__item {
    left: 30px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .services__bg--left, .services__bg--right {
    min-height: 660px;
  }
  .services__item--right {
    padding-top: 200px;
  }
  .services__list {
    min-height: 300px;
  }
  .services__list-item {
    margin-bottom: 0px;
  }
  .contacts__title {
    margin-bottom: 30px;
  }
  .consultation__item-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* 320px - 576px */
@media screen and (max-width: 576px) {
  .logo {
    width: 170px;
  }
  .logo__img {
    max-width: 100%;
  }
  .header__title {
    font-size: 36px;
    line-height: 46px;
  }
  .header__subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 50px;
  }
  .header__slider-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 28px;
  }
  .header__slider-item {
    max-width: 288px;
    padding: 24px;
  }
  .header__item-title {
    font-size: 14px;
    line-height: 17px;
  }
  .header__item-text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .header__item-btn {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 524px) {
  .header__btn {
    padding: 12px 9px;
    font-size: 10px;
    line-height: 15px;
  }
  .header__footer-wrapper {
    padding-top: 20px;
  }
  .header__footer {
    height: 60px;
  }
  .services__title {
    width: 350px;
  }
  .header__content {
    background-position: left 30%;
  }
  .forms__info {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 480px) {
  .header__btn + .header__btn {
    margin-left: 10px;
  }
  .header__content {
    padding: 130px 0 50px;
  }
  .consultation__item-img,
  .consultation__item-bg {
    height: 400px;
  }
  .consultation__item-content {
    top: 170px;
  }
  .consultation__item-shtamp {
    top: 110px;
  }
  .about__text {
    width: 100%;
    padding: 0 10px;
  }
  .services__title {
    width: 310px;
    text-align: left;
    font-size: 24px;
    line-height: 29px;
  }
  .services__btn-wrapper {
    position: relative;
    left: 45%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .forms__title {
    margin: 0 20px 20px;
    font-size: 24px;
    line-height: 29px;
  }
  .forms__card {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    height: auto;
  }
  .forms {
    padding: 60px 0;
  }
  .forms__card {
    padding-top: 10px;
  }
  .forms__btn {
    font-size: 14px;
    line-height: 17px;
  }
  .contacts__title {
    font-size: 24px;
    line-height: 29px;
  }
  .contacts__info {
    margin-left: 0;
  }
  .contacts__wrapper {
    max-width: 100%;
    margin: 0 0 20px;
  }
  .contacts__social {
    margin-right: 120px;
  }
  .contacts__bg--right iframe {
    height: 380px !important;
  }
  .contacts__bg--right {
    top: -660px;
  }
  .contacts__bg {
    height: 460px;
    min-height: 0;
  }
  .contacts__wrapper--position {
    bottom: -435px;
  }
}

@media screen and (max-width: 380px) {
  .header__btn + .header__btn {
    margin-left: 3px;
  }
  .header__btn {
    padding: 10px 5px;
  }
  .about__item-bg {
    height: 550px;
  }
  .services__title {
    width: 280px;
    text-align: center;
  }
  .services__list-item {
    margin-bottom: -10px;
  }
  .services__item--left {
    padding: 30px 0 0px;
  }
  .services__item--right {
    padding-top: 190px;
  }
  .forms__btn {
    font-size: 14px;
    line-height: 17px;
    width: 285px;
    text-align: center;
    padding: 16px 15px;
  }
  .header__btn {
    width: 158px;
    text-align: center;
  }
  .forms {
    padding: 50px 0;
  }
  .services__bg--left, .services__bg--right {
    min-height: 620px;
  }
  .services__item--right {
    padding-top: 170px;
  }
  .forms__card {
    padding-top: 0;
  }
  .contacts__title {
    margin-bottom: 20px;
  }
  .contacts__bg--right {
    top: -680px;
  }
  .contacts__social {
    margin-right: 70px;
  }
  .contacts__bg {
    height: 460px;
    min-height: 0;
  }
}

@media screen and (max-width: 320px) {
  .consultation__btn-wrapper {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about__item-bg {
    height: 580px;
  }
  .services__list-item {
    margin-bottom: -13px;
  }
}
