.creates, .social-media__link, .footer__link, .contact__link, .form__input, .request, .scheme-rect, .service, .section__link, .hamburger__line, .hamburger:after, .hamburger:before, .hamburger, .button, .logo-path {
  transition: All 0.2s ease-out;
}

body {
  font-family: "Montserrat", Verdana, sans-serif;
}

.button {
  font-family: "Poppins", Verdana, sans-serif;
}

.logo {
  display: flex;
}

.logo-object {
  width: 265px;
  height: 66px;
}
@media (max-width: 1440px) {
  .logo-object {
    width: 180px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .logo-object {
    width: 160px;
    height: 40px;
  }
}

.logo-svg {
  cursor: pointer;
}
.logo-svg:hover .logo-path {
  fill: #f3f3f3;
}

.logo-svg-light {
  cursor: pointer;
}
.logo-svg-light:hover .logo-path {
  fill: #12B7B6;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.6rem;
  background-color: #f3f3f3;
  overflow-x: hidden;
  color: #2D2D2D;
}

body.lock {
  overflow: hidden;
}

h1, h2, .section__title {
  margin: 0 0 50px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 5.6rem;
  line-height: 7.9rem;
}
@media (max-width: 1440px) {
  h1, h2, .section__title {
    font-style: normal;
    font-weight: 300;
    font-size: 4rem;
    line-height: 6rem;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 1024px) {
  h1, h2, .section__title {
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  h1, h2, .section__title {
    margin: 0 0 15px;
  }
}
@media (max-width: 430px) {
  h1, h2, .section__title {
    font-style: normal;
    font-weight: 300;
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: 0.01em;
  }
}

h3, .content__title {
  font-style: normal;
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 6.4rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  h3, .content__title {
    font-style: normal;
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 430px) {
  h3, .content__title {
    font-style: normal;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: left;
  }
}

p, .status {
  font-style: normal;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 3.2rem;
}
@media (max-width: 1440px) {
  p, .status {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.01em;
  }
}

a {
  text-decoration: none;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  padding-left: 0;
  list-style: none;
}

* {
  box-sizing: border-box;
}

.button {
  font-style: normal;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 3.5rem;
  padding: 28px 35px;
  cursor: pointer;
  color: #12B7B6;
}
@media (max-width: 1440px) {
  .button {
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 3rem;
    padding: 23px 30px;
  }
}
@media (max-width: 1024px) {
  .button {
    padding: 18px 26px;
  }
}

.button__close {
  background-image: url("../assets/svg/icons/close.svg");
  border: none;
  background-repeat: no-repeat;
}

.ico {
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
}

.hamburger__line, .hamburger:after, .hamburger:before {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #12B7B6;
  width: 100%;
  height: 2px;
}

.hamburger {
  visibility: hidden;
}
@media (max-width: 1024px) {
  .hamburger {
    visibility: visible;
    z-index: 11;
    position: relative;
    width: 32px;
    height: 19px;
  }
}
.hamburger:before {
  top: 0;
  left: 0;
}
.hamburger:after {
  bottom: 0;
  left: 0;
}

.hamburger.active span {
  transform: scale(0) translate(0px, -50%);
}

.hamburger.active::before {
  top: 57%;
  transform: rotate(-45deg) translate(0px, -50%);
}

.hamburger.active::after {
  top: 50%;
  transform: rotate(45deg) translate(0px, 50%);
}

.hamburger__line {
  top: calc(50% - 1px);
  left: 0;
}

.navigation {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .navigation {
    display: inline;
  }
}

.section__link {
  list-style: none;
  padding: 18px 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 2.9rems;
  letter-spacing: 0.005em;
  color: #f3f3f3;
  cursor: pointer;
  opacity: 0.9;
  text-decoration: none;
  border-radius: 15px;
}
.section__link:hover {
  color: #12B7B6;
}
@media (max-width: 1440px) {
  .section__link {
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.01em;
    padding: 15px 20px;
    border-radius: 10px;
  }
}
@media (max-width: 1024px) {
  .section__link {
    margin-bottom: 10px;
    display: inline-flex;
    width: 220px;
  }
}

li > a.active {
  background: #2D2D2D;
  box-shadow: -10px -10px 30px #2B2B2B, 10px 10px 30px rgba(0, 0, 0, 0.45);
  color: #12B7B6;
}

@media (max-width: 1024px) {
  nav.hearder__navigation {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 80px 30px 30px;
    text-align: right;
    overflow-y: auto;
    z-index: 10;
    transition: all 0.3s ease 0s;
    transform: translate(100%, 0px);
  }
  nav.hearder__navigation * > li {
    display: block;
  }
}

nav.hearder__navigation.active {
  transform: translate(0px, 0px);
}

.promo {
  background: #f3f3f3;
  padding: 40px 0;
}
@media (max-width: 1440px) {
  .promo {
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  .promo {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .promo {
    padding: 20px 0;
  }
}
@media (max-width: 430px) {
  .promo {
    padding: 15px 0;
  }
}

.promo__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.promo__content {
  padding-right: 30px;
}
@media (max-width: 430px) {
  .promo__content {
    padding-right: 0;
  }
}

.promo__text {
  max-width: 900px;
  color: #434343;
  text-align: inherit;
}

.promo__image {
  position: relative;
  right: 0;
  max-width: 60%;
  align-items: center;
  height: auto;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .promo__image {
    max-width: 50%;
  }
}
@media (max-width: 430px) {
  .promo__image {
    display: none;
  }
}

.request__button {
  display: block;
  margin: 50px 0 0 60px;
  background: #F9F9F9;
  box-shadow: -10px -10px 20px #FFFFFF, 10px 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  border-width: inherit;
}
.request__button:hover {
  background-color: #d3f3f2;
}
@media (max-width: 1440px) {
  .request__button {
    margin: 80px 0 0 60px;
  }
}
@media (max-width: 1024px) {
  .request__button {
    margin: 35px 0 0 60px;
  }
}
@media (max-width: 430px) {
  .request__button {
    margin: auto;
  }
}

.service {
  max-width: 446px;
  padding: 40px 40px;
  background: #F3F3F3;
  box-shadow: -20px -20px 50px #FFFFFF, 20px 20px 50px #D2D2D2;
  border-radius: 43px;
  text-align: center;
}
.service:hover {
  background-color: #d3f3f2;
}
@media (max-width: 768px) {
  .service {
    margin: auto;
    margin-bottom: 30px;
  }
}

.we-do-object {
  height: 180px;
  margin: auto;
  display: block;
}
@media (max-width: 430px) {
  .we-do-object {
    height: 120px;
  }
}

.service__title {
  margin: 30px auto;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 4rem;
}
@media (max-width: 1440px) {
  .service__title {
    font-style: normal;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 3.5rem;
  }
}

.service__text {
  display: inline;
}

.about-us {
  display: flex;
  margin: auto;
  max-width: 1920px;
  background-image: url(../assets/image/background-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.about-us__wrapper {
  float: left;
  max-width: 1060px;
  margin-left: 0;
}
@media (max-width: 1440px) {
  .about-us__wrapper {
    max-width: 920px;
  }
}
@media (max-width: 1024px) {
  .about-us__wrapper {
    max-width: 650px;
  }
}

.about-us__content {
  padding: 40px 60px 60px 185px;
  color: #FFFFFF;
  text-align: justify;
  height: 1200px;
  background: rgba(31, 31, 31, 0.85);
}
@media (max-width: 1440px) {
  .about-us__content {
    padding: 30px 86px;
  }
}
@media (max-width: 1024px) {
  .about-us__content {
    padding: 30px 52px;
  }
}
@media (max-width: 768px) {
  .about-us__content {
    padding: 20px 41px;
  }
}
@media (max-width: 430px) {
  .about-us__content {
    padding: 15px 22px;
  }
}

.select__wrapper {
  border-bottom: 1px solid #f3f3f3;
}

.about-us__select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 430px) {
  .about-us__select {
    padding: 10px 0;
  }
}

.select__titlte {
  display: flex;
}

.select__dots {
  margin-right: 47px;
}

.select__arrow {
  height: 20px;
  width: 20px;
  background-image: url(../assets/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.select__text {
  display: none;
}

.select__active {
  display: block;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 430px) {
  .select__active {
    margin-bottom: 10px;
  }
}

.work-scheme {
  padding: 40px 0 120px;
  color: #2D2D2D;
}
@media (max-width: 1440px) {
  .work-scheme {
    padding: 30px 0 110px;
  }
}
@media (max-width: 1024px) {
  .work-scheme {
    padding: 30px 0 110px;
  }
}
@media (max-width: 768px) {
  .work-scheme {
    padding: 20px 0 100px;
  }
}
@media (max-width: 430px) {
  .work-scheme {
    padding: 15px 0 90px;
  }
}

.scheme__elements {
  display: flex;
  align-items: baseline;
}

.scheme-object {
  display: block;
  margin: auto;
  margin-top: 110px;
  width: 100%;
}
@media (max-width: 1024px) {
  .scheme-object {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .scheme-object {
    display: none;
  }
}

.scheme-object_small {
  display: none;
}
@media (max-width: 768px) {
  .scheme-object_small {
    display: block;
    margin: auto;
    max-width: 100%;
    margin-top: 50px;
    padding: 0 10px;
  }
}

.scheme-svg .scheme-rect:hover {
  fill: #d3f3f2;
}

.contacts {
  background-color: #2D2D2D;
  color: #f3f3f3;
  font-style: normal;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 3.3rem;
  padding: 40px 0 60px;
}
@media (max-width: 1440px) {
  .contacts {
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  .contacts {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .contacts {
    padding: 20px 0;
  }
}
@media (max-width: 430px) {
  .contacts {
    padding: 15px 0;
  }
}

.contacts__content {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .contacts__content {
    padding-right: 20px;
  }
}

.contacts-info {
  margin-bottom: 45px;
}
@media (max-width: 1440px) {
  .contacts-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .contacts-info {
    margin-bottom: 25px;
  }
}

.contacts-info__link {
  text-decoration: none;
  color: #f3f3f3;
}
.contacts-info__link:hover {
  color: #12B7B6;
}

.contacts__button {
  background: #2D2D2D;
  box-shadow: -10px -10px 30px #2B2B2B, 10px 10px 30px rgba(0, 0, 0, 0.45);
  border-radius: 14px;
  border: none;
  margin-bottom: 35px;
}

.map {
  display: none;
}

.request {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  visibility: hidden;
  overflow: hidden;
}

.request-active {
  visibility: visible;
}

.request__wrapper {
  padding: 50px;
  overflow-y: auto;
  background-color: #f3f3f3;
  height: 90vh;
  max-height: 770px;
  position: relative;
  top: 40px;
  bottom: 40px;
  margin: auto;
}
@media (max-width: 1024px) {
  .request__wrapper {
    padding: 0 20px;
    top: 20px;
  }
}

.request-form__title {
  margin: 0 0 30px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .request-form__title {
    margin: 20px 0;
  }
}
@media (max-width: 430px) {
  .request-form__title {
    margin: 20px 0 40px;
  }
}

.request__input {
  display: block;
  margin-bottom: 20px;
  background: #f3f3f3;
  box-shadow: inset -10px -10px 20px #FFFFFF, inset 10px 10px 20px rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  border: 0;
  height: 60px;
  width: 100%;
  padding-left: 40px;
  color: #2D2D2D;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.7rem;
}
@media (max-width: 1440px) {
  .request__input {
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2rem;
    height: 70px;
    max-width: 420px;
  }
}
@media (max-width: 1024px) {
  .request__input {
    padding-left: 30px;
    max-height: 330px;
    height: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 430px) {
  .request__input {
    height: 50px;
    margin-bottom: 12px;
    padding-left: 15px;
  }
}

.select__type {
  padding-right: 10px;
}

.form__submit {
  position: relative;
}

.request-form__submit {
  position: absolute;
  bottom: 0;
  padding: 20px;
  height: 80px;
  max-width: 350px;
  color: #12B7B6;
  background: #f3f3f3;
  box-shadow: -10px -10px 20px #FFFFFF, 10px 10px 20px rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .request-form__submit {
    position: inherit;
    padding: 15px;
  }
}

.request__close {
  position: absolute;
  top: 35px;
  right: 50px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .request__close {
    top: 25px;
    right: 35px;
  }
}
@media (max-width: 430px) {
  .request__close {
    top: 12px;
    right: 12px;
  }
}

.form__input {
  padding: 18px 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 2.9rems;
  letter-spacing: 0.005em;
  cursor: pointer;
  opacity: 0.9;
  margin: 0 0 35px;
  width: 100%;
  background: #2D2D2D;
  color: #12B7B6;
  border: none;
  background: #2D2D2D;
  box-shadow: inset -10px -10px 30px #2B2B2B, inset 10px 10px 30px rgba(0, 0, 0, 0.45);
  border-radius: 14px;
}
@media (max-width: 1440px) {
  .form__input {
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 16px 21px;
  }
}
@media (max-width: 1024px) {
  .form__input {
    max-width: 460px;
  }
}
@media (max-width: 768px) {
  .form__input {
    margin: 0 0 15px;
  }
}

.status {
  margin-bottom: 20px;
}

.layout-4-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-4-column > * {
  flex-basis: 21%;
}
@media (max-width: 768px) {
  .layout-4-column {
    display: block;
  }
}

.layout-3-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-3-column > * {
  flex-basis: 32%;
}
@media (max-width: 768px) {
  .layout-3-column {
    display: block;
  }
}

.layout-2-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-2-column > * {
  flex-basis: 48%;
}
@media (max-width: 768px) {
  .layout-2-column {
    display: block;
  }
}
@media (max-width: 1024px) {
  .layout-2-column {
    display: block;
  }
}

.wrapper {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
}
@media (max-width: 1440px) {
  .wrapper {
    padding: 0 20px;
    max-width: 1300px;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    max-width: 728px;
  }
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #2D2D2D;
  padding: 14px 0;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

.contact__link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.7rem;
  letter-spacing: 0.01em;
  color: #f3f3f3;
  cursor: pointer;
  opacity: 0.9;
}
.contact__link:hover {
  color: #12B7B6;
}
.contact__link::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}
@media (max-width: 1440px) {
  .contact__link {
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.01em;
  }
  .contact__link::before {
    width: 25px;
    height: 25px;
  }
}

.mail__link::before {
  background-image: url("../assets/svg/icons/mail.svg");
}

.phone__link::before {
  background-image: url("../assets/svg/icons/phone.svg");
}

.footer {
  padding: 30px 0 0;
  background-color: #2D2D2D;
  border-top: 1px #f3f3f3 solid;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (max-width: 1440px) {
  .footer {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.01em;
  }
}

.footer__wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 430px) {
  .footer__wrapper {
    display: block;
  }
}

.footer__logo {
  margin-right: 90px;
}
@media (max-width: 430px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}

.footer__logo-object {
  width: 110px;
  height: 27px;
}

.footer__navigation {
  display: flex;
  width: 300px;
}
@media (max-width: 430px) {
  .footer__navigation {
    margin-bottom: 30px;
  }
}

.footer__navigation_links {
  margin: 0;
}

.footer__link {
  display: block;
  text-decoration: none;
  color: #f3f3f3;
  margin-bottom: 20px;
  max-width: 160px;
}
.footer__link:hover {
  color: #12B7B6;
}

.social-media {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: auto;
  width: 180px;
  height: 48px;
}

.social-media__link {
  height: 30px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.instagram {
  background-image: url(../assets/svg/icons/instagram.svg);
}
.instagram:hover {
  background-image: url(../assets/svg/icons/instagram-colored.svg);
}

.facebook {
  background-image: url(../assets/svg/icons/facebook.svg);
}
.facebook:hover {
  background-image: url(../assets/svg/icons/facebook-colored.svg);
}

.twitter {
  background-image: url(../assets/svg/icons/twitter.svg);
}
.twitter:hover {
  background-image: url(../assets/svg/icons/twitter-colored.svg);
}

.creates__wrapper {
  color: #f3f3f3;
  display: flex;
  justify-content: space-between;
}

.creates {
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.9rem;
  text-decoration: none;
  color: #f3f3f3;
}
.creates:hover {
  color: #12B7B6;
}
@media (max-width: 1440px) {
  .creates {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.01em;
  }
}

.creator {
  visibility: hidden;
}

/*# sourceMappingURL=style.css.map */
