/*! 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 {
  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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: "Futura PT", sans-serif, "Arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  line-height: 1.5;
  color: var(--white);
}

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

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

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

.container {
  max-width: 1440px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 375px) {
  .container {
    max-width: 375px;
    padding: 0 18px;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

#body {
  background-color: #E5E5E5;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: 50%;
}

#body::-webkit-scrollbar {
  width: 1px;
}

#body::-webkit-scrollbar-thumb {
  display: none;
}

.header_content {
  margin: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_adres {
  margin-left: 196px;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.header-adres__text {
  margin-left: 9px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #333333;
}
.header-contact__list {
  display: flex;
  align-items: center;
}
.header-contact__list__item {
  display: flex;
  align-items: center;
}
.header-contact__phone__number {
  margin-left: 9px;
  margin-right: 9px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  transition: all 0.3s ease;
}
.header-contact__phone__number:hover {
  color: #FFBD54;
  transition: all 0.3s ease;
}
.header-contact__phone__number:active {
  color: #333333;
  opacity: 0.6;
}
.header_dates {
  display: flex;
  align-items: center;
}
.header-calendar__icon {
  margin-right: 7px;
}
.header-date {
  margin-right: 17px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #333333;
}
.header_time {
  margin-left: 5px;
  font-weight: 400;
}
.header_section {
  background-color: #ffffff;
  width: 100%;
  height: 89px;
  z-index: 10;
  margin-top: 20px;
}
.header-section__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo__img {
  transform: scale(1.5);
  z-index: 10;
  transition: all 0.3s ease;
}
.header-logo__img:hover {
  opacity: 0.9;
  transition: all 0.3s ease;
}
.header-logo__img:active {
  opacity: 0.7;
}
.header_list {
  display: flex;
  align-items: center;
  gap: 55px;
}
.header-list__active {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-list__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  transition: all 0.3s ease;
}
.header-list__link:hover {
  border-bottom: 2px solid #FFBD54;
}
.header-list__link:active {
  opacity: 0.6;
  border-bottom: 2px solid #FFBD54;
}
.header_btn {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-right: 12px;
}
.header_btn:hover {
  opacity: 0.8;
}
.header-btn__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  color: #333333;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.main_content {
  display: flex;
  align-items: center;
}
.main-section__imgs {
  position: relative;
}
.main-section__img {
  margin-top: -20px;
  margin-left: -150px;
  z-index: -1;
}
.main-section__img-two {
  position: absolute;
  top: 250px;
  left: calc(50% + 780px);
  width: 319px;
  height: 430px;
}
.main-section__title {
  width: 608px;
  height: 128px;
  font-weight: 700;
  font-size: 70px;
  line-height: 64px;
  color: #333333;
  margin-bottom: 29px;
}
.main-section__title--active {
  color: #78c0de;
}
.main-section__text {
  width: 495px;
  height: 105px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #949494;
  margin-bottom: 38px;
}
.main-section__btn {
  padding: 15px 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  background: #333333;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-section__btn:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.main-info__text {
  position: relative;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  width: 753px;
  height: 58px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #949494;
}
.main-info__text::before {
  position: absolute;
  top: -180px;
  left: -220px;
  content: "";
  width: 350px;
  height: 350px;
  background-image: url(../img/decoretion.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}
.main-info__text::after {
  position: absolute;
  top: -120px;
  left: 620px;
  content: "";
  width: 350px;
  height: 350px;
  background-image: url(../img/decoretion2.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}
.main-info__text--two {
  margin-top: 100px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  text-align: center;
  margin-bottom: 191px;
}
.main_hr {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 130px;
  margin-bottom: -80px;
}

.servis_title {
  margin-left: auto;
  margin-right: auto;
  width: 296px;
  height: 38px;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  display: flex;
  align-items: center;
  color: #333333;
  margin-bottom: 80px;
}
.servis_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.servis-content__list {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 14px;
}
.servis-content-list__item {
  width: 183px;
  height: 201px;
  background-color: #ffffff;
}
.servis-content-list__item:hover {
  opacity: 0.8;
}
.servis-content-list__item:active {
  opacity: 0.6;
}
.servis-content-list__item--active {
  height: 215px;
}
.servis-content__list-img {
  padding-top: 30px;
  margin-left: 70px;
  margin-bottom: 20px;
}
.servis-content__list-text {
  margin-left: auto;
  margin-right: auto;
  width: 126px;
  height: 44px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #333333;
}
.servis_btn {
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.servis_btn:hover {
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.servis_btn:active {
  background-color: #ffffff;
  opacity: 0.6;
}
.servis_infos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: -14px;
  margin-left: auto;
  margin-right: auto;
  width: 1163px;
  height: 414px;
  background-color: #ffffff;
  margin-bottom: 235px;
}
.servis-info__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #333333;
  margin-bottom: 18px;
}
.servis-info__text {
  width: 492px;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #949494;
  margin-bottom: 84px;
}
.servis_btns {
  display: flex;
  align-items: center;
  gap: 21px;
}
.servis-btn__price {
  display: flex;
  align-items: center;
  background: #ffbd54;
  border-radius: 3px;
  border: none;
  padding: 15px 36px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.servis-btn__price:hover {
  background: #333333;
  transition: all 0.3s ease;
}
.servis-btn__price:active {
  background: #333333;
  opacity: 0.6;
}
.servis-info__price-text {
  margin-left: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}
.servis-btn__write {
  display: flex;
  align-items: center;
  background: #333333;
  border-radius: 3px;
  border: none;
  padding: 15px 36px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.servis-btn__write:hover {
  background: #ffbd54;
  transition: all 0.3s ease;
}
.servis-btn__write:active {
  background: #ffbd54;
  opacity: 0.6;
}

.follow {
  width: 100%;
  height: 308px;
  background-color: #78c0de;
  background-image: url(../img/follow-img.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  margin-bottom: 216px;
}
.follow_section {
  display: flex;
  align-items: center;
}
.follow_info {
  margin-left: 180px;
}
.follow_title {
  width: 494px;
  font-weight: 700;
  font-size: 48px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 32px;
}
.follow_form {
  display: flex;
  align-items: center;
  gap: 21px;
}
.follow-form__inp {
  padding: 15px 150px 15px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #949494;
  border: none;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.follow-form__btn {
  padding: 15px 52px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  background: #333333;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.follow-form__btn:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.follow_img {
  margin-top: -108px;
  margin-left: -40px;
}

.article {
  margin-bottom: 265px;
}
.article_title {
  margin-left: auto;
  margin-right: auto;
  width: 384px;
  height: 42px;
  font-weight: 700;
  font-size: 48px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #333333;
  margin-bottom: 80px;
}
.article_list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.article-list__item {
  width: 305px;
  height: 435px;
  border: 1px solid #d6d6d4;
  border-radius: 5px;
}
.article-list__item:hover {
  opacity: 0.8;
}
.article-list__item:active {
  opacity: 0.6;
}
.article-list__date {
  margin-top: 21px;
  margin-left: 200px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #949494;
  margin-bottom: 2px;
}
.article-list__title {
  padding-left: 30px;
  width: 212px;
  height: 48px;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 10px;
}
.article-list__text {
  padding-left: 30px;
  width: 274px;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #949494;
  margin-bottom: 37px;
}
.article_btn {
  padding-left: 30px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  border: none;
  background: transparent;
  cursor: pointer;
}
.article_active {
  display: flex;
  width: 640px;
  height: 435px;
  background: #ffffff;
}
.article_mark {
  margin-top: 43px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.article_heshtag {
  padding-left: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #3d9cea;
}
.article-active_date {
  margin-top: -3px;
  margin-left: 50px;
}
.article-active__title {
  width: 193px;
  height: 56px;
}
.article-active__text {
  width: 280px;
  height: 180px;
}
.article-active__btn {
  margin-top: 35px;
}

.contact {
  background: #333333 url(../img/contact-bg.svg) no-repeat calc(50% + 205px);
  margin-bottom: 247px;
}
.contact_content {
  display: flex;
}
.contact_info {
  margin-left: 145px;
}
.contact-info__title {
  margin-top: 62px;
  width: 360px;
  height: 57px;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  color: #ffffff;
  margin-bottom: 14px;
}
.contact-info__text {
  width: 334px;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #949494;
  margin-bottom: 29px;
}
.contact_form {
  display: grid;
}
.contact-form__inp {
  padding: 14px 170px 14px 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #949494;
  overflow: hidden;
  margin-bottom: 14px;
}
.contact-form__inp:hover {
  border: 2px solid #ffbd54;
  border-radius: 5px;
}
.contact-form__inp:active {
  border: 2px solid #ffbd54;
  border-radius: 5px;
}
.contact-form__note {
  width: 375px;
  height: 165px;
}
.contact-form__btn {
  padding: 15px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  background: #ffbd54;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-form__btn:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.footer {
  height: 221px;
  background: #f3f3f3;
  border: 1px solid #ebebeb;
}
.footer_content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 56px 65px;
}
.footer_logo:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.footer-list__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}
.footer-list__link:hover {
  color: #ffbd54;
  transition: all 0.3s ease;
}
.footer-list__link:active {
  color: #333333;
  opacity: 0.8;
}
.footer_list--date {
  display: flex;
  gap: 9px;
}
.footer_date {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.footer_time {
  font-weight: 400;
}
.footer_phone {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #333333;
  transition: all 0.3s ease;
}
.footer_phone:hover {
  color: #ffbd54;
  transition: all 0.3s ease;
}
.footer_phone:active {
  color: #333333;
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */