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

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1140px;
  margin: auto;
}

body {
  overflow-x: hidden;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

p {
  font-family: 'Open Sans', sans-serif;
}

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

.navbar {
  background-color: #FAFDFF;
}

.navbar-block {
  padding: 26px 0;
  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;
}

.navbar-navigation {
  width: 594px;
  height: 48px;
  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;
}

.navbar-menu {
  padding-right: 6px;
  width: 415px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.navbar-menu__item--dropdown {
  position: relative;
  display: inline-block;
}

.navbar-menu__icon {
  margin-left: 6px;
}

.navbar-menu__link {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #183B56;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-button {
  padding: 11px 23px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #1565D8;
  -webkit-filter: drop-shadow(0px 10px 25px rgba(21, 37, 72, 0.1));
          filter: drop-shadow(0px 10px 25px rgba(21, 37, 72, 0.1));
  border: 2px solid #1565D8;
  border-radius: 8px;
  background-color: #FAFDFF;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.logo__image {
  width: 90px;
  height: 28px;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
}

.dropdown-content__link {
  text-decoration: none;
  display: block;
  color: #183B56;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.menu-button-navbar {
  display: none;
}

h1, h2, p {
  margin: 0;
}

.hero {
  background: url("../img/hero-pictures.png");
  background-color: #FAFDFF;
  background-repeat: no-repeat;
  background-position: bottom 10px right -277px;
  padding-top: 52px;
  padding-bottom: 104px;
}

.hero-wrapper {
  position: relative;
}

.hero-description__text {
  width: 499px;
}

.hero-description__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
  color: #183B56;
  margin-bottom: 6px;
}

.hero-description__desc {
  width: 457px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #5A7184;
  margin-bottom: 63px;
  overflow-y: auto;
  height: 98px;
}

.hero-description__button {
  padding: 15px 40px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  background: #183B56;
  border-radius: 8px;
  margin-bottom: 56px;
  cursor: pointer;
  border: none;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-description__down {
  width: 54px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.asia-title {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 0.2px;
  color: #183B56;
}

.agency-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
  color: #183B56;
  display: block;
  margin-bottom: 11px;
}

.down-image {
  display: block;
  border-radius: 50%;
  scroll-behavior: smooth;
}

.modal__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 143, 223, 0.39);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.modal__overlay--visible {
  visibility: visible;
  opacity: 1;
}

.modal__dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 478px;
  padding: 33px 70px;
  background-color: #1565D8;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  border-radius: 8px;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.modal__dialog--visible {
  visibility: visible;
  opacity: 1;
}

.modal__close {
  position: absolute;
  right: 18px;
  top: 17px;
  text-decoration: none;
  cursor: pointer;
}

.modal__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}

.modal__input {
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  color: #183B56;
  outline: none;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  padding: 0 23px;
  height: 50px;
}

.modal__input:first-child {
  margin-top: 0;
}

.modal__message {
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  max-height: 123px;
  margin-top: 15px;
  color: #183B56;
  resize: none;
  outline: none;
  margin-bottom: 2px;
  background-color: #fff;
  border-radius: 4px;
  padding: 18px 23px;
  border: none;
}

.modal__infoButton {
  margin-top: 15px;
}

.modal__button {
  font-family: Roboto;
  min-width: 160px;
  padding: 18px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: white;
  background-color: #183B56;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
}

.modal__info {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}

.modal__infoButton {
  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;
  width: 100%;
}

.modal__form #name-error {
  top: 114px;
  right: 80px;
}

.modal__form #phone-error {
  top: 177px;
  right: 80px;
}

.modal__form #email-error {
  top: 242px;
  right: 80px;
}

.form label.invalid {
  position: absolute;
  font-family: Open Sans;
  font-size: 13px;
  color: tomato;
  font-weight: bold;
}

h4 {
  margin: 0;
  padding: 0;
}

.partners {
  padding: 100px 218px 99px 150px;
}

.partners-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00B8D9;
  margin-bottom: 26px;
}

.partners-info {
  width: 1092px;
  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: 75px;
}

.partners-info__name {
  max-width: 433px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.2px;
  color: #183B56;
  overflow: hidden;
}

.partners-info__about {
  width: 514px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #5A7184;
  overflow-y: auto;
  height: 105px;
}

.partners-icons {
  width: 1089px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: -52px;
}

.whatWeDo {
  padding: 79px 150px 39px 150px;
  background-color: #F9FBFE;
}

