/*! 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;
}
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #37383A;
  overflow: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2222;
  color: inherit;
}
h1,
h3 {
  font-size: 26px;
}
@media (min-width: 641px) {
  h1,
  h3 {
    font-size: 36px;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  line-height: 1.8;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
ol,
ul {
  line-height: 1.8;
}
ul {
  list-style: none;
  padding-left: 25px;
  margin: 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "●";
  position: absolute;
  top: 3px;
  left: -25px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #0099FF;
}
ul li:last-child {
  margin-bottom: 0;
}
ul:last-child {
  margin-bottom: 0;
}
ol {
  list-style: none;
  counter-reset: olLPcounter;
  padding-left: 40px;
  margin: 0 0 30px;
}
ol li {
  position: relative;
  counter-increment: olLPcounter;
  margin-bottom: 20px;
}
ol li:before {
  content: counter(olLPcounter);
  position: absolute;
  left: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #c2ebff;
  border-radius: 50%;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #0099FF;
}
ol li:last-child {
  margin-bottom: 0;
}
ol:last-child {
  margin-bottom: 0;
}
input {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 16px;
  background: #FFFFFF;
  border: 1px solid #CFD6E7;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #818792;
}
input:focus {
  outline-color: #0099FF;
}
input[type="range"] {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 16px;
  background: #FFFFFF;
  border: 1px solid #CFD6E7;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #818792;
}
textarea:focus {
  outline-color: #0099FF;
}
select {
  box-sizing: border-box;
  width: 100%;
  padding: 13px 16px;
  background: #FFFFFF;
  border: 1px solid #CFD6E7;
  border-radius: 8px;
}
select:focus {
  outline-color: #0099FF;
}
.styled-link {
  color: #0099FF;
}
.more-link {
  display: inline-block;
  padding: 8px 12px;
  background: #EBF8FF;
  border-radius: 16px;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  color: #0099FF;
}
.block-wrapper {
  max-width: 1216px;
  padding: 0 24px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 961px) {
  .block-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 961px) {
  .block-wrapper_mobile-nodisplay {
    display: none;
  }
}
.block-wrapper_nopadding {
  padding: 0;
}
.block-wrapper_max-width1600px {
  max-width: 1600px;
}
.svg-stroke-main {
  stroke: #0099FF;
}
.link-icon-image {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}
.nobr {
  white-space: nowrap;
}
.recaptcha-holder {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 340px) {
  .recaptcha-holder {
    margin-left: 0;
    margin-right: 0;
  }
}
.styled-content h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
}
@media (min-width: 641px) {
  .styled-content h2 {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.styled-content h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.8;
}
@media (min-width: 641px) {
  .styled-content h3 {
    margin-bottom: 30px;
  }
}
.styled-content p {
  margin-top: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: inherit;
  line-height: 1.8;
}
@media (min-width: 641px) {
  .styled-content p {
    margin-bottom: 30px;
  }
}
.styled-content p:last-child {
  margin-bottom: 0;
}
.styled-content ul,
.styled-content li {
  font-size: inherit;
}
.site-menu {
  display: inline-flex;
  padding: 0;
  color: #4B4D52;
  list-style: none;
}
.site-menu__item {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: inherit;
  color: inherit;
}
.site-menu__item::before {
  content: none;
}
.site-menu__item_active {
  font-weight: 600;
}
.site-menu__item .site-menu__submenu,
.site-menu__item .site-menu__subsubmenu {
  display: none;
}
.site-menu__item:hover {
  /* Is it possible to avoid this? */
}
.site-menu__item:hover .site-menu__submenu {
  display: flex;
}
.site-menu__link {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.site-menu__link_has-submenu::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-left: 9px;
  background: url("../images/expander.svg") center center no-repeat;
  background-size: cover;
}
.site-menu__submenu,
.site-menu__subsubmenu {
  position: absolute;
  top: calc(50% + 30px);
  left: calc(50% - 217.5px);
  display: none;
  flex-direction: column;
  box-sizing: border-box;
  width: 435px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 72, 120, 0.1);
  border-radius: 8px;
  z-index: 100;
}
.site-menu__submenu:before,
.site-menu__subsubmenu:before {
  position: absolute;
  top: -8px;
  left: calc(50% - 8px);
  content: "";
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  transform: rotate(45deg);
  box-shadow: 0px 0px 20px rgba(0, 72, 120, 0.1);
  z-index: 99;
}
.site-menu_header {
  height: 100%;
}
.site-menu_header .site-menu__item {
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.site-menu_header .site-menu__item_active {
  border-bottom: 2px solid #0099FF;
  font-weight: 600;
}
.site-menu_header .site-menu__item:hover {
  border-bottom: 2px solid #0099FF;
}
.site-menu_footer {
  flex-direction: column;
}
@media (min-width: 961px) {
  .site-menu_footer {
    flex-direction: row;
  }
}
.site-menu_footer .site-menu__item {
  margin: 0 0 20px;
}
@media (min-width: 961px) {
  .site-menu_footer .site-menu__item {
    margin: 0 15px;
  }
}
.site-menu_footer .site-menu__item:last-child {
  margin-bottom: 0;
}
.site-menu_footer .site-menu__item:hover {
  opacity: 0.7;
}
.site-menu_mobile {
  display: flex;
  flex-direction: column;
}
.site-menu_mobile .site-menu__item {
  margin: 0;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #F3F3F3;
}
.site-menu_mobile .site-menu__item_active {
  font-weight: 500;
  color: #0099FF;
}
.site-menu_light {
  color: #fff;
}
.site-menu__link .selected-language {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #D1D7DC;
  padding-left: 100%;
  margin: 0;
}
.site-menu__link:hover {
  color: #0099FF;
}
.site-menu__title {
  margin: 0;
}
.site-menu__subsubmenu {
  margin-top: -10px;
}
.site-submenu,
.site-subsubmenu {
  padding: 0;
  list-style: none;
}
.site-submenu__item,
.site-subsubmenu__item {
  margin-bottom: 5px;
  text-align: left;
}
.site-submenu__item::before,
.site-subsubmenu__item::before {
  content: none;
}
.site-submenu__item_active,
.site-subsubmenu__item_active {
  font-weight: 600;
}
.site-submenu__item:last-child,
.site-subsubmenu__item:last-child {
  margin-bottom: 0;
}
.site-submenu__item:hover,
.site-subsubmenu__item:hover {
  color: #0099FF;
}
.site-submenu_mobile,
.site-subsubmenu_mobile {
  padding: 20px 30px;
}
.site-submenu_mobile .site-submenu__item_active,
.site-subsubmenu_mobile .site-submenu__item_active {
  font-weight: 500;
  color: #0099FF;
}
.site-submenu__link-language,
.site-subsubmenu__link-language {
  padding-left: 10px;
}
.site-submenu_language,
.site-subsubmenu_language {
  padding: 20px 0px;
}
.site-submenu__item:hover .site-menu__subsubmenu {
  display: flex;
}
.site-subsubmenu {
  color: #4B4D52;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 40px;
  padding: 0 21px;
  border: none;
  border-radius: 12px;
  background-color: #0099FF;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 641px) {
  .button {
    width: auto;
  }
}
.button_big {
  height: 52px;
  padding: 0 32px;
  font-size: 18px;
}
.button_contrast {
  border: 1px solid #afdfff;
  background-color: #f2faff;
  color: #0099FF;
}
.button_full-width {
  width: 100%;
}
.button_nobackground {
  background: none;
  color: #B4B9C5;
}
.button:hover {
  color: #CCE7F8;
  background-color: #0085DE;
}
.stars-rating__star {
  stroke: #0099FF;
}
.stars-rating__star_filled {
  stroke: none;
  fill: #0099FF;
}
.email-form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  .email-form {
    flex-direction: row;
    align-items: stretch;
  }
}
.email-form__input {
  box-sizing: border-box;
  flex-grow: 1;
  padding: 13px 16px;
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #CFD6E7;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #818792;
}
@media (min-width: 641px) {
  .email-form__input {
    margin-bottom: 0;
    margin-right: 10px;
    padding: 15px 16px;
    height: 48px;
  }
}
.email-form__button {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 32px;
  height: 44px;
}
.expander {
  max-width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #E0E7EC;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 31, 61, 0.03);
}
.expander__header,
.expander__header-submenu {
  display: flex;
  align-items: center;
  padding: 29px 32px 27px 24px;
  cursor: pointer;
}
.expander__header_no-padding,
.expander__header-submenu_no-padding {
  padding: 0;
}
.expander__header-content {
  flex-grow: 1;
}
.expander__sign-container {
  width: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}
