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

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

.modal::-webkit-scrollbar {
  width: 5px;
}
.modal::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
}
.modal::-webkit-scrollbar-thumb {
  background: #7752be;
  border-radius: 10px;
}

html {
  font-size: 10px;
}

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

h1 {
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.4rem;
}
@media (max-width: 414px) {
  h1 {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.2rem;
  }
}

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

h3 {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.4rem;
}
@media (max-width: 414px) {
  h3 {
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.1rem;
  }
}

h4 {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
}
@media (max-width: 768px) {
  h4 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
  }
}

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

.block-shadowed {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.button {
  padding: 11px 25px 13px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border-radius: 4px;
  cursor: pointer;
  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 {
  color: #ff9900;
  display: inline-flex;
  align-items: center;
}

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

.logo {
  display: flex;
}

.logo-object {
  width: 160px;
}

.logo-svg:hover .logo-path {
  fill: #ff9900;
}

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

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

* {
  box-sizing: border-box;
}

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

.icon-square {
  width: 50px;
  height: 50px;
  border-radius: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon-square_yellow {
  background-color: #fab005;
}
.icon-square_red {
  background-color: #f03e3d;
}
.icon-square_blue {
  background-color: #4dadf7;
}
.icon-square_violet {
  background-color: #7752be;
}

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

.ico_arrow {
  background-image: url(../img/svg/arrow.svg);
  width: 12px;
  height: 17px;
}

.ico_snake {
  background-image: url(../img/svg/snake.svg);
  width: 18px;
  height: 14px;
}

.ico_heart {
  background-image: url(../img/svg/heart.svg);
  width: 17px;
  height: 15px;
}

.ico_clock {
  background-image: url(../img/svg/clock.svg);
  width: 15px;
  height: 17px;
}

.tags {
  display: flex;
}
.tags > * {
  margin-right: 7px;
}

.tag {
  border-radius: 90px;
  padding: 0 14px;
  cursor: pointer;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2.8rem;
}
.tag_selected {
  background-color: #ff9900;
  color: #ffffff;
}
.tag_bordered {
  border: 1px solid #d7d7d7;
}
.tag_colored {
  background-color: #f5f5f5;
}

.hamburger__line, .hamburger:before, .hamburger:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #173a56;
  border-radius: 5px;
  width: 100%;
  height: 3px;
}

.hamburger {
  display: none;
  position: relative;
  width: 31px;
  height: 25px;
  margin-right: 37px;
}
@media (max-width: 768px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger:after {
  bottom: 0;
  left: 0;
}
.hamburger:before {
  top: 0;
  left: 0;
}

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

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 80, 80, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  width: 675px;
  min-height: 120px;
  max-height: 90%;
  overflow: auto;
}
@media (max-width: 768px) {
  .modal {
    width: 90%;
  }
}

.modal__close-icon {
  position: absolute;
  top: 30px;
  right: 26px;
  cursor: pointer;
}
.modal__close-icon svg {
  pointer-events: none;
}

.wrapper {
  max-width: 1197px;
  margin: auto;
}
@media (max-width: 1197px) {
  .wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 414px) {
  .wrapper {
    padding: 0 21px;
  }
}

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

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header__wrapper {
    padding-left: 24px;
  }
}

.header__logo-line {
  display: flex;
}

.header__buttons > .button {
  margin-left: 14px;
}
@media (max-width: 414px) {
  .header__buttons > .button {
    display: none;
  }
}

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

.layout-4-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-4-column > * {
  flex-basis: 21%;
}

.layout-3-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-3-column > * {
  flex-basis: 30%;
}
.layout-3-column:after {
  content: "";
  width: 30%;
  display: block;
}

.layout-2-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-2-column > * {
  flex-basis: 48%;
}

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

.footer__wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column;
  }
}

.footer-navigation {
  flex-grow: 1;
  padding-left: 152px;
}
@media (max-width: 768px) {
  .footer-navigation {
    padding-left: 0;
    margin-top: 34px;
  }
}
@media (max-width: 414px) {
  .footer-navigation {
    flex-direction: column;
  }
}

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

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

.contact-us {
  background: #ffeee1;
  padding: 62px 0;
}
@media (max-width: 768px) {
  .contact-us {
    text-align: center;
  }
}

.contact-us__form input,
.contact-us__form textarea {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 10px 21px;
  border-radius: 5px;
}
.contact-us__form input:focus,
.contact-us__form textarea:focus {
  border-color: #ff9900;
  outline: none;
}
.contact-us__form textarea {
  resize: none;
  width: 100%;
  height: 160px;
}

@media (max-width: 768px) {
  .contact-us-container {
    flex-direction: column;
  }
}

.contact-us__content {
  max-width: 520px;
}
@media (max-width: 768px) {
  .contact-us__content {
    max-width: 100%;
  }
}

