@charset "UTF-8";
/*font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@400;600;700&display=swap");
.footer-navigation__links a, .logo-path, .navigation__link {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button, body {
  font-family: "Open Sans", Verdana, sans-serif;
}

.footer-navigation__links, .link-button, h1, .promo__text {
  font-family: "Poppins", Verdana, sans-serif;
}

.contact-us {
  background: #efe0f7;
  padding: 62px 82px;
}

.contact-us__line {
  margin-bottom: 19px;
}

.contact-us__form input, .contact-us__form textarea {
  background: #ffffff;
  padding: 10px 21px;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.contact-us__form:focus {
  outline: none;
  border-color: #FF9900;
}

textarea {
  resize: none;
  width: 100%;
  height: 160px;
}

.contact-us__button > * {
  min-width: 117px;
}

.promo {
  padding: 30px 0;
}

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

.promo__title {
  margin: 0 0 30px;
}

.promo__text {
  width: 487px;
  margin: 0 0 45px;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.8rem;
}

.promo__content {
  padding-right: 65px;
}

.promo__buttons > * {
  margin-right: 44px;
}

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

.navigation__link {
  list-style: none;
  padding: 0 10px;
  cursor: pointer;
  font-size: 15px;
  line-height: 28px;
}
.navigation__link:hover {
  color: #FF9900;
}

.tools {
  padding-bottom: 90px;
  background-image: url("../../img/background/Bg-tools.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.tools__title {
  max-width: 462px;
  margin: auto;
  text-align: center;
  margin-bottom: 70px;
}

.tool__icon {
  margin-bottom: 30px;
}

.tool__title {
  margin: 0 0 18px;
}

.tools__button {
  margin-top: 60px;
  text-align: center;
}

.strategies {
  padding: 30px 0;
}

.strategies__title {
  margin: 0 0 14px;
}

.strategies__description {
  margin: 0 0 24px;
}

.strategies__tags {
  margin: 0 0 31px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}

.tag {
  display: inline-block;
  padding: 3px 20px;
  border-radius: 90px;
  text-align: center;
}
.tag_selected {
  color: #ffffff;
  background: #FF9900;
}
.tag_bordered {
  border: 1px solid #D7D7D7;
  color: #544837;
}
.tag_colored {
  background: #f5f5f5;
}

.block-shadowed__title {
  margin: 24px auto 29px;
  text-align: center;
}

.about-us {
  padding: 60px 0;
}

.employee.block-shadowed {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  padding: 15px 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* Параметры тени */
}

.photo-1 {
  background: url("../../img/employees/photo-1.jpg");
}

.photo-2 {
  background: url("../../img/employees/photo-2.jpg");
}

.photo-3 {
  background: url("../../img/employees/photo-3.jpg");
}

.employee__photo {
  position: absolute;
  display: block;
  top: 16%;
  right: -12.5%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/*! 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 {
  text-decoration: none;
  background-color: transparent;
  color: #544837;
}

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

section, main, footer, header, article {
  display: block;
}

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

html {
  font-size: 10px;
}

body {
  min-height: 100vh; /* sticky footer */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* sticky footer */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* sticky footer */
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 2.6rem;
  color: #544837;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body > * {
  -ms-flex-negative: 0;
      flex-shrink: 0; /* sticky footer */
}

h1 {
  font-size: 4.4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 5.4rem;
}

h2 {
  font-size: 3.4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 4.6rem;
}

h3 {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: normal;
  line-height: 3.4rem;
}

h4 {
  font-size: 2.2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 3rem;
}

h5 {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  line-height: 2.6rem;
}

.button {
  padding: 11px 25px 13px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button_bordered {
  background: #ffffff;
  border: 1px solid #D7D7D7;
  color: #544837;
}
.button_bordered:hover {
  background: #BCD0E5;
  border-color: #BCD0E5;
}
.button_colored {
  background: #FF9900;
  color: #ffffff;
  border: 1px solid #FF9900;
}
.button_colored:hover {
  background: #FF7549;
  border-color: #FF7549;
}

.link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FF9900;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-button__text {
  margin-left: 9px;
}

.logo-svg:hover .logo-path {
  fill: aqua;
}

.ico {
  display: inline-block;
  cursor: pointer;
}

.icon-square {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-square_violet {
  background-color: #7752BE;
}
.icon-square_yellow {
  background-color: #FAB005;
}
.icon-square_red {
  background-color: #F03E3D;
}
.icon-square_blue {
  background-color: #4DADF7;
}

.ico_arrow, .ico_snake, .ico_heart, .ico_clock {
  width: 18px;
  height: 19px;
  background-repeat: no-repeat;
}

.ico_arrow {
  background-image: url("../img/icons/icon-1.svg");
}

.ico_snake {
  background-image: url("../img/icons/icon-2.svg");
}

.ico_heart {
  background-image: url("../img/icons/icon-3.svg");
}

.ico_clock {
  background-image: url("../img/icons/icon-4.svg");
}

.ico_play {
  width: 18px;
  height: 19px;
  background-image: url("../img/icons/ico.svg");
}

.wrapper {
  max-width: 1197px;
  margin: auto;
}

.header {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  padding: 15px 0 17px 0;
}

.header__wrapper {
  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__buttons > .button {
  margin-left: 14px;
}

.header__buttons > .button:first-child {
  margin-left: 14px;
  margin-left: 0;
}

.layout-4-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-4-column > * {
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
}

.layout-3-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-3-column > * {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.layout-2-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-2-column > * {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.footer {
  padding: 60px 0 70px;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 152px;
     -moz-column-gap: 152px;
          column-gap: 152px;
}

.footer-navigation.layout-3-column {
  width: 70%;
}

.footer-navigation__title {
  margin: 0 0 15px;
}

.footer-navigation__links {
  list-style-type: none;
  padding-left: 0;
}
.footer-navigation__links a {
  text-decoration: none;
  color: #544837;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 3.5rem;
}
.footer-navigation__links a:hover {
  color: #FF9900;
}