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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  background: url("../images/main-bg.png") center center/cover no-repeat;
  margin: 0;
}

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

p {
  margin: 0;
}

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

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

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

input {
  border: none;
}

.wrapper {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .wrapper {
    max-width: 1040px;
    padding: 0 40px;
  }
}

@media (max-width: 576px) {
  .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
}

.no-scroll {
  overflow: hidden;
}

.btn {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
}

.btn:hover {
  background-color: #d16565;
}

.btn:active {
  background-color: #b63636;
}

.tab-content {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  pointer-events: none;
  padding: 100px 0;
}

.tab-content:not(.active) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.tab-content.active {
  position: static;
  width: auto;
  height: auto;
  overflow: initial;
  white-space: initial;
  opacity: 1;
  pointer-events: initial;
}

.title {
  color: #2e2e2e;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 35px;
}

.title span {
  color: #d74343;
}

@media (max-width: 768px) {
  .tab-content {
    padding: 80px 0;
  }
  .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .tab-content {
    padding: 60px 0;
  }
}

.header {
  padding: 50px 0;
  background-color: #2e2e2e;
}

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

.header__logo {
  width: 222px;
}

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

.header__auto {
  width: 210px;
}

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

.header__title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  text-align: right;
}

.header__title span {
  color: #d74343;
}

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

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px;
}

.header__link:not(:last-child) {
  margin-bottom: 5px;
}

.header__phone {
  display: block;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-align: right;
}

.header__phone:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1400px) {
  .header {
    padding: 40px 0;
  }
}

@media (max-width: 1024px) {
  .header__auto {
    display: none;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 30px 0;
  }
  .header__title {
    display: none;
  }
}

