body {
  font-family: "Roboto", sans-serif;
  color: #4F4F4F;
}

p {
  color: #828282;
  line-height: 1.8;
  font-size: .875rem;
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

.btn-rounded {
  padding: .5rem 1.25rem;
  border-radius: 25rem;
}

.btn {
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-outline-light {
  border-color: #FBD639;
  border-width: 2px;
  color: #4F4F4F;
  text-transform: uppercase !important;
  font-weight: 700;
}

.media {
  display: block;
}

.relative {
  position: relative;
}

.section-padding {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.header {
  width: 100%;
  background: #fff url("../images/header-bg-left.jpg") no-repeat left center;
  border-bottom: 6px solid #FBD639;
  position: relative;
}

.header-brand {
  margin-left: .75rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 101;
  width: 150px;
}

.header-brand:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 100%;
  background: #30B7C9;
  bottom: 0;
  transform: skew(-25deg);
}

.header-left-block {
  flex: 0 0 20%;
  min-width: 20%;
}

.header-right-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.header-right-block {
  flex: 0 0 80%;
  margin-left: auto;
  background: url("../images/header-bg.jpg") no-repeat left top;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.header-right-text {
  color: #fff;
  font-weight: 700;
  font-size: 1.65rem;
  white-space: nowrap;
}

.header-right-num {
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 140px;
}

.footer {
  height: 100px;
  background: url("../images/footer-bg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
}

.footer-text {
  color: #fff;
  font-size: .875rem;
}

.lang-select {
  list-style: none;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 0;
  margin-bottom: 0;
}

.lang-select li {
  display: inline-flex;
  border-right: 2px solid #BDBDBD;
  padding-right: .5rem;
  margin-right: .5rem;
}

.lang-select li:last-child {
  border: none;
}

.lang-select li a {
  line-height: 1;
  color: #30B7C9;
}

.lang-select li a.active {
  color: #4F4F4F;
}

.lang-select li a:hover {
  text-decoration: none;
  color: #828282;
}

.main-content {
  min-height: calc(100vh - 260px);
  display: flex;
  align-items: center;
  padding: 2rem 0;
}

.main-content-header-title {
  position: relative;
  padding: .5rem;
  padding-left: 0;
  border: 2px solid #BDBDBD;
  border-left: none;
  border-bottom-right-radius: 25rem;
  border-top-right-radius: 25rem;
}

.main-content-header-title:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 25rem;
  left: 0;
  background: #fff;
  border: 2px solid #BDBDBD;
  top: -7px;
}

.main-content-header-title:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: -2px;
}

.main-content-header-title span {
  display: flex;
  align-items: center;
  min-height: 4.5rem;
  background: #BDBDBD;
  padding: 1rem;
  border-bottom-right-radius: 25rem;
  border-top-right-radius: 25rem;
  color: #fff;
  font-size: 1.25rem;
  margin: 1rem 1rem 1rem 0;
  max-height: 95px;
  line-height: 1.1;
}

.main-content-header-title-line {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  width: 100px;
  border: 2px solid #BDBDBD;
  border-left: none;
  border-bottom-right-radius: 25rem;
  border-top-right-radius: 25rem;
  z-index: 101;
}

.main-content-header-inner {
  padding: 1.5rem;
  padding-bottom: 1rem;
  border: 2px solid #BDBDBD;
  border-right: 0;
  border-top-left-radius: 2.75rem;
  border-bottom-left-radius: 2.75rem;
  margin-top: -2px;
  position: relative;
  margin-bottom: 2rem;
}

.main-content-header-inner:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background: #fff;
  right: 0;
  top: -2px;
}

.main-content-header-inner:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background: #BDBDBD;
  border-radius: 25rem;
  right: 0;
  bottom: -7px;
}

.main-content-setting {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.main-content-setting a {
  margin-left: auto;
}

.main-content-title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: .25rem;
}

.main-content-title:hover {
  cursor: pointer;
  color: #828282;
}

.main-content-text {
  font-size: .875rem;
  font-weight: 500;
}

.main-content-icon {
  width: 6.25rem;
  height: 6.25rem;
  background: #BDBDBD;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.main-content-icon img {
  width: 55px;
}

