/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.2; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.2; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Roboto mono"), local("Roboto-mono"), url("fonts/RobotoMono-Regular.woff2") format("woff2"), url("fonts/RobotoMono-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/Roboto-Medium.woff2") format("woff2"), url("fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: local("Roboto BlackItalic"), local("Roboto-BlackItalic"), url("fonts/Roboto-BlackItalic.woff2") format("woff2"), url("fonts/Roboto-BlackItalic.woff") format("woff");
}
html {
  min-width: 320px;
}
body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.24;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
a:focus {
  outline: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 24px;
  }
}
.section {
  position: relative;
  padding: 8px 0;
}
.container {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}
.section-top {
  margin-bottom: 24px;
}
.section-title {
  margin: 0;
  padding: 0;
  font-size: 32px;
}
.section-text {
  margin-top: 12px;
}
.mt-12 {
  margin-top: 12px;
}
.mb-24 {
  margin-bottom: 24px !important;
}
@media (min-width: 768px) {
  .container {
    width: 60%;
  }
  .section-top {
    margin-bottom: 40px;
  }
  .section-title {
    font-size: 56px;
  }
  .section-text {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 48%;
  }
}
.text-block {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.4;
}
.text-block:last-of-type {
  margin-bottom: 0;
}
.text-block > * {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.text-block h2,
.text-block h3,
.text-block h4 {
  font-weight: bold;
}
.text-block h2 {
  margin-top: 20px;
  font-size: 28px;
}
.text-block h2 + h3 {
  margin-top: -4px;
}
.text-block h2 + h4 {
  margin-top: -4px;
}
.text-block h3 {
  margin-top: 20px;
  font-size: 24px;
}
.text-block h3 + h4 {
  margin-top: -4px;
}
.text-block h4 {
  margin-top: 20px;
  font-size: 20px;
}
.text-block strong {
  font-weight: normal;
  font-size: 24px;
}
.text-block ul:not([class]),
.text-block ol:not([class]) {
  list-style: none;
}
.text-block ul:not([class]) > li,
.text-block ol:not([class]) > li {
  margin-bottom: 4px;
}
.text-block ul:not([class]) > li:last-of-type,
.text-block ol:not([class]) > li:last-of-type {
  margin-bottom: 0;
}
.text-block ul:not([class]) > li *,
.text-block ol:not([class]) > li * {
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}
.text-block ul:not([class]) > li *:first-child,
.text-block ol:not([class]) > li *:first-child {
  margin-top: 0 !important;
}
.text-block ul:not([class]) > li *:last-child,
.text-block ol:not([class]) > li *:last-child {
  margin-bottom: 0 !important;
}
.text-block ul:not([class]) ul,
.text-block ol:not([class]) ul,
.text-block ul:not([class]) ol,
.text-block ol:not([class]) ol {
  margin: 0;
  padding: 0;
  margin-top: 4px;
  margin-left: 16px;
}
.text-block ul:not([class]) > li {
  display: flex;
  align-items: flex-start;
}
.text-block ul:not([class]) > li::before {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  margin-top: 6.5px;
  background-color: #0057da;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}
.text-block ol:not([class]) {
  counter-reset: item;
}
.text-block ol:not([class]) > li::before {
  float: left;
  margin-right: 4px;
  counter-increment: item;
  content: counter(item) '. ';
}
.text-block ol:not([class]) > li::after {
  display: block;
  clear: both;
  content: "";
}
.text-block img {
  display: block;
  width: 100%;
  height: auto;
}
.text-block hr {
  height: 1px;
  color: #acacac;
  background-color: #acacac;
  border: none;
}
.text-block > *:first-child {
  margin-top: 0 !important;
}
.text-block > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .text-block {
    margin-bottom: 32px;
    font-size: 20px;
  }
  .text-block > * {
    margin-bottom: 12px;
  }
  .text-block h2 {
    margin-top: 24px;
    font-size: 32px;
  }
  .text-block h2 + h3 {
    margin-top: -8px;
  }
  .text-block h2 + h4 {
    margin-top: -8px;
  }
  .text-block h3 {
    margin-top: 24px;
    font-size: 28px;
  }
  .text-block h3 + h4 {
    margin-top: -8px;
  }
  .text-block h4 {
    margin-top: 24px;
    font-size: 24px;
  }
  .text-block strong {
    font-size: 28px;
  }
  .text-block ul:not([class]) > li,
  .text-block ol:not([class]) > li {
    margin-bottom: 6px;
  }
  .text-block ul:not([class]) > li *,
  .text-block ol:not([class]) > li * {
    margin-bottom: 6px;
  }
  .text-block ul:not([class]) ul,
  .text-block ol:not([class]) ul,
  .text-block ul:not([class]) ol,
  .text-block ol:not([class]) ol {
    margin-top: 6px;
  }
  .text-block ul:not([class]) > li::before {
    width: 7px;
    height: 7px;
    margin-right: 10px;
    margin-top: 7.5px;
  }
}
@media (min-width: 1440px) {
  .text-block {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .text-block h2 {
    margin-top: 28px;
    font-size: 40px;
  }
  .text-block h3 {
    margin-top: 28px;
    font-size: 32px;
  }
  .text-block h4 {
    margin-top: 28px;
    font-size: 28px;
  }
  .text-block strong {
    font-size: 32px;
  }
  .text-block ul:not([class]) > li::before {
    width: 8px;
    height: 8px;
    margin-right: 12px;
    margin-top: 8.5px;
  }
}
.btn {
  margin: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 8px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  line-height: normal;
  border: 1px solid;
  transition: all 0.2s;
}
.btn--orange {
  color: #fff;
  background-color: Orange;
  border-color: Orange;
}
.btn--orange:hover,
.btn--orange:focus {
  color: Orange;
  background-color: #fff;
}
.btn--empty-orange {
  color: Orange;
  border-color: Orange;
}
.btn--empty-orange:hover,
.btn--empty-orange:focus {
  color: #fff;
  background-color: Orange;
}
.btn--s {
  padding: 11px 12px;
  font-size: 16px;
}
.btn--m {
  padding: 13px 16px;
  font-size: 20px;
}
.btn--Blue {
  color: #fff;
  background-color: #0057da;
  border-color: #0057da;
}
.btn--Blue:hover,
.btn--Blue:focus {
  color: #0057da;
  background-color: #fff;
}
.btn:disabled,
.btn--disabled {
  opacity: 0.48;
  pointer-events: none;
}
.to-top {
  position: fixed;
  bottom: 46px;
  left: 16px;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-image: url("media/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: center;
  box-shadow: 0 0 16px 0 rgba(168,173,192,0.24);
  border: 2px solid #acacac;
  border-radius: 50%;
  transform: rotate(-90deg);
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  z-index: -9;
}
.to-top.scrolled {
  opacity: 1;
  pointer-events: initial;
  z-index: 9;
}
@media (min-width: 768px) {
  .btn--s {
    padding: 13px 16px;
    font-size: 20px;
  }
  .btn--m {
    padding: 15px 20px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .to-top {
    bottom: 20px;
    left: 20px;
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1366px) {
  .to-top {
    bottom: 24px;
    left: 24px;
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1440px) {
  .btn--s {
    padding: 15px 20px;
    font-size: 24px;
  }
  .btn--m {
    padding: 17px 24px;
    font-size: 28px;
  }
}
.form {
  margin: 0;
  padding: 0;
}
.form__row {
  margin-bottom: 12px;
}
.form__row:last-of-type {
  margin-bottom: 0;
}
.form__item {
  margin-bottom: 12px;
}
.form__item:last-of-type {
  margin-bottom: 0;
}
.form__item-label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: #0057da;
}
.form__input {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 11px 12px;
  font-size: 16px;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0,87,218,0.48);
  border-radius: 0;
  box-sizing: border-box;
  transition: all 0.2s;
}
.form__input:hover {
  border-color: rgba(0,87,218,0.72);
}
.form__input.is-invalid {
  color: #f00;
  border-color: #f00;
}
.form__input:focus {
  color: #000;
  border-color: #0057da;
}
.form__input::-webkit-input-placeholder {
  color: #acacac;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form__input::-moz-placeholder {
  color: #acacac;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.form__input:-moz-placeholder {
  color: #acacac;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.form__input:-ms-input-placeholder {
  color: #acacac;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.form__input:focus::-webkit-input-placeholder {
  color: #000;
}
.form__input:focus::-moz-placeholder {
  color: #000;
}
.form__input:focus:-moz-placeholder {
  color: #000;
}
.form__input:focus:-ms-input-placeholder {
  color: #000;
}
.form__item-mistake {
  margin-top: 4px;
  font-size: 14px;
  color: #f00;
}
.form__mistakes {
  margin-top: 16px;
  font-size: 14px;
  color: #f00;
  text-align: center;
}
.form__mistakes p {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.form__mistakes p:last-of-type {
  margin-bottom: 0;
}
.form__bottom {
  margin-top: 24px;
}
.form__submit {
  width: 100%;
}
.form__agreement {
  margin-top: 8px;
  font-size: 12px;
  color: #acacac;
}
.form__success {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .form__row {
    margin-bottom: 16px;
  }
  .form__item {
    margin-bottom: 16px;
  }
  .form__item-label {
    font-size: 16px;
  }
  .form__input {
    padding: 13px 16px;
    font-size: 20px;
  }
  .form__item-mistake {
    font-size: 16px;
  }
  .form__mistakes {
    margin-top: 24px;
    font-size: 16px;
  }
  .form__bottom {
    margin-top: 32px;
  }
  .form__agreement {
    font-size: 14px;
  }
  .form__success {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .form__row {
    margin-bottom: 20px;
  }
  .form__item {
    margin-bottom: 20px;
  }
  .form__item-label {
    font-size: 18px;
  }
  .form__input {
    padding: 15px 20px;
    font-size: 24px;
  }
  .form__item-mistake {
    font-size: 18px;
  }
  .form__mistakes {
    margin-top: 32px;
    font-size: 18px;
  }
  .form__bottom {
    margin-top: 40px;
  }
  .form__agreement {
    font-size: 16px;
  }
  .form__success {
    font-size: 32px;
  }
}
.anim-right {
  transform: translateX(-60%);
  opacity: 0;
  transition-property: transform, opacity;
}
.anim-right.active {
  transition-duration: 1s;
  transform: translateX(0);
  opacity: 1;
}
.anim-left {
  transform: translateX(60%);
  opacity: 0;
  transition-property: transform, opacity;
}
.anim-left.active {
  transition-duration: 1s;
  transform: translateX(0);
  opacity: 1;
}
.anim-top {
  transform: translateY(60%);
  opacity: 0;
  transition-property: transform, opacity;
}
.anim-top.active {
  transition-duration: 1s;
  transform: translateY(0);
  opacity: 1;
}
.anim-bottom {
  transform: translateY(-60%);
  opacity: 0;
  transition-property: transform, opacity;
}
.anim-bottom.active {
  transition-duration: 1s;
  transform: translateY(0);
  opacity: 1;
}
.anim-scale-opacity {
  transform: scale(0);
  opacity: 0;
  transition-property: transform, opacity;
}
.anim-scale-opacity.active {
  transition-duration: 1s;
  transform: scale(1);
  opacity: 1;
}
.anim-opacity {
  opacity: 0;
  transition-property: opacity;
}
.anim-opacity.active {
  transition-duration: 1s;
  opacity: 1;
}
.anim-item.active .anim-right {
  transform: translateX(0);
  opacity: 1;
}
.anim-item.active .anim-left {
  transform: translateX(0);
  opacity: 1;
}
.anim-item.active .anim-bottom {
  transform: translateY(0);
  opacity: 1;
}
.anim-item.active .anim-top {
  transform: translateY(0);
  opacity: 1;
}
.anim-item.active .anim-scale-opacity {
  transform: scale(1);
  opacity: 1;
}
.anim-item.active .anim-opacity {
  opacity: 1;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination__item {
  margin: 5px;
  margin-top: 0;
}
.pagination__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  box-sizing: border-box;
}
.pagination__item a:hover,
.pagination__item a:focus {
  outline: none;
  color: #fe7630;
}
.pagination__item a:not([href]) {
  color: #fff;
  background-color: #fe7630;
}
@media (min-width: 1024px) {
  .pagination__item a {
    width: 50px;
    height: 50px;
  }
}
.tools__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #fa0005 0%, #fcfa2e 33%, #fcfa2e 66%, #12ff00 100%);
}
.tools__item::marker {
  position: absolute;
  font-weight: 900;
  font-size: 24px;
}
.tools__logo {
  margin-bottom: 16px;
}
.tools__item-title {
  font-size: 14px;
  font-weight: initial;
  text-align: left;
}
.tools__item-title a {
  color: #6a5acd;
  text-decoration: none;
}
.tools__logo-preview {
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}
.tools__logo-image {
  display: inline-block;
}
.tools__logo-image img {
  width: 100%;
}
@media (min-width: 440px) {
  .tools__logo {
    text-align: center;
  }
  .tools__logo-image {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .tools__title::before {
    top: 32px;
  }
  .tools__logo {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .tools__logo-preview {
    margin-bottom: 0;
    margin-left: 16px;
    width: 22%;
    place-self: center;
  }
  .tools__item-title {
    font-size: 18px;
  }
}
.team__item {
  position: relative;
  padding: 16px 0;
}
.team__item:first-of-type::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #fa0005 0%, #fcfa2e 33%, #fcfa2e 66%, #12ff00 100%);
}
.team__item-title {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-size: 25px;
  font-weight: 700;
}
.team__item-info {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .team__item {
    display: flex;
    align-items: center;
  }
  .team__item-title {
    margin: 0;
    margin-right: auto;
  }
  .team__item-info {
    align-self: center;
  }
}
@media (min-width: 768px) {
  .team__item {
    display: flex;
    padding: 32px 0;
  }
  .team__item-title {
    font-size: 24px;
  }
  .team__item-info {
    font-size: 16px;
  }
}
.example__item {
  text-align: center;
}
.example__item-title {
  font-size: 16px;
  font-weight: 700;
}
.example__item-video {
  display: inline-block;
  padding: 12px 0;
  padding-left: 8px;
  border-radius: 4px;
  background-color: #0080ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 8px;
  color: #fff;
  text-decoration: none;
}
.example__item-video:hover {
  background-color: #d33333;
}
@media (min-width: 768px) {
  .example__item-title {
    font-size: 18px;
  }
}
.contacts__item {
  padding-top: 80px;
  text-align: center;
}
.contacts__item-mail {
  display: inline-block;
  padding: 8px;
  color: #000;
  font-weight: 800;
  border: 4px solid;
  -o-border-image: linear-gradient(90deg, #fa0005 0%, #fcfa2e 33%, #fcfa2e 66%, #12ff00 100%) 1;
     border-image: linear-gradient(90deg, #fa0005 0%, #fcfa2e 33%, #fcfa2e 66%, #12ff00 100%) 1;
}
.contacts__item-mail:hover {
  transform: translateY(8px);
  color: #808080;
}
.teaser__main {
  margin: auto 0;
}
.teaser__logo {
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 64px;
  font-size: 12vw;
  text-shadow: 0px 16px 64px rgba(0,0,0,0.4);
  white-space: break-spaces;
  line-height: 1;
}
.teaser__title {
  margin: 0;
  padding: 0;
  padding: 8px 0;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.teaser__title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  top: -8px;
  left: 0;
  box-shadow: 0px 0px 16px #000;
  background: linear-gradient(90deg, #fa0005 0%, #fcfa2e 33%, #fcfa2e 66%, #12ff00 100%);
}
.teaser__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: num;
  font-size: 16px;
}
.teaser__item {
  position: relative;
  padding: 24px 0;
}
.teaser__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #fa0005 0%, #fcfa2e 33%, #fcfa2e 66%, #12ff00 100%);
}
.teaser__item::marker {
  position: absolute;
  font-weight: 900;
  font-size: 24px;
}
.teaser__item-title {
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.teaser__item-title::before {
  content: counter(num) '.';
  counter-increment: num;
  margin-right: 12px;
  font-size: 32px;
  font-weight: 900;
}
.teaser__item-title-text {
  align-self: center;
  font-weight: 500;
  font-size: 14px;
}
.teaser__wood-list {
  align-self: center;
  margin-top: 24px;
  margin-left: 40px;
  list-style: none;
  border-left: 1px solid #f00;
  border-top: 1px solid #f00;
  border-bottom: 1px solid #f00;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.teaser__wood-item {
  padding-left: 16px;
}
.teaser__wood-item:not(:last-of-type) {
  padding-bottom: 24px;
}
.teaser__wood-item:first-of-type {
  transform: translateY(-5%);
  background-color: #fff;
}
.teaser__wood-item:last-of-type {
  transform: translateY(20%);
  background-color: #fff;
}
.teaser__wood-item:not(:first-of-type):not(:last-of-type) .wood__title {
  position: relative;
}
.teaser__wood-item:not(:first-of-type):not(:last-of-type) .wood__title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  top: 8px;
  left: -56px;
  background-color: #f00;
}
.wood__title {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .teaser {
    position: relative;
  }
  .teaser__logo {
    margin-bottom: 20px;
    text-shadow: 0px 20px 72px rgba(0,0,0,0.4);
  }
  .teaser__title {
    position: initial;
    font-size: 24px;
  }
  .teaser__title::before {
    top: 12px;
    height: 24px;
    z-index: -1;
    box-shadow: none;
  }
  .teaser__title-text {
    padding: 2px 12px;
    background-color: #fff;
  }
  .teaser__item {
    padding: 32px;
  }
  .teaser__item-title {
    width: 64%;
    margin: 0 auto;
  }
  .teaser__item-title-text {
    font-size: 18px;
  }
  .teaser__wood-list {
    display: flex;
    margin-left: 0;
    padding: 0;
    padding-top: 24px;
    border: none;
    border-top: 1px solid #008000;
    border-left: 1px solid #008000;
    border-right: 1px solid #008000;
    border-top-right-radius: 24px;
  }
  .teaser__wood-item {
    margin-top: 8px;
    padding: 0;
  }
  .teaser__wood-item:not(:last-of-type) {
    margin-right: auto;
    padding: 0;
  }
  .teaser__wood-item:first-of-type {
    transform: translateX(-40%);
  }
  .teaser__wood-item:last-of-type {
    transform: translateX(40%);
  }
  .teaser__wood-item:not(:first-of-type):not(:last-of-type) .wood__title::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    top: -32px;
    left: 56px;
    background-color: #008000;
  }
  .wood__list-second {
    border-top: 1px solid #f00;
    border-left: 1px solid #f00;
    border-right: 1px solid #f00;
  }
  .wood__list-second .teaser__wood-item:nth-child(2) {
    transform: translateX(-16%);
  }
  .wood__list-second .teaser__wood-item:not(:first-of-type):not(:last-of-type) .wood__title::before {
    background-color: #f00;
  }
  .wood__title {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .teaser__item-title::before {
    left: 48px;
  }
}
@media (min-width: 1280px) {
  .wood__title {
    font-size: 16px;
  }
}
.advantages {
  margin-top: 24px;
}
.advantages .teaser__title {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.advantages .teaser__title-text {
  padding: 0;
  background-color: transparent;
}
.advantages .teaser__list {
  margin-top: 24px;
}
.advantages .teaser__item:first-of-type::before {
  content: none;
}
.advantages .teaser__item-title {
  font-size: 20px;
  justify-content: center;
}
.advantages .teaser__item-title::before {
  content: none;
}
.advantages .advantages__preview {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
}
.advantages .table__item {
  padding: 24px 0;
}
.advantages table {
  width: 100%;
  border-spacing: 0 12px;
}
.advantages tr th:first-of-type {
  float: left;
}
.advantages th {
  width: 25%;
  font-size: 12px;
  font-weight: 400;
}
.advantages tr {
  letter-spacing: 1px;
}
.advantages .interface__title {
  display: inline-block;
  margin-top: 14px;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 768px) {
  .advantages .teaser__title::before {
    top: 0;
  }
  .advantages .interface__title {
    width: 40%;
  }
  .advantages th {
    font-size: 18px;
  }
}
.interface__item-image {
  cursor: pointer;
  border: 1px solid #fff;
}
.interface__item-image:hover {
  border-color: #f00;
}
#magnify {
  display: none;
/* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 1000px;
  height: auto;
  top: 100px;
  z-index: 9999;
}
#magnify img {
  width: 100%;
}
#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
#close-popup {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #afafaf;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
#close-popup i {
  width: 30px;
  height: 30px;
  background: url("https://codernote.ru/files/cross.png") no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
#close-popup:hover {
  -webkit-animation: rota 4s infinite normal;
          animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.avenue__header {
  position: relative;
  padding-top: 24px;
}
.avenue__header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 16px #000;
  background: linear-gradient(90deg, #fa0005 0%, #fcfa2e 33%, #fcfa2e 66%, #12ff00 100%);
}
@media (min-width: 768px) {
  .avenue__header {
    padding-top: 40px;
  }
  .avenue__header::before {
    height: 24px;
  }
}
.evision-before .tools__item {
  position: relative;
  padding: 24px 0;
}
.evision-before .tools__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #fa0005 0%, #fcfa2e 33%, #fcfa2e 66%, #12ff00 100%);
}
.evision__header {
  position: relative;
  padding-top: 24px;
}
.evision__header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 16px #000;
  background: linear-gradient(90deg, #fa0005 0%, #fcfa2e 33%, #fcfa2e 66%, #12ff00 100%);
}
.evision__header .header-title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .evision__header {
    padding-top: 40px;
  }
  .evision__header::before {
    height: 24px;
  }
}
.evision {
  margin-top: 24px;
}
.evision__main {
  padding: 24px 0;
}
.evision__main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  top: -8px;
  left: 0;
  box-shadow: 0px 0px 16px #000;
  background: linear-gradient(90deg, #fa0005 0%, #fcfa2e 33%, #fcfa2e 66%, #12ff00 100%);
}
.evision__title {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 24px;
  text-align: left;
  font-size: 14px;
}
.evision__title::before {
  top: 0;
}
.evision__preview {
  margin-top: 16px;
  font-size: 16px;
  font-weight: initial;
  text-align: left;
}
.evision__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}
.evision__item {
  position: relative;
  padding: 24px 0;
}
.evision__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #fa0005 0%, #fcfa2e 33%, #fcfa2e 66%, #12ff00 100%);
}
.evision__item-title {
  font-size: 20px;
  text-align: center;
}
.evision__span {
  font-size: 18px;
}
@media (min-width: 768px) {
  .evision__main::before {
    height: 24px;
    box-shadow: none;
  }
  .evision__title {
    font-size: 18px;
  }
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 9;
  background-image: url("/media/Evision.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.header__wrapper {
  padding: 8px;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header-title {
  text-align: center;
  margin-bottom: 24px;
}
.header__logo {
  margin-bottom: 16px;
  text-align: center;
}
.header__logo-link {
  display: inline-block;
}
.header__logo-image {
  display: block;
  width: 400px;
  margin: 0 auto;
}
.header__logo-image--main {
  display: none;
}
.header__logo-image--short-white {
  display: none;
}
.header__logo-info {
  font-size: 17px;
  text-align: center;
}
.header__logo-title {
  font-size: 14px;
}
.header__burger {
  margin: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  position: fixed;
  left: 16px;
  top: 40px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.header__burger::after {
  position: absolute;
  top: -4px;
  right: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fe7630;
  border-radius: 50%;
  transition: all 0.2s;
  transform: scale(0);
  content: "";
}
.header__burger span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #000;
  border-radius: 3px;
  transition: all 0.2s;
}
.header__burger span::before,
.header__burger span::after {
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #000;
  border-radius: 3px;
  transition: all 0.2s;
  content: "";
}
.header__burger span::before {
  top: -10px;
  width: 24px;
}
.header__burger span::after {
  bottom: -10px;
  width: 8px;
}
.header__burger:hover span,
.header__burger:focus span {
  width: 24px;
  background-color: #fe7630;
}
.header__burger:hover span::before,
.header__burger:focus span::before,
.header__burger:hover span::after,
.header__burger:focus span::after {
  width: 24px;
  background-color: #fe7630;
}
.header__burger.cart::after {
  transform: scale(1);
}
.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  padding: 8px;
  display: flex;
  flex-direction: column;
  width: 95%;
  height: 100vh;
  background-color: #fff;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-bottom-left-radius: 16px;
  transition: all 0.4s;
  transform: translateX(100%);
}
.header__nav.active {
  box-shadow: -10px 5px 20px 0 rgba(126,104,99,0.5);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
}
.header__nav.active .header__menu .header__menu-list .header__menu-item .header__menu-link {
  width: 100%;
}
.header__nav.active .header__menu .header__menu-list .header__menu-item .header__menu-link:hover,
.header__nav.active .header__menu .header__menu-list .header__menu-item .header__menu-link:focus {
  color: #0080ff;
}
.header__nav-top {
  flex-shrink: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 12px 16px;
}
.header__nav-close {
  margin: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
.header__nav-close::before,
.header__nav-close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 32px;
  height: 3px;
  margin: auto;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.2s;
  content: "";
}
.header__nav-close::before {
  transform: rotate(-45deg);
}
.header__nav-close::after {
  transform: rotate(45deg);
}
.header__nav-close:hover::before,
.header__nav-close:focus::before,
.header__nav-close:hover::after,
.header__nav-close:focus::after {
  background-color: #fe7630;
}
.header__menu {
  overflow-y: auto;
  flex-grow: 1;
  flex-shrink: 0;
  height: 1px;
  padding: 16px;
  box-sizing: border-box;
}
.header__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.active-link .header__menu-link {
  pointer-events: none;
  color: #0080ff;
  border-color: transparent;
}
.header__menu-item {
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
}
.header__menu-item:last-of-type {
  margin-bottom: 0;
}
.header__menu-link {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s;
}
.header__menu-link:hover,
.header__menu-link:active {
  color: #0080ff;
}
.header__menu-link.active {
  color: #0080ff;
}
@media (min-width: 768px) {
  .header {
    padding: 16px 0;
  }
  .header-title {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .header__logo {
    margin-bottom: 40px;
  }
  .header__logo-title {
    font-size: 18px;
  }
  .header__burger {
    display: none;
  }
  .header__nav {
    position: fixed;
    width: auto;
    top: 64px;
    left: 8%;
    right: initial;
    height: initial;
    border: none;
    background-color: transparent;
    transition: initial;
    transform: initial;
  }
  .header__nav-top {
    display: none;
  }
  .header__menu {
    padding: 0;
    height: initial;
    overflow: initial;
  }
  .header__menu-list {
    display: flex;
    flex-direction: column;
  }
  .header__menu-item {
    margin: 0;
    margin-right: auto;
    padding: 4px 0;
  }
  .header__menu-link {
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }
  .header__menu-link:hover,
  .header__menu-link:active {
    border-color: transparent;
  }
}
@media (min-width: 1024px) {
  .header__menu {
    overflow-y: initial;
    flex-grow: initial;
    height: auto;
    padding: 0;
  }
  .header__menu-list {
    display: flex;
    align-items: center;
  }
  .header__menu-item {
    margin-bottom: 0;
  }
  .header__menu-link {
    position: initial;
  }
}
@media (min-width: 1280px) {
  .header__menu-link {
    font-size: 20px;
  }
}