@media (max-width: 576px) {
  .header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__logo {
    margin-bottom: 25px;
  }
  .header__title {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
}

.navbar {
  border-top: 10px solid #d74343;
}

.navbar__list {
  position: relative;
  top: -10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #2e2e2e;
}

.navbar__item {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 35px;
  background-color: #2e2e2e;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
}

.navbar__item:hover {
  background-color: #3e3e3e;
}

.navbar__item:active {
  background-color: #1b1b1b;
}

.navbar__item.active {
  background-color: #494949;
}

@media (max-width: 1024px) {
  .navbar {
    border-top: 5px solid #d74343;
    background-color: #2e2e2e;
  }
  .navbar__list {
    position: static;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar__item {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .navbar__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .navbar__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.about__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}

.about__description {
  margin-right: 40px;
}

.about__text {
  color: #2e2e2e;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
}

.about__text span {
  color: #d74343;
}

.about__text:not(:last-child) {
  margin-bottom: 25px;
}

.about__principle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.about__picture {
  width: auto;
  margin-right: 40px;
}

.about__picture img {
  width: 350px;
}

.about__documentation {
  color: #2e2e2e;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  padding-left: 40px;
  border-left: 5px solid #2e2e2e;
}

.about__documentation span {
  display: block;
  color: #d74343;
}

.about__more-text {
  color: #2e2e2e;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
}

.about__more-text:nth-child(1) {
  font-weight: 500;
}

.about__more-text:not(:last-child) {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .about__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__description {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about__principle {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__picture {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about__documentation {
    padding-left: 30px;
  }
}

.feedback {
  max-width: 400px;
  min-width: 400px;
  padding: 45px 35px;
  background-color: #ffffff;
  border: 5px solid #2e2e2e;
}

.feedback__title {
  color: #2e2e2e;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
}

.feedback__title span {
  color: #d74343;
}

.feedback__form {
  margin-bottom: 20px;
}

.feedback__input {
  width: 100%;
  color: #949494;
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  border: 2px solid #2e2e2e;
  margin-bottom: 15px;
}

.feedback__input_mb {
  margin-bottom: 20px;
}

.feedback__btn {
  width: 100%;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  padding: 20px;
  background-color: #d74343;
}

.feedback__rights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feedback__checkbox {
  color: #949494;
  font-size: 20px;
  font-weight: 500;
  margin-right: 10px;
  cursor: pointer;
}

.feedback__text {
  color: #949494;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 768px) {
  .feedback {
    padding: 40px 30px;
  }
}

@media (max-width: 576px) {
  .feedback {
    max-width: 100%;
    min-width: 100%;
    padding: 35px 25px;
  }
}

.work__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.work__description {
  margin-right: 40px;
}

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

.work__item:not(:last-child) {
  margin-bottom: 25px;
}

.work__number {
  width: 161px;
  height: 136px;
  margin-right: 20px;
}

.work__text {
  color: #2e2e2e;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
}

.work__choose {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 30px;
  background-color: #d74343;
  margin-top: 15px;
}

.work__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.work__auto {
  width: auto;
}

.work__auto img {
  width: 316px;
}

.work__more-text {
  color: #2e2e2e;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  padding-left: 20px;
  border-left: 3px solid #2e2e2e;
}

@media (max-width: 768px) {
  .work__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
  }
  .work__description {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .work__text {
    width: 90%;
  }
  .work__auto {
    display: none;
  }
}

@media (max-width: 576px) {
  .work__item {
    -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;
  }
  .work__number {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .work__text {
    text-align: center;
    margin: 0 auto;
  }
  .work__two {
    text-align: center;
    margin: 0 auto;
  }
  .work__choose {
    margin: 0 auto;
    margin-top: 15px;
  }
}

.services__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.services__description {
  margin-right: 40px;
}

.services__write {
  width: 100%;
  height: 277px;
}

.services__write img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.services__item:not(:last-child) {
  margin-bottom: 50px;
}

.services__picture {
  width: 228px;
  height: 229px;
  margin-right: 30px;
}

.services__subtitle {
  color: #2e2e2e;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.services__text {
  color: #2e2e2e;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 20px;
}

.services__text span {
  display: block;
  margin-bottom: 20px;
}

.services__btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 25px;
  background-color: #d74343;
}

@media (max-width: 768px) {
  .services__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
  }
  .services__description {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .services__item {
    margin-bottom: 40px;
  }
  .services__subtitle {
    width: 90%;
  }
  .services__text {
    width: 90%;
  }
}

@media (max-width: 576px) {
  .services__write {
    height: 200px;
  }
  .services__item {
    -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;
  }
  .services__picture {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .services__subtitle {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .services__text {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .services__text span {
    margin-bottom: 20px;
  }
  .services__btn {
    margin: 0 auto;
  }
}

.reviews__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviews__description {
  max-width: 520px;
  min-width: 520px;
  margin-right: 40px;
  z-index: 0;
}

.reviews__container {
  position: relative;
  padding-bottom: 25px;
  background-color: #121214;
  overflow: hidden;
}

.reviews__wrapper {
  min-width: 100%;
}

.reviews__slide {
  min-width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.reviews__item {
  width: 100%;
  height: auto;
}

.reviews__buttons {
  position: relative;
  top: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.reviews__btn {
  color: #d74343;
  padding: 5px 40px;
  background-color: #d74343;
}

.reviews__prev {
  border-right: 1.5px solid #ffffff;
}

.reviews__next {
  border-left: 1.5px solid #ffffff;
}

.reviews__arrow {
  width: 20px;
  height: 40px;
}

@media (max-width: 768px) {
  .reviews__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews__description {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .reviews__description {
    max-width: 320px;
    min-width: 320px;
    margin: 0 auto;
  }
}

.price__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.price__description {
  margin-right: 40px;
}

.price__auto {
  width: auto;
}

.price__auto img {
  width: 485px;
}

.price__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.price__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 40px;
  background-color: #d74343;
}

.price__header span {
  display: none;
  color: #ffffff;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  margin: 0 10px;
}

.price__subtitle {
  color: #ffffff;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
}

.price__subtitle:nth-child(1) {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
}

.price__subtitle:nth-child(2) {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}

.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 40px;
  background-color: #e3e3e3;
}

.price__item:nth-child(2n) {
  background-color: #ffffff;
}

.price__left {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  padding-right: 40px;
}

.price__service {
  color: #2e2e2e;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.price__text {
  color: #2e2e2e;
  font-size: 13px;
  font-weight: 500;
}

.price__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}

.price__budget {
  display: block;
  color: #2e2e2e;
  font-size: 20px;
  font-weight: 700;
}

.price__more-details {
  color: #ffffff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  padding: 10px 15px;
  background-color: #d74343;
}

@media (max-width: 768px) {
  .price__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .price__description {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .price__header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px 30px;
  }
  .price__header span {
    display: block;
  }
  .price__subtitle:nth-child(1) {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .price__subtitle:nth-child(2) {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .price__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 30px;
  }
  .price__left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-right: 0;
  }
  .price__text {
    margin-bottom: 20px;
  }
  .price__right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .price__budget {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .price__columns {
    margin-bottom: 40px;
  }
  .price__auto {
    width: 100%;
  }
  .price__header {
    padding: 15px 25px;
  }
  .price__item {
    padding: 25px;
  }
}

.contacts__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__description {
  margin-right: 40px;
}

.contacts__item:not(:last-child) {
  margin-bottom: 25px;
}

.contacts__subtitle {
  color: #d74343;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.contacts__subtitle_mb {
  margin-bottom: 25px;
}

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

.contacts__phone {
  display: block;
  color: #2e2e2e;
  font-size: 17px;
  font-weight: 700;
}

.contacts__phone:not(:last-child) {
  margin-bottom: 10px;
}

.contacts__mails {
  margin-top: 25px;
}

.contacts__mail {
  display: block;
  color: #2e2e2e;
  font-size: 17px;
  font-weight: 700;
}

.contacts__mail:not(:last-child) {
  margin-bottom: 10px;
}

.contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

.contacts__link {
  width: 26px;
  height: 26px;
}

.contacts__link:not(:last-child) {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .contacts__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__description {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .contacts__social {
    margin-top: 15px;
    margin-left: 0;
  }
  .contacts__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer {
  padding: 50px 0 40px 0;
  background-color: #2e2e2e;
}

.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.footer__item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.footer__logo {
  width: 149px;
}

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

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
}

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

.footer__link:not(:last-child) {
  margin-right: 5px;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__phone {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer__email {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.footer__rights {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 0 30px 0;
  }
  .footer__columns {
    margin-bottom: 30px;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__text {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .footer__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .footer__logo {
    margin-bottom: 25px;
  }
  .footer__container {
    margin-bottom: 25px;
  }
  .footer__contacts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 9999px;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #2e2e2e;
  font-size: 40px;
  font-weight: 500;
  cursor: pointer;
}

.modal__feedback {
  max-width: 400px;
  min-width: 400px;
}

.thanks {
  max-width: 500px;
  min-width: 500px;
  padding: 45px 35px;
  background-color: #ffffff;
  border: 5px solid #2e2e2e;
  text-align: center;
}

.thanks__title {
  display: inline-block;
  color: #2e2e2e;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 3px solid #d74343;
  margin: 0 auto;
  margin-bottom: 25px;
}

.thanks__description {
  width: 90%;
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}

.thanks__description span {
  display: block;
  font-size: 17px;
  margin-bottom: 17.5px;
}

.thanks__reviews {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  padding: 20px 50px;
  background-color: #d74343;
  margin: 0 auto;
}

#consultation, #thanks {
  display: none;
}

@media (max-width: 768px) {
  .thanks {
    padding: 40px 30px;
  }
}

@media (max-width: 576px) {
  .modal__feedback {
    max-width: 360px;
    min-width: 360px;
  }
  .thanks {
    max-width: 360px;
    min-width: 360px;
    padding: 35px 25px;
  }
  .thanks__description {
    width: 100%;
  }
  .thanks__reviews {
    width: 100%;
    padding: 20px;
  }
}
/*# sourceMappingURL=style.css.map */