.main-content-list {
  padding: 1rem;
  padding-left: 25px;
  border: 2px dotted #BDBDBD;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  border-bottom: 0;
  position: relative;
  min-height: 200px;
}

.main-content-list:before,
.main-content-list:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 70%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(0, 0, 0, 0));
  bottom: 0;
}

.main-content-list:before {
  left: -3px;
}

.main-content-list:after {
  right: -3px;
}

.main-content-list li {
  font-size: .875rem;
  font-weight: 500;
}

.main-content-item.blue .main-content-header-title {
  border-color: #30B7C9;
}

.main-content-item.blue .main-content-header-title span {
  background: #30B7C9;
}

.main-content-item.blue .main-content-header-title:before {
  border-color: #30B7C9;
}

.main-content-item.blue .main-content-header-inner {
  border-color: #30B7C9;
  color: #30B7C9;
}

.main-content-item.blue .main-content-header-inner:after {
  background-color: #30B7C9;
}

.main-content-item.blue .main-content-icon {
  background-color: #30B7C9;
}

.main-content-item.blue .main-content-list {
  border-color: #30B7C9;
  color: #30B7C9;
}

.main-content-item.blue .main-content-header-title-line {
  border-color: #30B7C9;
}

.main-content-item.yellow .main-content-header-title {
  border-color: #DAAF07;
}

.main-content-item.yellow .main-content-header-title span {
  background: #DAAF07;
}

.main-content-item.yellow .main-content-header-title:before {
  border-color: #DAAF07;
}

.main-content-item.yellow .main-content-header-inner {
  border-color: #DAAF07;
  color: #DAAF07;
}

.main-content-item.yellow .main-content-header-inner:after {
  background-color: #DAAF07;
}

.main-content-item.yellow .main-content-icon {
  background-color: #DAAF07;
}

.main-content-item.yellow .main-content-list {
  border-color: #DAAF07;
  color: #DAAF07;
}

.main-content-item.yellow .main-content-header-title-line {
  border-color: #DAAF07;
}

.main-content-item.green .main-content-header-title {
  border-color: #308046;
}

.main-content-item.green .main-content-header-title span {
  background: #308046;
}

.main-content-item.green .main-content-header-title:before {
  border-color: #308046;
}

.main-content-item.green .main-content-header-inner {
  border-color: #308046;
  color: #308046;
}

.main-content-item.green .main-content-header-inner:after {
  background-color: #308046;
}

.main-content-item.green .main-content-icon {
  background-color: #308046;
}

.main-content-item.green .main-content-list {
  border-color: #308046;
  color: #308046;
}

.main-content-item.green .main-content-header-title-line {
  border-color: #308046;
}

body,
html {
  min-height: 100%;
}

.main-conteiner {
  min-height: calc(100vh - 100px);
  background: url("../images/bg-top.png"), url("../images/bg-bottom.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat;
}

@keyframes textColor {
  from, 25%, to {

  }

  75% {
    color: #828282;
  }
}

.textColor {
  animation-name: textColor;
}

@media (min-width: 768px) {
  .container {
    max-width: 1324px;
  }

  .media {
    display: flex;
    align-items: flex-start;
  }

  .media-body {
    flex: 1;
  }

  .section-padding {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .header {
    display: flex;
    max-height: 10rem;
    height: 10rem;
  }

  .header-brand {
    margin-left: 5rem;
    height: 10rem;
  }

  .header-right-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header-right-block {
    padding-left: 6rem;
    margin-left: auto;
    border-top-left-radius: 200px;
  }

  .header-right-text {
    font-size: 4.5rem;
  }

  .header-right-num {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    max-width: none;
  }

  .footer-text {
    font-size: 1.25rem;
  }

  .main-content-header-title span {
    font-size: 1.625rem;
  }

  .main-content-header-inner {
    min-height: 170px;
    padding: 1.5rem;
  }

  .main-content-header-inner.ru-inner {
    min-height: 210px;
  }

  .main-content-header-inner.kz-inner {
    min-height: 190px;
  }

  .main-content-title {
    min-height: 45px;
  }
}

@media (max-width: 767.98px) {
  a:not(.main-arrow-nav-top) {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
  }

  .header-brand {
    width: 5rem;
    margin: 1rem auto;
  }

  .header-brand:after {
    display: none;
  }

  .main-content-text {
    margin-bottom: .5rem;
  }
}