html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}
em{
  font-style: italic!important;
}
b, strong {
    font-weight: bolder!important;
}
.link {
  color: #000;
}

/**/
html {
  height: 100%;
  font-family: Roboto;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
}

body {
  height: 100%;
}

body.lock {
  overflow: hidden;
}

.unselectable {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   not supported by any browser */
}

.wrapper {
  min-height: 100%;
  max-width: 1980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.content {
  margin: 0 60px;
}

button {
  padding: 10px 52px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  border: none;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  cursor: pointer;
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: white;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
.header__left {
  height: 80%;
}
.header__left img {
  height: 100%;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.header__social div {
  width: 28px!important;
  height: 28px!important;
  padding: 10px;
  cursor: pointer;
}
/*.header__social div img{
  width: 28px!important;
  height: 28px!important;
  cursor: pointer;
}*/
.header__social div a {
  display: block;
}
.header__social div a img {
  width: 100%;
}
.header__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  font-weight: 700;
}
.header__language span {
  padding: 10px 20px;
  cursor: pointer;
}
.header__language .active-language {
  color: #006CC6;
}
.header__button button {
  color: white;
  background-color: #006CC6;
}

.top-block {
  position: relative;
  margin-bottom: 50px;
}
.top-block__background img {
  width: 100%;
}
.top-block__info-block {
  position: absolute;
  bottom: -24px;
  left: 200px;
  width: 40%;
  height: 86%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/background-upper.png);
  background-size: cover;
}
.top-block__info-block h3 {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #DCA95C;
}
.top-block__info-block p {
  letter-spacing: 2px;
  line-height: 40px;
  font-weight: 700;
  color: white;
}
.top-block .tab-body {
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.top-block__overview {
  opacity: 0;
  visibility: hidden;
}
.top-block__who-we-are {
  opacity: 0;
  visibility: hidden;
}
.top-block__our-legacy {
  opacity: 0;
  visibility: hidden;
}
.top-block .active-tab {
  opacity: 1;
  visibility: visible;
}
.top-block__buttons {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-block__buttons button {
  width: 32%;
  padding: 20px;
  color: white;
  background-color: #000000;
}
.top-block__buttons button.active-tab {
  opacity: 0.4;
}

.anchors-block {
  position: sticky;
  top: 78px;
  z-index: 10;
  padding-top: 20px;
  background-color: white;
}
.anchors-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.anchors-block__brief-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 10%;
  padding: 10px;
  border-bottom: 5px solid #006CC6;
  background-color: #F2EFEF;
  cursor: pointer;
}
.anchors-block__brief-block h4 {
  font-size: 20px;
  font-weight: 700;
}
.anchors-block__brief-block-img {
  height: 50px;
  margin-bottom: 10px;
}
.anchors-block__brief-block-img img {
  height: 100%;
  width: auto;
}
.anchors-block__full-block {
  width: 100%;
  height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: white;
  background-color: #4169E1;
  cursor: pointer;
}
.anchors-block__full-block div {
  height: 50px;
  margin-bottom: 10px;
}
.anchors-block__full-block div img {
  height: 100%;
  width: auto;
}
.anchors-block__full-block h4 {
  margin-bottom: 20px;
}
.anchors-block__background-block {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #006cc6;
}
.anchors-block .active-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.border-bottom {
  width: 100%;
  height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border-bottom: 2px solid #006CC6!important;
  background-color: #F2EFEF;
}

.border-bottom:last-child {
  margin-bottom: 0;
}

.section {
  position: relative;
  padding: 100px 0;
}
.section__left-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section__left {
  width: 45%;
}
.section__right {
  width: 45%;
}
.section__right img {
  width: 100%;
}
.section__title {
  margin-bottom: 80px;
  font-size: 80px;
  line-height: 90px;
}
.section__sub-title {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  color: #006CC6;
}
.section__extra-title {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
}
.section__text {
  margin-bottom: 20px;
  line-height: 40px;
}
.section__text span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.section__text:last-child {
  margin-bottom: 0;
}
.section__highlight-text {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #006CC6;
}
.section__highlight-text:last-child {
  margin-bottom: 20px;
}
.section__contact {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
}
.section__contact a {
  color: #000000;
}
.section__experts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.section__expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
}
.section__expert-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 360px;
  margin-bottom: 50px;
  border: 2px solid #000000;
}
.section__expert-photo img {
  width: 100%;
  height: auto;
}
.section__expert-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.section__expert-info {
  line-height: 24px;
}
.section__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__social div {
  width: 40px;
  height: 40px;
  padding: 10px;
}
.section__social div a {
  display: block;
}
.section__social div a img {
  width: 100%;
}

