@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.
 */
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;
}

@font-face {
  font-family: 'Museo Sans Light';
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot");
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans Medium';
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot");
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans Bold';
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot");
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.button {
  padding: 17px 30px;
  font-size: 13px;
  font-family: 'Museo Sans Bold', sans-serif;
  border: none;
  border-radius: 10px;
  background-color: #ffd200;
}

.button:hover {
  background-color: #ffdb33;
  cursor: pointer;
}

.button:focus {
  outline: none;
}

.input {
  font-size: 15px;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #dddddd;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-text__contacts {
  text-align: right;
  margin-right: 30px;
}

.header-text__city {
  display: block;
  font-size: 13px;
  margin-bottom: 9px;
  font-family: 'Museo Sans Light', sans-serif;
}

.header-text__phone {
  display: block;
  text-decoration: none;
  color: #333333;
  font-family: 'Museo Sans Bold', sans-serif;
  font-size: 20px;
}

.main {
  background-color: #f5f5f5;
  padding: 60px 0 15px 0;
}

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

.main-text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.main-text__title {
  font-size: 41px;
  line-height: 55px;
  margin-top: 20px;
  font-family: 'Museo Sans Bold', sans-serif;
  margin-bottom: 50px;
}

.main-text__title span {
  font-size: 20px;
  display: block;
  margin-top: 20px;
}

.main-img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.main-pic {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: relative;
  z-index: 2;
}

.main-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 350px;
}

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