.whatWeDo-cards {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.whatWeDo-cards__item {
  padding: 25px 24px;
  width: 361px;
  height: 165px;
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}

.whatWeDo-cards__icon {
  display: block;
  width: 40px;
  height: 46px;
  margin-right: 15px;
}

.whatWeDo-cards-info__title {
  max-width: 258px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.2px;
  color: #183B56;
  margin-bottom: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whatWeDo-cards-info__text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5A7184;
  overflow-y: auto;
  height: 80px;
}

.whatWeDo-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.2px;
  color: #183B56;
  margin-right: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whatWeDo-text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #5A7184;
  overflow: hidden;
  text-overflow: ellipsis;
}

.whatWeDo-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}

.portfolio {
  position: relative;
  padding-bottom: 159px;
  padding-top: 99px;
}

.portfolio-wrapper {
  position: static;
}

.portfolio-slider {
  position: static;
  overflow: visible;
}

.portfolio-slider__button {
  position: absolute;
  top: 132px;
  right: 303px;
  z-index: 99;
  width: 56px;
  height: 56px;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.portfolio-slider__button--prev {
  background-image: url(../img/button-prev.svg);
  outline: none;
}

.portfolio-slider__button--next {
  background-image: url(../img/button-next.svg);
  right: 248px;
  outline: none;
}

.portfolio-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00B8D9;
  margin-bottom: 20px;
}

.portfolio-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.2px;
  color: #183B56;
  margin-bottom: 48px;
}

.portfolio-card {
  width: 360px;
  height: 524px;
}

.portfolio-card__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-info {
  width: 360px;
  height: 124px;
  padding: 19px 0 24px 24px;
  background: #FFFFFF;
  border: 1px solid #DDE6F4;
  border-radius: 0px 0px 8px 8px;
}

.portfolio-info__landing {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1565D8;
  margin-bottom: 16px;
}

.portfolio-info__project {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.2px;
  color: #183B56;
}

.feedback {
  position: relative;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding-bottom: 20px;
}

.feedback-card {
  width: 555px;
  height: 267px;
  background-color: #FFFFFF;
  border: 1px solid #E5EAF4;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 40px;
}

.feedback-card-description {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #5A7184;
  overflow-y: auto;
  height: 120px;
}

.feedback-container {
  width: 100%;
  height: 100%;
}

.feedback-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 33px;
}

.feedback-info__image {
  display: block;
  width: 57px;
  height: 56px;
  margin-right: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.feedback-text__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #183B56;
  margin-bottom: 3px;
}

.feedback-text__subtitle {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #5A7184;
}

.feedback-slider {
  position: static;
}

.feedback-slider__button {
  z-index: 99;
  top: 240px;
  right: 20px;
  position: absolute;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat;
  background-position-x: -15px;
  background-position-y: -4px;
  background-color: transparent;
}

.feedback-slider__button--next {
  background-image: url(../img/arrow-feedback.svg);
}

.feedback-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00B8D9;
  margin-bottom: 20px;
}

.feedback-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.2px;
  color: #183B56;
  margin-bottom: 48px;
}

.social-media {
  margin-top: 80px;
  margin-bottom: 120px;
}

.social-media-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00B8D9;
  margin-bottom: 20px;
}

.social-media-container {
  width: 1082px;
  margin: 0 auto;
}

.social-media-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #183B56;
  margin-bottom: 62px;
}

.social-media-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;
}

.social-card {
  width: 263px;
  height: 232px;
  text-align: center;
}

.social-card__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #183B56;
  margin-bottom: 12px;
}

.social-card__icon {
  margin-bottom: 30px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.social-card__info {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5A7184;
  margin-bottom: 24px;
}

.social-card__info--little {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #5A7184;
  margin-bottom: 24px;
}

.social-card-subscribe {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #1565D8;
  text-decoration: none;
  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;
}

.social-card-subscribe__icon {
  margin-left: 4.5px;
}

.cta {
  background: url("../img/oval.svg");
  background-repeat: no-repeat;
  background-position: 663px -62px;
  padding: 60px 287px 80px 287px;
  background-color: #00b8d9;
}

.cta-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.cta-info {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.cta-button {
  padding: 13px 51px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 12px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #0D2436;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer {
  background-color: #0D2436;
  padding: 128px 300px 82px 150px;
}

.footer-logo {
  width: 90px;
  height: 28px;
}

.footer-main {
  width: 243px;
  height: 160px;
  margin-right: -47px;
}

.footer-main__link {
  display: block;
  margin-bottom: 24px;
}

.footer-main__text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #5A7184;
  margin-bottom: 31px;
  overflow-y: auto;
  height: 56px;
}

.footer-main-icons {
  width: 210px;
}

.footer-main-icons__icon {
  margin-right: 18px;
}

.footer-product {
  margin-left: -19px;
}

.footer-product__title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #5A7184;
  margin-bottom: 31px;
}

.footer-product__items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-product__item {
  margin-bottom: 24px;
}

.footer-product__link {
  text-decoration: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #959EAD;
}

.footer-services {
  margin-left: -43px;
}

.footer-company {
  margin-left: -37px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 72px;
}

.footer-link {
  margin: auto;
}

.footer-icon {
  margin-bottom: 19px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-copyright {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #5A7184;
}

.footer-heart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 149px;
}

.to-top {
  position: fixed;
  bottom: 113px;
  right: 460px;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}

.hero-thankyou {
  padding-bottom: 0;
  background-color: #FAFDFF;
  background: none;
}

@media (min-width: 1450px) {
  .hero {
    background-position: 1000px 63px;
  }
}

@media (width: 1440px) {
  .feedback-slider__button {
    top: 240px;
    right: 122px;
  }
}

@media (max-width: 1400px) {
  .whatWeDo-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .whatWeDo-title {
    margin-right: 0;
  }
  .whatWeDo-cards {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .to-top {
    bottom: 113px;
    right: 300px;
  }
}

@media (max-width: 1250px) {
  .partners-info {
    max-width: 1000px;
  }
}

@media (min-width: 1015px) and (max-width: 1400px) {
  .whatWeDo-cards__item:nth-child(-n+6) {
    margin-right: 20px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .partners {
    padding: 100px 0 1px 0;
  }
  .partners-info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .partners-info__about {
    width: 777px;
  }
  .partners-info__name {
    margin-bottom: 15px;
  }
  .partners-icons {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
  }
  .partners-icons-link {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    width: 150px;
    margin-bottom: 15px;
  }
  .cta {
    padding: 60px 180px;
  }
  .cta-container {
    max-width: 960px;
  }
  .social-media {
    margin-top: 153px;
  }
  .social-media-container {
    max-width: 960px;
  }
  .social-media-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .social-media-card {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 400px;
    margin-bottom: 32px;
  }
  .social-card__icon {
    margin-bottom: 9px;
  }
  .footer {
    padding: 128px;
  }
  .footer-container {
    max-width: 960px;
    margin: 0;
  }
  .footer-wrapper {
    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;
  }
  .to-top {
    bottom: 113px;
    left: 955px;
  }
}

@media (min-width: 330px) and (max-width: 994px) {
  .footer-main {
    display: inline-table;
  }
  .footer-block {
    padding: 10px;
  }
}

@media (max-width: 1024px) {
  .hero {
    background-position: 580px 63px;
  }
  .whatWeDo-cards__item {
    min-width: 280px;
  }
  .whatWeDo-text {
    min-width: 350px;
    text-align: center;
  }
  .footer {
    padding: 80px;
  }
  .to-top {
    bottom: 113px;
    left: 845px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 700px;
  }
  .hero {
    background-position: 560px 63px;
  }
  .hero-description__title {
    font-size: 35px;
  }
  .hero-description__desc {
    font-size: 15px;
    width: 100%;
  }
  .hero-description__text {
    width: 350px;
  }
  .navbar-navigation {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .asia-title {
    font-size: 26px;
  }
  .agency-title {
    font-size: 35px;
  }
  .modal__infoButton {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .modal__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
  }
  .modal__button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .partners-title {
    text-align: center;
  }
  .partners-info__about {
    width: 600px;
  }
  .cta {
    padding: 60px 150px;
  }
  .cta-container {
    max-width: 700px;
  }
  .cta-title {
    font-size: 35px;
  }
  .cta-info {
    font-size: 16px;
  }
  .social-media-container {
    max-width: 700px;
  }
  .footer {
    padding: 50px;
    margin: 0;
  }
  .footer-container {
    max-width: 700px;
  }
  .footer-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-main {
    margin: 0;
  }
  .footer-product {
    margin: 0;
  }
  .footer-block {
    margin: 0;
  }
  .footer-heart-link {
    margin: 0 auto;
  }
  .to-top {
    display: none;
  }
}

@media (max-width: 820px) {
  .hero {
    background-position: 480px 63px;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .dropdown-content {
    display: block;
    position: relative;
  }
  .dropdown-content__link {
    color: #fff;
  }
  .container {
    width: 87.5%;
  }
  body {
    padding-top: 78px;
  }
  .navbar--mobile-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
  }
  .navbar-navigation {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 80px;
    background-color: #3a639f;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow-y: scroll;
  }
  .navbar-navigation--visible {
    display: block;
  }
  .navbar-menu {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .navbar-menu__link {
    color: #FAFDFF;
    font-size: 26px;
  }
  .navbar-menu__item {
    margin-bottom: 30px;
  }
  .navbar-menu__icon {
    display: none;
  }
  .hero {
    background: url("../img/hero-pictures.png");
    background-repeat: no-repeat;
    background-position: 224px 463px;
    background-size: 750px;
    min-height: 1080px;
  }
  .hero-thankyou {
    background-color: #FAFDFF;
    background: none;
    min-height: 100px;
  }
  .hero-description {
    text-align: center;
    width: 100%;
  }
  .hero-description__title {
    font-size: 40px;
  }
  .hero-description__text {
    width: 100%;
    text-align: center;
  }
  .hero-description__desc {
    margin: auto;
    max-width: 500px;
    margin-bottom: 30px;
  }
  .hero-description__down {
    position: absolute;
    bottom: -544px;
    left: 48%;
  }
  .menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    height: 19px;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
    border: none;
    background-color: #fff;
    cursor: pointer;
  }
  .menu-button__line {
    width: 24px;
    height: 3px;
    background-color: #183B56;
  }
  .agency-title {
    font-size: 30px;
  }
  .modal__input {
    font-size: 12px;
  }
  .modal__message {
    font-size: 12px;
  }
  .partners-info__name {
    font-size: 30px;
    text-align: center;
  }
  .partners-info__name-first {
    display: block;
  }
  .partners-info__about {
    font-size: 16px;
    width: 550px;
    text-align: center;
  }
  .partners-icons-link {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
  }
  .partners-link {
    width: 108px;
    height: 31px;
  }
  .whatWeDo-title {
    font-size: 32px;
  }
  .whatWeDo-text {
    font-size: 16px;
  }
  .cta {
    padding: 60px 130px;
  }
  .cta-container {
    margin: auto;
  }
  .cta-button {
    padding: 13px 36px;
  }
  .social-media-container {
    width: 87.5%;
  }
  .footer-container {
    width: 87.5%;
  }
  .portfolio-slider__button {
    display: none;
  }
}

@media (max-width: 700px) {
  .modal__form #name-error {
    top: 131px;
  }
  .modal__form #phone-error {
    top: 196px;
  }
  .modal__form #email-error {
    top: 261px;
  }
}