.footer {
  position: sticky;
  z-index: 20;
  bottom: 0;
  height: 60px;
  border-top: 2px solid white;
  background-image: url("../img/footer.png");
  background-size: cover;
  cursor: pointer;
}
.footer div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__title {
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.footer__text {
  font-size: 16px;
  font-weight: 400;
  color: white;
}
.footer__icon img {
  height: 50%;
}

@media (max-width: 1750px) {
  html {
    font-size: 16px;
    letter-spacing: 0;
  }
  .header__button button {
    font-size: 18px;
  }
  .top-block__info-block {
    width: 600px;
    height: 300px;
    left: 100px;
  }
  .top-block .tab-body {
    top: 20px;
    left: 20px;
    right: 20px;
  }
  .top-block__buttons {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .top-block__info-block h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .top-block__info-block p {
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
  }
  .top-block__buttons button {
    width: 25%;
    padding: 14px;
    font-size: 16px;
  }
  .anchors-block__brief-block-img {
    height: 30px;
    margin-bottom: 10px;
  }
  .anchors-block__full-block div {
    height: 30px;
    margin-bottom: 10px;
  }
  .anchors-block__brief-block h4 {
    font-size: 16px;
    font-weight: 700;
  }
  .section {
    padding: 50px 0;
  }
  .section__title {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 42px;
  }
  .section__sub-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }
  .section__text {
    margin-bottom: 20px;
    line-height: 26px;
  }
  .section__text span {
    font-size: 20px;
    line-height: 26px;
  }
  .section__extra-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }
  .section__highlight-text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #006cc6;
  }
  .section__expert-name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
  .section__contact {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
  }
}
@media (max-width: 1500px) {
  .anchors-block__brief-block h4 {
    font-size: 14px;
    font-weight: 700;
  }
  .section__expert {
    width: 260px;
  }
  .section__expert-photo {
    height: 320px;
  }
  .footer__title {
    font-size: 12px;
  }
  .footer__text {
    font-size: 12px;
  }
  .footer__icon img {
    height: 50%;
  }
}
@media (max-width: 1250px) {
  .anchors-block__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .anchors-block__brief-block {
    width: 20%;
    margin-bottom: 10px;
  }
  .anchors-block__background-block {
    z-index: 10;
    top: 0;
    left: 0;
    height: 110%;
  }
  .anchors-block__full-block {
    z-index: 11;
    top: 0;
    left: 0;
    height: 110%;
  }
  .section__title {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 38px;
  }
  .section__sub-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }
  .section__text {
    margin-bottom: 20px;
    line-height: 21px;
  }
  em{
    line-height: 21px;
  }
  h3{
    line-height: 21px;
  }
  .section__extra-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  .section__highlight-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #006cc6;
  }
  .section__expert-name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
  .section__contact {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 10px;
    font-weight: 700;
    color: #000;
  }
  .section__expert {
    width: 210px;
  }
  .section__expert-photo {
    height: 250px;
  }
  .footer{
    height: 70px;
  }
  .footer div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__title {
    margin-right: 20px;
  }
  .footer__text {
/*    display: none;*/
  }
}
@media (max-width: 1024px) {
  .section__experts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .section__expert {
    width: 300px;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section__expert-photo {
    width: 100%;
    height: 360px;
    margin-bottom: 20px;
  }
  .section__expert-name {
    text-align: center;
  }
  .section__expert-info {
    text-align: center;
  }
}
@media (max-width: 860px) {
  .content {
    margin: 0 20px;
  }
  .header__button button {
    padding: 10px 22px;
    font-size: 16px;
  }
  .header__language {
    margin-right: 20px;
  }
  .header__language span {
    padding: 10px 10px;
  }
  .top-block__info-block {
    width: 500px;
    height: 240px;
    left: 50px;
  }
  .top-block .tab-body {
    top: 14px;
    left: 14px;
    right: 14px;
  }
  .top-block__buttons {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
  .top-block__info-block h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .top-block__info-block p {
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
  }
  .top-block__buttons button {
    width: 25%;
    padding: 12px;
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  html {
    font-size: 14px;
  }
  .header__button button {
    font-size: 14px;
  }
  .header__social {
    display: none;
  }
  .top-block__info-block {
    width: 470px;
    height: 220px;
    left: 50px;
  }
  .top-block .tab-body {
    top: 12px;
    left: 12px;
    right: 12px;
  }
  .top-block__buttons {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
  .top-block__info-block h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .top-block__info-block p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
  }
  .top-block__buttons button {
    width: 25%;
    padding: 10px;
    font-size: 14px;
  }
  .anchors-block__brief-block-img {
    height: 20px;
  }
  .anchors-block__full-block div {
    height: 20px;
  }
  .anchors-block__brief-block h4 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    font-weight: 700;
  }
  .section {
    position: relative;
    padding: 20px 0 40px 0;
  }
  .section__left-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section__left {
    width: 100%;
  }
  .section__right {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }
  .section__right img {
    display: none;
  }
  .section__our-technologies .section__right {
    background-image: url("../img/our_technologies.png");
    background-size: cover;
  }
  .section__our-advantage .section__right {
    background-image: url("../img/advantage.png");
    background-size: cover;
    background-position: center;
  }
  .section__inventory-management .section__right {
    background-image: url("../img/inventory_management.png");
    background-size: cover;
    background-position: center;
  }
  .section__order-rocessing .section__right {
    background-image: url("../img/order_processing.png");
    background-size: cover;
  }
  .section__system-implementation .section__right {
    background-image: url("../img/system_implementation.png");
    background-size: cover;
    background-position: top;
  }
  .section__customer-success-story .section__right {
    background-image: url("../img/customer_success_story.png");
    background-size: cover;
    background-position: center;
  }
  .section__contact-support .section__right {
    background-image: url("../img/contact_support.png");
    background-size: cover;
    background-position: 20% 30%;
  }
  .section__expert {
    width: 240px;
  }
  .section__expert-photo {
    height: 300px;
  }
}
@media (max-width: 565px) {
  .header__left {
    height: 60%;
  }
  .header__language span {
    font-size: 16px;
  }
  .header__button button {
    padding: 10px;
    font-size: 16px;
  }
  .top-block__info-block {
    width: auto;
    height: 200px;
    left: 20px;
    right: 20px;
    bottom: -34px;
  }
  .top-block .tab-body {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .top-block__buttons {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .top-block__info-block h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .top-block__info-block p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
  }
  .top-block__buttons button {
    width: 25%;
    padding: 10px;
    font-size: 14px;
  }
  .section__right {
    height: 250px;
  }
  .section__expert {
    width: 200px;
  }
  .section__expert-photo {
    height: 260px;
  }
  .section__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 485px) {
  .content {
    margin: 0 10px;
  }
  .header__wrapper {
    height: 60px;
  }
  .header__language span {
    font-size: 14px;
  }
  .header__button button {
    padding: 10px;
    font-size: 12px;
  }
  .top-block {
    margin-bottom: 60px;
  }
  .top-block__info-block {
    top: 20px;
    height: 170px;
  }
  .top-block__buttons button {
    padding: 6px 4px;
    font-size: 12px;
  }
  .top-block__info-block h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .top-block__info-block p {
    font-size: 12px;
    line-height: 16px;
  }
  .anchors-block {
    top: 58px;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .anchors-block__brief-block {
    width: 45%;
  }
  .anchors-block__brief-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px;
  }
  .anchors-block__brief-block-img {
    width: 16%;
    margin-bottom: 0;
  }
  .anchors-block__background-block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    left: 0;
  }
  .anchors-block__full-block {
    top: 0;
    left: 0;
  }
  .anchors-block .active-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px;
  }
  .anchors-block__full-block div {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .anchors-block__full-block h4 {
    margin-bottom: 0;
  }
  .section__right {
    height: 220px;
  }
  .section__expert {
    width: 280px;
  }
  .section__expert-photo {
    height: 340px;
  }
}
@media (max-width: 400px) {
  .header__button button {
    font-size: 12px;
  }
  .header__left {
    height: 50%;
  }
  .header__language span {
    font-size: 12px;
  }
  .top-block {
    margin-bottom: 100px;
  }
  .top-block__info-block {
    left: 10px;
    right: 10px;
    height: 190px;
  }
  .top-block__buttons button {
    width: 30%;
    font-size: 12px;
  }
  .anchors-block__brief-block-img {
    width: 20%;
    height: 16px;
  }
  .anchors-block__brief-block h4 {
    line-height: 12px;
  }
}

a.btn {
    padding: 8px 42px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    border: none;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.header__button a.btn {
    color: white;
    background-color:#006CC6;
  } 