.main-advantages__img {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffd200;
  margin-right: 30px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.main-advantages__img-1 {
  background-image: url(../img/main/clock.png);
}

.main-advantages__img-2 {
  background-image: url(../img/main/calculator.png);
}

.main-advantages__img-3 {
  background-image: url(../img/main/paint.png);
}

.feedback {
  padding: 65px 0 70px 0;
  background: url("../img/feedback/feedback-bg.jpg") no-repeat right;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.feedback:before {
  content: '';
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
}

.form {
  max-width: 575px;
}

.form__title {
  font-size: 24px;
  font-family: 'Museo Sans Bold', sans-serif;
  line-height: 35px;
  margin-bottom: 45px;
}

.form__subtitle {
  display: block;
  margin-bottom: 50px;
}

.form__input {
  width: 270px;
  padding: 20px;
  margin-bottom: 30px;
}

.form__input:first-child {
  margin-right: 30px;
}

.form__input:focus {
  outline: none;
}

.form__button {
  padding: 25px;
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 25px;
}

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

.form__subscription-text {
  line-height: 24px;
  font-size: 15px;
  color: #333333;
  max-width: 230px;
}

.form__subscription-text:first-child {
  margin-right: 78px;
}

.form__subscription-call {
  max-width: 251px;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__subscription-call:before {
  content: '';
  background-image: url("../img/feedback/phone.png");
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}

.form__subscription-tel {
  font-family: 'Museo Sans Bold', sans-serif;
  text-decoration: none;
  color: #333333;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}

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

.modal__dialog {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 674px;
  position: relative;
}

.modal__dialog-items {
  background-color: #f7f7f7;
  height: 100%;
  padding-top: 40px;
  padding-left: 70px;
  padding-right: 103px;
  padding-bottom: 45px;
}

.modal__dialog-items_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__dialog-items_img-img {
  min-width: 120;
  min-height: 85;
  margin-right: 28px;
}

.modal__dialog-items_img-text-title {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Museo Sans Medium', sans-serif;
}

.modal__dialog-items_img-text-price {
  font-size: 16px;
  font-weight: 400;
}

.modal__dialog-list {
  margin-top: 50px;
}

.modal__dialog-list_title {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Museo Sans Bold', sans-serif;
}

.modal__dialog-list_text {
  margin-top: 28px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Museo Sans Light', sans-serif;
  line-height: 25px;
}

.modal__dialog-form {
  background-color: #fff;
  height: 100%;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 40px;
  padding-bottom: 46px;
  text-align: center;
}

.modal__dialog-form_title {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  font-family: 'Museo Sans Bold', sans-serif;
  color: #333333;
}

.modal__dialog-form_subtitle {
  margin-top: 52px;
  font-size: 16px;
  font-weight: 400;
}

.modal__dialog-form_subscription {
  margin-top: 33px;
  font-size: 15px;
  font-weight: 400;
}

.modal__dialog-form_phone {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Museo Sans Bold', sans-serif;
}

.modal-form {
  margin-top: 53px;
}

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

.modal-phone {
  color: #000000;
  text-decoration: none;
}

.modal-hr {
  width: 42px;
  height: 2px;
  margin: 10px 0;
  background-color: #ffd200;
  text-align: left;
  border: none;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.modal-button {
  font-size: 16px;
}

.modal-bold {
  font-family: 'Museo Sans Bold', sans-serif;
}

input {
  width: 370px;
  padding: 24px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
}

input:first-child {
  margin-bottom: 15px;
}

input:focus {
  outline: none;
}

input:last-child {
  margin-top: 30px;
}

li.modal-list {
  list-style: none;
}

li.modal-list:before {
  content: "•";
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  color: #ffd200;
  display: inline-block;
  width: 3em;
  margin-left: -2em;
}

@media (max-width: 1200px) {
  .modal__dialog {
    height: 550px;
  }
  .modal__dialog-items {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 60px;
    padding-bottom: 30px;
  }
  .modal__dialog-items_img {
    margin-bottom: 13px;
  }
  .modal__dialog-items_img-img {
    margin-right: 15px;
  }
  .modal__dialog-items_img-text-title {
    font-size: 14px;
  }
  .modal__dialog-items_img-text-price {
    font-size: 14px;
  }
  .modal__dialog-list {
    margin-top: 15px;
  }
  .modal__dialog-list_title {
    font-size: 14px;
  }
  .modal__dialog-list_text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 17px;
  }
  .modal__dialog-form {
    padding-left: 50px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .modal__dialog-form_title {
    font-size: 20px;
    line-height: 25px;
  }
  .modal__dialog-form_subtitle {
    margin-top: 30px;
    font-size: 14px;
  }
  .modal__dialog-form_subscription {
    margin-top: 25px;
    font-size: 15px;
  }
  .modal__dialog-form_phone {
    margin-top: 15px;
    font-size: 22px;
  }
  .modal-button {
    font-size: 15px;
  }
  input {
    width: 320px;
    padding: 15px;
    font-size: 14px;
  }
  input:first-child {
    margin-bottom: 15px;
  }
  input:last-child {
    margin-top: 30px;
  }
}

@media (max-width: 990px) {
  .modal__dialog {
    height: 420px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal__dialog-items {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 50px;
    padding-bottom: 20px;
  }
  .modal__dialog-items_img {
    margin-bottom: 13px;
  }
  .modal__dialog-items_img-img {
    margin-right: 15px;
  }
  .modal__dialog-items_img-text-title {
    font-size: 12px;
  }
  .modal__dialog-items_img-text-price {
    font-size: 12px;
  }
  .modal__dialog-list {
    margin-top: 15px;
  }
  .modal__dialog-list_title {
    font-size: 12px;
  }
  .modal__dialog-list_text {
    margin-top: 10px;
    font-size: 10px;
    line-height: 13px;
  }
  .modal__dialog-form {
    padding-left: 40px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 26px;
  }
  .modal__dialog-form_title {
    font-size: 15px;
    line-height: 20px;
  }
  .modal__dialog-form_subtitle {
    margin-top: 20px;
    font-size: 12px;
  }
  .modal__dialog-form_subscription {
    margin-top: 20px;
    font-size: 12px;
  }
  .modal__dialog-form_phone {
    margin-top: 10px;
    font-size: 17px;
  }
  .modal-form {
    margin-top: 15px;
  }
  .modal-button {
    font-size: 12px;
  }
  .modal-img {
    width: 100px;
    height: 65px;
  }
  input {
    width: 280px;
    padding: 12px;
    font-size: 12px;
  }
  input:first-child {
    margin-bottom: 10px;
  }
  input:last-child {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .modal__dialog {
    height: 500px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal__dialog-items {
    display: none;
  }
  .modal__dialog-form {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .modal__dialog-form_title {
    font-size: 20px;
    line-height: 20px;
  }
  .modal__dialog-form_subtitle {
    margin-top: 20px;
    font-size: 16px;
  }
  .modal__dialog-form_subscription {
    margin-top: 20px;
    font-size: 14px;
  }
  .modal__dialog-form_phone {
    margin-top: 20px;
    font-size: 16px;
  }
  .modal-form {
    margin-top: 40px;
  }
  .modal-button {
    font-size: 16px;
    padding: 15px;
  }
  input {
    width: 100%;
    padding: 12px;
    font-size: 14px;
  }
  input:first-child {
    margin-bottom: 10px;
  }
  input:last-child {
    margin-top: 15px;
  }
}

.portfolio {
  background-color: #f5f5f5;
  padding: 70px 0 180px 0;
  background-image: url(../img/portfolio/portfolio-bg.png);
  background-position: left;
  background-size: 60% 100%;
  background-repeat: no-repeat;
}

.portfolio-title {
  font-size: 30px;
}

.slider {
  margin-top: 100px;
}

.slider__item {
  text-align: center;
}

.slider__item:focus {
  outline: none;
}

.slider__item img {
  margin: auto;
}

.arrow {
  width: 45px;
  height: 19px;
  cursor: pointer;
  position: absolute;
  bottom: -68px;
}

.arrow_right {
  left: 50%;
  background: url("../img/arrow-right.png") no-repeat center;
  background-size: 100%;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.arrow_left {
  left: 50%;
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
  margin-left: -15px;
  background: url("../img/arrow-left.png") no-repeat center;
  background-size: 100%;
}

.price {
  padding-top: 80px;
  padding-bottom: 115px;
}

.price-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.price-subtitle {
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 30px;
}

.price-wrap {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card {
  max-width: 370px;
  min-height: 410px;
  text-align: center;
  padding-bottom: 47px;
  border: 1px solid #e8e8e8;
  margin: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.card:hover {
  -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}

.card:hover > .card__img-wrap:after {
  opacity: 1;
}

.card__img-wrap {
  position: relative;
  margin-bottom: 39px;
}

.card__img-wrap:after {
  content: '';
  height: 99%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd200), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, #ffd200 0%, rgba(255, 255, 255, 0) 100%);
}

.card__title {
  margin-bottom: 31px;
  font-size: 18px;
}

.card__link {
  font-size: 16px;
  font-family: 'Museo Sans Bold', sans-serif;
  text-decoration: none;
  color: #333333;
  display: inline-block;
  position: relative;
}

.card__link:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #ffd200;
  display: block;
  position: absolute;
  bottom: -3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.card__link:hover:after {
  height: 13px;
  z-index: -1;
}

.modal1-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 20%;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
}

.modal1 {
  width: 80%;
}

.modal1-btn {
  margin-top: 15px;
  margin-bottom: 30px;
  width: 80%;
  font-size: 20px;
}

.close {
  color: gray;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 15px;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

.count {
  padding-bottom: 90px;
}

.count-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.count-subtitle {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 400;
}

.count-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 70px;
}

.count-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.count-item:first-child:before {
  display: none;
}

.count-item:before {
  content: '';
  display: block;
  position: absolute;
  left: -80px;
  top: -15px;
  background: url(../img/count/arrow.png) no-repeat top;
  height: 75px;
  width: 84px;
}

.count-item_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  border: 3px solid #ffd200;
  border-radius: 50%;
}

.count-item_subtitle {
  margin-top: 30px;
  max-width: 160px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.title-block {
  padding: 60px 0;
  background-color: #ffd200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.block-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
  font-family: 'Museo Sans Light', sans-serif;
  min-width: 907px;
}

.advantages {
  margin-bottom: 100px;
}

.advantages-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages__item {
  height: 410px;
  width: 370px;
  margin: 0 15px;
  margin-bottom: 30px;
}

.advantages__item-1 {
  background: url("../img/advantages/img-1.jpg") no-repeat;
}

.advantages__item-2 {
  background: url("../img/advantages/img-2.jpg") no-repeat;
}

.advantages__item-3 {
  background: url("../img/advantages/img-3.jpg") no-repeat;
}

.advantages__text {
  margin-left: 26px;
  max-width: 282px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.contract {
  margin-bottom: 200px;
}

.contract__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  font-family: 'Museo Sans Bold', sans-serif;
  margin-bottom: 99px;
}

.contract__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contract__item {
  text-align: center;
}

.contract__item-img {
  border: 20px solid #f5f5f5;
  height: 360px;
  margin-bottom: 41px;
}

.contract__item-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

.request {
  background: url("../img/request/request-bg.png") no-repeat right;
  background-size: 45% 100%;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.request:before {
  content: '';
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background-color: #ffd200;
  position: absolute;
  z-index: -1;
}

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

.request-wrap-text {
  width: 59%;
  padding-right: 150px;
}

.request-wrap-text_title {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  font-family: 'Museo Sans Bold', sans-serif;
}

.request-wrap-text_subtitle {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 400;
}

.request-wrap-text_list {
  margin-top: 85px;
}

.request-wrap-form {
  width: 40%;
  padding-left: 110px;
  text-align: center;
}

.request-wrap-form_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: 'Museo Sans Bold', sans-serif;
}

.request-wrap-form_subtitle {
  margin-top: 52px;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

.request-wrap-form_input {
  margin-top: 40px;
}

.request-wrap-form_subscription {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 400;
}

.request-form {
  margin-bottom: 15px;
  width: 100%;
  font-size: 15px;
  padding: 20px;
}

.request-form:last-child {
  margin-top: 15px;
}

ol.list {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Museo Sans Medium', sans-serif;
  display: block;
  list-style-type: decimal;
  margin-bottom: 109px;
  margin-left: -9px;
}

li.request__item {
  position: relative;
  margin-bottom: 38px;
  padding-left: 38px;
}

li.request__item:before {
  content: "";
  display: block;
  position: absolute;
  left: -32px;
  top: -7px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 2px solid #000;
}

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

.map {
  width: 55%;
  min-height: 640px;
}

.contacts {
  padding-top: 100px;
}

.contacts-title {
  font-size: 22px;
  font-weight: 400;
  padding-left: 134px;
  max-width: 450px;
  line-height: 33px;
  font-family: 'Museo Sans Bold', sans-serif;
}

.contacts-wrap {
  margin-top: 80px;
  margin-left: 131px;
  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;
}

.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 39px;
}

.contacts-img {
  margin-top: 10px;
}

.contacts-item {
  margin-left: 21px;
  line-height: 26px;
  font-size: 16px;
}

.contacts-bold {
  font-family: 'Museo Sans Bold', sans-serif;
}

.contacts-phone {
  text-decoration: none;
  color: #000;
}

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

body {
  font-family: 'Museo Sans Light', sans-serif;
  color: #333333;
  overflow-x: hidden;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.section-title {
  font-family: 'Museo Sans Bold', sans-serif;
  line-height: 45px;
}

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

.section-subtitle {
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1199px) {
  .container {
    width: 970px;
  }
  .main-pic {
    -webkit-transform: none;
            transform: none;
  }
  .slider__item img {
    max-width: 95%;
  }
  .count-item:before {
    left: -60px;
  }
  .request {
    padding-top: 70px;
  }
  .request-wrap-text_subtitle {
    margin-top: 30px;
  }
  .request-wrap-text_list {
    margin-top: 70px;
  }
  .request-wrap-form {
    padding-left: 100px;
  }
  .request-wrap-form_title {
    font-size: 18px;
    line-height: 25px;
  }
  .contacts-title {
    padding-left: 70px;
    font-size: 18px;
  }
  .contacts-wrap {
    margin-left: 100px;
  }
}

@media (max-width: 992px) {
  .container {
    width: 767px;
  }
  .main-text__title {
    font-size: 30px;
    line-height: 36px;
  }
  .feedback {
    background: #fff;
  }
  .container-feedback {
    text-align: center;
  }
  .form {
    max-width: 98%;
  }
  .form__subscription {
    max-width: 98%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .slider {
    margin-top: 70px;
  }
  .section-title {
    font-size: 18px;
    line-height: 35px;
  }
  .modal1-content {
    width: 350px;
  }
  .count-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .count-item {
    margin-bottom: 30px;
  }
  .count-item:before {
    display: none;
  }
  .block-text {
    font-size: 25px;
    line-height: 40px;
    min-width: 707px;
  }
  .advantages {
    margin-bottom: 100px;
  }
  .advantages-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contract {
    margin-bottom: 100px;
  }
  .contract__title {
    font-size: 25px;
    margin-bottom: 70px;
  }
  .request-wrap {
    -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;
  }
  .request-wrap-text {
    width: 100%;
    padding: 0 30px;
  }
  .request-wrap-text_title {
    text-align: center;
  }
  .request-wrap-text_subtitle {
    text-align: center;
  }
  .request-wrap-form {
    width: 100%;
    padding-left: 0;
  }
  .request {
    background-size: 100% 100%;
    padding-bottom: 20px;
  }
  .request:before {
    width: 100%;
    height: 50%;
  }
  .ajax-submit {
    max-width: 70%;
    margin: 0 auto;
  }
  .contacts-title {
    padding-left: 50px;
    font-size: 18px;
  }
  .contacts-wrap {
    margin-left: 80px;
  }
}

@media (max-width: 795px) {
  .container {
    width: 95%;
  }
  .header-text__phone {
    font-size: 18px;
  }
  .main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-text {
    max-width: 400px;
    margin: auto;
  }
  .main-text__title {
    text-align: center;
  }
  .form {
    margin: auto;
  }
  .form__title {
    max-width: 500px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .form__subtitle {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .slider {
    margin-top: 60px;
  }
  .section-title {
    font-size: 18px;
    line-height: 35px;
  }
  .title-block {
    padding: 70px 0;
  }
  .block-text {
    font-size: 20px;
    line-height: 30px;
    min-width: 507px;
  }
  .advantages {
    margin-bottom: 80px;
  }
  .contract {
    margin-bottom: 30px;
  }
  .contract__title {
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 25px;
  }
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .map {
    width: 100%;
  }
  .contacts {
    padding-top: 60px;
  }
  .contacts-title {
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    font-size: 18px;
  }
  .contacts-wrap {
    margin-top: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts-block {
    margin-bottom: 25px;
  }
}

@media (max-width: 620px) {
  .header-logo {
    max-width: 100px;
  }
  .xs {
    display: none;
  }
  .header-text__contacts {
    margin-right: 10px;
  }
  .header-text__phone {
    font-size: 12px;
  }
  .button-xs {
    background-color: #ffd200;
    background-image: url("../img/phone.svg");
    min-width: 50px;
    height: 60px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
  }
  .main-text__title {
    font-size: 18px;
  }
  .main-text__title span {
    font-size: 12px;
  }
  .feedback-xs {
    display: none;
  }
  .form__title {
    font-size: 18px;
  }
  .form__subtitle {
    font-size: 14px;
  }
  .form__input {
    width: 80%;
    padding: 15px;
  }
  .form__input:first-child {
    margin-right: 0;
  }
  .form__button {
    width: 80%;
    margin: 0 auto;
    padding: 15px;
    font-size: 13px;
  }
  .form__subscription {
    margin-top: 15px;
    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;
  }
  .form__subscription-text {
    max-width: 100%;
    font-size: 15px;
  }
  .form__subscription-text:first-child {
    margin-right: 0;
  }
  .form__subscription-call {
    max-width: 60%;
  }
  .form__subscription-call:before {
    display: none;
  }
  .slider {
    margin-top: 50px;
  }
  .slider img {
    width: 80%;
    height: 80%;
  }
  .section-title {
    font-size: 16px;
    line-height: 25px;
  }
  .title-block {
    padding: 50px 0;
  }
  .block-text {
    font-size: 16px;
    line-height: 20px;
    min-width: 207px;
  }
  .request {
    padding-top: 20px;
  }
  li.request__item {
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 10px;
  }
  li.request__item:before {
    left: -23px;
    top: -5px;
    height: 25px;
    width: 25px;
    border: 1px solid #000;
  }
  .request-wrap-text {
    padding: 10px 10px;
  }
  .request-wrap-text_title {
    font-size: 16px;
    line-height: 20px;
  }
}
/*# sourceMappingURL=style.css.map */