@media (max-width: 576px) {
  .hero {
    background-position: 120px 497px;
    background-size: 630px;
    padding-bottom: 20px;
  }
  .hero-description__title {
    font-size: 35px;
  }
  .hero-description__desc {
    max-width: 420px;
  }
  .hero-description__down {
    left: 46%;
    bottom: -474px;
  }
  .asia-title {
    font-size: 22px;
  }
  .agency-title {
    font-size: 28px;
  }
  .partners-info__name {
    font-size: 28px;
  }
  .partners-info__about {
    font-size: 13px;
    width: 400px;
  }
  .partners-icons {
    width: 300px;
  }
  .card-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .card-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .card-3 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .card-4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .card-5 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .card-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    padding-bottom: 5px;
  }
  .card-6 h3 {
    margin-top: -7px;
  }
  .whatWeDo {
    padding: 68px 0;
  }
  .whatWeDo-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .whatWeDo-text {
    font-size: 16px;
    line-height: 28px;
    min-width: 280px;
    margin-bottom: -32px;
  }
  .whatWeDo-cards__item {
    width: 280px;
    min-height: 197px;
    padding: 19px 16px 13px 24px;
    margin-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .whatWeDo-cards__icon {
    width: 40px;
    height: 42px;
    margin-bottom: 20px;
  }
  .whatWeDo-cards-info__title {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 24px;
  }
  .cta {
    padding: 60px 80px;
  }
  .form label.invalid {
    font-size: 10px;
  }
  .modal__form #name-error {
    top: 131px;
  }
  .modal__form #phone-error {
    top: 196px;
  }
  .modal__form #email-error {
    top: 261px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  body {
    padding-top: 63px;
  }
  .container {
    max-width: 280px;
  }
  .navbar-block {
    padding: 16px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar-navigation {
    top: 61px;
    padding-bottom: 20px;
  }
  .navbar-navigation--visible {
    height: calc(100% - 61px);
  }
  .navbar-menu {
    padding-bottom: 20px;
  }
  .navbar-button {
    margin: 0 auto;
  }
  .hero {
    background-position: 98px 463px;
    background-size: 530px;
    min-height: 882px;
    padding: 33px 0 30px 0;
  }
  .hero-thankyou {
    background-color: #FAFDFF;
    background: none;
    min-height: 100px;
  }
  .hero-description__title {
    font-size: 30px;
    line-height: 36px;
  }
  .hero-description__title-block {
    margin-bottom: -10px;
  }
  .hero-description__text {
    text-align: center;
  }
  .hero-description__down {
    left: 40%;
    bottom: -390px;
  }
  .hero-description__desc {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 19px;
    height: 112px;
  }
  .hero-description__button {
    padding: 12px 37px;
    font-size: 16px;
    line-height: 22px;
  }
  .down-image {
    width: 48px;
    height: 48px;
  }
  .asia-title {
    font-size: 30px;
    line-height: 36px;
  }
  .agency-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 14px;
  }
  .partners {
    padding-top: 2px;
  }
  .partners-info {
    margin-bottom: -2px;
  }
  .partners-info__name {
    width: 280px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .partners-info__about {
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    height: 122px;
  }
  .partners-title {
    line-height: 29px;
    letter-spacing: 2.2px;
    margin-left: 34px;
    margin-bottom: 16px;
  }
  .partners-icons {
    width: 241px;
  }
  .partners-icons-link {
    margin-bottom: 26px;
  }
  .partners-icons-link:last-child {
    display: none;
  }
  .portfolio {
    padding-top: 9px;
    padding-bottom: 32px;
  }
  .portfolio-title {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 16px;
    margin-left: 14px;
  }
  .portfolio-name {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 34px;
  }
  .portfolio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .portfolio-card {
    width: 280px;
    height: 404px;
    margin-bottom: 24px;
  }
  .portfolio-card__image {
    width: 280px;
    height: 300px;
  }
  .portfolio-info {
    padding: 0;
    padding-top: 20px;
    width: 280px;
    height: 104px;
  }
  .portfolio-info__landing {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 12px;
  }
  .portfolio-info__project {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .cta {
    padding: 64px 20px;
  }
  .cta-container {
    max-width: 280px;
  }
  .cta-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 32px;
  }
  .cta-info {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 12px;
  }
  .cta-button {
    padding: 13px 25px;
    font-size: 16px;
    line-height: 22px;
  }
  .social-media {
    margin-top: 127px;
    margin-bottom: 25px;
  }
  .social-media-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .social-media-wrapper {
    margin: -1px -11px;
  }
  .social-media-title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 22px;
  }
  .social-media-name {
    font-size: 28px;
    line-height: 36px;
    text-transform: capitalize;
    margin-bottom: 31px;
  }
  .social-media-container {
    max-width: 280px;
  }
  .social-card {
    width: 130px;
    height: 199px;
    margin-bottom: 33px;
  }
  .social-card__icon {
    width: 48px;
    height: 48px;
  }
  .social-card__title {
    font-size: 20px;
    line-height: 24px;
  }
  .social-card__info {
    font-size: 13px;
    line-height: 19px;
    width: 130px;
  }
  .social-card-subscribe {
    font-size: 11px;
    line-height: 20px;
  }
  .social-card-subscribe__icon {
    width: 16px;
    height: 12px;
  }
  .net-card-1__info {
    margin-bottom: -3px;
  }
  .net-card-1__subscribe {
    margin-top: 10px;
    margin-left: 9px;
  }
  .net-card-3__icon {
    margin-bottom: 10px;
  }
  .net-card-4__info {
    margin-bottom: 5px;
  }
  .footer {
    padding: 48px 33px 1px 24px;
  }
  .footer-container {
    max-width: 280px;
    margin: 0;
  }
  .footer-main {
    padding: 0;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 263px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-main__link {
    margin-bottom: 14px;
  }
  .footer-main__logo {
    width: 77px;
    height: 24px;
    margin-left: 99px;
    margin-top: 9px;
  }
  .footer-main__text {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    width: 263px;
  }
  .footer-main-icons {
    margin-top: -11px;
    margin-left: 49px;
  }
  .footer-product {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 121px;
    margin-right: -25px;
  }
  .footer-product__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .footer-product__item {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .footer-sevices {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 103px;
  }
  .footer-company {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 115px;
  }
  .footer-more {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 112px;
  }
  .footer-heart-link {
    display: none;
  }
  .footer-block {
    margin-bottom: 24px;
  }
  .feedback {
    -webkit-filter: none;
            filter: none;
    text-align: center;
  }
  .feedback-title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 23px;
  }
  .feedback-name {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 69px;
  }
  .feedback-card {
    padding: 24px 7px 18px 10px;
    width: 290px;
    height: 354px;
  }
  .feedback-card-description {
    font-size: 14px;
    line-height: 22px;
    height: 176px;
  }
  .feedback-info {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback-info__image {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .feedback-text__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .feedback-text__subtitle {
    font-size: 11px;
    line-height: 27px;
    margin-bottom: 6px;
    display: block;
  }
  .form label.invalid {
    font-size: 10px;
  }
  .modal__form #name-error {
    top: 131px;
  }
  .modal__form #phone-error {
    top: 196px;
  }
  .modal__form #email-error {
    top: 261px;
  }
}

