@charset "UTF-8";
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@900,500,300&display=swap" rel="stylesheet');
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-input-placeholder {
  color: transparent;
}

:focus:-moz-input-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

/*--------------------*/
/*Обнуление*/
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 980px;
  margin: 20px auto;
}

.tel_text {
  color: #ffffff;
  width: 25%;
  text-align: center;
  margin: 20px 20px;
}

.tel_mailto {
  color: #ffffff;
  width: 25%;
  text-align: center;
  margin: 20px 20px;
}

.color_footer_text {
  color: #fff;
}

.languages_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 10px;
}

.languages_block_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: 30px;
  display: block;
  color: #fff;
  margin: 10px 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.languages_block_html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/img/BG.jpg) bottom no-repeat;
}

.languages_block_css {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/img/BG.jpg) left no-repeat;
}

.languages_block_js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/img/BG.jpg) center no-repeat;
}

.languages_block_php {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/img/BG.jpg) right no-repeat;
}

._color_lg_tx {
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding: 10px 5px;
  border-radius: 50px;
  max-width: 100%;
  height: 30px;
  margin: 10px 5px;
}

@media (max-width: 991px) {
  .footer {
    width: 100%;
    display: block;
    margin: 20px auto;
  }

  .languages_block {
    max-width: 820px;
    margin: 0 auto;
  }

  .languages_block_text {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .languages_block_html {
    width: 33.33%;
  }

  .languages_block_css {
    width: 33.33%;
  }

  .languages_block_js {
    width: 33.33%;
  }

  .tel_text {
    width: 100%;
    margin: 10px auto 10px auto;
  }

  .tel_mailto {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .languages_block {
    width: 90%;
    margin: 0 auto;
  }
}