.expander__sign-container_small {
  width: 10px;
}
.expander__sign,
.expander__sign-submenu {
  width: 100%;
  stroke: #0099FF;
}
.expander__title {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.6;
}
.expander__title:last-child {
  margin-bottom: 0;
}
.expander__description {
  font-size: 13px;
}
@media (min-width: 641px) {
  .expander__description {
    font-size: 15px;
  }
}
.expander__content,
.expander__content-submenu {
  display: none;
  padding: 30px;
}
@media (min-width: 641px) {
  .expander__content,
  .expander__content-submenu {
    padding: 60px;
  }
}
.expander__content_no-padding,
.expander__content-submenu_no-padding {
  padding: 0;
}
.expander_expanded {
  box-shadow: 0px 0px 30px #E9EEF2;
}
.expander_expanded .expander__sign {
  transform: rotate(180deg);
}
.expander_expanded .expander__content {
  display: block;
}
.expander_expanded-submenu {
  box-shadow: 0px 0px 30px #E9EEF2;
}
.expander_expanded-submenu .expander__sign-submenu {
  transform: rotate(180deg);
}
.expander_expanded-submenu .expander__content-submenu {
  display: block;
}
.expander_clean-style {
  box-shadow: none;
  border: none;
}
.expander_no-background {
  background: none;
}
.pagination__item {
  display: inline-block;
  margin-right: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #0099FF;
}
.pagination__item_active {
  color: #37383A;
}
.pagination__item_disabled {
  pointer-events: none;
}
.search-form {
  display: flex;
}
.search-form__input {
  flex-grow: 1;
}
.search-form__button {
  display: none;
  height: auto;
  margin-left: 10px;
}
.custom-checkbox {
  display: flex;
  flex-direction: column;
  position: relative;
}
.custom-checkbox__input {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
.custom-checkbox__label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
.custom-checkbox__label::before {
  content: "";
  box-sizing: border-box;
  display: inline-flex;
  vertical-align: text-bottom;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: #FFFFFF;
  border: 1px solid #cfd6e7;
  border-radius: 4px;
  cursor: pointer;
}
.custom-checkbox input:checked ~ .custom-checkbox__label::before {
  content: url("/images/checkbox-sign.svg");
  background: #0099FF;
  border-color: #0099FF;
}
.custom-checkbox label.error {
  order: 2;
}
.custom-radio-button {
  display: block;
}
.custom-radio-button__input {
  display: none;
}
.custom-radio-button__label {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 26px;
  border: 1px solid #DFE4ED;
  border-radius: 22px;
  background-color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.custom-radio-button input:checked ~ .custom-radio-button__label {
  border-color: #afdfff;
  background-color: #f2faff;
  color: #0099FF;
}
.input-slider {
  width: 100%;
}
.input-slider__range {
  margin-bottom: 20px;
}
.input-slider__controls {
  display: flex;
  justify-content: flex-end;
}
.input-slider__control-input {
  width: 100%;
  text-align: right;
}
@media (min-width: 641px) {
  .input-slider__control-input {
    width: 150px;
  }
}
.multiple-file-uploader {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 8px;
}
.multiple-file-uploader__label-container {
  display: inline-flex;
  margin: 8px;
  cursor: pointer;
}
.multiple-file-uploader__label-icon {
  margin-right: 7px;
}
.multiple-file-uploader__label-icon svg {
  width: 14px;
  height: 14px;
  fill: #ADB3BD;
  stroke-width: 1.5;
}
.multiple-file-uploader__label-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #37383A;
}
.multiple-file-uploader__file-item {
  display: none;
  margin: 8px;
}
.multiple-file-uploader__file-item_visible {
  display: inline-flex;
}
.file-input-item {
  display: flex;
  height: 28px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 31, 61, 0.03);
  border: 2px solid #0099FF;
  border-radius: 8px;
}
.file-input-item__content {
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.file-input-item__icon {
  margin-right: 8px;
}
.file-input-item__icon svg {
  width: 14px;
  height: 14px;
  fill: #0099FF;
  stroke-width: 1.5;
}
.file-input-item__name {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #37383A;
}
.file-input-item__menu-control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 100%;
  background-color: rgba(0, 153, 255, 0.1);
}
.file-input-item__menu-control:hover .file-input-item__menu-container {
  display: block;
}
.file-input-item__menu-icon {
  width: 10px;
  height: 7px;
  stroke: #0099FF;
  stroke-width: 1.5;
}
.file-input-item__menu-container {
  display: none;
  position: absolute;
  top: 26px;
  left: 0;
  padding: 12px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 31, 61, 0.03);
  border-radius: 16px;
  z-index: 1;
}
.file-input-item__menu-link {
  display: block;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #37383A;
  text-align: left;
  cursor: pointer;
}
.file-input-item__menu-link:last-child {
  margin-bottom: 0;
}
.file-input-item__file-input {
  display: none;
}
.content-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-columns__column_1-3 {
  width: 100%;
  margin-bottom: 56px;
}
@media (min-width: 961px) {
  .content-columns__column_1-3 {
    width: calc(100%/3 - 3.5%);
    margin-bottom: 0;
  }
}
.content-columns__column_1-3:last-child {
  margin-bottom: 0;
}
.content-columns__column_1-3-extended {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 961px) {
  .content-columns__column_1-3-extended {
    width: calc(100%/3 - 2%);
    margin-bottom: 0;
  }
}
.content-columns__column_1-3-extended:last-child {
  margin-bottom: 0;
}
.content-columns__column_1-4 {
  width: 100%;
  margin-bottom: 56px;
}
@media (min-width: 961px) {
  .content-columns__column_1-4 {
    width: calc(100%/4 - 2%);
    margin-bottom: 0;
  }
}
.content-columns__column_1-4:last-child {
  margin-bottom: 0;
}
.content-columns__column_styled-white {
  box-sizing: border-box;
  padding: 32px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 31, 61, 0.03);
  border-radius: 16px;
}
@media (min-width: 961px) {
  .comparison-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.comparison-table__cell {
  width: 100%;
  margin-bottom: 40px;
  flex-grow: 0;
  flex-shrink: 1;
}
@media (min-width: 961px) {
  .comparison-table__cell {
    width: calc(100% / 2 - 26px);
  }
}
.comparison-table__cell_head {
  margin-bottom: 56px;
}
@media (min-width: 961px) {
  .comparison-table__cell_head {
    margin-bottom: 60px;
  }
}
.comparison-table__cell_footer {
  margin-bottom: 56px;
}
@media (min-width: 961px) {
  .comparison-table__cell_footer {
    margin-bottom: 0;
  }
}
.comparison-table__cell_footer:last-child {
  margin-bottom: 0;
}
.cols-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -36px;
  margin-left: -20px;
  margin-right: -20px;
}
.cols-list__item {
  box-sizing: border-box;
  width: 100%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 36px 0 16px;
}
@media (min-width: 641px) {
  .cols-list__item {
    width: calc(100%/2 - 4%);
  }
}
@media (min-width: 961px) {
  .cols-list__item {
    width: calc(100%/3 - 4%);
  }
}
.cols-list__item_underlined {
  border-bottom: 1px solid #E0E7EC;
}
.cols-list__item_tablet-underlined {
  border-bottom: 1px solid #E0E7EC;
}
@media (min-width: 961px) {
  .cols-list__item_tablet-underlined {
    border-bottom: none;
  }
}
@media (min-width: 641px) and (max-width: 961px) {
  .cols-list__item_tablet-no-underlined {
    border-bottom: none;
  }
}
.cols-list__item_mobile-underlined {
  border-bottom: 1px solid #E0E7EC;
}
@media (min-width: 641px) {
  .cols-list__item_mobile-underlined {
    border-bottom: none;
  }
}
.cols-list_underlined {
  border-bottom: 1px solid #F6F8F9;
}
.cols-list_nomargin {
  margin-bottom: 0;
}
.slider {
  width: 100%;
}
.slider__slide {
  width: 100%;
}
.slider__slide_only-img {
  text-align: center;
}
.slider__slide_only-img img {
  max-width: 100%;
}
.pseudo-table {
  border: 1px solid #E0E7EC;
}
.pseudo-table__row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 641px) {
  .pseudo-table__row {
    flex-wrap: nowrap;
  }
}
.pseudo-table__row_white {
  background-color: #fff;
}
.pseudo-table__cell {
  flex: 1 1 100%;
  width: 0px;
  border-bottom: 1px solid #E0E7EC;
}
@media (min-width: 641px) {
  .pseudo-table__cell {
    flex: 1 1 1%;
    border-right: 1px solid #E0E7EC;
    border-bottom: none;
  }
}
.pseudo-table__cell:last-child {
  border-bottom: none;
}
@media (min-width: 641px) {
  .pseudo-table__cell:last-child {
    border-right: none;
  }
}
@media (min-width: 641px) {
  .pseudo-table__cell_6 {
    flex-grow: 6;
    flex-shrink: 6;
  }
}
@media (min-width: 641px) {
  .pseudo-table__cell_3 {
    flex-grow: 3;
    flex-shrink: 3;
  }
}
.pseudo-table__cell:last-child {
  margin-bottom: 0;
}
.page-header {
  position: sticky;
  width: 100%;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  font-size: 14px;
  z-index: 10;
}
.page-header__content {
  display: flex;
  align-items: center;
  height: 60px;
}
@media (min-width: 1000px) {
  .page-header__content {
    height: 80px;
  }
}
.page-header__content_discount {
  justify-content: space-between;
}
.page-header__logo {
  flex-grow: 1;
}
@media (min-width: 1000px) {
  .page-header__logo {
    flex-grow: 0;
    width: 220px;
  }
}
.page-header__navigation {
  display: none;
  height: 100%;
  flex-grow: 1;
  text-align: center;
}
@media (min-width: 1000px) {
  .page-header__navigation {
    display: block;
  }
}
.page-header__controls {
  display: flex;
  justify-content: flex-end;
  flex-grow: 0;
  text-align: right;
}
@media (min-width: 1000px) {
  .page-header__controls {
    width: 220px;
  }
}
.page-header__control {
  display: none;
  margin-right: 10px;
}
.page-header__control:last-child {
  margin-right: 0;
}
@media (min-width: 1000px) {
  .page-header__control {
    display: inline-flex;
  }
}
.page-header__control_discount {
  display: inline-flex;
}
.page-header__control_discount-hide {
  display: none;
}
@media (min-width: 450px) {
  .page-header__control_discount-hide {
    display: inline-flex;
  }
}
.page-header__lang-select {
  width: auto;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.page-header__mobile-menu-control {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
  width: 20px;
  height: 14px;
  padding: 0;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.page-header__mobile-menu-control span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #37383A;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.page-header__mobile-menu-control span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.page-header__mobile-menu-control span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
.page-header__mobile-menu-control span:nth-child(3) {
  top: 12px;
  transform-origin: left center;
}
.page-header__mobile-menu-control.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -1px;
  left: 3px;
}
.page-header__mobile-menu-control.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.page-header__mobile-menu-control.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
  left: 3px;
}
@media (min-width: 1000px) {
  .page-header__mobile-menu-control {
    display: none;
  }
}
.page-footer {
  padding: 53px 0 0;
  background-color: #15264D;
  color: #B0BEC8;
  font-size: 14px;
  line-height: 160%;
}
.page-footer__presentation-box {
  cursor: pointer;
}
.page-footer__presentation-box:hover {
  color: #FFFF;
}
.page-footer__reward-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 361px) {
  .page-footer__reward-box {
    width: auto;
    gap: 35px;
    justify-content: flex-start;
  }
}
.page-footer__reward-box_item {
  height: 85px;
  width: 94px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.page-footer__reward-box_clutch {
  width: 79px;
}
.page-footer__reward-box_top-software-testing-icon {
  background: url('../images/reward-top-software-testing.svg') top center no-repeat;
  width: 100%;
  height: 100%;
}
.page-footer__reward-box_desktop {
  display: none;
}
@media (min-width: 961px) {
  .page-footer__reward-box_desktop {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
  }
}
@media (min-width: 1141px) {
  .page-footer__reward-box_desktop {
    position: absolute;
    bottom: 62px;
    left: 310px;
  }
}
.page-footer__reward-box img {
  width: 100%;
  height: 100%;
}
.page-footer__contacts {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.page-footer__contacts_icon {
  min-width: 20px;
  min-height: 20px;
  margin-right: 15px;
}
@media (min-width: 961px) {
  .page-footer__contacts_icons {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1141px) {
  .page-footer__contacts_icons {
    padding-top: 15px;
  }
}
.page-footer__contacts_skype-icon {
  background: url('../images/icon_skype.svg') top center no-repeat;
}
.page-footer__contacts_email-icon {
  background: url('../images/icon_email.svg') top center no-repeat;
}
.page-footer__contacts_map-icon {
  background: url('../images/icon_map.svg') top center no-repeat;
}
.page-footer__contacts_presentation-icon {
  background: url('../images/icon_presentation.svg') top center no-repeat;
}
.page-footer__clutch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  padding: 10px 0;
}
@media (min-width: 641px) {
  .page-footer__clutch {
    flex-direction: row;
    align-items: center;
  }
}
.page-footer__clutch_icon {
  width: fit-content;
  height: 30px;
}
.page-footer__clutch-review {
  display: flex;
  flex-direction: column;
}
.page-footer__clutch-review_desktop {
  display: none;
}
@media (min-width: 961px) {
  .page-footer__clutch-review_desktop {
    display: flex;
    flex-direction: column;
    margin-top: auto;
  }
}
.page-footer__clutch-review_box {
  width: 210px;
  justify-content: space-between;
  align-items: baseline;
  overflow: hidden;
}
.page-footer__clutch-review_title {
  min-width: max-content;
  font-weight: 600;
}
.page-footer__clutch-review_rating {
  width: calc(100% - 130px);
  height: 15px;
}
.page-footer__clutch-review_logo {
  width: calc(100% - 110px);
}
@media (min-width: 961px) {
  .page-footer {
    padding: 80px 0 0 0;
  }
}
.page-footer__section {
  display: flex;
  flex-direction: column;
}
.page-footer__section__services {
  position: relative;
}
.page-footer__section__services_content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 961px) {
  .page-footer__section__services_content {
    flex-direction: column;
  }
}
@media (min-width: 1141px) {
  .page-footer__section__services_content {
    flex-direction: row;
  }
}
.page-footer__section__services_content a {
  width: 47%;
}
@media (max-width: 1141px) {
  .page-footer__section__services_content a {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .page-footer__section__services_content a {
    width: 47%;
  }
}
@media (max-width: 641px) {
  .page-footer__section__services_content a {
    width: 100%;
  }
}
.page-footer__section__company {
  display: flex;
  flex-direction: column;
}
.page-footer__section__rewards {
  flex-direction: column;
  display: flex;
}
@media (min-width: 961px) {
  .page-footer__section__rewards {
    display: none;
  }
}
.page-footer__section__contacts {
  display: flex;
  flex-direction: column;
}
.page-footer__section__contacts_address-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: fit-content;
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
}
@media (min-width: 361px) {
  .page-footer__section__contacts_address-box {
    font-size: 18px;
  }
}
@media (min-width: 961px) {
  .page-footer__section__contacts_address-box {
    max-width: 250px;
  }
}
@media (min-width: 961px) {
  .page-footer__section_top {
    padding-bottom: 30px;
  }
}
.page-footer__section_bottom {
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 550px) {
  .page-footer__section_bottom {
    flex-direction: column;
  }
}
.page-footer__email-form {
  margin-bottom: 40px;
}
@media (min-width: 961px) {
  .page-footer__email-form {
    max-width: 530px;
    width: 100%;
    margin-right: 6.5%;
    margin-bottom: 0;
  }
}
.page-footer__info {
  margin-bottom: 40px;
}
@media (min-width: 961px) {
  .page-footer__info {
    flex-grow: 1;
    margin-right: 6.5%;
    margin-bottom: 0;
  }
}
.page-footer__contact-info {
  margin-bottom: 40px;
  opacity: 0.7;
}
@media (min-width: 961px) {
  .page-footer__contact-info {
    width: fit-content;
    margin-bottom: 0;
  }
}
.page-footer__copyright {
  margin-bottom: 24px;
  font-weight: 800;
  color: #fff;
}
.page-footer__social {
  text-align: left;
}
@media (min-width: 961px) {
  .page-footer__social {
    text-align: right;
  }
}
.page-footer__scial-link {
  margin-right: 20px;
  opacity: 0.4;
}
.page-footer__scial-link:last-child {
  margin-right: 0;
}
.page-footer__scial-link:hover {
  opacity: 1;
}
.page-footer__columns {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 961px) {
  .page-footer__columns {
    flex-direction: row;
    gap: 30px;
  }
}
.page-footer__columns hr {
  border: 1px solid #58678C;
  width: 100%;
  margin: 20px 0;
}
@media (min-width: 961px) {
  .page-footer__columns hr {
    display: none;
  }
}
.page-footer__column {
  padding: 0;
}
@media (max-width: 1024px) {
  .page-footer__column {
    position: unset;
  }
}
@media (min-width: 961px) {
  .page-footer__column_1-6 {
    width: calc(100%/6 - 20px*2);
  }
}
.mission {
  background: url('../images/bg__our-mission-mobile.svg') center bottom no-repeat;
  background-size: 90% auto;
}
@media (min-width: 961px) {
  .mission {
    background: url('../images/bg__our-mission.svg') center center no-repeat;
    background-size: auto auto;
  }
}
.mission .block-wrapper .play {
  position: absolute;
  bottom: calc(10% - 30px);
  left: calc(50% - 30px);
}
.mission .block-wrapper .play :hover {
  cursor: pointer;
}
.mission .block-wrapper .play_icon {
  width: 40%;
  height: 40%;
}
@media (min-width: 481px) {
  .mission .block-wrapper .play {
    bottom: calc(16% - 40px);
    left: calc(50% - 40px);
  }
  .mission .block-wrapper .play_icon {
    width: 50%;
    height: 50%;
  }
}
@media (min-width: 641px) {
  .mission .block-wrapper .play {
    bottom: calc(22% - 54px);
    left: calc(50% - 54px);
  }
  .mission .block-wrapper .play_icon {
    width: 70%;
    height: 70%;
  }
}
@media (min-width: 961px) {
  .mission .block-wrapper .play {
    bottom: calc(50% - 80px);
    left: calc(74% - 80px);
  }
}
.mission__content {
  padding: 56px 0 65%;
}
@media (min-width: 481px) {
  .mission__content {
    padding: 56px 0 55%;
  }
}
@media (min-width: 641px) {
  .mission__content {
    padding: 80px 0 45%;
  }
}
@media (min-width: 961px) {
  .mission__content {
    width: 390px;
    padding: 80px 0;
  }
}
.mission__title {
  margin: 0 0 40px;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.2142;
  color: #37383A;
}
@media (min-width: 641px) {
  .mission__title {
    margin: 0 0 40px;
    font-size: 42px;
  }
}
.mission__subtitle {
  margin: 0 0 40px;
  height: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
  color: #37383A;
}
@media (min-width: 641px) {
  .mission__subtitle {
    margin: 0 0 40px;
    font-size: 18px;
  }
}
.mission__text {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #37383A;
}
.mission__controls {
  display: block;
}
.mission__button {
  width: auto;
  margin-bottom: 0;
}
.advantages {
  padding: 56px 0;
}
@media (min-width: 641px) {
  .advantages {
    padding: 80px 0;
  }
}
.advantages__content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -24px;
}
@media (min-width: 961px) {
  .advantages__content {
    flex-wrap: nowrap;
  }
}
.advantages__item {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  width: 50%;
  padding: 10px 5px;
  margin-bottom: 24px;
}
@media (min-width: 681px) {
  .advantages__item {
    width: 33.33333333%;
    padding: 10px 26px;
  }
}
@media (min-width: 961px) {
  .advantages__item {
    flex: 1 1 1px;
    width: 0;
  }
}
.advantages_nomargin {
  margin-bottom: 0;
}
.advantage__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.advantage__image-container:last-child {
  margin-bottom: 0;
}
.advantage__image {
  max-width: 100%;
  max-height: 120px;
}
.advantage__text {
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
}
.advantage__text:last-child {
  margin-bottom: 0;
}
.advantage__title {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6;
}
.advantage__title:last-child {
  margin-bottom: 0;
}
.advantage__subtitle {
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
}
.advantage__subtitle:last-child {
  margin-bottom: 0;
}
.services {
  margin-bottom: 30px;
  background: #F4F8FB;
}
@media (min-width: 641px) {
  .services {
    margin-bottom: 100px;
  }
}
@media (min-width: 641px) {
  .services__content {
    padding: 80px 0;
  }
}
.services__title {
  margin: 0 auto 10px;
  text-align: left;
  font-weight: 800;
  line-height: 1.6;
}
@media (min-width: 641px) {
  .services__title {
    margin-bottom: 32px;
    text-align: center;
    font-size: 34px;
  }
}
.services__subtitle {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 641px) {
  .services__subtitle {
    max-width: 1010px;
    margin: 0 auto 80px;
    text-align: center;
    font-size: 16px;
  }
}
.services__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .services__items {
    margin-bottom: 50px;
  }
}
.services__item {
  box-sizing: border-box;
  padding: 30px 10px;
  width: 100%;
}
@media (min-width: 641px) {
  .services__item {
    width: 20%;
    padding: 60px 10px;
  }
}
.services__item:hover {
  box-shadow: 0px 0px 30px #E9EEF2;
}
.services__controls {
  text-align: center;
}
.services_v2 .services__content {
  padding: 56px 0;
}
@media (min-width: 641px) {
  .services_v2 .services__content {
    padding: 80px 0;
  }
}
.services_v2 .services__title {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
}
@media (min-width: 641px) {
  .services_v2 .services__title {
    margin-bottom: 32px;
    text-align: center;
    font-size: 34px;
  }
}
.services_v2 .services__subtitle {
  margin: 0 auto 56px;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 641px) {
  .services_v2 .services__subtitle {
    max-width: 1010px;
    margin: 0 auto 80px;
  }
}
.services_v2 .services__items {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .services_v2 .services__items {
    justify-content: space-between;
  }
}
.services_v2 .services__item {
  padding: 0;
  border-top: 1px solid #E0E7EC;
}
@media (min-width: 641px) {
  .services_v2 .services__item {
    width: 48%;
  }
}
@media (min-width: 961px) {
  .services_v2 .services__item {
    width: 30%;
  }
}
.services_v2 .services__item:nth-child(1) {
  border-top: none;
}
@media (min-width: 641px) {
  .services_v2 .services__item:nth-child(2) {
    border-top: none;
  }
}
@media (min-width: 961px) {
  .services_v2 .services__item:nth-child(3) {
    border-top: none;
  }
}
.services_v2 .services__item:hover {
  box-shadow: none;
}
.services_underlined {
  border-bottom: 1px solid #F6F8F9;
}
.services_nomargin {
  margin-bottom: 0;
}
.service {
  text-decoration: none;
}
.service__image-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 90px;
  margin-bottom: 30px;
}
.service__image {
  max-width: 100%;
  max-height: 90px;
}
.service__text {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #37383A;
}
.service_v2 {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.service_v2 .service__content {
  flex-grow: 1;
  min-height: 170px;
}
.service_v2 .service__content_main {
  display: flex;
}
.service_v2 .service__content_hover {
  display: none;
  margin: 0 -15px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 31, 61, 0.03);
}
@media (min-width: 641px) {
  .service_v2 .service__content_hover {
    margin: 0 -3.5%;
  }
}
@media (min-width: 1025px) {
  .service_v2 .service__content_hover {
    margin: 0 -20px;
  }
}
.service_v2 .service__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21%;
  height: auto;
  margin-bottom: 0;
  flex-shrink: 0;
}
.service_v2 .service__image {
  max-width: 100%;
  max-height: auto;
  height: 55px;
  width: 65px;
}
.service_v2 .service__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}
.service_v2 .service__text-container_hover {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 25px;
}
.service_v2 .service__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6;
}
.service_v2 .service__subtitle {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.6;
}
.service_v2 .service__text {
  margin-bottom: 1em;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
.service_v2 .service__text a {
  color: #0099FF;
}
.service_v2 .service__text:last-child {
  margin-bottom: 0;
}
.service_v2:hover .service__content_main {
  display: none;
}
.service_v2:hover .service__content_hover {
  display: flex;
}
.solutions {
  margin-bottom: 30px;
  background: #F9FBFC;
}
@media (min-width: 641px) {
  .solutions {
    margin-bottom: 100px;
  }
}
.solutions__content {
  padding-top: 30px;
}
@media (min-width: 641px) {
  .solutions__content {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.solutions__title {
  margin: 0 auto 10px;
  text-align: left;
}
@media (min-width: 641px) {
  .solutions__title {
    margin-bottom: 32px;
    text-align: center;
  }
}
.solutions__subtitle {
  margin: 0 auto 30px;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.7272;
}
@media (min-width: 641px) {
  .solutions__subtitle {
    text-align: center;
    font-size: 22px;
  }
}
.solutions__items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solutions__item {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 641px) {
  .solutions__item {
    width: 320px;
  }
}
.solutions_nomargin {
  margin-bottom: 0;
}
.solutions-v2 {
  background: #303f62;
}
.solutions-v2__content {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 641px) {
  .solutions-v2__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.solutions-v2__title {
  margin: 0 auto 40px;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 641px) {
  .solutions-v2__title {
    margin-bottom: 32px;
    font-size: 34px;
    line-height: 1.6;
  }
}
.solutions-v2__subtitle {
  margin: 0 auto 56px;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}
@media (min-width: 641px) {
  .solutions-v2__subtitle {
    margin-bottom: 80px;
  }
}
.solutions-v2__slider-head {
  overflow-x: auto;
}
.solutions-v2__menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 10px;
  justify-content: space-between;
}
.solutions-v2__menu-item {
  box-sizing: border-box;
  height: 100%;
  padding: 0 20px 16px 20px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6;
  color: #B0BEC8;
  cursor: pointer;
  width: 100%;
  text-align: start;
}
@media (min-width: 641px) {
  .solutions-v2__menu-item {
    width: 48%;
  }
}
.solutions-v2__menu-item_active span {
  border-bottom: none;
  color: #fff;
  padding-bottom: inherit;
}
@media (min-width: 641px) {
  .solutions-v2__menu-item_active span {
    border-bottom: 3px solid transparent;
    border-bottom-color: #0099FF;
  }
}
@media (min-width: 641px) {
  .solutions-v2__menu-item:hover span {
    color: #fff;
    border-bottom-color: #0099FF;
  }
}
.solutions-v2__slider-slide {
  padding: 3px;
}
.solution-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 270px;
  padding-top: 50px;
  background: #FFFFFF;
  text-align: center;
  /* States */
}
.solution-tile__content {
  width: 100%;
  flex-grow: 1;
}
.solution-tile__icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 38px;
  background: #f2faff;
  border-radius: 50%;
}
.solution-tile__title {
  margin: 0 auto 9px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.solution-tile__subtitle {
  margin: 0 auto 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.solution-tile__link {
  display: inline-block;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #0099FF;
}
.solution-tile__link-icon {
  display: inline-block;
  margin-left: 5px;
  stroke: #0099FF;
}
.solution-tile__hidden-content {
  display: none;
  padding: 40px 40px 0;
}
.solution-tile__expander {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 54px;
  height: 54px;
  margin: 33px auto -27px;
  background: #f2faff;
  border: 2px solid #afdfff;
  border-radius: 50%;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 100ms ease-in-out;
}
.solution-tile__expander:focus {
  outline: none;
}
.solution-tile__expander-icon {
  stroke: #0099FF;
}
.solution-tile__expander:hover {
  background: #0099FF;
  border-color: #0099FF;
}
.solution-tile__expander:hover .solution-tile__expander-icon {
  stroke: #fff;
}
.solution-tile_expanded .solution-tile__hidden-content {
  display: block;
}
.solution-tile_expanded .solution-tile__expander {
  transform: rotate(180deg);
}
.solution-slide {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 23px;
  border: 2px solid #58678C;
  border-radius: 16px;
}
@media (min-width: 641px) {
  .solution-slide {
    flex-direction: row;
    align-items: center;
    padding: 22px 40px;
  }
}
.solution-slide__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .solution-slide__image-container {
    margin-bottom: 0;
  }
}
.solution-slide__image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.solution-slide__text {
  flex: 1;
  margin: 0 0 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
@media (min-width: 641px) {
  .solution-slide__text {
    margin: 0 40px;
  }
}
.solution-slide__more-link {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  color: #0099FF;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.6;
  white-space: nowrap;
}
.verticals {
  background: #F4F8FB;
}
.verticals__content {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 641px) {
  .verticals__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.verticals__head {
  margin-bottom: 56px;
}
.verticals__title {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
}
@media (min-width: 641px) {
  .verticals__title {
    font-size: 34px;
    line-height: 1.6;
  }
}
.verticals__title:last-child {
  margin-bottom: 0;
}
.verticals__subtitle {
  margin-bottom: 56px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
.verticals__subtitle:last-child {
  margin-bottom: 0;
}
.verticals__items-container {
  margin-bottom: 56px;
}
@media (min-width: 641px) {
  .verticals__items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.verticals__item {
  margin-bottom: 16px;
}
.verticals__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .verticals__item {
    width: 49%;
  }
  .verticals__item:last-child {
    margin-bottom: 16px;
  }
}
@media (min-width: 961px) {
  .verticals__item {
    width: 23%;
    margin-bottom: 0;
  }
  .verticals__item:last-child {
    margin-bottom: 0;
  }
}
.verticals__controls {
  display: flex;
  justify-content: center;
}
@media (min-width: 641px) {
  .verticals__button {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.verticals_underlined {
  border-bottom: 1px solid #E0E7EC;
}
.vertical-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  padding: 24px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 31, 61, 0.1);
  border-radius: 16px;
}
.vertical-tile__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  height: 80px;
}
.vertical-tile__image-container_extra-mb {
  margin-bottom: 40px;
}
.vertical-tile__image-container:last-child {
  margin-bottom: 0;
}
.vertical-tile__img {
  max-width: 100%;
  max-height: 100%;
}
.vertical-tile__title {
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 24px;
  text-align: left;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6;
}
.vertical-tile__title_centered {
  text-align: center;
}
.vertical-tile__title:last-child {
  margin-bottom: 0;
}
.vertical-tile__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.vertical-tile__text-container {
  margin-bottom: 24px;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
.vertical-tile__text-container_centered {
  text-align: center;
}
.vertical-tile__text-container:last-child {
  margin-bottom: 0;
}
.vertical-tile__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
.vertical-tile__text_bold {
  font-weight: 600;
}
.vertical-tile__controls {
  flex-grow: 0;
  flex-shrink: 0;
}
.vertical-tile__controls_centered {
  text-align: center;
}
.vertical-tile__read-more {
  display: inline-block;
  padding: 8px 12px;
  background: #EBF8FF;
  border-radius: 16px;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  color: #0099FF;
}
.vertical-tile__read-more_simple {
  display: inline;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}
.vertical-tile_transparent {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.our-work-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 0px 3px rgba(0, 31, 61, 0.1);
  border-radius: 16px;
}
.our-work-tile__image-container {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 240px;
  background: #b4c5d1;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.our-work-tile__content-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 32px;
  background: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.our-work-tile__title {
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 24px;
  text-align: left;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6;
}
.our-work-tile__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.our-work-tile__text-container {
  margin-bottom: 24px;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
.our-work-tile__text-container_bolder {
  font-weight: 600;
}
.our-work-tile__controls {
  flex-grow: 0;
  flex-shrink: 0;
}
.our-work-tile__read-more {
  display: inline-block;
  padding: 8px 12px;
  background: #EBF8FF;
  border-radius: 16px;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  color: #0099FF;
}
.achievments {
  margin-bottom: 30px;
  border-bottom: 2px solid #F6F8F9;
}
@media (min-width: 641px) {
  .achievments {
    border: none;
    margin-bottom: 100px;
  }
}
.achievments__items {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 641px) {
  .achievments__items {
    flex-direction: row;
    padding-bottom: 35px;
    border-bottom: 2px solid #F6F8F9;
  }
}
.achievments__item {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 641px) {
  .achievments__item {
    width: 20%;
    margin-bottom: 65px;
    padding: 0 30px;
  }
}
.achievments_nomargin {
  margin-bottom: 0;
}
.achievement__icon-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 80px;
  margin-bottom: 25px;
}
.achievement__icon {
  max-width: 100%;
  max-height: 100%;
}
.achievement__title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #0099FF;
}
.achievement__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #37383A;
}
.featured-posts {
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .featured-posts {
    background: url("../images/dots_background.png") left 104px repeat-x;
  }
}
.featured-posts_no-background {
  background: none;
}
.featured-posts__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.21875;
  text-align: left;
}
@media (min-width: 641px) {
  .featured-posts__title {
    margin-bottom: 50px;
    text-align: center;
    font-size: 32px;
  }
}
.featured-posts__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 641px) {
  .featured-posts__items_horisontal-padding-82px {
    padding: 0 82px;
  }
}
.featured-posts__item {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E4E7EE;
}
@media (min-width: 641px) {
  .featured-posts__item {
    width: calc(100%/3 - 20px);
    margin: 10px;
    padding-bottom: initial;
    margin-bottom: 80px;
    border-bottom: none;
  }
}
.featured-posts__item:last-child {
  padding-bottom: initial;
  border-bottom: none;
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .featured-posts__item:last-child {
    margin-bottom: 80px;
  }
}
.featured-posts_underlined {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #F6F8F9;
}
@media (min-width: 641px) {
  .featured-posts_underlined {
    padding-bottom: 0;
    margin-bottom: 100px;
  }
}
@media (min-width: 641px) {
  .featured-posts__content-blog {
    padding: 0 82px;
  }
}
.featured-posts_nomargin {
  margin-bottom: 0;
}
.featured-post {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.featured-post__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  /*min-height: 300px;*/
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 4px;
  overflow: hidden;
}
.featured-post__image-container:hover {
  box-shadow: 0px 0px 30px #E9EEF2;
  cursor: pointer;
}
.featured-post__image {
  width: 100%;
  max-height: 100%;
  border-radius: 16px;
}
.featured-post__category {
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6875;
  color: #0099FF;
}
@media (min-width: 641px) {
  .featured-post__category {
    font-size: 16px;
  }
}
.featured-post__title {
  margin: 0 0 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2307;
}
@media (min-width: 641px) {
  .featured-post__title {
    font-size: 26px;
    margin: 0 0 26px;
  }
}
.featured-post__title_18px {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 641px) {
  .featured-post__title_18px {
    font-size: 26px;
    margin: 0 0 26px;
  }
}
.featured-post__title_22px {
  font-size: 22px;
  line-height: 150%;
}
.featured-post__description {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.8;
}
.featured-post__more-link {
  color: #0099FF;
}
.reviews-slider {
  padding: 56px 0 56px;
  background: #F4F8FB;
}
@media (min-width: 641px) {
  .reviews-slider {
    padding: 80px 0 80px;
  }
}
.reviews-slider__content {
  padding: 0;
}
@media (min-width: 641px) {
  .reviews-slider__content {
    padding: 0 20px;
  }
}
.reviews-slider__title {
  margin-bottom: 40px;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 641px) {
  .reviews-slider__title {
    margin-bottom: 56px;
    font-size: 34px;
    line-height: 1.6;
  }
}
.reviews-slider__slide {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 10px;
}
.review-excerpt {
  position: relative;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 31, 61, 0.03);
  border-radius: 16px;
}
@media (min-width: 641px) {
  .review-excerpt {
    padding: 32px 94px;
  }
}
.review-excerpt__text {
  margin-bottom: 24px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6;
}
.review-excerpt__person {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}
.review-excerpt__image-container {
  text-align: center;
}
.review-excerpt__image-container img {
  max-width: 100%;
}
@media (min-width: 641px) {
  .review-excerpt::before {
    content: url('../images/quotes_open.svg');
    position: absolute;
    top: 30px;
    left: 32px;
  }
}
@media (min-width: 641px) {
  .review-excerpt::after {
    content: url('../images/quotes_close.svg');
    position: absolute;
    top: 30px;
    right: 32px;
  }
}
.review-excerpt_image-type {
  padding: 32px 24px;
}
@media (min-width: 641px) {
  .review-excerpt_image-type {
    padding: 32px 32px;
  }
}
.review-excerpt_image-type::before,
.review-excerpt_image-type::after {
  content: '';
}
.review-excerpt_grey-light {
  background-color: #F4F8FB;
}
.review-excerpt_no-shadow {
  box-shadow: none;
}
.clients__content {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 641px) {
  .clients__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.clients__content_underlined {
  border-bottom: 1px solid #E0E7EC;
}
.clients__head {
  margin-bottom: 56px;
}
@media (min-width: 641px) {
  .clients__head {
    margin-bottom: 80px;
  }
}
.clients__title {
  margin-bottom: 24px;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 641px) {
  .clients__title {
    font-size: 34px;
    line-height: 1.6;
  }
}
.clients__title:last-child {
  margin-bottom: 0;
}
.clients__button {
  justify-content: center;
  padding-top: 80px;
}
.clients__subtitle {
  margin-bottom: 56px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 641px) {
  .clients__subtitle {
    margin-bottom: 80px;
  }
}
.clients__subtitle:last-child {
  margin-bottom: 0;
}
.clients__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -20px;
  margin-bottom: -20px;
}
.clients__items_center {
  justify-content: center;
  margin-top: -30px;
  margin-bottom: -30px;
}
.clients__item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100%/2 - 16px*2);
  max-height: 40px;
  margin: 20px 16px;
}
@media (min-width: 481px) {
  .clients__item {
    max-height: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 961px) {
  .clients__item {
    width: calc(100%/4 - 16px*2);
  }
}
.clients__item img {
  max-width: 80%;
  max-height: 100%;
}
@media (min-width: 961px) {
  .clients__item img {
    max-width: 100%;
  }
}
@media (min-width: 961px) {
  .clients__item_1-6 {
    width: calc(100%/6 - 2%*2);
    margin-right: 2%;
    margin-left: 2%;
  }
}
.clients_transparent {
  background: transparent;
}
.callToAction {
  padding-bottom: 56px;
  padding-top: 56px;
}
@media (min-width: 641px) {
  .callToAction {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.callToAction__title {
  margin: 0 auto 40px;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  text-align: left;
  color: inherit;
}
@media (min-width: 641px) {
  .callToAction__title {
    font-size: 34px;
    line-height: 1.6;
    text-align: center;
  }
}
.callToAction__title_center {
  text-align: center;
}
.callToAction__title:last-child {
  margin-bottom: 0;
}
.callToAction__subtitle {
  margin: 0 auto 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 641px) {
  .callToAction__subtitle_extra-margin {
    margin-bottom: 80px;
  }
}
.callToAction__subtitle_narrow {
  max-width: 1024px;
}
.callToAction__subtitle:last-child {
  margin-bottom: 0;
}
.callToAction__controls {
  text-align: center;
}
.callToAction__form {
  max-width: 570px;
  margin: 0 auto;
}
.callToAction_colored {
  background-color: #f4f8fb;
}
.callToAction_colored-dark {
  background-color: #e3ebf1;
}
.callToAction_nowhite {
  background-color: #F9FBFC;
}
.callToAction_dark {
  background: #303F62;
  color: #fff;
}
.callToAction_underlined {
  border-bottom: 1px solid #E0E7EC;
}
@media (max-width: 641px) {
  .callToAction_vertical-padding-70 {
    padding: 70px 0;
  }
}
.callToAction_nomargin {
  margin-bottom: 0;
}
.bicol-section {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 961px) {
  .bicol-section {
    flex-direction: row;
  }
}
.bicol-section__column {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 56px;
}
@media (min-width: 961px) {
  .bicol-section__column {
    width: 46%;
    margin-bottom: 0;
  }
}
.bicol-section__column img {
  max-width: 100%;
}
@media (max-width: 961px) {
  .bicol-section__column_portfolio {
    border: none;
    border-radius: 0;
    padding: 0;
    background: #F9FDFF;
  }
}
.bicol-section__column_colored {
  padding: 30px;
  background-color: #f2faff;
}
@media (min-width: 961px) {
  .bicol-section__column_colored {
    padding: 0;
  }
}
@media (max-width: 961px) {
  .bicol-section__column_nodisplay {
    display: none;
  }
}
.bicol-section__column_shadow {
  border: 1px solid #C2EBFF;
  border-radius: 6px;
  padding: 30px;
}
@media (min-width: 961px) {
  .bicol-section__column_shadow {
    box-shadow: 0px 0px 20px rgba(0, 153, 255, 0.1);
    padding: 0px;
  }
}
.bicol-section__column__shadow-mobile {
  border: none;
  border-radius: 0px;
  padding: 60px 30px;
  background: #F9FDFF;
}
@media (min-width: 961px) {
  .bicol-section__column__shadow-mobile {
    display: none;
  }
}
.bicol-section__column_stick-right {
  margin-left: auto;
}
@media (max-width: 961px) {
  .bicol-section__column_careeer-position {
    margin-bottom: 5px;
  }
}
.bicol-section__column_white-tile {
  padding: 24px;
  margin-bottom: 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 31, 61, 0.03);
  border-radius: 16px;
}
@media (min-width: 961px) {
  .bicol-section__column_white-tile {
    padding: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 961px) {
  .bicol-section__column_inline {
    width: calc(100%/2 - 30px);
  }
}
.bicol-section__column:last-child {
  margin-bottom: 0;
}
.bicol-section_colored {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2faff;
}
@media (min-width: 961px) {
  .bicol-section_colored {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 961px) {
  .bicol-section_reversed .bicol-section__column:nth-child(1) {
    order: 2;
  }
}
@media (min-width: 961px) {
  .bicol-section_reversed .bicol-section__column:nth-child(2) {
    order: 1;
  }
}
.autocol-section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  .autocol-section {
    flex-direction: row;
  }
}
.autocol-section__column {
  margin-bottom: 30px;
  flex: 1 1 1%;
  width: 100%;
}
@media (min-width: 641px) {
  .autocol-section__column {
    width: 0px;
    margin-bottom: 0;
  }
}
.autocol-section__column:last-child {
  margin-bottom: 0;
}
.article-excerpt {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E4E7EE;
}
@media (min-width: 641px) {
  .article-excerpt {
    margin-bottom: 100px;
    padding-bottom: initial;
    border-bottom: none;
  }
}
.article-excerpt__content {
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 641px) {
  .article-excerpt__content {
    padding: 0 60px;
  }
}
.article-excerpt__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.46;
}
@media (min-width: 641px) {
  .article-excerpt__title {
    font-size: 26px;
    margin: 0 0 30px;
  }
}
@media (max-width: 641px) {
  .article-excerpt__title_size20 {
    font-size: 20px;
    font-weight: bold;
  }
}
.article-excerpt__text {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.8;
}
@media (min-width: 641px) {
  .article-excerpt__text {
    margin-bottom: 30px;
  }
}
.article-excerpt__controls {
  text-align: left;
}
@media (max-width: 641px) {
  .article-excerpt__controls {
    width: 100%;
    margin-bottom: 30px;
  }
}
.article-excerpt__image-container {
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-excerpt__image {
  box-shadow: 0px 4px 20px rgba(0, 55, 92, 0.2);
}
.article-excerpt_slick {
  margin-bottom: 50px;
}
.article-excerpt:last-child {
  margin-bottom: 0;
}
.article-excerpt:last-child {
  padding-bottom: initial;
  border-bottom: none;
}
.work-scheme {
  margin-bottom: 30px;
  display: none;
}
@media (min-width: 641px) {
  .work-scheme {
    margin-bottom: 100px;
    display: block;
  }
}
.work-scheme_mobile {
  display: block;
}
@media (min-width: 641px) {
  .work-scheme_mobile {
    display: none;
  }
}
.work-scheme_mobile .work-scheme__content-contsiner {
  display: flex;
  width: 100%;
}
.work-scheme_mobile .work-scheme__image-container {
  width: 50%;
}
.work-scheme_mobile .work-scheme__columns {
  width: 100%;
  margin-bottom: 85px;
}
.work-scheme_mobile .work-scheme__column {
  padding-top: 75px;
  margin-bottom: 0px;
}
.work-scheme_mobile .work-scheme__column_design {
  padding-top: 30px;
  margin-bottom: 14px;
}
.work-scheme_mobile .work-scheme__column-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.work-scheme_mobile .work-scheme__column-text {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.work-scheme__title {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.21875;
  text-align: left;
}
@media (min-width: 641px) {
  .work-scheme__title {
    margin-bottom: 75px;
    font-size: 32px;
    text-align: center;
  }
}
.work-scheme__image-container {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 641px) {
  .work-scheme__image-container {
    margin-bottom: 80px;
  }
}
@media (min-width: 641px) {
  .work-scheme__design-image-container {
    margin-bottom: 50px;
  }
}
.work-scheme__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .work-scheme__columns {
    flex-wrap: nowrap;
  }
}
.work-scheme__testing-columns {
  max-width: 1070px;
  margin-bottom: 35px;
}
.work-scheme__column {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .work-scheme__column {
    width: 14%;
    margin-bottom: 0;
  }
}
.work-scheme__column_center {
  text-align: center;
}
@media (min-width: 641px) {
  .work-scheme__column_center {
    width: 25%;
  }
}
@media (max-width: 641px) {
  .work-scheme__column p:not(.work-scheme__column-content_mobile) {
    display: none;
  }
}
.work-scheme__column:last-child {
  margin-bottom: 0;
}
.work-scheme__column-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.work-scheme__column-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
}
.work-scheme__column-content_mobile {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
}
@media (min-width: 641px) {
  .work-scheme__column-content_mobile {
    display: none;
  }
}
.work-scheme p {
  font-size: 13px;
}
@media (min-width: 641px) {
  .work-scheme p {
    font-size: 15px;
  }
}
.work-scheme_nomargin {
  margin-bottom: 0;
}
.page-banner {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding: 60px 0;
  background-color: #FFFFFF;
  background-size: 0;
}
@media (min-width: 641px) {
  .page-banner {
    min-height: 650px;
    padding: 80px 0 80px;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
  }
}
.page-banner__columns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 961px) {
  .page-banner__columns {
    flex-direction: row;
  }
}
.page-banner__column {
  width: 100%;
}
@media (min-width: 961px) {
  .page-banner__column {
    width: 0;
  }
}
.page-banner__column_first {
  flex-grow: 7;
  flex-shrink: 7;
  margin-bottom: 56px;
}
@media (min-width: 961px) {
  .page-banner__column_first {
    margin-bottom: 0;
  }
}
.page-banner__column_second {
  flex-grow: 5;
  flex-shrink: 5;
}
.page-banner__column_case {
  width: 120px;
  height: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 56px;
}
@media (min-width: 961px) {
  .page-banner__column_case {
    margin-bottom: 0;
  }
}
.page-banner__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 961px) {
  .page-banner__content {
    padding: 0 60px;
  }
}
@media (min-width: 961px) {
  .page-banner__content_wide {
    padding: 0 32px;
  }
}
.page-banner__content_vertcically-centered {
  justify-content: center;
}
@media (min-width: 641px) {
  .page-banner__content_with-meta {
    min-height: 241px;
  }
}
.page-banner__content_then-slideshow {
  width: 200px;
}
@media (min-width: 961px) {
  .page-banner__content_then-slideshow {
    width: 400px;
  }
}
@media (min-width: 961px) {
  .page-banner__content_case {
    padding: 0 0 0 90px;
  }
}
.page-banner__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2222;
  color: inherit;
}
@media (min-width: 641px) {
  .page-banner__title {
    margin-bottom: 40px;
    font-size: 42px;
  }
}
.page-banner__title:last-child {
  margin-bottom: 0;
}
.page-banner__title_30px {
  font-size: 30px;
}
.page-banner__text {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  color: inherit;
}
@media (min-width: 641px) {
  .page-banner__text {
    margin-bottom: 40px;
  }
}
.page-banner__text:last-child {
  margin-bottom: 0;
}
.page-banner__text_18px {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 45px 0;
}
@media (min-width: 641px) {
  .page-banner__text_18px {
    font-size: 18px;
    margin-top: 0;
  }
}
.page-banner__text_bold {
  font-weight: 800;
}
.page-banner__controls {
  text-align: left;
}
@media (max-width: 641px) {
  .page-banner__controls {
    width: 100%;
  }
}
.page-banner__controls_center {
  text-align: center;
}
.page-banner__button {
  min-width: 210px;
}
.page-banner__image-container {
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-banner__image-container img {
  max-width: 100%;
}
.page-banner__image-container_case {
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  border: 1px solid #E3EBF1;
  box-shadow: 0px 4px 20px rgba(0, 31, 61, 0.07);
  border-radius: 32px;
}
@media (min-width: 641px) {
  .page-banner__image {
    margin-bottom: 100px;
  }
}
.page-banner__image_min {
  display: block;
  margin-bottom: 40px;
  height: 180px;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .page-banner__image_min {
    display: none;
  }
}
.page-banner__meta-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 30px;
}
@media (min-width: 641px) {
  .page-banner__meta-items {
    padding: 0 60px;
    margin-top: 80px;
    flex-wrap: nowrap;
  }
}
.page-banner__meta-item {
  width: 100%;
  display: flex;
}
@media (min-width: 641px) {
  .page-banner__meta-item {
    display: block;
    width: 250px;
  }
}
.page-banner__meta-label {
  padding-top: 3px;
  padding-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.8;
}
@media (min-width: 641px) {
  .page-banner__meta-label {
    padding-right: 0;
    padding-top: 0;
    font-size: 15px;
  }
}
.page-banner__meta-content {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.8;
}
@media (min-width: 641px) {
  .page-banner__meta-content {
    font-size: 20px;
  }
}
.page-banner__info {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6875;
  color: #0099FF;
}
@media (min-width: 641px) {
  .page-banner__info {
    font-size: 16px;
  }
}
.page-banner_portfolio {
  background-size: cover;
}
@media (max-width: 641px) {
  .page-banner_portfolio {
    height: 380px;
    margin-bottom: 40px;
  }
}
.page-banner_colored {
  background-color: #f2faff;
}
.page-banner_colored-dark {
  background-color: #303f62;
  color: #fff;
}
.page-banner_white {
  background-color: #fff;
}
.page-banner_dark {
  color: #fff;
}
.page-banner_no-min-height {
  min-height: initial;
}
.page-banner_nomargin {
  margin-bottom: 0;
}
.page-content {
  margin-bottom: 56px;
}
@media (min-width: 641px) {
  .page-content {
    margin-bottom: 80px;
  }
}
.page-content_flex-row {
  display: flex;
  flex-direction: row;
}
.page-content_flex-column {
  display: flex;
  flex-direction: column;
}
.page-content_gap-10 {
  gap: 10px;
}
.page-content_gap-20 {
  gap: 20px;
}
.page-content_gap-40 {
  gap: 40px;
}
.page-content__head {
  margin: 0 auto 56px;
}
.page-content__head_narrow {
  max-width: 1024px;
}
.page-content__head_big-bottom-margin {
  margin-bottom: 56px;
}
@media (min-width: 961px) {
  .page-content__head_big-bottom-margin {
    margin-bottom: 80px;
  }
}
.page-content__head_tablet-no-margin {
  margin-bottom: 56px;
}
@media (min-width: 641px) {
  .page-content__head_tablet-no-margin {
    margin-bottom: 0;
  }
}
.page-content__head_underlined {
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E7EC;
}
@media (min-width: 641px) {
  .page-content__head_underlined {
    padding-bottom: 80px;
  }
}
.page-content__head:last-child {
  margin-bottom: 0;
}
.page-content__title {
  margin-bottom: 30px;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 641px) {
  .page-content__title {
    margin-bottom: 40px;
    font-size: 34px;
  }
}
.page-content__title_left {
  text-align: left;
}
.page-content__title:last-child {
  margin-bottom: 0;
}
.page-content__subtitle {
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 641px) {
  .page-content__subtitle {
    line-height: 1.8;
  }
}
.page-content__subtitle p {
  margin-bottom: 30px;
}
.page-content__subtitle p:last-child {
  margin-bottom: 0;
}
.page-content__subtitle_bold {
  font-weight: 600;
}
.page-content__subtitle_narrow {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.page-content__subtitle_left {
  text-align: left;
}
.page-content__subtitle:last-child {
  margin-bottom: 0;
}
.page-content__thank-you {
  padding-bottom: 80px;
}
.page-content__thank-you_center {
  justify-content: center;
  display: flex;
}
.page-content__thank-you .page-content__title {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: bold;
}
@media (min-width: 641px) {
  .page-content__thank-you .page-content__title {
    margin-bottom: 60px;
    font-size: 44px;
    text-align: center;
  }
}
.page-content__links-text {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #7E8189;
  margin-bottom: 20px;
}
.page-content__links-container {
  text-align: center;
  color: #0099FF;
  font-size: 18px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-content__links-container a:first-child {
  margin-right: 15px;
}
.page-content__links-container_small {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 170.66%;
  margin-bottom: 0px;
  margin-top: 40px;
}
@media (min-width: 641px) {
  .page-content__links-container_small {
    margin-top: 60px;
  }
}
.page-content__links-container_nomargin {
  margin: 0;
}
.page-content__links-container a[href^="https://www.facebook.com/sharer/sharer.php"] {
  display: block !important;
}
.page-content__link {
  margin-right: 15px;
}
.page-content__link:last-child {
  margin-bottom: 0;
}
.page-content__share-social-link {
  position: relative;
}
.page-content__share-social-link:hover .page-content__share-social-icon_passive {
  display: none;
}
.page-content__share-social-link:hover .page-content__share-social-icon_hover {
  position: static;
  opacity: 1;
}
.page-content__share-social-link:hover .page-content__share-social-icon_active {
  position: absolute;
  opacity: 0.001;
}
.page-content__share-social-link:active .page-content__share-social-icon_passive {
  display: none;
}
.page-content__share-social-link:active .page-content__share-social-icon_hover {
  position: absolute;
  opacity: 0.001;
}
.page-content__share-social-link:active .page-content__share-social-icon_active {
  position: static;
  opacity: 1;
}
.page-content__share-social-icon_hover {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.001;
}
.page-content__share-social-icon_active {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.001;
}
.page-content__small-title {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
}
.page-content__small-title_centered {
  text-align: center;
}
.page-content__author {
  display: flex;
  flex-wrap: nowrap;
}
.page-content__author .author-photo {
  margin-right: 13px;
  margin-bottom: 35px;
}
.page-content__author .author-information {
  font-weight: 600;
  font-size: 13px;
  line-height: 135%;
}
.page-content__author .author-date {
  font-size: 10px;
  color: #00000082;
}
.page-content__content {
  display: block;
  box-sizing: border-box;
  padding: 0;
}
@media (min-width: 641px) {
  .page-content__content {
    padding: 0 60px;
  }
}
.page-content__content_cell-style {
  padding: 32px;
}
.page-content__content_vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 641px) {
  .page-content__content_vertical-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-content__content_bottom-padding {
  padding-bottom: 50px;
}
@media (min-width: 641px) {
  .page-content__content_bottom-padding {
    padding-bottom: 60px;
  }
}
.page-content__content_vertically-centered {
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.page-content__content_nopadding {
  padding: 0 0;
}
.page-content__content_big-line-height ul li {
  margin-bottom: 15px;
}
.page-content__content_solution-style {
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 641px) {
  .page-content__content_solution-style {
    padding-left: 20px;
  }
}
.page-content__content_solution-style ul {
  list-style: none;
  padding-left: 40px;
  margin: 0 0 30px;
}
.page-content__content_solution-style ul li {
  position: relative;
  margin-bottom: 20px;
  line-height: 20px;
  padding-top: 17px;
}
@media (min-width: 641px) {
  .page-content__content_solution-style ul li {
    line-height: 35px;
    padding-top: 11px;
  }
}
.page-content__content_solution-style ul li:before {
  content: 'S';
  position: absolute;
  left: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #c2ebff;
  border-radius: 50%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #0055FF;
}
.page-content__content_solution-style ul .symbol-S:before {
  content: 'S';
}
.page-content__content_solution-style ul .symbol-O:before {
  content: 'O';
}
.page-content__content_solution-style ul .symbol-L:before {
  content: 'L';
}
.page-content__content_solution-style ul .symbol-U:before {
  content: 'U';
}
.page-content__content_solution-style ul .symbol-T:before {
  content: 'T';
}
.page-content__content_solution-style ul .symbol-I:before {
  content: 'I';
}
.page-content__content_solution-style ul .symbol-N:before {
  content: 'N';
}
@media (min-width: 641px) {
  .page-content__content-blog {
    padding: 0 82px;
  }
}
.page-content__content-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-bottom: 0px;
  font-size: 18px;
  line-height: 160%;
}
.page-content__content-first-column {
  width: 480px;
  text-align: right;
  font-weight: normal;
  color: #5A5D66;
  margin-bottom: 0px;
}
.page-content__content-second-column {
  width: 480px;
  text-align: left;
  font-weight: 500;
}
.page-content__section {
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .page-content__section {
    margin-bottom: 80px;
  }
}
.page-content__section_mobile-only-separated {
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .page-content__section_mobile-only-separated {
    margin-bottom: 0;
  }
}
.page-content__section_mobile-no-margin {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .page-content__section_mobile-no-margin {
    margin-bottom: 80px;
  }
}
.page-content__section_reduced-margin {
  margin-bottom: 56px;
}
.page-content__section_mobile-no-reduced-margin {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .page-content__section_mobile-no-reduced-margin {
    margin-bottom: 56px;
  }
}
.page-content__section_mobile-hidden {
  display: none;
}
@media (min-width: 641px) {
  .page-content__section_mobile-hidden {
    display: block;
  }
}
@media (min-width: 641px) {
  .page-content__section_mobile-only {
    display: none;
  }
}
.page-content__section .rectangle {
  margin-bottom: 100px;
}
.page-content__section:last-child {
  margin-bottom: 0;
}
.page-content__section-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .page-content__section-title {
    margin-bottom: 40px;
  }
}
.page-content__section-text {
  text-align: center;
}
.page-content__section-text_margin {
  margin-bottom: 70px;
  padding-top: 60px;
}
@media (min-width: 641px) {
  .page-content__section-text_margin {
    padding-top: 100px;
  }
}
@media (max-width: 641px) {
  .page-content__section-text_18px {
    font-size: 18px;
  }
}
@media (max-width: 641px) {
  .page-content__section-text_18px span {
    font-size: 26px;
    line-height: 160%;
  }
}
.page-content__image-container {
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-content__image-container img {
  max-width: 100%;
}
.page-content__image-container_bottom-padding {
  padding-bottom: 40px;
}
@media (min-width: 641px) {
  .page-content__image-container_bottom-padding {
    padding-bottom: 40px;
  }
}
.page-content__image-container_bottom-padding-100px {
  padding-bottom: 40px;
  padding-top: 60px;
}
@media (min-width: 641px) {
  .page-content__image-container_bottom-padding-100px {
    padding-bottom: 100px;
  }
}
.page-content__image-container_bottom-padding-80px {
  padding-bottom: 30px;
}
@media (min-width: 641px) {
  .page-content__image-container_bottom-padding-80px {
    padding-bottom: 80px;
  }
}
.page-content__image-container_vertical-padding-80px {
  padding: 30px 0;
}
@media (min-width: 641px) {
  .page-content__image-container_vertical-padding-80px {
    padding: 80px 0;
  }
}
.page-content__buttons {
  text-align: center;
}
.page-content__button {
  margin: 45px 1px 10px 1px;
}
@media (min-width: 641px) {
  .page-content__button {
    margin: 80px 1px 100px 1px;
  }
}
.page-content__button:last-child {
  margin: 10px 1px 60px 1px;
}
.page-content__text {
  line-height: 1.6;
}
@media (min-width: 641px) {
  .page-content__text {
    line-height: 1.8;
  }
}
.page-content__text_semi-bold {
  font-weight: 500;
}
.page-content__text_bold {
  font-weight: 600;
}
.page-content__text_extra-bold {
  font-weight: 800;
}
.page-content__text_centered {
  text-align: center;
}
.page-content__list_extra-items-margin li {
  margin-bottom: 1em;
}
.page-content__list_extra-items-margin li:last-child {
  margin-bottom: 0;
}
.page-content__list_bold {
  font-weight: 600;
}
.page-content__list-title {
  font-weight: 800;
  text-align: left;
  margin-bottom: 32px;
}
.page-content_colored {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #F4F8FB;
}
@media (min-width: 641px) {
  .page-content_colored {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.page-content_underlined {
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E7EC;
  margin-bottom: 60px;
}
@media (min-width: 641px) {
  .page-content_underlined {
    padding-bottom: 100px;
  }
}
.page-content_underlined:last-child {
  border: none;
}
@media (max-width: 641px) {
  .page-content_mobile-nounderlined {
    border-bottom: none;
    margin-bottom: 47px;
  }
}
.page-content_with-padding {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 641px) {
  .page-content_with-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.page-content_nowhite {
  background: #F7FBFD;
}
.page-content_colored-darker {
  background: #E3EBF1;
}
.page-content_dark {
  background: #303F62;
  color: #fff;
}
.page-content_gradient-gr-tr {
  background-image: linear-gradient(180deg, #00B5AA 0%, rgba(0, 181, 170, 0) 100%);
}
.page-content_bg-blue {
  background-color: #176DDF;
}
.page-content_bg-light-blue {
  background-color: #E8EAFF;
}
.page-content_bg-beige {
  background-color: #ECE3E0;
}
.page-content_bg-dark-grey {
  background-color: #989BA4;
}
.page-content_mobile-hidden {
  display: none;
}
@media (min-width: 641px) {
  .page-content_mobile-hidden {
    display: block;
  }
}
.page-content_nomargin {
  margin-bottom: 0;
}
.technologies {
  border-bottom: 1px solid #E9EFF8;
  padding: 60px 0;
  background: #F9FBFC;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .technologies {
    margin-bottom: 100px;
    padding: 100px 0;
  }
}
.technologies__title {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.21875;
  text-align: left;
}
@media (min-width: 641px) {
  .technologies__title {
    margin-bottom: 40px;
    font-size: 32px;
    text-align: center;
  }
}
.technologies__text {
  margin-top: 20px;
  text-align: center;
  line-height: 182.85%;
}
@media (max-width: 641px) {
  .technologies__text {
    display: none;
  }
}
.technologies__content {
  text-align: center;
}
.technologies__image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
@media (max-width: 641px) {
  .technologies__image-container {
    margin-bottom: 10px;
  }
}
.technologies__main-image-container {
  margin-bottom: 60px;
}
.technologies__images-container {
  margin: 20px 20px 20px 0px;
}
@media (min-width: 641px) {
  .technologies__images-container {
    margin: 30px 0px 30px 40px;
  }
}
.technologies__images-container:hover .technologies__icon_colored {
  display: inline-block;
}
.technologies__images-container:hover .technologies__icon_greyscaled {
  display: none;
}
.technologies__images-containers {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 641px) {
  .technologies__images-containers {
    justify-content: flex-start;
  }
}
@media (max-width: 641px) {
  .technologies__images-containers .technologies__icon {
    height: 18px;
  }
}
.technologies__icon {
  max-width: 96%;
  height: 40px;
}
@media (max-width: 641px) {
  .technologies__icon {
    height: 30px;
  }
}
.technologies__icon_colored {
  display: none;
}
.technologies__name {
  display: none;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
@media (max-width: 641px) {
  .technologies__name {
    margin-bottom: 5px;
  }
}
.technologies__group-name {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 182.85%;
}
.technologies__items-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #EAF2F6;
}
.technologies__items-row:last-child {
  border-bottom: none;
}
.technologies__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 641px) {
  .technologies__items {
    justify-content: center;
    padding-bottom: 10px;
    padding-bottom: 50px;
  }
}
.technologies__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 105px;
  height: 80px;
}
@media (min-width: 641px) {
  .technologies__item {
    width: 230px;
    height: 180px;
  }
}
.technologies__item:hover {
  background-color: #fff;
}
.technologies__item:hover .technologies__image-container {
  margin-bottom: 20px;
}
.technologies__item:hover .technologies__icon_colored {
  display: inline-block;
}
.technologies__item:hover .technologies__icon_greyscaled {
  display: none;
}
.technologies__item:hover .technologies__name {
  display: block;
}
.technologies__items-controls {
  text-align: center;
}
@media (max-width: 641px) {
  .technologies__items-controls_unvisible-on-mobile {
    display: none;
  }
}
.technologies__select-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.technologies-radio-button {
  display: block;
}
.technologies-radio-button__input {
  display: none;
}
.technologies-radio-button__label {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 20px;
  border-radius: 22px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: #0099FF;
}
.technologies-radio-button input:checked ~ .technologies-radio-button__label {
  border: 1px solid #afdfff;
}
.technologies_noborder {
  border-bottom: none;
}
.technologies_nomargin {
  margin-bottom: 0;
}
.technologies-v2 {
  padding: 56px 0 36px;
}
@media (min-width: 641px) {
  .technologies-v2 {
    padding: 80px 0;
  }
}
.technologies-v2__head {
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 641px) {
  .technologies-v2__head {
    margin-bottom: 80px;
  }
}
.technologies-v2__head_narrow {
  max-width: 1024px;
}
.technologies-v2__title {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 641px) {
  .technologies-v2__title {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 1.6;
  }
}
.technologies-v2__title:last-child {
  margin-bottom: 0;
}
.technologies-v2__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 641px) {
  .technologies-v2__subtitle {
    line-height: 1.8;
  }
}
.technologies-v2__subtitle:last-child {
  margin-bottom: 0;
}
.technologies-v2__section {
  margin-bottom: 56px;
}
@media (min-width: 641px) {
  .technologies-v2__section {
    margin-bottom: 80px;
  }
}
.technologies-v2__section:last-child {
  margin-bottom: 0;
}
.technologies-v2__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (min-width: 641px) {
  .technologies-v2__items {
    justify-content: flex-start;
  }
}
@media (min-width: 961px) {
  .technologies-v2__items {
    margin-top: -28px;
    margin-bottom: -28px;
  }
}
@media (min-width: 641px) {
  .technologies-v2__items_centered {
    justify-content: center;
  }
}
.technologies-v2__item {
  width: 48%;
  margin: 20px 0;
}
@media (min-width: 481px) {
  .technologies-v2__item {
    width: calc(100%/3 - 16px*2);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 641px) {
  .technologies-v2__item {
    width: calc(100%/4 - 16px*2);
  }
}
@media (min-width: 961px) {
  .technologies-v2__item {
    width: calc(100%/6 - 16px*2);
    margin: 28px 16px;
  }
}
.technologies-v2__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
.technologies-v2__text_centered {
  text-align: center;
}
.technologies-v2_underlined {
  border-bottom: 1px solid #E0E7EC;
}
.technologies-v2_colored {
  background: #F4F8FB;
}
.technology {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.technology__image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 56px;
  margin-bottom: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
.technology__image-container_case-style {
  width: auto;
  height: 70px;
  margin-bottom: 24px;
}
@media (min-width: 961px) {
  .technology__image-container_case-style {
    margin-bottom: 40px;
  }
}
.technology__icon {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.technology__icon_colored {
  position: absolute;
  opacity: 0.001;
}
.technology__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #ADB3BD;
}
.technology__name_case-style {
  font-weight: 800;
  font-size: 14px;
  color: inherit;
}
.technology:hover .technology__icon_colored {
  position: static;
  opacity: 1;
}
.technology:hover .technology__icon_greyscaled {
  display: none;
}
.technology:hover .technology__name {
  color: inherit;
}
.technology_no-hover .technology__icon_colored {
  position: static;
  opacity: 1;
}
.technology_no-hover .technology__icon_greyscaled {
  display: none;
}
.technology_no-hover .technology__name {
  color: inherit;
}
.team {
  padding: 56px 0;
}
@media (min-width: 641px) {
  .team {
    padding: 80px 0;
  }
}
.team__head {
  margin: 0 auto 56px;
}
@media (min-width: 961px) {
  .team__head {
    margin-bottom: 80px;
  }
}
.team__title {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 641px) {
  .team__title {
    font-size: 34px;
    line-height: 1.6;
  }
}
.team__title:last-child {
  margin-bottom: 0;
}
.team__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.team__subtitle:last-child {
  margin-bottom: 0;
}
.team__items-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 641px) {
  .team__items-row {
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media (min-width: 961px) {
  .team__items-row {
    flex-wrap: nowrap;
  }
}
@media (max-width: 641px) {
  .team__items-row_nomain .team__item {
    display: inline-flex;
  }
}
@media (max-width: 641px) {
  .team__items-row_nomain {
    margin: 30px 0;
  }
}
.team__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -20px -10px;
}
@media (min-width: 381px) {
  .team__items {
    margin: -27px -20px;
  }
}
.team__item {
  width: calc(100%/2 - 20px);
  margin: 20px 10px;
}
@media (min-width: 641px) {
  .team__item {
    width: calc(100%/3 - 40px);
    margin: 27px 20px;
  }
}
@media (min-width: 961px) {
  .team__item {
    width: calc(100%/4 - 40px);
  }
}
@media (min-width: 1200px) {
  .team__item {
    width: calc(100%/4 - 40px);
  }
}
.team__item_solo {
  width: 100%;
}
.team_nomargin {
  margin-bottom: 0;
}
.teammate-excerpt__image-container {
  margin-bottom: 15px;
  text-align: center;
}
.teammate-excerpt__image {
  width: 160px;
  max-width: 100%;
}
@media (min-width: 641px) {
  .teammate-excerpt__image {
    width: auto;
  }
}
@media (max-width: 641px) {
  .teammate-excerpt__image_careers {
    width: 120px;
  }
}
.teammate-excerpt__information {
  align-self: center;
  text-align: left;
  margin-left: 15px;
}
.teammate-excerpt__title {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 641px) {
  .teammate-excerpt__title {
    font-size: 22px;
    line-height: 1.6;
  }
}
.teammate-excerpt__title:last-child {
  margin-bottom: 0;
}
.teammate-excerpt__description {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.teammate-excerpt__contacts_center {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-weight: 500;
}
.teammate-excerpt__contacts_center_columns {
  display: flex;
  flex-direction: column;
}
.teammate-excerpt__contacts_center_columns_start {
  display: flex;
  justify-content: start;
}
.teammate-excerpt__contact {
  display: flex;
  margin-bottom: 3px;
  font-weight: 500;
}
.teammate-excerpt__contact a {
  display: flex;
  gap: 5px;
}
.teammate-excerpt__contact img {
  height: 26px;
}
@media (max-width: 641px) {
  .team__items-row_nomain .teammate-excerpt__image {
    width: 100px;
    margin: 0;
  }
}
.team__items-row_nomain .teammate-excerpt__title {
  text-align: left;
}
@media (min-width: 641px) {
  .team__items-row_nomain .teammate-excerpt__title {
    text-align: center;
  }
}
.team__items-row_nomain .teammate-excerpt__description {
  text-align: left;
}
@media (min-width: 641px) {
  .team__items-row_nomain .teammate-excerpt__description {
    text-align: center;
  }
}
.contacts {
  padding: 56px 0 36px;
}
.contacts__form-icon {
  width: 30px;
  height: 30px;
}
@media (min-width: 641px) {
  .contacts {
    padding: 80px 0;
  }
}
@media (min-width: 641px) {
  .contacts__content {
    padding: 0 60px;
  }
}
.contacts__title {
  margin-bottom: 40px;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 641px) {
  .contacts__title {
    font-size: 34px;
    line-height: 1.6;
  }
}
.contacts__icon_colored {
  display: none;
}
.contacts__map-container {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: relative;
}
@media (min-width: 394px) {
  .contacts__map-container {
    height: 500px;
  }
}
@media (min-width: 1008px) {
  .contacts__map-container {
    height: 600px;
  }
}
.contacts__map-popup {
  position: absolute;
  width: 258px;
  top: 70px;
  left: 10px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 9px;
}
@media (min-width: 394px) {
  .contacts__map-popup {
    width: 317px;
    padding: 16px;
    top: 120px;
  }
}
@media (min-width: 481px) {
  .contacts__map-popup {
    top: 130px;
  }
}
@media (min-width: 1008px) {
  .contacts__map-popup {
    top: 10px;
    left: auto;
  }
}
.contacts__map-iframe {
  width: 100%;
  height: 100%;
}
.contacts__links {
  text-align: center;
  margin-top: 80px;
}
.contacts__links_nomargin {
  margin: 0;
}
.contacts__link {
  margin: 0 7px;
}
.contacts__link img {
  width: 30px;
  height: 30px;
}
.contacts__link:hover .contacts__icon_colored {
  display: inline-block;
}
.contacts__link:hover .contacts__icon_greyscaled {
  display: none;
}
.contacts_colored {
  background-color: #f2faff;
}
.contacts_nopadding {
  padding: 0;
}
.contacts_nomargin {
  margin-bottom: 0;
}
.contacts-content__box {
  width: max-content;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.contacts-content__image-container {
  text-align: center;
}
@media (min-width: 961px) {
  .contacts-content__image-container {
    text-align: right;
  }
}
.contacts-content__emails-box {
  display: flex;
  flex-direction: column;
}
.contacts-content__email-link {
  color: #0099FF;
}
.contacts-content__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  font-style: normal;
}
.contacts-content__text_country {
  margin: 0;
  font-size: 16px;
}
.contacts-content__text_city {
  margin: 0;
  font-size: 32px;
}
.navigation-popup {
  display: flex;
}
.navigation-popup__title {
  font-weight: 500;
  font-size: 12px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 394px) {
  .navigation-popup__title {
    font-size: 14px;
    margin-right: 16px;
  }
}
.navigation-popup__button-controls {
  text-align: center;
}
.navigation-popup__button {
  padding: 0 13px;
  font-size: 12px;
}
@media (min-width: 394px) {
  .navigation-popup__button {
    font-size: 14px;
    padding: 0 21px;
  }
}
.work-advantages {
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .work-advantages {
    margin-bottom: 100px;
  }
}
.work-advantages__title {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.21875;
  text-align: left;
}
@media (min-width: 641px) {
  .work-advantages__title {
    margin-bottom: 60px;
    font-size: 34px;
    text-align: center;
  }
}
.work-advantages__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 641px) {
  .work-advantages__items {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.work-advantages__item {
  width: 100%;
  margin: 0 0 30px;
}
@media (min-width: 381px) {
  .work-advantages__item {
    width: 47%;
  }
}
@media (min-width: 641px) {
  .work-advantages__item {
    width: 220px;
    margin: 0 37px 20px;
  }
}
.work-advantages__item:first-child {
  margin-left: 0;
}
.work-advantages__item:last-child {
  margin-right: 0;
}
.work-advantages_nomargin {
  margin-bottom: 0;
}
.work-advantage__image {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .work-advantage__image {
    width: auto;
    margin-bottom: 30px;
  }
}
.work-advantage__title {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4375;
  text-align: left;
}
@media (min-width: 641px) {
  .work-advantage__title {
    font-size: 16px;
    text-align: center;
  }
}
.work-advantage__title:last-child {
  margin-bottom: 0;
}
.work-advantage__description {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}
@media (min-width: 641px) {
  .work-advantage__description {
    font-size: 15px;
    text-align: center;
  }
}
.career-positions {
  padding: 52px 0;
  margin-bottom: 52px;
  background: #F4F8FB;
}
@media (min-width: 641px) {
  .career-positions {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}
.career-positions__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 641px) {
  .career-positions__title {
    margin-bottom: 56px;
    font-size: 34px;
    line-height: 1.6;
  }
}
.career-positions__sections {
  max-width: 800px;
  margin: 0 auto;
}
.career-positions__section {
  margin-bottom: 40px;
}
.career-positions__section:last-child {
  margin-bottom: 0;
}
.career-positions__section-title {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
}
.career-positions__expander {
  margin-bottom: 16px;
}
.career-positions__expander:last-child {
  margin-bottom: 0;
}
.career-positions__content h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2222;
}
@media (min-width: 641px) {
  .career-positions__content h2 {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.career-positions__content p {
  margin-top: 0;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.8;
}
@media (min-width: 641px) {
  .career-positions__content p {
    margin-bottom: 25px;
    font-size: 15px;
  }
}
.career-positions__content p:last-child {
  margin-bottom: 0;
}
.career-positions__controls {
  margin-top: 20px;
}
@media (min-width: 641px) {
  .career-positions__controls {
    margin-top: 25px;
  }
}
.career-positions_nomargin {
  margin-bottom: 0;
}
.blog-posts {
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #F6F8F9;
}
@media (min-width: 641px) {
  .blog-posts {
    margin-bottom: 100px;
    padding-bottom: 100px;
  }
}
.blog-posts__title {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2222;
  text-align: left;
}
@media (min-width: 641px) {
  .blog-posts__title {
    margin-bottom: 60px;
    font-size: 36px;
    text-align: center;
  }
}
.blog-posts__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.blog-posts__item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E4E7EE;
}
@media (min-width: 641px) {
  .blog-posts__item {
    width: calc(100%/3 - 20px);
    margin: 10px;
    padding-bottom: initial;
    margin-bottom: 80px;
    border-bottom: none;
  }
}
.blog-posts__controls {
  display: flex;
  align-items: center;
}
.blog-posts__pagination {
  flex: 1 1;
  margin-right: 10px;
}
.blog-posts__search {
  width: 30%;
}
.blog-posts__back-to-list {
  width: 70%;
}
.blog-posts__back-to-list .back-to-list-link {
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6875;
  color: #0099FF;
}
.blog-posts__select-container {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .blog-posts__select-container {
    margin-bottom: 45px;
  }
}
.blog-posts-radio-button {
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
}
.blog-posts-radio-button__input {
  display: none;
  background: #F2FAFF;
}
.blog-posts-radio-button__label {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #0099FF;
  background-color: #EFFAFF;
  border: 1px solid #DEF5FF;
}
.blog-posts-radio-button__label_active {
  background-color: #0099FF;
  color: white;
}
.blog-posts-radio-button:last-child {
  margin-right: 0px;
}
.blog-posts_nomargin {
  margin-bottom: 0;
}
.modal {
  display: none;
  box-sizing: border-box;
  width: 100%;
}
.modal__close-container {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  padding: 10px;
  border: none;
  cursor: pointer;
}
.modal__close-sign {
  stroke: #B4C1C9;
}
.blocker {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
  z-index: 10;
  background-color: #fff;
}
.blocker.behind {
  background-color: transparent;
}
.blocker_mobile-menu {
  z-index: 1;
}
#newProjectRequestModal {
  padding: 80px 20px 20px;
  width: 100%;
  left: 0px;
  top: 0px;
  background-color: #F9FBFC;
}
@media (max-width: 641px) {
  #newProjectRequestModal {
    background-color: #FFFFFF;
  }
  #newProjectRequestModal .form-section__content {
    box-shadow: none;
    padding: 10px;
  }
  #newProjectRequestModal .form__section-title_mobile {
    display: none;
  }
  #newProjectRequestModal .form-section__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
  }
  #newProjectRequestModal .form-section__description {
    font-size: 16px;
    line-height: 160%;
  }
}
#mobileMenu {
  width: 100%;
  min-height: 100%;
  background-color: #FFFFFF;
  padding: 80px 30px 20px;
}
#getFreeITconsultancy,
#getDranikiRecipe,
#talkToModal,
#getFormForCleanData {
  width: 100%;
  height: 100%;
}
#getFreeITconsultancy .background-opacity,
#getDranikiRecipe .background-opacity,
#talkToModal .background-opacity,
#getFormForCleanData .background-opacity {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #000000;
  opacity: 0.3;
  position: absolute;
}
#getFreeITconsultancy .modal__content,
#getDranikiRecipe .modal__content,
#talkToModal .modal__content,
#getFormForCleanData .modal__content {
  width: 100%;
  padding-top: 80px;
  height: 100%;
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(65, 79, 115, 0.1);
  border-radius: 8px;
}
@media (min-width: 961px) {
  #getFreeITconsultancy .modal__content,
  #getDranikiRecipe .modal__content,
  #talkToModal .modal__content,
  #getFormForCleanData .modal__content {
    width: 420px;
    height: 510px;
    margin: 150px auto;
    padding: 60px 90px;
    position: relative;
  }
}
@media (max-width: 961px) {
  #getFreeITconsultancy .modal__content,
  #getDranikiRecipe .modal__content,
  #talkToModal .modal__content,
  #getFormForCleanData .modal__content {
    top: 0px;
  }
}
#getFreeITconsultancy .form-section,
#getDranikiRecipe .form-section,
#talkToModal .form-section,
#getFormForCleanData .form-section {
  margin-bottom: 50px;
}
#getFreeITconsultancy .form-section__title,
#getDranikiRecipe .form-section__title,
#talkToModal .form-section__title,
#getFormForCleanData .form-section__title {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 40px;
}
#getFreeITconsultancy .form-section__content,
#getDranikiRecipe .form-section__content,
#talkToModal .form-section__content,
#getFormForCleanData .form-section__content {
  width: 320px;
  box-shadow: none;
  padding: 0;
}
#getFreeITconsultancy .form__label,
#getDranikiRecipe .form__label,
#talkToModal .form__label,
#getFormForCleanData .form__label {
  text-align: left;
}
#getFreeITconsultancy .form__button,
#getDranikiRecipe .form__button,
#talkToModal .form__button,
#getFormForCleanData .form__button {
  width: 320px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 961px) {
  #talkToModal .modal__content {
    width: 350px;
    height: 700px;
    margin: 60px auto 0 auto;
    padding: 60px 140px 100px 140px;
    position: relative;
  }
}
#getDranikiRecipe .form__button {
  background: #FD6E49;
}
.form-section__header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .form-section__header {
    margin-bottom: 40px;
  }
}
.form-section__title {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.21875;
  text-align: center;
}
@media (min-width: 641px) {
  .form-section__title {
    font-size: 32px;
  }
}
.form-section__description {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 641px) {
  .form-section__description {
    font-size: 16px;
  }
}
.form-section__description_super-bold {
  font-weight: 800;
}
.form-section__content {
  max-width: 780px;
  padding: 30px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(65, 79, 115, 0.1);
}
@media (min-width: 641px) {
  .form-section__content {
    padding: 60px 90px;
  }
}
.form-section_padding-bottom {
  padding-bottom: 60px;
}
.form-section_inpage {
  padding: 56px 0;
  background: #dfe9f0;
}
@media (min-width: 641px) {
  .form-section_inpage {
    padding: 80px 0;
  }
}
.form-section_inpage .form-section__header {
  margin-bottom: 56px;
}
@media (min-width: 641px) {
  .form-section_inpage .form-section__header {
    margin-bottom: 80px;
  }
}
.form-section_inpage .form-section__title {
  margin-bottom: 24px;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
}
@media (min-width: 641px) {
  .form-section_inpage .form-section__title {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 1.6;
  }
}
.form-section_inpage .form-section__subtitle {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 0px;
}
.form-section_inpage .form-section__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
.form-section_inpage .form-section__description_super-bold {
  font-weight: 800;
}
.form-section_inpage .form-section__content {
  max-width: initial;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.form-section_inpage .form-section__content_narrow {
  max-width: 700px;
}
.form-section_colored-light {
  background: #f9fbfc;
}
.form-section_nomargin {
  margin-bottom: 0;
}
.form {
  text-align: left;
}
.form .dropdown {
  position: relative;
}
.form .dropdown select {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #818792;
  padding: 15px 16px;
}
.form .dropdown select option {
  font-size: 16px;
}
.form .dropdown select :checked {
  color: #0099FF;
  font-weight: 700;
  font-family: 'Montserrat';
}
.form .dropdown select :hover {
  background: none;
}
.form .dropdown-arrow {
  background: url('../images/dropdown-arrow.svg') center center no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  pointer-events: none;
}
.form__contacts {
  display: contents;
}
.form__attached-file {
  background-color: #F1F4F6;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  padding: 14px 19px 0 14px;
  margin-bottom: 20px;
}
.form__attached-file-cross {
  width: 2%;
  display: inline-block;
}
.form__attached-file-cross:hover {
  cursor: pointer;
}
.form__file-info {
  width: 95%;
  display: inline-block;
}
@media (min-width: 641px) {
  .form__file-info {
    width: 98%;
  }
}
.form__section {
  margin-bottom: 20px;
}
.form__section:last-child {
  margin-bottom: 0;
}
.form__section-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.form__section-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.form__section-container_underline {
  border-bottom: 1px solid #EAF2F6;
}
.form__section-container_contacts {
  display: none;
}
@media (min-width: 641px) {
  .form__section-container_contacts {
    display: flex;
    font-weight: 500;
    line-height: 1.8;
  }
}
.form__section-experience-link {
  text-align: right;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #0099FF;
}
.form__button-close-link {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.form__upload-row {
  text-align: right;
  position: relative;
  margin-bottom: 25px;
}
.form__upload-row .upload-file-input {
  visibility: hidden;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.form__upload-row .upload-file-label {
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #0099FF;
}
.form__upload-row .upload-file-label svg {
  width: 15px;
  height: 15px;
}
.form__upload-row .upload-file-label path {
  fill: #0099FF;
}
.form__upload-row:last-child {
  margin-bottom: 0;
}
.form__upload-row_with-border {
  border-radius: 8px;
  border: 1px solid #C9CFDC;
}
.form__input-row {
  margin-bottom: 25px;
}
.form__input-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__input-row select option {
  padding: 5px;
}
.form__input-row:last-child {
  margin-bottom: 0;
}
.form__label {
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: inherit;
}
.form__label_required::after {
  content: " *";
  color: red;
}
.form__input {
  width: 100%;
}
.form__input-period {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.form__button {
  font-weight: 600;
}
.form__checkbox {
  margin-bottom: 20px;
}
.form__checkbox:last-child {
  margin-bottom: 0;
}
.form__radio-button {
  width: 45%;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .form__radio-button {
    width: 23%;
    margin-bottom: 0;
  }
}
.form__column {
  width: 100%;
}
@media (min-width: 641px) {
  .form__column_half {
    width: 48%;
  }
}
@media (min-width: 641px) {
  .form__column_double-half {
    width: 46%;
  }
}
@media (min-width: 641px) {
  .form__column_third {
    width: 32%;
  }
}
@media (min-width: 641px) {
  .form__column_fifth {
    width: 48%;
  }
}
@media (min-width: 1025px) {
  .form__column_fifth {
    width: 19%;
  }
}
.form__optional-text {
  opacity: 0.6;
}
.form__controls {
  text-align: center;
}
.form__controls_relative {
  text-align: center;
  position: relative;
}
.form__controls_relative__link {
  position: absolute;
  left: calc(50% - 92px);
  top: 71px;
  display: flex;
  width: max-content;
}
@media (min-width: 641px) {
  .form__controls_relative__link {
    left: 0;
    top: 17px;
  }
}
.form__checkbox-column {
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .form__checkbox-column {
    margin-bottom: 0;
  }
}
.form__checkbox-column:last-child {
  margin-bottom: 0;
}
.form__select {
  overflow: scroll;
}
.form__textarea {
  min-height: 130px;
}
.benefits {
  padding: 56px 0;
  margin-bottom: 56px;
  background: #F4F8FB;
}
@media (min-width: 641px) {
  .benefits {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}
.benefits__title {
  margin-top: 0;
  margin-bottom: 56px;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 641px) {
  .benefits__title {
    margin-bottom: 80px;
    font-size: 34px;
    line-height: 1.6;
  }
}
.benefits__content {
  margin-left: auto;
  margin-right: auto;
}
.benefits__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -56px;
}
@media (min-width: 961px) {
  .benefits__items {
    flex-wrap: nowrap;
    margin-bottom: -80px;
  }
}
.benefits__items_careers {
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.benefits__item {
  width: 100%;
  margin-bottom: 56px;
}
@media (min-width: 961px) {
  .benefits__item {
    width: calc(100%/3 - 3.5%);
    margin-bottom: 80px;
  }
}
@media (min-width: 961px) {
  .benefits__item_four-column {
    width: 20%;
  }
}
.benefits__item_careers {
  width: calc(100%/2 - 2.5%);
  margin-bottom: 40px;
}
@media (min-width: 641px) {
  .benefits__item_careers {
    width: calc(100%/3 - 2.5%);
  }
}
@media (min-width: 961px) {
  .benefits__item_careers {
    width: calc(100%/5 - 2.5%);
  }
}
.benefits__items-row {
  margin-bottom: 56px;
}
@media (min-width: 961px) {
  .benefits__items-row {
    margin-bottom: 80px;
  }
}
.benefits__items-row:last-child {
  margin-bottom: 0;
}
.benefits__image-container {
  display: flex;
  align-items: flex-end;
  justify-content: left;
  margin-bottom: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 4px;
  overflow: hidden;
  height: 80px;
  font-weight: 500;
}
@media (min-width: 961px) {
  .benefits__image-container {
    justify-content: center;
    height: 135px;
  }
}
.benefits__image-container_careers {
  justify-content: center;
  height: 90px;
}
@media (min-width: 641px) {
  .benefits__image-container_center {
    justify-content: center;
  }
}
.benefits__image {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 641px) {
  .benefits__image {
    width: 80px;
  }
}
.benefits__item-title {
  margin: 0 0 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2272;
}
@media (min-width: 641px) {
  .benefits__item-title {
    margin-bottom: 35px;
  }
}
.benefits__item-description {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.8;
}
@media (min-width: 641px) {
  .benefits__item-description {
    font-size: 15px;
  }
}
.benefits__item-description_center {
  text-align: center;
}
@media (max-width: 641px) {
  .benefits__item-description_center {
    text-align: left;
  }
}
.benefits__item-description_careers {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.benefits__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 60px;
  text-align: center;
}
.benefits__text_extra-bold {
  font-weight: 800;
}
.benefits__text:last-child {
  margin-bottom: 0;
}
.benefits_bg-white {
  background: white;
}
.benefits_nomargin {
  margin-bottom: 0;
}
.cloud-platforms {
  padding: 60px 0;
  margin-bottom: 30px;
  background: #F9FBFC;
}
@media (min-width: 641px) {
  .cloud-platforms {
    margin-bottom: 100px;
    padding: 100px 0;
  }
}
@media (min-width: 641px) {
  .cloud-platforms__content {
    max-width: 1300px;
  }
}
.cloud-platforms__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.21875;
  text-align: left;
}
@media (min-width: 641px) {
  .cloud-platforms__title {
    margin-bottom: 50px;
    font-size: 32px;
    text-align: center;
  }
}
.cloud-platforms__subtitle {
  text-align: left;
}
@media (min-width: 641px) {
  .cloud-platforms__subtitle {
    text-align: center;
  }
}
.cloud-platforms__items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 641px) {
  .cloud-platforms__items {
    margin-top: 75px;
    flex-wrap: nowrap;
  }
}
.cloud-platforms__item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  min-height: 260px;
  padding: 40px;
  margin-bottom: 30px;
  background-color: white;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.05);
}
@media (min-width: 641px) {
  .cloud-platforms__item {
    width: 360px;
    min-height: 360px;
    margin-bottom: 0;
  }
}
.cloud-platforms__item:last-child {
  margin-bottom: 0;
}
.cloud-platforms__logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .cloud-platforms__logo-container {
    margin-bottom: 0;
  }
}
.cloud-platforms__item-title {
  margin-top: 0;
  flex-shrink: 0;
  color: #C8C9CA;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.cloud-platforms_nomargin {
  margin-bottom: 0;
}
.archive {
  margin-bottom: 30px;
  padding: 30px 0 30px;
}
@media (min-width: 641px) {
  .archive {
    margin-bottom: 100px;
    padding: 80px 0 100px;
    display: block;
  }
}
.archive_no-display {
  display: none;
}
@media (min-width: 641px) {
  .archive_no-display {
    display: block;
  }
}
.archive-services {
  margin-top: 40px;
  display: block;
}
@media (min-width: 641px) {
  .archive-services {
    display: none;
  }
}
.archive__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2222;
  text-align: left;
}
@media (min-width: 641px) {
  .archive__title {
    margin-bottom: 100px;
    font-size: 36px;
    text-align: center;
  }
}
.archive__message {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
@media (min-width: 641px) {
  .archive__message {
    text-align: center;
  }
}
.archive_underlined {
  border-bottom: 2px solid #F6F8F9;
}
.archive article {
  border-radius: 8px;
  padding: 60px;
}
.archive article:last-child {
  padding: 60px;
}
.archive article:hover {
  cursor: pointer;
  box-shadow: 0px 0px 20px rgba(0, 112, 187, 0.1);
}
@media (max-width: 641px) {
  .archive .article-excerpt_nopadding {
    padding: 0px;
  }
  .archive .article-excerpt_nopadding:last-child {
    padding: 0px;
  }
}
.archive_nomargin {
  margin-bottom: 0;
}
.testing-types {
  padding: 30px 0;
  margin-bottom: 30px;
  background: #F9FBFC;
}
@media (min-width: 641px) {
  .testing-types {
    padding: 100px 0 20px;
    margin-bottom: 100px;
  }
}
.testing-types__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.21875;
  text-align: left;
}
@media (min-width: 641px) {
  .testing-types__title {
    margin-bottom: 95px;
    font-size: 32px;
    text-align: center;
  }
}
.testing-types__content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.testing-types__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 641px) {
  .testing-types__items {
    flex-wrap: nowrap;
  }
}
.testing-types__item {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .testing-types__item {
    width: 15%;
    margin-bottom: 100px;
  }
}
.testing-types__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .testing-types__item:last-child {
    margin-bottom: 30px;
  }
}
.testing-types__image-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 641px) {
  .testing-types__image-container {
    height: 95px;
    margin-bottom: 50px;
  }
}
.testing-types__image {
  max-width: 100%;
  max-height: 100%;
}
.testing-types__item-title {
  text-align: center;
  margin: 0 0 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 641px) {
  .testing-types__item-title {
    margin-bottom: 25px;
  }
}
.testing-types__item-description {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 641px) {
  .testing-types__item-description {
    font-size: 15px;
  }
}
.testing-types_nomargin {
  margin-bottom: 0;
}
.questions__item-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 22px;
}
.questions__subtitle {
  font-size: 22px;
  margin-bottom: 60px;
}
.questions__title {
  margin-bottom: 30px;
}
.questions__content {
  text-align: center;
}
.questions__image-container {
  margin-bottom: 30px;
}
.questions__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.questions__item {
  height: 400px;
  width: 276px;
  border: 1px solid #EAF4FB;
  box-shadow: 0px 0px 15px rgba(0, 153, 255, 0.05);
  border-radius: 8px;
  padding: 50px 30px;
  position: relative;
}
@media (min-width: 641px) {
  .questions__item {
    width: 19%;
  }
}
.questions__item-list {
  position: absolute;
  top: 55%;
  width: 80%;
  text-align: left;
}
.questions__list-point {
  margin-bottom: 15px;
  border-bottom: 1px dashed #EBF1F5;
}
.questions__list-point:last-child {
  border: none;
}
.questions__list-point .list-point__link-start-talk {
  background: none;
  border: none;
}
.questions__list-point-text {
  font-weight: 500;
  font-size: 16px;
  width: 80%;
}
.questions__list-point {
  display: flex;
  justify-content: space-between;
  line-height: 35px;
}
@media (min-width: 641px) {
  .questions {
    padding-right: 20px;
    margin-bottom: 100px;
  }
}
.grid {
  text-align: center;
}
.grid__title {
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .grid__title {
    margin-bottom: 85px;
  }
}
.grid__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .grid__row {
    margin-bottom: 100px;
  }
}
.grid__item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .grid__item {
    width: 30%;
  }
}
.grid__item-title-container {
  display: flex;
  color: #0099FF;
  text-align: left;
  font-weight: 600;
  border-radius: 2px;
  margin-bottom: 20px;
}
.grid__item-text {
  padding-left: 35px;
  text-align: left;
  width: 100%;
  font-size: 15px;
  line-height: 180%;
}
@media (min-width: 641px) {
  .grid__item-text {
    width: 68%;
  }
}
.grid__item-text_500w {
  font-weight: 500;
  font-size: 16px;
}
.career-position {
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 700px) {
  .career-position {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
.career-position__title-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  gap: 40px;
}
@media (min-width: 700px) {
  .career-position__title-box {
    flex-direction: row;
  }
}
.career-position__title {
  text-align: center;
  margin: 0px;
  width: 100%;
}
@media (min-width: 700px) {
  .career-position__title {
    width: calc(100% - 195px);
    text-align: left;
  }
}
.career-position__description {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 182.85%;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .career-position__description {
    margin-bottom: 60px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.career-position__content-row {
  margin-bottom: 50px;
}
.career-position__content-row .bicol-section__column:nth-child(1) {
  width: 35%;
}
@media (max-width: 961px) {
  .career-position__content-row .bicol-section__column:nth-child(1) {
    width: 100%;
  }
}
.career-position__content-row .bicol-section__column:nth-child(2) {
  flex-grow: 1;
}
.career-position__content-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 182.85%;
  margin: 0;
}
.career-position__content .list-item_bold {
  font-weight: 600;
}
.career-position__content .list-item_justify {
  text-align: justify;
}
.career-position__list-item {
  margin-bottom: 10px;
}
.career-position__position-link {
  color: #0099FF;
}
.career-position__controls {
  display: flex;
  justify-content: center;
}
@media (max-width: 700px) {
  .career-position__controls {
    flex-direction: column;
  }
}
.career-position__controls_gap-20 {
  gap: 20px;
}
.career-position__controls_buttons {
  flex-direction: row;
}
.career-position__controls .button {
  width: 208px;
  box-shadow: 0px 4px 10px rgba(0, 156, 255, 0.1);
}
@media (max-width: 700px) {
  .career-position__controls .button {
    width: 100%;
  }
}
.career-position_nomargin {
  margin-bottom: 0;
}
.icon-fire-size {
  width: 20px;
  height: 20px;
}
.content-refer {
  padding: 24px;
  border: 1px dashed #49B1FF;
  box-sizing: border-box;
  border-radius: 16px;
}
@media (min-width: 681px) {
  .content-refer {
    padding: 40px;
  }
}
.content-refer__title {
  margin: 0 auto 32px;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 800;
}
.content-refer__title:last-child {
  margin-bottom: 0;
}
.content-refer__text {
  max-width: 1024px;
  margin: 0 auto 32px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}
.content-refer__text:last-child {
  margin-bottom: 0;
}
.content-refer__button-controls {
  text-align: center;
}
.content-refer__button-controls_gap-20 {
  gap: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content-refer_background-gray {
  background-color: #F4F8FB;
}
.content-tile {
  display: flex;
}
.content-tile__section {
  display: flex;
  margin-bottom: 28px;
}
.content-tile__section_centered {
  align-items: center;
}
.content-tile__section_vertical {
  flex-direction: column;
}
.content-tile__section:last-child {
  margin-bottom: 0;
}
.content-tile__column_img {
  flex-grow: 0;
  flex-shrink: 0;
}
.content-tile__column_info {
  padding-left: 24px;
}
@media (min-width: 641px) {
  .content-tile__column_info {
    padding-left: 32px;
  }
}
.content-tile__column_info-list {
  padding-left: 24px;
}
.content-tile__title {
  margin-bottom: 1em;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6;
}
.content-tile__title:last-child {
  margin-bottom: 0;
}
.content-tile__title_fs28 {
  font-size: 28px;
}
.content-tile__line {
  margin-bottom: 40px;
}
.content-tile__line_underlined {
  padding-bottom: 40px;
  border-bottom: 1px solid #E0E7EC;
}
.content-tile__line:last-child {
  margin-bottom: 0;
}
.content-tile__text {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
.content-tile__text_semi-bold {
  font-weight: 600;
}
.content-tile__text_strong {
  font-weight: 800;
}
.content-tile__text_al-center {
  text-align: center;
}
.content-tile__text_pseudo-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
}
.content-tile__text:last-child {
  margin-bottom: 0;
}
.content-tile__img {
  width: 70px;
}
@media (min-width: 481px) {
  .content-tile__img {
    width: 88px;
  }
}
.content-tile__img_small {
  width: 36px;
}
.content-tile__img_medium {
  width: 56px;
}
.content-tile__img_extra-medium {
  width: 64px;
}
.content-tile__img_w72 {
  width: 72px;
}
.content-tile__img_shadow {
  box-sizing: border-box;
  padding: 12px;
  box-shadow: 0px 2px 10px rgba(12, 13, 37, 0.1);
  border-radius: 16px;
}
.content-tile__ol-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #37383A;
  border: 2px solid #37383A;
  border-radius: 50%;
}
@media (max-width: 641px) {
  .content-tile_publishing-software {
    display: block;
  }
}
.content-tile_development {
  margin-bottom: 48px;
}
.content-tile_development:last-child {
  margin-bottom: 0;
}
.content-tile_mobile-vertical {
  flex-direction: column;
}
@media (min-width: 641px) {
  .content-tile_mobile-vertical {
    flex-direction: row;
  }
}
.content-tile_mobile-vertical .content-tile__column_img {
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 17px;
}
@media (min-width: 641px) {
  .content-tile_mobile-vertical .content-tile__column_img {
    margin-bottom: 0;
  }
}
.content-tile_mobile-vertical .content-tile__column_info {
  padding-left: 0;
}
@media (min-width: 641px) {
  .content-tile_mobile-vertical .content-tile__column_info {
    padding-left: 40px;
  }
}
.content-tile_with-sections {
  flex-direction: column;
}
.development {
  padding: 56px 0px;
  background-color: #F4F8FB;
}
@media (min-width: 641px) {
  .development {
    padding: 80px 0px;
  }
}
.development__head {
  margin-bottom: 56px;
}
@media (min-width: 641px) {
  .development__head {
    margin-bottom: 80px;
  }
}
.development__head_no-margin {
  margin-bottom: 0;
}
.development__title {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 641px) {
  .development__title {
    font-size: 34px;
  }
}
.development__title:last-child {
  margin-bottom: 0;
}
.development__subtitle {
  margin-bottom: 56px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
.development__subtitle:last-child {
  margin-bottom: 0;
}
.development__img {
  border-radius: 22px;
  box-shadow: 0px 4px 40px rgba(12, 13, 39, 0.1);
}
.development__img_nostyling {
  border-radius: initial;
  box-shadow: none;
}
.development__columns {
  display: flex;
}
.development__column_info {
  padding: 0;
}
@media (min-width: 764px) {
  .development__column_info {
    padding-left: 10%;
  }
}
.development__column_img {
  display: none;
}
@media (min-width: 764px) {
  .development__column_img {
    display: block;
  }
}
@media (min-width: 764px) {
  .development__column_pl40 {
    padding-left: 40px;
  }
}
.development__section {
  margin-bottom: 56px;
}
@media (min-width: 641px) {
  .development__section {
    margin-bottom: 80px;
  }
}
.development__section:last-child {
  margin-bottom: 0;
}
@media (min-width: 481px) and (max-width: 961px) {
  .development_no-pb-tablet {
    padding-bottom: 0;
  }
}
@media (min-width: 961px) {
  .development_no-pb-desctop {
    padding-bottom: 0;
  }
}
.development_underlined {
  border-bottom: 1px solid #E0E7EC;
}
@media (max-width: 481px) {
  .development_mobile-underlined {
    border-bottom: 1px solid #E0E7EC;
  }
}
.footer-menu {
  margin-bottom: 20px;
}
.footer-menu_title {
  font-weight: 800;
  font-size: 18px;
}
.footer-menu__item {
  font-weight: 800;
}
.footer-menu__item:hover,
.footer-menu__item_active {
  color: #fff;
}
.footer-menu__item:last-child {
  margin-bottom: 0;
}
.footer-menu:last-child {
  margin-bottom: 0;
}
.footer-menu_margin-bottom56px {
  margin-bottom: 56px;
}
.footer-menu_center {
  display: flex;
  justify-content: center;
}
.footer-submenu__item {
  display: block;
  font-weight: 600;
  width: fit-content;
  line-height: 20px;
  font-size: 16px;
}
@media (min-width: 361px) {
  .footer-submenu__item {
    font-size: 18px;
  }
}
.footer-submenu__item:hover,
.footer-submenu__item_active {
  color: #fff;
}
.footer-submenu__item:last-child {
  margin-bottom: 0;
}
.success-section {
  padding: 56px 0px;
}
@media (min-width: 641px) {
  .success-section {
    padding: 80px 0px;
  }
}
.success-section__head {
  margin-bottom: 56px;
}
@media (min-width: 961px) {
  .success-section__head {
    margin-bottom: 80px;
  }
}
.success-section__title {
  margin-bottom: 40px;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 641px) {
  .success-section__title {
    font-size: 34px;
    line-height: 1.6;
  }
}
.success-section__title:last-child {
  margin-bottom: 0;
}
.success-section__subtitle {
  margin-bottom: 56px;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  font-size: 16px;
}
.success-section__subtitle:last-child {
  margin-bottom: 0;
}
.success-section__row {
  margin-bottom: 56px;
}
@media (min-width: 961px) {
  .success-section__row {
    margin-bottom: 80px;
  }
}
@media (min-width: 961px) {
  .success-section__row_half-bm {
    margin-bottom: 40px;
  }
}
@media (min-width: 961px) {
  .success-section__row_reduced-bm {
    margin-bottom: 60px;
  }
}
.success-section__row:last-child {
  margin-bottom: 0;
}
.success-section__text {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
.success-section__text_centered {
  text-align: center;
}
.success-section__text_bold {
  font-weight: 600;
}
.success-section__text:last-child {
  margin-bottom: 0;
}
.success-section__inline-title {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
}
.success-section__inline-title_centered {
  text-align: center;
}
.success-section__inline-title:last-child {
  margin-bottom: 0;
}
.success-section_underlined {
  border-bottom: 1px solid #E0E7EC;
}
.success-section_colored {
  background: #F4F8FB;
}
.delivery-model {
  padding: 56px 0;
}
@media (min-width: 641px) {
  .delivery-model {
    padding: 80px 0px;
  }
}
.delivery-model__head {
  margin-bottom: 56px;
}
@media (min-width: 641px) {
  .delivery-model__head {
    margin-bottom: 80px;
  }
}
.delivery-model__title {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 641px) {
  .delivery-model__title {
    font-size: 34px;
    line-height: 1.6;
  }
}
.delivery-model__title:last-child {
  margin-bottom: 0;
}
.delivery-model__section {
  margin-bottom: 40px;
}
@media (min-width: 961px) {
  .delivery-model__section {
    margin-bottom: 80px;
  }
}
.delivery-model__section_no-mobile {
  display: none;
}
@media (min-width: 961px) {
  .delivery-model__section_no-mobile {
    display: block;
  }
}
.delivery-model__section:last-child {
  margin-bottom: 0;
}
.delivery-model__items-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 961px) {
  .delivery-model__items-container {
    flex-direction: row;
  }
}
.delivery-model__item {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 961px) {
  .delivery-model__item {
    width: calc(100%/4 - 3%);
    margin-bottom: 0;
  }
}
.delivery-model__item:last-child {
  margin-bottom: 0;
}
.delivery-model__image-container {
  text-align: center;
}
.delivery-model__img {
  max-width: 100%;
}
.delivery-model__img_full-width {
  width: 100%;
}
.cookies-blocker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 20px 20px;
  text-align: center;
  background-color: #FFFFFF;
  z-index: 10;
  box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
}
.cookies-blocker__close-button {
  margin-left: 20px;
  padding: 25px;
  background: none;
  border: none;
  cursor: pointer;
  stroke: #B4C1C9;
}
.cookies-blocker__content {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}
.cookies-blocker__img {
  margin-right: 10px;
}
.cookies-blocker__tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 641px) {
  .cookies-blocker__tile {
    flex-direction: row;
  }
}
.cookies-blocker__text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  align-self: center;
  margin-right: 10px;
}
@media (min-width: 481px) {
  .cookies-blocker__text {
    font-size: 16px;
  }
}
.cookies-blocker__button {
  height: 40px;
  margin-top: 15px;
}
@media (min-width: 641px) {
  .cookies-blocker__button {
    margin-top: 0;
  }
}
.ui-ux-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ui-ux-list__item {
  box-sizing: border-box;
  width: calc(100% - 4%);
  margin: 2%;
  cursor: pointer;
  position: relative;
}
@media (min-width: 641px) {
  .ui-ux-list__item {
    width: calc(100%/2 - 4%);
  }
}
@media (min-width: 961px) {
  .ui-ux-list__item {
    width: calc(100%/3 - 4%);
  }
}
.ui-ux-list__item:hover {
  background: #303F62;
  border-radius: 16px;
}
.ui-ux-list__item:hover .ui-ux-list__img {
  opacity: 0.6;
}
.ui-ux-list__item:hover .ui-ux-list__img_expand {
  opacity: 1;
  margin: auto;
}
.ui-ux-list__img {
  max-width: 100%;
  box-shadow: 0px 0px 3px rgba(0, 31, 61, 0.1);
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.ui-ux-list__img_expand {
  position: absolute;
  opacity: 0.001;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ui-ux-slider {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  background: #F4F8FB;
  flex-direction: column;
  z-index: 100;
}
.ui-ux-slider__header {
  flex-direction: column-reverse;
  display: flex;
}
@media (min-width: 481px) {
  .ui-ux-slider__header {
    align-items: center;
    justify-content: space-between;
    margin: 0px 15px 0px 15px;
    flex-direction: row;
  }
}
.ui-ux-slider__title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  margin: 0 auto;
  max-width: 65%;
  text-align: center;
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
}
@media (min-width: 481px) {
  .ui-ux-slider__title {
    position: static;
  }
}
@media screen and (orientation: landscape) and (max-device-height: 480px), screen and (orientation: landscape) and (max-device-width: 480px) {
  .ui-ux-slider__title {
    display: none;
  }
}
.ui-ux-slider__content {
  display: flex;
  margin: auto 0;
}
@media screen and (orientation: landscape) and (max-device-height: 480px), screen and (orientation: landscape) and (max-device-width: 480px) {
  .ui-ux-slider__content {
    height: 100%;
  }
}
.ui-ux-slider__item {
  width: 95%;
  height: 90%;
  margin: 0 10px;
  border-radius: 8px;
}
@media (min-width: 481px) {
  .ui-ux-slider__item {
    width: 60%;
    height: 95%;
    margin: 0 auto;
  }
}
@media (min-width: 1381px) {
  .ui-ux-slider__item {
    height: 90%;
  }
}
@media screen and (orientation: landscape) and (max-device-height: 480px), screen and (orientation: landscape) and (max-device-width: 480px) {
  .ui-ux-slider__item {
    width: 65%;
    height: 94%;
    margin: 10px auto;
  }
}
.ui-ux-slider__item_img {
  position: relative;
  box-shadow: 0px 0px 3px rgba(0, 31, 61, 0.1);
}
.ui-ux-slider__controls {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-ux-slider__controls_arrows {
  margin: auto 0;
}
.ui-ux-slider__controls_close {
  position: absolute;
  top: 1%;
  right: 1%;
}
@media (min-width: 481px) {
  .ui-ux-slider__controls_close {
    position: static;
  }
}
@media screen and (orientation: landscape) and (max-device-height: 480px), screen and (orientation: landscape) and (max-device-width: 480px) {
  .ui-ux-slider__controls_close {
    position: absolute;
    top: 1%;
    right: 1%;
  }
}
.ui-ux-slider__controls_previous {
  position: absolute;
  top: 80%;
  left: 20%;
}
@media (min-width: 481px) {
  .ui-ux-slider__controls_previous {
    position: static;
    margin-left: 15px;
  }
}
.ui-ux-slider__controls_next {
  position: absolute;
  top: 80%;
  right: 20%;
}
@media (min-width: 481px) {
  .ui-ux-slider__controls_next {
    position: static;
    margin-right: 15px;
  }
}
@media (min-device-width: 1024px) {
  .ui-ux-slider__controls:hover .ui-ux-slider__icon_passive {
    display: none;
  }
}
.ui-ux-slider__controls:hover .ui-ux-slider__icon_active {
  position: absolute;
  opacity: 0.001;
}
@media (min-device-width: 1024px) {
  .ui-ux-slider__controls:hover .ui-ux-slider__icon_active {
    position: static;
    opacity: 0.2;
  }
}
.ui-ux-slider__controls:active .ui-ux-slider__icon_passive {
  display: none;
}
.ui-ux-slider__controls:active .ui-ux-slider__icon_active {
  position: static;
  opacity: 1;
}
.ui-ux-slider__icon {
  cursor: pointer;
}
.ui-ux-slider__icon_active {
  position: absolute;
  opacity: 0.001;
}
.discount-wrapper {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 24, 39, 0.05);
  border-radius: 16px;
  padding: 21px;
  margin: 20px;
  width: calc(100%/4 - 85px);
  min-width: 220px;
}
@media (max-width: 960px) {
  .discount-wrapper {
    margin: 10px;
    padding: 10px;
  }
}
.discount-wrapper:hover {
  cursor: pointer;
}
.discount__title__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}
.discount__title__header-content {
  display: flex;
}
.discount__title__tag {
  border-width: 4px;
  border-radius: 50%;
  border-style: solid;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
}
.discount__title__tag_red {
  border-color: #FC4C4D;
}
.discount__title__tag_black {
  border-color: #000000;
}
.discount__title__tag_blue {
  border-color: #0099FF;
}
.discount__title__tag_dark-blue {
  border-color: #150c3e;
}
.discount__title__tag_orange {
  border-color: #FFA01B;
}
.discount__title__tag_brown {
  border-color: #6b4526;
}
.discount__title__tag_violet {
  border-color: #a12d90;
}
.discount__title__tag_green {
  border-color: #1BC19A;
}
.discount__title__tag_sea-green {
  border-color: #249498;
}
.discount__title__tag_pink {
  border-color: #e8c9c4;
}
.discount__title__name {
  font-weight: 800;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
.discount__title__header-controls {
  display: inline-flex;
  align-items: center;
  min-width: 16px;
}
.discount__title__header-controls:hover .discount__title__button_colored {
  position: static;
  opacity: 1;
}
.discount__title__header-controls:hover .discount__title__button_greyscaled {
  display: none;
}
.discount__title__button {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
.discount__title__button_colored {
  position: absolute;
  opacity: 0.001;
}
.discount__title__content {
  padding-bottom: 21px;
  border-bottom: 1px dashed #E0E7EC;
}
@media (max-width: 767px) {
  .discount__title__content {
    display: none;
  }
}
.discount__title__category {
  min-height: 44px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.discount__title__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.discount__title__percentage {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 140%;
}
.discount__title__promo-code {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  padding-right: 10px;
  display: flex;
  align-items: flex-end;
}
.discount__card {
  overflow: auto;
  padding-bottom: 30px;
  height: fit-content;
  text-align: justify;
  cursor: default;
  width: 816px;
  margin: auto;
  max-height: 84%;
  display: none;
  padding-top: 10px;
  z-index: 1;
  position: fixed;
  background: #FFFFFF;
  border-radius: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1250px) {
  .discount__card {
    width: 67%;
  }
}
@media (max-width: 450px) {
  .discount__card {
    margin: auto 20px;
    max-height: 88%;
    width: auto;
  }
}
.discount__card-scroll-wrapper {
  padding: 0px 48px;
}
@media (max-width: 800px) {
  .discount__card-scroll-wrapper {
    padding: 0px 25px;
  }
}
.discount__card-line {
  border: none;
  border-top: 1px dashed #E0E7EC;
  margin: 26px 0px;
}
.discount__card__head {
  display: flex;
  margin-top: 8px;
  height: 80px;
}
@media (max-width: 550px) {
  .discount__card__head {
    text-align: center;
    display: initial;
  }
}
.discount__card__head-title {
  margin-bottom: 0px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 140%;
  color: #37383A;
}
.discount__card__head-description {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 10px;
}
.discount__card__head-logo {
  object-fit: contain;
  max-width: 200px;
  margin-left: auto;
}
@media (max-width: 1250px) {
  .discount__card__head-logo {
    max-height: 70%;
    max-width: 70%;
  }
}
@media (max-width: 800px) {
  .discount__card__head-logo {
    max-height: 50%;
    max-width: 50%;
  }
}
@media (max-width: 550px) {
  .discount__card__head-logo {
    margin: auto;
    display: flex;
  }
}
.discount__card__part {
  display: block;
}
.discount__card__part__title {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #ADB3BD;
}
.discount__card__part__discount {
  margin-top: 16px;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  color: #37383A;
}
.discount__card__part__description {
  margin-top: 11px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #37383A;
}
.discount__card__part__status {
  margin-top: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #37383A;
}
.discount__card__part__column-discount {
  flex-direction: column;
  width: 51%;
}
.discount__card__part__column-status {
  flex-direction: column;
  width: 49%;
}
.discount__card__part__web-site {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #0099FF;
}
.discount__card__part__web-site:hover {
  cursor: pointer;
}
.discount__card__flex {
  display: flex;
}
.discount__titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.discount ::-webkit-scrollbar {
  width: 3px;
}
.discount ::-webkit-scrollbar-thumb {
  background-color: #d6d6d6;
}
.discount-filter {
  display: flex;
  padding-bottom: 20px;
}
@media (max-width: 655px) {
  .discount-filter {
    flex-direction: column;
    max-width: 100%;
  }
}
.discount-filter__margin-left-right-20px {
  margin: 0px 20px;
}
@media (max-width: 655px) {
  .discount-filter__margin-left-right-20px {
    margin: 10px 0px;
  }
}
.discount-filter form {
  width: 100%;
}
.discount-filter_form {
  -webkit-user-select: none;
  display: none;
  width: 28%;
  height: auto;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 16px rgba(1, 0, 57, 0.08);
  border-radius: 16px;
}
@media (max-width: 960px) {
  .discount-filter_form {
    right: 35.1%;
    padding: 5px;
  }
}
@media (max-width: 655px) {
  .discount-filter_form {
    width: 80%;
  }
}
.discount-filter_form__text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #0099FF;
}
.discount-filter_form li:before {
  display: none;
}
.discount-filter_form__row {
  justify-content: space-between;
  font-weight: bolder;
  align-items: center;
  display: flex;
  padding: 10px;
}
@media (max-width: 655px) {
  .discount-filter_form__row {
    padding: 4px;
  }
}
.discount-filter_form__row:hover {
  background: #EDF8FF;
  border-radius: 8px;
}
.discount-filter_form__check-img {
  display: block;
}
.discount-filter_form__title {
  display: flex;
  justify-content: space-between;
}
.discount-filter_form__title__clear {
  color: #B0BEC8;
  padding: 10px;
}
.discount-filter_form__title__all {
  color: #37383A;
  padding: 10px;
}
.discount-filter_form__title__all:hover {
  background: #0099ff13;
  border-radius: 10px;
}
.discount-filter_form__title__clear:hover {
  background: #0099ff13;
  border-radius: 10px;
}
.discount-filter_search {
  -webkit-appearance: none;
  text-align: center;
  width: 100%;
}
.discount-filter_search_hide {
  visibility: hidden;
  position: absolute;
}
.discount-filter_search_show {
  visibility: visible;
}
.discount-filter_category {
  top: 73%;
  right: 34.1%;
}
@media (max-width: 960px) {
  .discount-filter_category {
    right: 35.1%;
  }
}
@media (max-width: 655px) {
  .discount-filter_category {
    top: 58%;
    right: 9%;
  }
}
.discount-filter_status {
  right: 1.6%;
}
@media (max-width: 960px) {
  .discount-filter_status {
    right: 3.3%;
  }
}
@media (max-width: 655px) {
  .discount-filter_status {
    top: 90%;
    right: 9%;
    z-index: 1;
  }
}
.join-form {
  padding: 80px 0px;
  background: #E3EBF1;
}
.specialStyleTitle,
.page-content .with-us-you-get-title {
  margin-top: 0;
  font-size: 36px;
  color: #37383a;
  font-weight: bold;
}
.important-field_red {
  color: red;
}
label.error {
  display: block;
  margin-top: 6px;
  color: red;
  font-size: 14px;
}
input[name="Services"]:hover {
  cursor: default;
}
input[id="Service"] + label {
  display: inherit;
}
.development-request__form.mailing {
  max-width: 620px;
}
.get-checklist {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.get-checklist input {
  width: 300px;
  padding-bottom: 15px;
  max-height: 48px;
}
.get-checklist div {
  display: flex;
  flex-direction: column;
}
.button-input {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.button-input button {
  margin-top: 15px;
}
.button-input button,
.button-input div {
  width: 300px;
}
@media (max-width: 480px) {
  .get-checklist input {
    width: 300px;
    margin-bottom: 15px;
  }
  .get-checklist {
    flex-direction: column;
    align-content: center;
    padding-bottom: 0;
  }
  .button-input {
    align-items: center;
  }
}
.recaptcha-input {
  padding: 0;
  height: 1px;
}
.section-gray {
  background-color: #F4F8FB;
}
.tabs {
  position: relative;
}
.tab,
.tab-title {
  display: inline-block;
}
.tab input[type="radio"] {
  display: none;
}
.tab-content {
  position: absolute;
  left: 0;
  width: calc(100% - 20px);
  display: none;
}
.tab :checked + .tab-title {
  position: relative;
  z-index: 1;
  background: white;
  border-radius: 10px;
  border: 1px solid blue;
}
.tab :checked ~ .tab-content {
  display: block;
}
.sublcription-to-linkedin {
  background-color: #15264D;
  padding: 110px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
.sublcription-to-linkedin__head {
  font-weight: 800;
  font-size: 43px;
  text-align: center;
}
.sublcription-to-linkedin__link {
  display: flex;
  align-items: center;
  column-gap: 40px;
  padding: 10px 60px 10px 10px;
  margin-top: 60px;
  border: 2px solid #0099FF;
  border-radius: 16px;
}
@media (max-width: 800px) {
  .sublcription-to-linkedin__link {
    flex-direction: column;
    padding: 10px;
    text-align: center;
    row-gap: 10px;
  }
}
.sublcription-to-linkedin__link_text {
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  white-space: pre-line;
}
.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 100px;
  height: 100px;
}
.spinner .path {
  stroke: #0099FF;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.quick-facts {
  background: #303f62;
}
.quick-facts__content {
  padding: 56px 0;
  color: white;
}
@media (min-width: 641px) {
  .quick-facts__content {
    padding: 80px 0;
  }
}
.quick-facts .img-container {
  height: 150px;
  width: 200px;
  padding-bottom: 20px;
}
.quick-facts__rewards_designrush {
  width: 200px;
  height: 150px;
  padding-bottom: 20px;
}
.quick-facts__rewards_clutch {
  width: 138px;
  height: 150px;
  padding-bottom: 20px;
}
.quick-facts__rewards img {
  width: 100%;
  height: 100%;
}
.quick-facts_title {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
}
@media (min-width: 641px) {
  .quick-facts_title {
    font-size: 34px;
    line-height: 1.6;
  }
}
.quick-facts__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  padding: 0 5%;
}
.quick-facts__item {
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
  gap: 5px;
  padding: 30px;
  width: 100%;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 641px) {
  .quick-facts__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .quick-facts__item {
    width: 33.3%;
  }
}
.quick-facts__item_count {
  color: #0099FF;
  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
}
.quick-facts__item_title {
  font-weight: 800;
  font-size: 18px;
}
.quick-facts__item_description {
  font-weight: 500;
  text-align: center;
}
.our-work {
  padding: 56px 0;
  background: #303f62;
}
@media (min-width: 641px) {
  .our-work {
    padding: 80px 0;
  }
}
.our-work__head {
  margin-bottom: 56px;
}
@media (min-width: 641px) {
  .our-work__head {
    margin-bottom: 80px;
  }
}
.our-work__title {
  margin-bottom: 40px;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 641px) {
  .our-work__title {
    font-size: 34px;
    line-height: 1.6;
  }
}
.our-work__title:last-child {
  margin-bottom: 0;
}
.our-work__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #FFFFFF;
}
.our-work__subtitle_bold {
  font-weight: 600;
}
.our-work__subtitle:last-child {
  margin-bottom: 0;
}
.our-work__items {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 56px;
}
@media (min-width: 461px) {
  .our-work__items {
    display: flex;
  }
}
@media (min-width: 581px) {
  .our-work__items {
    justify-content: flex-start;
  }
}
@media (min-width: 641px) {
  .our-work__items {
    margin-bottom: 80px;
  }
}
@media (min-width: 1101px) {
  .our-work__items {
    justify-content: center;
  }
}
@media (min-width: 641px) {
  .our-work__items_2 {
    justify-content: center;
  }
}
.our-work__items.our-work__items_slider {
  display: block;
}
@media (min-width: 461px) {
  .our-work__items.our-work__items_slider {
    display: none;
  }
}
.our-work__item {
  margin: 0 16px 16px;
  width: calc(100% - 32px);
}
@media (min-width: 381px) {
  .our-work__item {
    width: calc(80% - 32px);
  }
}
@media (min-width: 481px) {
  .our-work__item {
    width: calc(70% - 32px);
  }
}
@media (min-width: 581px) {
  .our-work__item {
    width: calc(50% - 32px);
  }
}
@media (min-width: 801px) {
  .our-work__item {
    width: calc(33% - 32px);
  }
}
@media (min-width: 1101px) {
  .our-work__item {
    width: calc(25% - 32px);
  }
}
.our-work__item_slider {
  width: auto;
  height: 100%;
}
.our-work__controls {
  display: flex;
  justify-content: center;
}
.our-work__button {
  margin-left: 10px;
  margin-right: 10px;
}
.breadcrumbs {
  padding: 0 30px;
  height: 60px;
  display: flex;
  align-items: center;
}
.breadcrumbs img {
  height: 16px;
  margin: 0 15px;
}
.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 2px;
}
.rangeslider {
  background: #e6e6e6;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rangeslider--horizontal {
  height: 3px;
  width: 100%;
}
.rangeslider--vertical {
  width: 3px;
  min-height: 150px;
  max-height: 100%;
  height: 100%;
}
.rangeslider--disabled {
  opacity: 0.4;
}
.rangeslider__fill {
  background: #0099FF;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: white;
  border: 2px solid #afdfff;
  cursor: pointer;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  box-shadow: 0px 2px 6px rgba(0, 153, 255, 0.1);
  border-radius: 50%;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -12px;
  touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -12px;
  touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 0 2px #0099FF;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/*.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}*/

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-lp-theme .owl-stage {
  display: flex;
}
.owl-lp-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-lp-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-lp-theme .owl-nav [class*='owl-']:hover {
  background: #919EB1;
  color: #FFF;
  text-decoration: none;
}
.owl-lp-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-lp-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
@media (min-width: 641px) {
  .owl-lp-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }
}
.owl-lp-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-lp-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-lp-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  border: 2px solid #C9CFDC;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-lp-theme .owl-dots .owl-dot.active span,
.owl-lp-theme .owl-dots .owl-dot:hover span {
  transform: scale(1.4);
  border-color: #0099FF;
  background: #0099FF;
}


/*# sourceMappingURL=app.css.map*/