html {
  font-family: "Oswald", sans-serif;
  color: #141356;
  font-size: 18px;
  line-height: 24px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

html,
body {
  width: 100%;
  min-width: 320px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}

b,
strong {
  font-weight: bold;
}

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

img {
  max-width: 100%;
  height: auto;
}

h4 {
  font-size: 24px;
  line-height: 24px;
  color: #D40000;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

.header-footer-info {
  display: flex;
  justify-content: center;
  padding: 0 11px;
  margin-bottom: 2px;
  width: 100%;
  background: #141356;
}

.header-footer-info-block {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
  max-width: 1114px;
}

.header-footer-info-block .info {
  display: flex;
}

.header-footer-info-block .info-icon {
  display: inline-block;
  margin-right: 13px;
}

.header-footer-info-block .info-text {
  display: inline-block;
  color: #B1B1C6;
  text-align: left;
}

.header-footer-info-block .phone-info .info-text {
  text-align: right;
}

.header-menu {
  display: flex;
  justify-content: center;
  padding: 22px 11px;
  width: 100%;
  background: #141356;
}

.header-menu-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1114px;
}

.header-menu-block .menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 477px;
}

.header-menu-block .menu .menu-item {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}

.header-menu-block .menu .menu-item + .menu-item {
  margin-left: 8px;
}

.body {
  width: 100%;
}

.title {
  display: flex;
  justify-content: center;
  padding: 0 11px;
  width: 100%;
  background: #EEEEF9;
}

.title-block {
  padding: 23px 0;
  width: 100%;
  max-width: 1114px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

.title .main-text {
  text-transform: uppercase;
  cursor: text;
}

.company-title {
  background: no-repeat right url("../img/company_title_background.png");
}

.clients-title {
  background: no-repeat right url("../img/clients_title_background.png");
}

.partners-title {
  background: no-repeat right url("../img/partners_title_background.png");
}

.about {
  display: flex;
  justify-content: center;
  padding: 0 11px;
  width: 100%;
}

.about-block {
  display: flex;
  padding: 26px 0;
  width: 100%;
  max-width: 1114px;
}

.about-block .first-column {
  margin-right: 20px;
  width: 100%;
  max-width: 265px;
}

.about-block .first-column h4 {
  margin-bottom: 10px;
}

.about-img {
  display: flex;
  justify-content: center;
}

.about-block .second-column p + p {
  margin-top: 16px;
}

.separator {
  width: 100%;
  height: 2px;
  background: #D4D4ED;
}

.employees {
  display: flex;
  justify-content: center;
  padding: 0 11px;
  width: 100%;
}

.employees-block {
  display: flex;
  padding: 26px 0;
  width: 100%;
  max-width: 1114px;
}

.employees-block .first-column {
  width: 50%;
  margin-right: 10px;
}

.employees-block .second-column {
  width: 50%;
  margin-left: 10px;
}

.employees-block h4 {
  margin-bottom: 32px;
}

.employees-block .info-block {
  padding: 20px 25px;
  background: #FFF2F2;
  border: 2px solid #FFDBDB;
}

.employees-block .info-block p + p {
  margin-top: 16px;
}

.settlement {
  display: flex;
  justify-content: center;
  padding: 0 11px;
  width: 100%;
}

.settlement-block {
  padding: 26px 0;
  width: 100%;
  max-width: 1114px;
}

.settlement-block > div {
  display: flex;
}

.settlement-block .first-column {
  margin-right: 20px;
  width: 100%;
  max-width: 265px;
}

.settlement-block :not(.title) .first-column {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.settlement-block .second-column {
  width: 100%;
}

.settlement-block .second-column h4 {
  margin: 26px 0;
}

.settlement-list {
  padding: 20px 0 20px 30px;
  background: #EEEEF9;
  border: 2px solid #D4D4ED;
}

.settlement-list li:before {
  content: url("../img/list_image.svg");
  margin-right: 20px;
}

.settlement-list li + li {
  margin-top: 16px;
}

.technology {
  display: flex;
  justify-content: center;
  padding: 0 11px;
  width: 100%;
}

.technology-block {
  padding: 26px 0;
  width: 100%;
  max-width: 1114px;
}

.technology-block h4 {
  margin-right: 20px;
  width: 100%;
  max-width: 264px;
}

.technology-block > div {
  display: flex;
}

.technology-block .first-column {
  margin-right: 10px;
  width: 50%;
}

.technology-block .second-column {
  margin-left: 10px;
  width: 50%;
}

.technology-list {
  margin: 26px 0;
  padding: 20px 0 20px 30px;
  background: #FFF2F2;
  border: 2px solid #FFDBDB;
}

.technology-list li:before {
  content: url("../img/list_image.svg");
  margin-right: 20px;
}

.technology-list li + li {
  margin-top: 16px
}

.clients {
  display: flex;
  justify-content: center;
  padding: 0 11px;
  width: 100%;
}

.clients-block {
  padding: 26px 0;
  width: 100%;
  max-width: 1114px;
}

.faq-accordion {
  margin-top: 26px;
}

.faq-accordion .element {
  display: block;
}

.faq-accordion .element + .element {
  margin-top: 8px;
}

.faq-accordion .element-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 25px 23px 29px;
  background: #EEEEF9;
  border: 2px solid #D4D4ED;
}

.faq-accordion .accordion-open {
  display: none;
}

.faq-accordion .accordion-close {
  display: inline-block;
}

.faq-accordion .active-element .accordion-open {
  display: inline-block;
}

.faq-accordion .active-element .accordion-close {
  display: none;
}

.faq-accordion .element-text {
  display: none;
  padding: 21px 25px;
  border: 2px solid #D4D4ED;
  border-top: none;
}

.faq-accordion .active-element .element-text {
  width: 100%;
  display: block;
}

.partners {
  display: flex;
  justify-content: center;
  padding: 0 11px;
  width: 100%;
}

.partners-block {
  padding: 26px 0;
  width: 100%;
  max-width: 1114px;
}

.partners-list {
  margin: 26px 20px 0;
}

.partners-list li {
  display: flex;
  align-items: center;
}

.partners-list li + li {
  margin-top: 26px;
}

.partners-list .list-text {
  margin-left: 30px;
}

.img-map {
  width: 100%;
}

.footer {
  display: flex;
  justify-content: center;
  padding: 0 11px;
  width: 100%;
  background: #141356;
}

.footer-block {
  padding: 17px 0;
  width: 100%;
  max-width: 1114px;
  color: #B1B1C6;
}

.footer-block p + p {
  margin-top: 13px;
}

.link {
  color: #D40000;
  text-decoration: underline;
}

.halyk-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  margin-bottom: 24px;
}

.halyk-list strong {
 font-weight: 700;
}

.halyk-list li {
  margin-bottom: 24px;
}

.halyk-list li:last-of-type {
  margin-bottom: 0;
}