.contact-us__line {
  margin-bottom: 19px;
}
@media (max-width: 414px) {
  .contact-us__line {
    flex-direction: column;
    margin-bottom: 0;
  }
  .contact-us__line > * {
    margin-bottom: 19px;
  }
}

.contact-us__button > * {
  min-width: 117px;
}
@media (max-width: 414px) {
  .contact-us__button {
    margin-top: 24px;
  }
}

.contact-us__link a {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  color: #544837;
  text-decoration: none;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .contact-us__link {
    justify-content: center;
  }
}

.contact-us__phone {
  background-image: url(../img/svg/ico_phone.svg);
  background-repeat: no-repeat;
  background-position: left 2px;
}

.contact-us__email {
  background-image: url(../img/svg/ico_mail.svg);
  background-position: left 2px;
  background-repeat: no-repeat;
}

.promo {
  padding: 30px 0;
  overflow: hidden;
}

.promo__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 414px) {
  .promo__wrapper {
    flex-direction: column-reverse;
  }
}

.promo__content {
  padding-right: 65px;
}
@media (max-width: 768px) {
  .promo__content {
    padding-right: 0;
  }
}
@media (max-width: 414px) {
  .promo__content {
    text-align: center;
  }
}

.promo__title {
  margin: 0 0 30px;
}

.promo__buttons {
  display: flex;
  align-items: center;
}
.promo__buttons > * {
  margin-right: 44px;
}
.promo__buttons > *:last-child {
  margin-right: 0;
}
@media (max-width: 414px) {
  .promo__buttons {
    flex-direction: column;
  }
  .promo__buttons > * {
    margin-right: 0;
    margin-bottom: 26px;
  }
  .promo__buttons > *:last-child {
    margin-bottom: 0;
  }
}

.promo__text {
  max-width: 487px;
  margin: 0 0 45px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2.8rem;
}
@media (max-width: 768px) {
  .promo__text {
    width: 380px;
  }
}
@media (max-width: 414px) {
  .promo__text {
    width: auto;
  }
}

@media (max-width: 414px) {
  .promo__image {
    max-width: 100%;
    margin-bottom: 16px;
  }
}

.navigation {
  display: flex;
  font-size: 1.5rem;
  line-height: 2.8rem;
}

.navigation__link {
  list-style: none;
  padding: 0 10px;
  cursor: pointer;
}
.navigation__link:hover {
  color: #ff9900;
}

@media (max-width: 768px) {
  .header__navigation {
    display: none;
  }
}

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

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

.tools__button {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 414px) {
  .tools__button {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .tool-container {
    flex-wrap: wrap;
  }
  .tool-container > .tool {
    flex-basis: 43%;
  }
}
@media (max-width: 414px) {
  .tool-container > .tool {
    flex-basis: 100%;
    margin-bottom: 47px;
  }
}

@media (max-width: 768px) {
  .tool {
    text-align: center;
  }
}

.tool__icon {
  margin-bottom: 30px;
}

.tool__title {
  margin: 0 0 16px;
}

.strategies {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .strategies {
    text-align: center;
  }
}

.strategies__title {
  margin: 0 0 14px;
}

.strategies__description {
  margin: 0 0 24px;
}

.strategies__tags {
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  .strategies__tags {
    justify-content: center;
  }
}

.strategy-wrapper > * {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .strategy-wrapper > * {
    flex-basis: 48%;
  }
}
@media (max-width: 414px) {
  .strategy-wrapper > * {
    flex-basis: 100%;
  }
}

.strategy {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.strategy_hidden {
  display: none;
}
@media (max-width: 768px) {
  .strategy {
    overflow: hidden;
  }
}

.strategy__content {
  padding: 24px 33px 26px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.strategy__name {
  margin: 0 0 29px;
  text-align: left;
  flex-grow: 1;
}

.article-modal__content .strategy__image {
  width: 100%;
}
@media (max-width: 768px) {
  .article-modal__content .strategy__image {
    position: static;
  }
}
.article-modal__content .strategy__date {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2.8rem;
  margin: 0 0 5px;
}
.article-modal__content .strategy__name {
  margin-bottom: 10px;
}
.article-modal__content .strategy__text {
  margin: 0 0 12px;
}

.about-us {
  padding: 30px 0 100px 0;
}

.about-us__title {
  margin: 0 0 14px;
}

.about-us__description {
  margin: 0 0 45px;
}

.employee-container {
  padding-right: 32px;
}

.employee {
  display: flex;
  padding: 35px;
  position: relative;
  width: calc(30% - 32px);
}

.employee__name {
  margin: 0;
}

.employee__title {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2.6rem;
  margin: 0;
}

.employee__contact {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2.6rem;
  color: #1943ef;
  text-decoration: none;
}
.employee__contact:hover {
  text-decoration: underline;
}

.employee__photo {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: -45px;
}

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