@media (width: 320px) {
  .hero {
    background: url("../img/hero-pictures-mobile.png");
    background-color: #FAFDFF;
    background-repeat: no-repeat;
    background-position: -35px 450px;
  }
  .hero-description__down {
    left: 40%;
    bottom: -322px;
  }
  .feedback-slider__button {
    top: 517px;
    left: 133px;
  }
}

@media (max-height: 527px) {
  .modal__dialog--visible {
    overflow-y: auto;
    max-height: 95vh;
  }
  .modal__infoButton {
    padding-bottom: 10px;
  }
  .navbar-navigation--visible {
    overflow-y: auto;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .navbar-button:hover {
    -webkit-box-shadow: 0 0 12px #00B8D9;
            box-shadow: 0 0 12px #00B8D9;
  }
  .navbar-menu__link:hover {
    color: #1565D8;
  }
  .navbar-menu__item--dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown-content__link {
    position: relative;
  }
  .dropdown-content__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #00B8D9;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  .dropdown-content__link:hover:after {
    width: 100%;
  }
  .hero-description__button:hover {
    -webkit-box-shadow: 0 0 14px #00B8D9;
            box-shadow: 0 0 14px #00B8D9;
  }
  .down-image:hover {
    background-color: #98cdd6;
  }
  .modal__button:hover {
    -webkit-box-shadow: 0 0 16px #00B8D9;
            box-shadow: 0 0 16px #00B8D9;
  }
  .partners-icons-link:hover {
    -webkit-box-shadow: 0 0 12px #00B8D9;
            box-shadow: 0 0 12px #00B8D9;
  }
  .social-card__icon:hover {
    -webkit-box-shadow: 0 0 12px #00B8D9;
            box-shadow: 0 0 12px #00B8D9;
  }
  .social-card-subscribe:hover {
    color: #00B8D9;
  }
  .social-card-subscribe:hover__icon:hover {
    border-bottom: 5px solid #d13030;
  }
  .feedback-slider__button:hover {
    -webkit-box-shadow: 0 0 14px #00B8D9;
            box-shadow: 0 0 14px #00B8D9;
  }
  .cta-button:hover {
    -webkit-box-shadow: 0 0 16px #1565D8;
            box-shadow: 0 0 16px #1565D8;
  }
  .footer-main-icons__icon:hover {
    -webkit-box-shadow: 0 0 12px #00B8D9;
            box-shadow: 0 0 12px #00B8D9;
  }
  .footer-icon:hover {
    -webkit-box-shadow: 0 0 12px #00B8D9;
            box-shadow: 0 0 12px #00B8D9;
  }
  .footer-product__link:hover {
    color: #fff;
  }
  .to-top:hover {
    -webkit-box-shadow: 0 0 14px #00B8D9;
            box-shadow: 0 0 14px #00B8D9;
  }
}
/*# sourceMappingURL=style.css.map */