/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-weight: 400;
  font-family: Source-Sans-Pro;
  src: url(../fonts/source-sans-pro/SourceSansPro-Regular.woff2) format("woff2"),
    url(../fonts/source-sans-pro/SourceSansPro-Regular.woff) format("woff");
}

@font-face {
  font-weight: 600;
  font-family: "Source-Sans-Pro Bold";
  src: url(../fonts/source-sans-pro/SourceSansPro-Bold.woff2) format("woff2"),
    url(../fonts/source-sans-pro/SourceSansPro-Bold.woff) format("woff");
}

html {
  height: 100%;
  color: #63666a;
  font-size: 18px;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: Source-Sans-Pro, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #231f20;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

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

input {
  border-radius: 0;
  -webkit-appearance: none;
}

section {
  padding-top: 70px;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.header--fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  -webkit-animation: fixedNav 0.4s;
  animation: fixedNav 0.4s;
}

.header__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  background-color: #f1f1f1;
}

.header__line-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__line-link {
  position: relative;
  z-index: 3;
  margin-left: 40px;
  color: #57595d;
  font-size: 16px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.header__line-link:hover {
  color: #f4b400;
}

.header__line-link::first-child {
  margin-left: 0;
}

.header__line-link--active {
  color: #fff;
}

.header__content {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.header__content-wrapper {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  /*border-bottom: 1px solid #ccc;*/
}

.header__logo {
  display: block !important;
  width: 100%;
  max-width: 200px;
  height: 100% !important;
}

.header__logo--adaptive {
  display: none !important;
}

.header-nav {
  margin-left: auto;
  padding-right: 30px;
}

.header-nav::after {
  position: absolute;
  top: 27px;
  right: 16%;
  display: none;
  width: 1px;
  height: 16px;
  background-color: #d5d5d3;
  content: "";
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav__item {
  margin-left: 35px;
}

.header-nav__item:first-child {
  margin-left: 0;
}

.header-nav__item--dropdown:hover .header-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  pointer-events: visible;
}

.header-btn {
  margin-left: 35px;
}

.header-nav__link {
  position: relative;
  display: block;
  height: 97%;
  padding: 26px 0;
  color: #63666a;
  color: #070405;
  font-size: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.header-nav__link::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 3px;
  background-color: #f4b400;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  content: "";
}

.header-nav__link:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.header-nav__link--active {
  position: relative;
}

.header-nav__link--active::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 3px;
  background-color: #f4b400;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  content: "";
}

.header-nav__link--active::after {
  display: none;
}

.header__logo-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo-wrap--iqb {
  width: 140px;
  margin-left: 30px;
}

.header__second-logo {
  display: block;
  max-width: 140px;
  max-height: 48.58px;
}

.header__second-logo--adaptive {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.98);
}

.header__logo-wrap {
  z-index: 3;
}

.header-nav__contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.header-nav__contacts--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav__contacts::before {
  position: absolute;
  top: -4vh;
  width: 100%;
  max-width: 450px;
  height: 1px;
  padding: 0 10px;
  background-color: #fff;
  opacity: 0.4;
  content: "";
}

.header-nav__contacts-link {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.header-nav__contacts-link:hover {
  color: #f4b400;
}

.header-tablet-visible {
  display: none;
}

.header-dropdown {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #f1f1f1;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  pointer-events: none;
}

.header-dropdown__item {
  position: relative;
  margin-right: 40px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header-dropdown__item:last-child {
  margin-right: 0;
}

.header-dropdown__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f4b400;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  content: "";
}

.header-dropdown__item:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.header-dropdown__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  color: #070405;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: #fff;
}

.hamburger-box {
  width: 25px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 25px;
  height: 2px;
  background-color: #63666a;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 75ms 0.12s ease,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  display: none;
  z-index: 2;
}

.open-nav {
  overflow-y: hidden;
}

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

.text-center {
  text-align: center;
}

.thin-text {
  font-weight: 300;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 19px 30px;
  color: #fff;
  font-weight: 60;
  font-size: 12px;
  font-family: "Source-Sans-Pro Bold";
  letter-spacing: 1.9px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f4b400;
  border: 1px solid #f4b400;
  border-radius: 27.5px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.btn:hover {
  color: #f4b400;
  background-color: transparent;
}

.btn--transparent {
  color: #f4b400;
  background-color: transparent;
}

.btn--transparent:hover {
  color: #fff;
  background-color: #f4b400;
}

.btn--white {
  color: #000;
  background-color: #fff;
  border: #fff;
}

.btn--white:hover {
  color: #fff;
  background: #f4b400;
}

.btn--white-second {
  color: #000;
  background-color: #fff;
  border: #fff;
}

.btn--white-second:hover {
  color: #f4b400;
  background-color: #fff;
}

.btn--main-slider:hover {
  color: #f4b400;
  background-color: #fff;
  border: 1px solid #fff;
}

.main-slider .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.center-btn {
  width: 100%;
  text-align: center;
}

.content ul li {
  position: relative;
  display: block;
  margin: 12px 0;
  padding-left: 25px;
  font-size: 16px;
  line-height: 26px;
}

.content ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 13px;
  margin-right: 30px;
  background: url("../images/icons/mark.svg");
  background-size: cover;
  content: "";
}

.title-wrap {
  margin-top: 70px;
  margin-bottom: 50px;
  text-align: center;
}

.title {
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
}

.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 40px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.breadcrumbs__item::after {
  position: relative;
  left: 10px;
  font-size: 13px;
  content: "/";
}

.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link {
  color: #63666a;
  font-size: 13px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.breadcrumbs__link:hover {
  color: #f4b400;
}

.main-slider {
  margin-top: -40px;
}

.main-slider__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  min-height: 600px;
}

.main-slider__image {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.main-slider__text-wrap {
  position: relative;
  z-index: 2;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-slider__title {
  max-width: 580px;
  color: #000;
}

.main-slider__title--white {
  color: #fff;
}

.main-slider__subtitle {
  max-width: 580px;
  margin-bottom: 30px;
  color: #000;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.main-slider__subtitle--white {
  color: #fff;
}

.grey-section {
  background-color: #fafafa;
}

.nav-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  background-color: #fafafa;
}

.nav-line__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  max-width: 1255px;
  padding: 0 20px;
}

.nav-line__item {
  margin-right: 80px;
}

.nav-line__item:last-child {
  margin-right: 0;
}

.nav-line__link {
  color: #000;
  color: #63666a;
  font-weight: 300;
  font-size: 17px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.nav-line__link:hover {
  color: #f4b400;
}

.arrow-up {
  position: fixed;
  right: 55px;
  bottom: 150px;
  z-index: 5;
  display: none;
  width: 55px;
  height: 55px;
  cursor: pointer;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 0;
  overflow: hidden;
}

.info--padding {
  min-height: auto;
  padding: 0 10%;
}

.info--padding .info-left,
.info--padding .info-right {
  min-height: 500px;
}

.info-left {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  min-height: 536px;
}

.info-left__title {
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
}

.info-left__title-second {
  width: 100%;
  margin-top: 45px;
  margin-right: auto;
  font-weight: 300;
  font-size: 36px;
  text-align: left;
}

.info-left__title-second--bold {
  margin-top: 0;
  font-weight: 600;
}

.info-left__text {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 16px;
}

.info-left__text-second {
  width: 100%;
  max-width: 522px;
  margin-right: auto;
  font-size: 16px;
  line-height: 20px;
}

.info-left__text-second a {
  color: #f4b400;
  font-size: 16px;
  text-decoration: underline;
}

.info-left__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: auto;
  margin-bottom: 50px;
}

.info-left__text-wrap p {
  max-width: 500px;
}

.info-left__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-width: 200px;
  margin-top: 15px;
  margin-left: 20px;
  margin-left: 0;
}

.info-right {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 100%;
  min-height: 536px;
}

.info-right--main {
  min-height: 400px;
}

.info-right__preview {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-right__preview--contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.video-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231f20;
}

.video-filter--info {
  opacity: 0.1;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 32px;
  height: 44px;
  padding: 18px 20px 18px 28px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  width: 80px;
  height: 80px;
  background: #f4b400;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  animation: pulse-border 1.5s ease-out infinite;
  content: "";
}

.play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 80px;
  height: 80px;
  background: #f4b400;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  content: "";
}

.play:hover:after {
  background-color: #ffc728;
}

.play img {
  position: relative;
  z-index: 3;
  width: auto;
  max-width: 100%;
  height: auto;
}

.play span {
  position: relative;
  z-index: 3;
  display: block;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 32px solid #fff;
}

.play-model {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 32px;
  height: 44px;
  padding: 18px 20px 18px 28px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-model::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  width: 80px;
  height: 80px;
  background: #f4b400;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  animation: pulse-border 1.5s ease-out infinite;
  content: "";
}

.play-model::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 80px;
  height: 80px;
  background: #f4b400;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  content: "";
}

.play-model span {
  position: absolute;
  top: 50%;
  left: 50.5%;
  z-index: 3;
  display: block;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 32px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.video:hover .play:after {
  background-color: #ffc728;
}

.products {
  padding-top: 70px;
}

.section-title__wrap {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.section-title {
  color: #231f20;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
}

.section-subtitle {
  max-width: 739px;
  margin-top: 15px;
  color: #63666a;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.section-subtitle--small {
  font-size: 16px;
  line-height: 22px;
}

.products__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.products__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 393px;
  margin-right: 20px;
  padding: 70px 27px;
  padding-bottom: 95px;
  padding-left: 0;
  background-color: #f2f2f2;
}

.products__item:last-child {
  margin-right: 0;
}

.products__item--width50 {
  width: 50%;
  max-width: none;
}

.product__item-price {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #000;
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.products__new-icon {
  position: absolute;
  top: -58px;
  right: -60px;
  width: 120px;
  height: 120px;
}

.products__item-img {
  height: 150px;
  max-height: 150px;
}

.products__item-img--width50 {
  max-width: 263px;
  height: 270px;
  max-height: none;
  padding: 30px;
}

.products__item-content {
  max-width: 300px !important;
  margin-left: 10px;
}

.products__item-title {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 42px;
}

.products__item-desc {
  color: #f4b400;
  font-size: 16px;
  font-family: "Source-Sans-Pro Bold";
  line-height: 20px;
}

.products__item-text {
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
}

.products__item-btn {
  position: absolute;
  bottom: 30px;
  max-width: 210px;
  margin-top: 10px;
}

.products__item-btn--brochure {
  bottom: 93px;
}

.products__info {
  margin: 0 auto;
  margin-top: 25px;
  padding: 0 15px;
  font-size: 15px;
  text-align: center;
}

.advantages {
  padding-top: 70px;
}

.advantages__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.advantages__item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  margin-right: 25px;
  text-align: center;
}

.advantages__item:last-child {
  margin-right: 0;
}

.advantages__item-text {
  width: 100%;
  font-size: 16px;
}

.advantages__item-icon {
  max-width: 66px;
}

.industries__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}

.industries__item {
  width: 33.33333333333%;
  max-width: 340px;
  height: 100%;
  margin-bottom: 30px;
}

.industries__img-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 340px;
  height: 100%;
  max-height: 340px;
}

.industries__img {
  width: 100%;
  max-width: 340px;
  height: 100%;
  max-height: 239px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 12px;
}

.industries__title {
  margin-top: 12px;
  color: #231f20;
  font-weight: 300;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 27px;
  text-align: center;
}

.industries__text {
  margin-top: 11px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.slider {
  max-width: 690px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 0 35px;
}

.main-page-slider {
  margin-bottom: 50px;
}

.slider__img {
  max-height: 460px;
}

.slider__thumbnails {
  max-width: 550px;
  margin: 0 auto;
}

.slider__thumb {
  cursor: pointer;
}

.slider__thumb-img {
  max-height: 50px;
}

.slider__thumbnails .owl-stage-outer .owl-stage .owl-item {
  border: 2px solid transparent;
}

.slider__thumbnails .owl-stage-outer .owl-stage .current {
  border: 2px solid #f4b400;
}

.slider__nav {
  position: absolute;
  top: 50%;
  height: 27px;
  margin-top: -5%;
}

.slider__nav--prev {
  left: -45px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider__nav--next {
  right: -45px;
}

.slider__item {
  position: relative;
}

.slider__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  padding: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  font-weight: 600;
  text-align: center;
  background: #f4b400;
}

.cases-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog {
  padding-bottom: 50px;
}

.blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  background-color: #fff;
}

.blog__item {
  width: 100%;
  max-width: 409px;
  margin: 0 15px;
  overflow: hidden;
}

.blog__item-link {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.blog__item-link:hover .blog__image-wrap::before {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: fadeIn 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.blog__item-link:hover .blog__image-wrap::after {
  -webkit-animation: toTop 0.3s forwards;
  animation: toTop 0.3s forwards;
}

.blog__image-wrap {
  position: relative;
  min-height: 272px;
}

.blog__image-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #f4b400;
  opacity: 0;
  -webkit-animation: fadeInOut 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    forwards;
  animation: fadeInOut 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  content: "";
}

.blog__image-wrap::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f4b400;
  font-weight: 600;
  font-size: 30px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  -webkit-animation: toTopOut 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: toTopOut 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  content: url("../images/icons/plus.svg");
}

.blog__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.blog__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0;
}

.blog__item-title {
  min-height: 81px;
  margin-bottom: 10px;
  color: #231f20;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 27px;
}

.blog__item-date {
  display: block;
  color: #63666a;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
}

.blog__item-text {
  margin-top: 15px;
  color: #63666a;
  font-size: 16px;
  line-height: 24px;
}

.blog-button {
  width: 250px;
}

.error__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 550px;
  background: url("../images/main-page-slider/slide-1.jpg") no-repeat center;
}

.subtitle-link {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.subtitle-link:hover {
  color: #f4b400;
}

.top-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 300px;
  background: url("../images/academia-banner.jpg") no-repeat center;
  background-size: cover;
}

.top-banner__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #272525;
  opacity: 0.4;
}

.banner-wrapper {
  max-width: 910px;
}

.top-banner__text-wrap {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.top-banner__title {
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
}

.top-banner__subtitle {
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  line-height: 38px;
  text-align: center;
}

.top-banner__small-text {
  margin-bottom: 60px;
  color: #fff;
  font-size: 15px;
  line-height: 22.8px;
  text-align: center;
}

.education-info {
  padding-bottom: 70px;
  background-color: #eff4f9;
}

.education-info--grey {
  margin-top: 50px;
  background-color: #fafafa;
}

.education-info--second {
  padding-top: 1px;
  background-color: #fff;
}

.education-info--form {
  padding-top: 1px;
  background-color: #eff4f9;
}

.education-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.education-info__wrap--margin {
  margin-top: 70px;
}

.edutaction-info__img {
  width: 100%;
  max-width: 202px;
  height: 100%;
  max-height: 263px;
  margin-right: 50px;
  margin-bottom: 30px;
}

.edutaction-info__img--big {
  max-width: 400px;
  max-height: none;
}

.education-info__text-wrap {
  max-width: 770px;
  margin-right: auto;
}

.education-info__title {
  font-weight: 300;
  font-size: 36px;
}

.education-info__text {
  color: #63666a;
  font-size: 18px;
  line-height: 26px;
}

.education-info__text--form {
  color: #000;
}

.education-info__bold-text {
  display: block;
  margin-top: 25px;
}

.education-info__list {
  margin-top: 30px;
  padding-left: 20px;
}

.education-info__list-item {
  margin-bottom: 20px;
  font-size: 16px;
  list-style: disc;
}

.cta-line {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #d8d8d8;
}

.cta-line__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-line__text {
  margin-right: 30px;
}

.cta-line__btn-wrap:last-child a {
  margin-right: 0;
}

.cta-line__btn-wrap a {
  margin-right: 30px;
}

.split-section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 70px;
}

.split-section__left {
  max-width: 575px;
  padding-right: 50px;
}

.split-section__title {
  color: #231f20;
  font-weight: 300;
  font-size: 36px;
  line-height: 38px;
}

.split-section__text {
  display: block;
  max-width: 520px;
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
}

.split-section__right {
  width: 100%;
  max-width: 600px;
  height: 100%;
  min-height: 400px;
  padding-top: 20px;
  padding-left: 35px;
  overflow: hidden;
  background-image: url("../images/banner-bcg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.split-section__logo {
  width: 205px;
  height: 75px;
}

.split-section__right-title {
  max-width: 285px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
}

.split-section__right-text {
  display: block;
  max-width: 275px;
  margin-bottom: 25px;
  font-size: 16px;
}

.banner {
  padding-bottom: 30px;
}

.underline-link {
  position: relative;
  margin-left: 45px;
  color: #231f20;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border-bottom: 2px solid #f4b400;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.underline-link::before {
  position: absolute;
  top: -5px;
  left: -45px;
  display: block;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  content: url("../images/icons/link-arrow.svg");
}

.underline-link:hover {
  color: #f4b400;
}

.underline-link:hover::before {
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
}

.white-popup {
  position: relative;
  width: auto;
  max-width: 550px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
}

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

.popup__title {
  margin: 20px;
  margin-bottom: 10px;
  color: #231f20;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  font-family: "Montserrat", sans-serif;
}

.popup__text {
  margin: 20px;
}

.popup__text a {
  color: #63666a;
  text-decoration: underline;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.popup__text a:hover {
  color: #f4b400;
}

.table {
  padding-bottom: 50px;
}

.table__wrap {
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 30px;
}

.education-table {
  width: 100%;
  margin: 0 auto;
}

.education-table tr td {
  width: 210px;
  height: 65px;
  margin: 0 auto;
  text-align: center;
}

.education-table tr:nth-child(odd) {
  background-color: #d8d8d8;
}

.education-table__empty {
  background-color: transparent;
}

.educaction-table__title {
  color: #fff;
  font-weight: 600;
  font-family: "Source-Sans-Pro Bold";
  background-color: #f4b400;
}

.education-table__row-title {
  padding: 0 5px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

/* .table-mark {
  position: relative;
} */

/* .table-mark::before */
.table-mark {
  /* position: absolute;
  top: -10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  display: block;
  width: 25px;
  height: 25px;
  /* margin-right: 30px; */
  background: url("../images/icons/mark.svg");
  background-size: cover;
  background-repeat: no-repeat;
  /* content: ""; */
}

.education-info__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 415px;
  margin-left: 7%;
}

.education-info__form-field {
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 15px;
  border: none;
  border-radius: 5px;
}

.education-info__form-text {
  max-width: 415px;
  min-height: 50px;
  max-height: 400px;
  margin-bottom: 25px;
  padding-top: 17px;
  padding-left: 15px;
  font-size: 15px;
  border: none;
  border-radius: 5px;
}

.areas {
  padding-bottom: 50px;
  background-color: #f2f2f2;
}

.areas-text-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.areas-subtitle {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.areas__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}

.areas__item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 140px;
  margin-top: 40px;
  margin-right: 3%;
  text-align: center;
}

.areas__item:last-child {
  margin-right: 0;
}

.areas__item-icon {
  max-height: 65px;
}

.areas__item-title {
  width: 100%;
  font-size: 16px;
  font-family: Source-Sans-Pro;
  line-height: 22px;
}

@media screen and (min-width: 1200px) {
  .info-left__wrap {
    padding: 0 50px;
  }
}

.form-text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-text__text {
  margin-bottom: 10px;
  font-size: 14px;
}

.form-text__text a {
  color: #f4b400;
  text-decoration: underline;
}

.form-text__text:last-child {
  margin-bottom: 25px;
}

.second-banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.second-banner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  background-color: #e7e7e7;
}

.second-banner__right {
  width: 50%;
  margin-left: auto;
}

.second-banner__text-wrap {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.second-banner__title {
  font-weight: 300;
  font-size: 30px;
}

.second-banner__text {
  display: block;
  margin-bottom: 40px;
}

.second-banner__img {
  width: 100%;
}

.popup-form__modal {
  max-width: 450px;
}

.popup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 30px 0;
  padding: 0 20px;
}

.popup-form__field {
  font-weight: 500;
  font-size: 16px;
  color: #231f20;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.form-dropdown-select {
  width: calc(100% + 10px);
  margin-left: -10px;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #757575;
  font-size: 13px;
  cursor: pointer;
}
#peel_questions .form-dropdown-select,
#peel_education_form .form-dropdown-select {
  width: 100%;
  margin-left: 0;
}
#peel_questions .form-dropdown-title,
#peel_education_form .form-dropdown-title {
  display: none;
}

.form-dropdown-select:hover {
  border: 1px solid #ced2d7;
  border-radius: 10px;
}
.popup-form__field:focus,
.popup-form__field:focus-visible,
.popup-form__textarea:focus,
.popup-form__textarea:focus-visible {
  border-radius: 10px;
  border: 1px solid;
  outline: 0;
}
.form-dropdown-select:focus,
.form-dropdown-select:focus-visible {
  border: 1px solid #c0c0c4;
  outline: 0;
}
.popup-form__textarea::placeholder,
.popup-form__field::placeholder,
.form-dropdown-label {
  color: #231f20;
  font-size: 16px;
  font-weight: 500;
}
.popup-form__textarea {
  max-width: 370px;
  height: 50px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #231f20;
}
.company_input_info {
  margin-top: 8px;
  margin-bottom: 10px;
}
.company_input_info,
.popup-form__small-text {
  font-size: 13px;
  color: #c0c0c4;
  padding-left: 10px;
}
.popup-form__small-text a {
  color: #c0c0c4;
}
.popup-form__small-text {
  margin-bottom: 10px;
}

.popup-form__small-text a {
  text-decoration: underline;
}

.popup-form__btn {
  margin-top: 20px;
}

.anchors {
  margin-top: 50px;
  margin-bottom: 50px;
}

.anchors__pt0 {
  margin-top: 0;
  padding-top: 0;
}

.anchors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 42px;
  background-color: #f2f2f2;
}

.anchors__item {
  text-align: center;
}

.anchors__link {
  color: #63666a;
  font-size: 17px;
  line-height: 20px;
  text-decoration: underline;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.anchors__link:hover {
  color: #f4b400;
}

.cta {
  padding-top: 20px;
}

.cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 60px;
  background-color: #eff4f9;
}

.cta__text-wrap {
  max-width: 675px;
}

.cta__title {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
}

.cta__text {
  margin-bottom: 0;
  color: #63666a;
  font-size: 16px;
  line-height: 20px;
}

.cta__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.scanner-cta {
  margin-bottom: 70px;
  padding: 40px 0;
  background: #f5f5f5;
}

.scanner-cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scanner-cta__side {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}

.scanner-cta__side--right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scanner-cta__title {
  display: block;
  max-width: 540px;
  margin-bottom: 35px;
  color: #000;
  font-weight: 600;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  line-height: 36px;
}

.red-text {
  color: #db2525;
  font-weight: 600;
}

.third-cta {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

.third-cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.third-cta__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}

.third-cta__text-wrap {
  width: 50%;
}

.third-cta__title {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
}

.third-cta__subtitle {
  display: block;
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}

.two-sides__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.two-sides__wrap--title {
  margin-top: 50px;
}

.two-sides__side {
  width: 50%;
}

.two-sides__side:first-child {
  margin-right: 70px;
}

.two-sides__side--text {
  width: 45%;
}

.two-sides__side--face-scan {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
}

.two-sides__title {
  font-size: 30px;
  line-height: 36px;
}

.two-sides__list {
  margin-top: 35px;
  margin-right: auto;
  margin-bottom: 35px;
  padding-left: 20px;
}

.two-sides__list-item {
  margin-bottom: 15px;
  font-size: 16px;
  list-style: disc;
}

.two-sides__list-item:last-child {
  margin-bottom: 0;
}

.two-sides__preview-wrap {
  position: relative;
}

.two-sides__preview-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.two-sides__text-wrap {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

.two-sides__text {
  margin: 0;
  margin-bottom: 30px;
  font-size: 16px;
}

.two-sides__text--face-scan {
  margin-top: 40px;
}

.two-sides__text-btn {
  display: block;
  margin-top: 20px;
}

.yellow-text {
  color: #f4b400;
}

.info-education {
  margin-top: 70px;
}

.icons-list-education {
  padding-bottom: 70px;
  background-color: #f5f5f5;
}

.introduction {
  padding-bottom: 20px;
}

.introduction__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.introduction__item {
  width: 32%;
  margin-right: 50px;
  text-align: center;
}

.introduction__item:last-child {
  margin-right: 0;
}

.introduction__item-img {
  width: 100%;
  height: 100%s;
}

.introduction__item-text {
  font-size: 16px;
}

.introduction__item-text {
  display: block;
  margin-top: 10px;
}

.scaner-cta__text {
  display: block;
  margin-top: -15px;
  margin-bottom: 40px;
  font-size: 16px;
}

.clients {
  margin-top: 20px;
  padding-bottom: 70px;
}

.clients__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.clients__logo {
  margin: 30px;
}

.new-opportunities {
  margin-top: 100px;
  margin-bottom: 20px;
  padding-bottom: 70px;
  background-color: #f5f5f5;
}

.new-opportunities__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-opportunities__side {
  width: 48%;
}

.new-opportunities__side:first-child {
  margin-right: 50px;
}

.new-opportunities__side .content ul {
  margin-bottom: 50px;
}

.new-opportunities__side .content ul li {
  margin-top: 0;
}

.new-opportunities__btn {
  margin-left: 40px !important;
  line-height: 32px !important;
}

.twosides-scan-btn {
  margin-top: 20px;
  margin-left: 40px !important;
}

.products-item-brochure {
  padding-bottom: 170px;
}

.brochure-absolute {
  position: absolute !important;
  bottom: 45px !important;
  margin-left: 45px !important;
}

.price-mark {
  font-size: 16px;
  vertical-align: top;
}

.icons-list__text {
  font-size: 16px;
}

.clients__logo2 {
  width: 100%;
}

.clients__wrap-block {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 23px;
}

.clients__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-section {
  padding-top: 20px;
}

.products__wrap-img {
  background-repeat: no-repeat !important;
  background-size: cover;
}

.model-container {
  position: relative;
}

.slider__preview-link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.model-frame {
  width: 100% !important;
  max-height: 394px !important;
}

.requirements__table tr {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

.requirements__text:first-child {
  margin-bottom: 25px;
}

.second-table__open {
  font-weight: 400 !important;
}

.case-product-item {
  padding-top: 12px;
  padding-bottom: 23px;
}

.free-brochures {
  padding-bottom: 20px;
}

.free-brochures__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

.free-brochures__item {
  width: 46%;
  border: 1px solid #bebebe;
}

.free-brochures__img-wrap {
  background-color: #e7e7e7;
}

.free-brochures__img {
  width: 100%;
}

.free-brochures__content {
  min-height: 246px;
  padding: 35px 50px;
}

.free-brochures__title {
  display: block;
  margin-bottom: 25px;
  color: #000;
  font-size: 24px;
}

.free-brochures__text {
  font-size: 16px;
}

.free-brochures__btn-wrap {
  margin-bottom: 40px;
  padding: 0 50px;
}

.btn-arrow {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 53px;
}

.btn-arrow::before {
  position: relative;
  left: -10px;
  width: 24px;
  height: 21px;
  background: url("../images/icons/btn-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.btn-arrow:hover {
  color: #fff;
  background-color: #f4b400;
}

.black-bullets li {
  position: relative;
  list-style: none;
}

.black-bullets li::before {
  position: absolute;
  top: 9px;
  left: -15px;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #000;
  border-radius: 50%;
  content: "";
}

.examples3d-cases {
  padding-top: 20px;
}

.cases-software {
  padding-top: 50px;
}

.spheres__item svg {
  width: 100%;
  max-width: 84px;
}

.bottom-slider {
  margin-top: 20px !important;
}

.product__slider-item {
  border: 1px solid #bdbdbd;
}

.slider__model-example {
  border: 1px solid #bdbdbd;
}

.info-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-slider__filter {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  /*opacity: 0.7;*/
  opacity: 0.9;
  background-color: #f4b400;
}

/*.main-slider__filter--white {
  background: #fff;
}*/

.main-slider__filter--black {
  background: #000;
  opacity: 0.7;
}

.text-clients-block {
  width: 100%;
}

.main-page-products {
  padding-top: 20px;
}

@-webkit-keyframes fixedNav {
  0% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0);
  }
}

.how-works__wrapper {
  margin-top: 30px;
}

.how-works__stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.how-works__text-block {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 17px;
}

.how-works__stage-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000;
  font-size: 16px;
  text-align: center;
  background-color: #f4b400;
  border-radius: 50%;
}

.how-works__stage-title {
  margin-top: 15px;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 36px;
}

.how-works__text {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.how-works__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.requirements__text-wrap {
  max-width: 620px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}

.requirements__text {
  margin-top: 0;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
}

.requirements__table-wrap {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
}

.requirements__table {
  border-collapse: collapse;
}

.requirements__table tr {
  display: block;
  padding: 5px 3px;
  border-bottom: 1px solid #d8d8d8;
  border-collapse: separate;
}

.requirements__table tr td:nth-child(1) {
  min-width: 250px;
  color: #000;
  font-size: 16px;
}

.requirements__table tr td:nth-child(2) {
  color: #000;
  font-size: 16px;
}

.requiments__info {
  font-size: 16px;
  line-height: 26px;
}

.examples {
  padding-bottom: 70px;
}

.examples__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.examples__item {
  width: 33.33333333%;
  max-width: 400px;
  margin-right: 2%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.examples__item:last-child {
  margin-right: 0;
}

.examples__item:hover {
  opacity: 1;
}

.examples__item:hover .examples__item-count {
  color: #fff;
  background-color: #f4b400;
}

.examples__image {
  width: 100%;
  max-width: 400px;
}

.examples__item-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.examples__title {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 36px;
}

.examples__text {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.examples__btn-wrap {
  margin-top: 25px;
}

.software-adv {
  padding-top: 0;
}

.software-adv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.software-adv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.software-adv__side {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  min-height: 350px;
  padding: 0 10px;
  background-color: #fcfcfd;
}

.yellow {
  background-color: #f4b400;
}

.yellow h4 {
  color: #fff;
}

.yellow p {
  color: #fff;
}

.software-adv__title {
  position: relative;
  display: inline;
  color: #000;
  font-size: 30px;
  line-height: 46px;
  text-align: center;
}

.software-adv__circle {
  position: relative;
  top: -6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  border: 2px solid #000;
  border-radius: 50%;
}

.software-adv__circle--white {
  color: #fff;
  border: 2px solid #fff;
}

.software-adv__text {
  max-width: 358px;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.software-adv__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  min-height: 350px;
  background-color: #fcfcfd;
}

.examples__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accordion {
  padding-top: 0;
  padding-bottom: 30px;
}

.accordion__wrap {
  max-width: 700px;
  margin: 0 auto;
}

.accordion__item {
  margin-bottom: 30px;
}

.accordion__item-visible {
  position: relative;
  cursor: pointer;
}

.accordion__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  color: #231f20;
  font-weight: 300;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  line-height: 32px;
}

.accordion__item-arrow {
  position: absolute;
  top: 10px;
  left: 0;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.accordion__item-arrow--active {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.accordion__item-hidden {
  display: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 1px;
}

.accordion__item-hidden p {
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
}

.accordion__item-hidden p a {
  color: #f4b400;
  text-decoration: underline;
}

.accordion__item-text {
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
}

.cases {
  padding-bottom: 70px;
}

.cases-title {
  margin: 70px auto;
}

.cases-wrap {
  width: 100%;
  max-width: 700px;
}

.cases-subtitle {
  margin-bottom: 20px;
  color: #63666a;
  font-weight: 300;
  font-size: 24px;
  line-height: 39px;
}

.cases__text {
  margin-top: -15px;
  margin-bottom: 22px;
  margin-left: 1px;
  font-size: 14px;
}

.cases-slider {
  margin-bottom: 50px;
}

.fullscreen-banner {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 125px 95px;
  background: url("../images/accessories/fullscreenbanner-bcg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.fullscreen-banner {
  position: relative;
}

.fullscreen-banner__filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  /*background-color: rgba(255, 255, 255, 0.6);*/
  background-color: #f4b400;
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
	.fullscreen-banner__filter ~ .btn,
	.main-slider__filter ~ .main-slider__text-wrap .btn {
		background-color: #292E38;
		border-color: #292E38;
		color: #ffffff;
	}
	.main-cta .main-cta__title {
		color: #000000;
	}
}

.fullcreen-banner__title {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 450px;
  font-size: 30px;
}

.accessories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 50px;
}

.accessories__item {
  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;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 45%;
  max-width: 480px;
  margin-bottom: 90px;
  padding-bottom: 80px;
}

.accessories__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 282px;
}

.accessories__item-img {
  display: block;
  max-width: 250px;
  max-height: 340px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.accessories__item-title {
  font-size: 20px;
  line-height: 20px;
}

.accessories__item-text {
  font-size: 16px;
  line-height: 20px;
}

.accessories__item-bottom {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}

.accessories__item-price {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.accessories__item-num {
  margin-right: 20px;
  margin-left: 20px;
  color: #000;
  font-weight: 600;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}

.hover-block__item-img {
  top: 0;
  left: 0;
}

.hover-block__item-front {
  top: 0;
  left: 0;
}

.hover-block__front-filter {
  top: 0;
  left: 0;
}

.accessories__item-btn {
  right: 0;
  display: block;
  /*margin-left: auto*/
}

.accessories__info {
  margin: 0 auto;
  margin-top: -25px;
  padding: 0 15px;
  font-size: 15px;
  text-align: center;
}

.accessories__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.main-cta__wrap {
  width: 100%;
  min-height: 350px;
  padding: 80px 80px;
  background: url("../images/catalog/catalog-cta.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-cta__wrap--face-scan {
  background-image: url("../images/face-scan/banner-bcg.png");
}

.main-cta__wrap--object-scan {
  background-image: url("../images/object-scan/banner-bcg.png");
}

.main-cta__wrap--human-scan {
  background-image: url("../images/human-scan/banner-bcg.png");
}

.main-cta__wrap--education {
  background-image: url("../images/education/banner-bcg.png");
}

.main-cta__wrap--catalog {
  background-image: url("../images/catalog/catalog-banner-min.png");
}

.main-cta__wrap--catalog h1,
.main-cta__wrap--catalog h3,
.main-cta__wrap--catalog p,
.main-cta__wrap--catalog span {
  color: #fff;
}

.main-cta__title {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 660px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
}

.main-cta__title--facescan {
  margin-bottom: 25px;
}

.main-cta__subtitle {
  position: relative;
  z-index: 1;
  max-width: 660px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 28px;
}

.main-cta__btn {
  position: relative;
  z-index: 1;
}

.catalog-products {
  padding-top: 40px;
}

.catalog-products__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}

.catalog-products__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  margin-right: 15px;
  margin-bottom: 65px;
  padding: 30px;
  background-color: #f5f5f5;
}

.catalog-products__item:nth-child(even) {
  margin-right: 0;
}

.catalog-products__text-wrap {
  padding-top: 12px;
  padding-bottom: 23px;
}

.catalog-products__item-img {
  margin-right: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog-products__item-title {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.catalog-products__item-text {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.product-range {
  margin-top: 20px;
  margin-bottom: 100px;
}

.product-range__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 65px;
}

.product-range__item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  padding: 0 5px;
  text-align: center;
  border-right: 1px solid #d5d5d3;
}

.product-range__item:last-child {
  border-right: none;
}

.product-range__title {
  display: block;
  margin: 20px 0;
  font-size: 16px;
  line-height: 20px;
}

.product-range__img-wrap {
  height: 100%;
  max-height: 214px;
}

.product-range__item-img {
  width: 100%;
  height: 100%;
}

.product-range__title {
  min-height: 45px;
}

.product-range__btn {
  min-width: 185px;
}

.product-cta {
  background-color: #f5f5f5;
}

.second-advantages {
  padding-bottom: 70px;
}

.second-advantages__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}

.second-advantages__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25%;
}

.second-advantages__item-wrap:nth-child(5) {
  margin-left: 10%;
}

.second-advantages__item-wrap:nth-child(7) {
  margin-right: 10%;
}

.second-advantages__item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  margin-bottom: 40px;
  text-align: center;
}

.second-advantages__icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1053px;
  min-height: 87px;
  margin-bottom: 10px;
}

.second-advantages__item-text {
  font-size: 16px;
  line-height: 20px;
}

.product {
  padding-top: 20px;
}

.product__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.product__left {
  width: 38%;
}

.product__title {
  font-size: 30px;
  line-height: 36px;
}

.product__text {
  font-size: 16px;
  line-height: 20px;
}

.product__text a {
  color: #f4b400;
  text-decoration: underline;
}

.product__price-wrap {
  margin-top: 30px;
  color: #000;
}

.product__price {
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  /*text-transform: uppercase;*/
}

.product__num {
  margin-left: 20px;
  font-weight: 600;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
}

.product__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 34px;
  margin-bottom: 40px;
}

.product__brochure {
  position: relative;
  margin-left: 55px;
  padding-bottom: 4px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  border-bottom: 2px solid #f4b400;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product__brochure::before {
  position: absolute;
  top: -5px;
  left: -45px;
  display: block;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  content: url("../images/icons/link-arrow.svg");
}

.product__brochure:hover {
  color: #f4b400;
}

.product__brochure--catalog {
  margin-left: 44px;
}

.product__price-info {
  color: #63666a;
  font-size: 12px;
  line-height: 20px;
}

.product__right {
  width: 60%;
  margin-left: 2%;
}

.product-slider {
  margin-top: 0;
  margin-right: 0;
  margin-left: auto;
}

.product__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__slider-bottom {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.characteristics {
  padding-bottom: 50px;
}

.characteristics__table {
  width: 100%;
  margin-top: 60px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.characteristics__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #000;
}

.characteristics__row--grey {
  background-color: #f5f5f5;
}

.characteristics__row__hidden {
  display: none;
}

.characteristics__cell {
  width: 50%;
  padding: 30px;
  font-size: 16px;
  line-height: 20px;
}

.characteristics__cell:first-child {
  font-weight: 600;
  border-right: 1px solid #d5d5d3;
}

.characteristics__btn-wrap {
  text-align: center;
}

.characteristics__visibility {
  padding-bottom: 4px;
  color: #000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  border-bottom: 2px solid #f4b400;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.characteristics__visibility:hover {
  color: #f4b400;
}

.icons-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-top: 60px;
}

.icons-list__item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  max-width: 184px;
  text-align: center;
}

.icons-list__img {
  display: block;
  min-height: 75px;
  margin-bottom: 20px;
}

.spheres {
  padding-top: 20px;
}

.spheres__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

.spheres__wrap--width50 .spheres__item {
  width: 48%;
  max-width: none;
  margin-right: 0;
}

.spheres__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  margin-bottom: 55px;
}

.spheres__item:nth-child(3) {
  margin-right: 0;
}

.spheres__item:nth-child(6) {
  margin-right: 0;
}

.spheres__item svg {
  width: 100%;
  max-width: 84px;
}

.spheres__item--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spheres__text-wrap {
  margin-left: 15px;
}

.spheres__item-title {
  display: block;
  margin-bottom: 10px;
  color: #272525;
  font-size: 20px;
  line-height: 26px;
}

.spheres__list-item {
  position: relative;
  padding-left: 8px;
  color: #63666a;
  font-size: 16px;
  line-height: 22px;
}

.spheres__list-item::before {
  position: absolute;
  left: 0;
  left: 0;
  content: "- ";
}

.stages {
  padding-bottom: 100px;
}

.stages__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.stages__title {
  display: block;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.stages__title--yellow {
  color: #f4b400;
  font-weight: 600;
}

.stages__item {
  max-width: 525px;
}

.stages__text-wrap {
  margin-bottom: 20px;
}

.stages__item-img {
  width: 100%;
}

.stages__arrow {
  margin: 0 10px;
}

.stages__info {
  display: block;
  margin-top: 45px;
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 20px;
}

.hover-block {
  margin-bottom: 50px;
}

.hover-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}

.hover-block__item {
  position: relative;
  width: 100%;
  max-width: 567px;
  height: 100%;
  height: 396px;
  max-height: 396px;
}

.hover-block__item:first-child {
  margin-right: 40px;
}

.hover-block__item-front {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.hover-block__item-front:hover {
  opacity: 0;
}

.hover-block__item-front:hover + .hover-block__item-back {
  opacity: 1;
}

.hover-block__item-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hover-block__front-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.hover-block__front-title {
  position: relative;
  z-index: 1;
  max-width: 282px;
  color: #000;
  font-weight: 600;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  line-height: 35px;
  text-align: center;
}

.hover-block__item-back {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 70px;
  border: 1px solid #bebebe;
  opacity: 0;
  pointer-events: none;
}

.hover-block__text-wrap {
  width: 100%;
  max-width: 395px;
}

.hover-block__back-title {
  display: block;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  line-height: 35px;
}

.hover-block__list .hover-block__list-item {
  list-style: disc;
}

.hover-block__list {
  margin-bottom: 40px;
  margin-left: 20px;
}

.hover-block__list-item {
  margin-top: 15px;
  color: #000;
  font-size: 16px;
}

.hover-block__list-item:first-child {
  margin-top: 0;
}

.hover-block__back-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f4b400;
}

.hover-block__back-info {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
}

#sync4 .owl-stage-outer .owl-stage {
  margin: 0 auto;
}

.product-video {
  padding-bottom: 70px;
}

.product-video__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-video__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 739px;
  max-height: 414px;
  margin-top: 50px;
}

.product-video__preview {
  width: 100%;
}

.examples3d {
  padding-bottom: 20px;
}

.product-cases-slider {
  margin-top: 40px;
  margin-bottom: 50px;
}

.second-icon-section {
  padding-bottom: 50px;
}

.discounts-scanners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 25px;
}

.discounts-scanners__side {
  position: relative;
  width: 50%;
  max-width: 470px;
  padding-bottom: 140px;
}

.discounts-scanners__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  margin: 0 20px;
  background-color: #bebebe;
}

.discounts-scanners__title {
  min-height: 81px;
  margin-bottom: 50px;
  font-size: 24px;
}

.discounts-scanners__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.discounts-scanners__img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 221px;
  margin: 0 auto;
}

.discounts-scanners__text {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
}

.discounts-scanners__bottom {
  position: absolute;
  bottom: 0;
}

.discounts-scanners__price {
  display: block;
  margin-bottom: 45px;
  color: #63666a;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
}

.discount-list {
  padding-bottom: 80px;
}

.discount-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}

.discount-list__item:first-child {
  margin-top: 50px;
}

.discount-list__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25%;
}

.discount-list__img {
  width: 100%;
  max-width: 200px;
}

.discount-list__ul li {
  font-size: 16px;
}

.discount-list__text-wrap {
  width: 60%;
  margin-left: 5%;
}

.discount-list__item-title {
  font-size: 24px;
  line-height: 42px;
}

.discount-list__text-wrap ul {
  margin-top: 20px;
  padding-left: 20px;
}

.discount-list__text-wrap ul li {
  list-style: disc;
}

.discount-list__item-text {
  font-size: 16px;
  line-height: 20px;
}

.discount-cta {
  padding: 48px 60px;
  background-color: #eff4f9;
}

.discount-cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.discount-cta__side {
  width: 50%;
}

.discount-cta__title {
  max-width: 395px;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}

.discount-cta__text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}

.discount-examples__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-top: 65px;
}

.discount-examples__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 585px;
  margin-bottom: 50px;
}

.discount-examples__item:first-child {
  margin-right: 3%;
}

.discount-examples__item:last-child {
  margin-bottom: 0;
}

.discount-examples__model-wrap:nth-child(3) {
  margin-top: 50px;
}

.recommendation {
  margin-bottom: 50px;
}

.recommendation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 50px;
}

.recommendation__item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  padding: 20px 30px;
  text-align: center;
  border: 1px solid #d5d5d3;
}

.recommendation__title {
  margin-top: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.recommendation__text {
  font-size: 16px;
  line-height: 20px;
}

.recommendation__icon {
  max-height: 78px;
}

.second-table {
  padding-top: 20px;
  padding-bottom: 50px;
}

.second-table__frame-wrap {
  overflow-x: scroll;
}

.second-table__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 966px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.second-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #000;
}

.second-table__row--grey {
  background-color: #f5f5f5;
}

.second-table__cell33 {
  width: 33%;
  padding: 40px 30px;
}

.second-table__cell67 {
  width: 67%;
  padding: 40px 30px;
  text-align: center;
}

.title-cell {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-right: 1px solid #d5d5d3;
}

.title-cell--yellow {
  background-color: #f4b400;
}

.title-cell--header {
  width: 33.3333333%;
  border-right: none;
}

.second-table__hidden {
  display: none;
}

.second-table__btn-wrap {
  margin-top: 50px;
  text-align: center;
}

.second-table__visibility {
  padding-bottom: 4px;
  color: #000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  border-bottom: 2px solid #f4b400;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.second-table__visibility:hover {
  color: #f4b400;
}

.additional-accessories {
  margin-bottom: 80px;
  padding-top: 20px;
}

.additional-accessories__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  padding: 35px 70px;
  border: 1px solid #d5d5d3;
}

.additional-accessories__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: 30px;
}

.additional-accossories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  text-align: center;
}

.additional-accossories__item:last-child {
  margin-right: 30px;
}

.additional-accessories__item-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  font-size: 16px;
  line-height: 20px;
}

.additional-accessories__item-title::before {
  position: absolute;
  top: -13px;
  width: 100%;
  height: 2px;
  background-color: #f4b400;
  content: "";
}

.additional-accessories__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px;
}

.additional-accessories__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.additional-accessories__text-wrap {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 28%;
  max-width: 320px;
  color: #000;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
}

.additional-accessories__btn {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.additional-accessories__title--little {
  font-size: 20px;
  line-height: 24px;
}

.additional-accessories__text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #63666a;
  font-size: 20px;
  font-family: Source-Sans-Pro, Helvetica, Arial, sans-serif;
  line-height: 20px;
}

.additional-accessories__arrow-btn {
  margin-left: 43px !important;
}

.text {
  padding-top: 0;
}

.text__content {
  display: block;
  max-width: 865px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  font-size: 18px;
  text-align: center;
}

.facescan-spheres__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
  gap: 15px 2%;
  margin-top: 50px;
}

.facescan-spheres__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* width: 46%; */
  /* margin-bottom: 50px */
}

.facescan-spheres__img {
  width: 100%;
  max-height: 328px;
  -o-object-fit: cover;
  object-fit: cover;
}

.facescan-spheres__title {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #070405;
  font-weight: 600;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  /* min-height: 54px; */
}

@media screen and (min-width: 576px) {
  .facescan-spheres__item {
    width: 49%;
  }
  .facescan-spheres__img {
    height: 250px;
  }
  .facescan-spheres__title {
    min-height: 54px;
  }
}

@media screen and (min-width: 992px) {
  .facescan-spheres__item {
    width: 23%;
  }
  .facescan-spheres__item-32 {
    width: 32%;
  }
  .facescan-spheres__img {
    height: 195px;
  }
  .facescan-spheres__title {
    font-size: 20px;
  }
}

.facescan-spheres__list-item {
  margin-left: 20px;
  color: #070405;
  font-size: 16px;
  list-style-type: disc;
}

.facescan-scanner-cta {
  margin-top: 50px;
}

.facescan-recommendation {
  padding-top: 0;
  padding-bottom: 70px;
}

.facescan-recommendation__wrap {
  margin-top: 50px;
}

.facescan-recommendation__img {
  width: 100%;
}

.facescan-recommendation__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 45%;
  margin-right: 50px;
}

.facescan-recommendation__content {
  width: 45%;
}

.facescan-recommendation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.facescan-recommendation__item:last-child {
  margin-bottom: 0;
}

.facescan-recommendation__title {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  font-family: Source-Sans-Pro, Helvetica, Arial, sans-serif;
}

.facescan-recommendation__subtitle {
  display: block;
  margin-top: 35px;
  font-weight: 600;
  font-size: 16px;
}

.facescan-recommendation__list {
  margin-top: 15px !important;
  margin-bottom: 35px;
  padding-left: 15px;
}

.facescan-recommendation__list-item {
  font-size: 16px;
  list-style: disc;
}

.catalog-elems {
  padding-bottom: 20px;
}

.catalog-elems__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

.catalog-elems__item {
  width: 46%;
  border: 1px solid #bebebe;
}

.catalog-elems__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 304px;
  background-color: #fafafa;
}

.catalog-elems__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  max-height: 250px;
}

.catalog-elems__item-content {
  position: relative;
  padding: 35px 50px;
  padding-bottom: 130px;
}

.catalog-elems__item-title {
  display: block;
  margin-bottom: 25px;
  color: #000;
  font-size: 24px;
}

.catalog-elems__yellow-text {
  display: block;
  margin-bottom: 25px;
  color: #f4b400;
  font-weight: 600;
  font-size: 16px;
}

.catalog-elems__item-text {
  font-size: 16px;
}

.catalog-elems__btn-wrap {
  position: absolute;
  top: 270px;
}

.catalog-elems__btn {
  margin-right: 50px;
}

.facescan-two-sides__brochure {
  margin-left: 23%;
}

.two-sides__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.two-sides__text--face-scan {
  max-width: 500px;
  font-size: 18px;
}

.facescan-recommendation__text {
  font-size: 16px;
}

.scan-icons {
  margin-bottom: 50px;
}

.scan-icons-section {
  margin-bottom: 50px;
}

.scan-questions__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.scan-questions__side {
  position: relative;
  width: 45%;
}

.scan-questions__item {
  margin-bottom: 35px;
}

.scan-questions__item:last-child {
  margin-bottom: 0;
}

.scan-questions__item-title {
  position: relative;
  display: block;
  padding-left: 35px;
  color: #000;
  font-size: 20px;
}

.scan-questions__item-title::before {
  position: absolute;
  left: -10px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/object-scan/comment.svg") no-repeat;
  background-size: contain;
  content: "";
}

.scan-questions__item-text {
  max-width: 465px;
  padding-left: 35px;
  font-size: 16px;
}

.scan-questions__info {
  position: absolute;
  bottom: 25px;
  padding-left: 35px;
}

.scan-questions__info-title {
  display: block;
  margin-bottom: 35px;
  color: #000;
  font-size: 20px;
}

.scan-questions__btn {
  margin-left: 43px !important;
}

.scan-spheres__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}

.scan-spheres__sphere {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #d5d5d3;
}

.scan-spheres__sphere:first-child {
  padding-top: 0;
}

.scan-spheres__sphere:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.scan-spheres__side {
  width: 49%;
}

.scan-spheres__side:first-child {
  margin-right: 50px;
}

.scan-spheres__btn {
  display: inline-block;
  margin-top: 25px;
  margin-left: 42px !important;
}

.scan-spheres__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.scan-spheres__img {
  width: 100%;
  height: 100%;
  max-height: 328px;
  -o-object-fit: cover;
  object-fit: cover;
}

.scan-spheres__title {
  color: #000;
  font-size: 24px;
}

.scan-spheres__text {
  font-weight: 600;
  font-size: 16px;
}

.scan-spheres__subtitle {
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #63666a;
  font-weight: 600;
  font-size: 16px;
}

.scan-spheres__list-item {
  margin-left: 18px;
  font-size: 16px;
  list-style: disc;
}

.scan-spheres__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.scan-spheres__icons-item {
  max-width: 145px;
  margin-right: 45px;
  text-align: center;
}

.scan-spheres__icons-item:last-child {
  margin-right: 0;
}

.scan-spheres__icons-img {
  max-height: 55px;
}

.scan-spheres__icons-desc {
  display: block;
  font-size: 16px;
}

.object-scan-cta {
  margin-top: 80px;
  margin-bottom: 20px;
}

.object-scan-recommendation {
  margin-top: 70px;
}

.object-scan-accessories {
  margin-top: 50px;
  margin-bottom: 30px;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes toTop {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes toTop {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@-webkit-keyframes toTopOut {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
  }
}

@keyframes toTopOut {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
  }
}

/* WEBINAR DETAIL PAGE */
.webinar-detail + .free-brochures {
  padding: 90px 0;
}
.webinar-first__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.webinar-detail__title-img {
  width: 60%;
  padding: 0 15px;
}
.webinar-detail__form {
  width: 40%;
  padding: 0 15px;
}
.webinar-detail__form-wrapper {
  padding: 17px;
  border: 1px solid #bebebe;
}
.webinar-detail__title-img .section-title {
  margin-bottom: 50px;
}
.webinar-detail__img img {
  max-width: 100%;
}
.webinar-detail__programm,
.webinar-detail__for,
.webinar-detail__speakers {
  padding: 0 40px;
  margin-top: 120px;
}
.webinar-detail_narrow-block {
  width: 33%;
}
.webinar-detail_wide-block {
  width: 50%;
}
.webinar-detail__for,
.webinar-detail__speakers {
  border-left: 1px solid #bebebe;
}
.webinar-detail__programm-title,
.webinar-detail__speakers-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  color: #231f20;
  margin-bottom: 30px;
}
.webinar-detail__programm-desc ul {
  margin-left: 25px;
}
.webinar-detail__programm-desc ul li {
  list-style-type: disc;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #231f20;
  margin-bottom: 7px;
}
.webinar-detail__speaker-img {
  max-width: 70px;
  max-height: 70px;
  min-width: 70px;
  min-height: 70px;
}
.webinar-detail__speaker-img {
  max-width: 100%;
}
.webinar-detail__speaker-info {
  display: flex;
  align-items: center;
}
.webinar-detail__speaker-desc {
  padding-left: 15px;
}
.webinar-detail__speaker-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #231f20;
}
.webinar-detail__speaker-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #231f20;
  margin: 0;
}
.webinar-detail__banner {
  background: #f2f2f2;
  padding: 0;
  margin-top: 90px;
}
.webinar-detail__banner-row {
  display: flex;
  flex-wrap: wrap;
}
.webinar-detail__banner-left {
  width: 50%;
  padding: 70px 0;
}
.webinar-detail__banner-right {
  width: 50%;
  text-align: center;
}
.webinar-detail__banner-right img {
  max-width: 100%;
}
.webinar-detail__banner-title {
  max-width: 550px;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 50px;
}
/* END WEBINAR DETAIL PAGE */

/* BROCHURES DETAIL */
.two-sides__brochure-title {
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  margin-bottom: 60px;
}
.brochure-detail__info .black-bullets__title_small {
  font-weight: normal;
  font-size: 20px;
  line-height: 145%;
  margin-bottom: 10px;
}
.brochure-detail__info .black-bullets {
  line-height: 20px;
}
.brochure-detail__capabilities .two-sides__btn-wrap .btn-brochure,
.brochure-detail__capabilities .two-sides__btn-wrap .product__brochure,
.brochure-detail__capabilities .two-sides__preview-wrap-mob {
  display: none;
}
@media (max-width: 1200px) {
  .brochure-detail__info .two-sides__btn-wrap {
    align-items: flex-start;
  }
  .brochure-detail__products .catalog-elems__btn-wrap {
    align-items: flex-start;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 50px;
  }
  .brochure-detail__products .catalog-elems__item-content {
    padding-bottom: 50px;
  }
  .brochure-detail__capabilities .two-sides__btn-wrap2 {
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .brochure-detail__products .catalog-elems__item-content {
    padding: 35px 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .brochure-detail__info {
    padding-top: 40px;
  }
  .brochure-detail__capabilities .two-sides__btn-wrap .btn-cases,
  .brochure-detail__capabilities .two-sides__preview-wrap-desktop,
  .brochure-detail__info .two-sides__preview-wrap {
    display: none;
  }
  .brochure-detail__capabilities .two-sides__btn-wrap .product__brochure,
  .brochure-detail__capabilities .two-sides__preview-wrap-mob {
    display: block;
  }
  .brochure-detail__capabilities .two-sides__btn-wrap .btn-brochure {
    display: flex;
    margin-top: 40px;
  }
  .brochure-detail__info .two-sides__side:first-child,
  .brochure-detail__capabilities .two-sides__side:first-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .brochure-detail__info {
    padding-top: 0;
  }
  .two-sides__brochure-title {
    font-size: 32px;
  }
}
/* END BROCHURES DETAIL */

.footer {
  padding: 60px 0;
  overflow: hidden;
  background-color: #272525;
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__content {
  width: 100%;
}
.footer__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__iqb-wrap {
  min-width: 220px;
  margin-top: 4px;
  margin-right: 62px;
}
.footer__iqb-logo {
  width: 173px;
  height: 63px;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 677px;
}
.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.footer-nav__link {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.footer-nav__link:hover {
  color: #f4b400;
}
.footer__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 170px;
}
.footer__bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 220px;
}
.footer__bottom-block--contact {
  margin-top: 30px;
  margin-bottom: 20px;
}
.footer__bottom-block--privacy {
  margin-bottom: 35px;
}
.footer__bottom-block--info {
  max-width: 170px;
}
.footer__bottom-block--sale {
  max-width: 112px;
  margin-top: 10px;
  margin-left: -56px;
}
.footer__bottom-block--social {
  margin-top: 37px;
  margin-left: -56px;
}
.footer__bottom-block--subscribe {
  position: relative;
  right: -126px;
  width: 100%;
  max-width: 228px;
  margin-top: 66px;
}
.footer__contact-link {
  margin-bottom: 1px;
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.footer__contact-link:hover {
  color: #f4b400;
}
.footer__privacy {
  color: #6d6c6c;
  font-size: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.footer__privacy:hover {
  color: #f4b400;
}
.footer__partners {
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  max-width: 260px;
}
.footer__peel-logo {
  width: 170px;
  height: 52px;
  margin-bottom: 25px;
}
.footer__partners-wrap {
  position: relative;
  background-color: #272525;
  opacity: 0.25;
}
.footer__partners-logo {
  width: 168px;
}
.footer__social-title {
  margin-bottom: 15px;
  font-size: 15px;
}
.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer__social-item {
  margin-right: 11px;
}
.footer__social-item:last-child {
  margin-right: 0;
}
.footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  border: 2px solid #fff;
  border-radius: 50px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.footer__social-link:hover {
  border: 2px solid #f4b400;
}
.footer__social-link:hover .footer__social-ico--facebook {
  background: url("../images/social/facebook-y.svg");
}
.footer__social-link:hover .footer__social-ico--vk {
  background: url("../images/social/vk-y.svg");
}
.footer__social-link:hover .footer__social-ico--youtube {
  background: url("../images/social/youtube-y.svg");
}
.footer__social-link:hover .footer__social-ico--instagram {
  background: url("../images/social/instagram-y.svg");
}
.footer__social-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  width: 19px;
  height: 19px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.footer__social-ico--facebook {
  background: url("../images/social/facebook.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer__social-ico--vk {
  background: url("../images/social/vk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer__social-ico--youtube {
  background: url("../images/social/youtube.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer__social-ico--instagram {
  background: url("../images/social/instagram.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer-subscribe__mail {
  width: 100%;
  padding-bottom: 8px;
  padding-left: 3px;
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
}
.footer-subscribe__btn {
  width: 100%;
  margin-top: 18px;
  padding: 20px 16px;
  cursor: pointer;
}
.footer-nav__btn-wrap {
  display: none;
}
.footer-nav__item {
  width: 100%;
}
.footer-nav__item:nth-child(1) {
  max-width: 95px;
}
.footer-nav__item:nth-child(2) {
  max-width: 170px;
}
.footer-nav__item:nth-child(3) {
  max-width: 90px;
}
.footer-nav__item:nth-child(4) {
  max-width: 160px;
}
.footer-submenu {
  margin-top: 15px;
}
.footer-submenu__item {
  margin-bottom: 10px;
}
.footer-submenu__link {
  color: #7c7c7c;
  font-size: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.footer-submenu__link:hover {
  color: #f4b400;
}
.footer-contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}
.contacts-link {
  margin-bottom: 15px;
  color: #fff;
  line-height: 20px;
}
.contacts-link:last-child {
  margin-bottom: 0;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 129%;
  margin-top: 60px;
}
.footer-bottom__privacy {
  max-width: 180px;
}
.footer-bottom__social {
  max-width: 168px;
}
.footer-bottom__privacy-link {
  display: block;
  margin-bottom: 15px;
  color: #7c7c7c;
  font-size: 15px;
  line-height: 20px;
}
.footer-bottom__social ul {
  margin-top: 15px;
}
.footer-bottom__privacy-text {
  display: block;
  color: #7c7c7c;
  font-size: 15px;
  line-height: 20px;
}
.footer-bottom__brochure-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 42px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.footer-bottom__brochure-link::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/download-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.footer-contacts-bottom {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .overlay {
    display: none !important;
  }
}
@media (max-width: 1300px) {
  .webinar-detail__programm,
  .webinar-detail__for,
  .webinar-detail__speakers {
    padding: 0 15px;
    border-left: none;
    margin-top: 90px;
  }
}
@media (max-width: 1200px) {
  .header-dropdown {
    top: 40px;
    left: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
    max-width: 400px;
    max-height: 450px;
    border-radius: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header-dropdown__item {
    margin-right: 0;
  }
  .header-dropdown__link {
    padding: 15px 0;
  }
  .header-nav__list {
    position: relative;
  }
  .header__content-wrapper {
    max-height: 79.89px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .header-nav {
    position: absolute;
    top: 10vh;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
  }
  .header-nav::after {
    display: none;
  }
  .header-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 60vh;
    margin-top: 5vh;
  }
  .header-nav__item {
    margin-bottom: 4vh;
    margin-left: 0;
    text-align: center;
  }
  .header-nav__link {
    padding: 0;
    color: #fff;
    font-size: 28px;
    line-height: 23px;
  }
  .header-nav__link::after {
    display: none;
  }
  .header-nav__link--hidden {
    display: none;
  }
  .header-dropdown-list {
    display: none !important;
  }
  .header-dropdown-list--visible {
    position: relative;
    top: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-dropdown-list--visible .header-dropdown-list__item {
    margin-bottom: 4vh;
    padding: 0;
  }
  .header-dropdown-list--visible .header-dropdown-list__item:first-child {
    margin-top: 3vh;
  }
  .header-dropdown-list--visible .header-dropdown-list__item:last-child {
    margin-bottom: -1vh;
  }
  .header-dropdown-list--visible
    .header-dropdown-list__item
    .header-dropdown-list__link {
    color: #fff;
    font-size: 28px;
    line-height: 23px;
  }
  .footer {
    overflow: hidden;
  }
  .hamburger {
    position: absolute;
    right: 25px;
    display: inline-block;
  }
  .header-nav {
    display: none;
  }
  .header__line {
    height: 0;
  }
  .header__line-wrapper {
    position: absolute;
    top: 31px;
    right: 55px;
  }
  .header-btn {
    z-index: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .two-sides__btn-wrap {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .facescan-two-sides__brochure {
    margin-top: 18px;
    margin-left: 25px;
  }
  .catalog-elems__item-content {
    padding-bottom: 180px;
  }
  .catalog-elems__btn-wrap {
    top: 300px;
    left: 50%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .catalog-elems__btn {
    margin-right: 0;
    margin-bottom: 18px;
  }
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: none;
  }
  .info-left {
    width: 100%;
    min-height: 400px;
  }
  .info-right {
    width: 100%;
    min-height: 450px;
  }
  .products__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products__item {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .products__item:last-child {
    margin-bottom: 0;
  }
  .products__item-img {
    max-width: 300px;
    height: 300px;
    max-height: 300px;
    margin: 0 auto;
  }
  .products__new-icon {
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
  }
  .header-dropdown {
    display: none !important;
  }
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-nav {
    max-width: 800px;
    margin-left: auto;
  }
  .footer__bottom-block--contact {
    min-width: 305px;
  }
  .footer__bottom-block--sale {
    margin-left: 0;
  }
  .footer__bottom-block--social {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: 0;
  }
  .footer__bottom-block--subscribe {
    position: absolute;
    right: 20px;
  }
  .footer__iqb-wrap {
    margin-right: 85px;
  }
  .footer__partners-wrap {
    margin-left: auto;
  }
  .footer__partners {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #686767;
  }
  .footer__peel-logo {
    position: absolute;
    margin-bottom: 0;
  }
  .footer-bottom {
    width: 100%;
  }
}
@media (max-width: 1160px) {
  .discount-examples__model-wrap {
    margin-bottom: 50px;
  }
  .discount-examples__model-wrap:nth-child(3) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .recommendation__item {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .header-btn {
    display: none;
  }
  .header-tablet-visible {
    display: block;
  }
  .main-slider__slide {
    min-height: 450px;
  }
  .info--second {
    min-height: 300px !important;
  }
  .advantages__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .advantages__item {
    width: 28%;
  }
  .advantages__item:first-child {
    margin-bottom: 30px;
  }
  .cta__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta__text-wrap {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: none;
    text-align: center;
  }
  .cta__btn-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  .discount-cta {
    padding: 50px 0;
  }
  .discount-cta__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .discount-cta__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .discount-cta__side:first-child {
    margin-bottom: 30px;
  }
  .discount-cta__text-wrap {
    text-align: center;
  }
  .accessories__item {
    padding-bottom: 115px;
  }
  .accessories__item-img {
    max-height: 260px;
  }
  .accessories__item-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .accessories__item-btn {
    margin-top: 20px;
    margin-right: auto;
  }
  .product-range__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-range__item {
    width: 50%;
    padding: 0 20px;
  }
  .product-range__item:nth-child(1) {
    margin-bottom: 40px;
  }
  .product-range__item:nth-child(2) {
    margin-bottom: 40px;
    border: none;
  }
  .additional-accessories__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .additional-accessories__item-wrap {
    width: 100%;
    margin-right: 0;
  }
  .additional-accessories__text-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-top: 45px;
  }
  .additional-accessories__title--little {
    text-align: center;
  }
  .additional-accessories__text {
    text-align: center;
  }
  .catalog-products__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .catalog-products__new-icon {
    top: -50px;
  }
  .second-table__frame {
    width: 100%;
    text-align: center;
  }
  .hover-block__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hover-block__item:first-child {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .hover-block__item-front {
    opacity: 0;
  }
  .hover-block__item-back {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
  }
  .hover-block__item {
    width: 100%;
    max-width: 700px;
  }
  .scan-spheres__sphere {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .scan-spheres__side {
    width: 100%;
    margin-bottom: 50px;
  }
  .scan-spheres__side:first-child {
    margin-right: 0;
  }
  .scan-spheres__side-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
  .scan-spheres__btn {
    border-bottom: none;
  }
  .info-main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .webinar-detail__form-wrapper {
    padding: 10px 5px;
  }
  .footer__iqb-wrap {
    margin-right: 37px;
  }
  .footer__bottom-block--contact {
    min-width: 256px;
  }
  .footer-bottom__brochure-link {
    display: none;
  }
}
@media (max-width: 900px) {
  .webinar-detail__title-img {
    width: 100%;
  }
  .webinar-detail__form {
    order: 1;
    width: 100%;
    max-width: 420px;
    margin: 70px auto 0;
  }
  .webinar-detail__programm,
  .webinar-detail__for,
  .webinar-detail__speakers {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .header__line-wrapper {
    display: none;
  }
  .industries__item {
    width: 48%;
  }
  .industries__item:nth-child(even) {
    margin-right: 0;
  }
  .blog__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog__item {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .blog__item-title {
    max-height: none;
  }
  .table {
    overflow-x: scroll;
  }
  .split-section__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .split-section__left {
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
    padding-right: 0;
  }
  .split-section__right {
    max-width: none;
  }
  .areas__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .examples__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .examples__item {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }
  .second-banner__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .second-banner__left {
    width: 100%;
  }
  .second-banner__img {
    max-width: 350px;
    margin: 0 auto;
  }
  .second-banner__right {
    width: 100%;
    padding-top: 50px;
  }
  .third-cta {
    padding: 60px 0;
  }
  .third-cta__img-wrap {
    display: none;
  }
  .third-cta__text-wrap {
    width: 100%;
    text-align: center;
  }
  .third-cta__title {
    font-size: 25px;
  }
  .third-cta__subtitle {
    font-size: 20px;
  }
  .main-cta__wrap {
    padding: 50px 30px;
  }
  .main-cta__title {
    font-size: 25px;
  }
  .main-cta__subtitle {
    font-size: 20px;
  }
  .fullscreen-banner__filter {
    display: block;
  }
  .main-cta__wrap--catalog h1,
  .main-cta__wrap--catalog h3,
  .main-cta__wrap--catalog p,
  .main-cta__wrap--catalog span {
    color: #000;
  }
  .main-cta__wrap {
    background-position: right;
  }
  .anchors__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .anchors__item {
    margin-bottom: 25px;
  }
  .anchors__item:last-child {
    margin-bottom: 0;
  }
  .icons-list__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .icons-list__item {
    width: 35%;
  }
  .icons-list__item:nth-child(4) {
    margin-top: 40px;
  }
  .icons-list__item:nth-child(5) {
    margin-top: 40px;
  }
  .icons-list__item:nth-child(6) {
    margin-top: 40px;
  }
  .second-advantages__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .second-advantages__item-wrap {
    width: 40%;
  }
  .second-advantages__item-wrap:nth-child(5) {
    margin-left: 0;
  }
  .second-advantages__item-wrap:nth-child(7) {
    margin-right: 0;
  }
  .two-sides__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .two-sides__side {
    width: 100%;
  }
  .two-sides__side:first-child {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .two-sides__text-btn {
    margin-right: auto;
    margin-left: auto;
  }
  .product__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__left {
    width: 100%;
  }
  .product__right {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
  .product__price-info {
    display: block;
    text-align: center;
  }
  .additional-accessories__banner {
    padding: 0;
    border: none;
  }
  .additional-accessories__item-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .additional-accossories__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
  }
  .additional-accossories__item:nth-child(even) {
    margin-right: 0;
  }
  .spheres__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: none;
  }
  .spheres__item-img {
    width: 61px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .stages__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stages__arrow {
    margin: 25px 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .catalog-elems__btn-wrap {
    top: 380px;
  }
  .spheres__wrap {
    margin-top: 50px;
  }
  .cta__wrap {
    padding: 50px 15px;
  }
  .scanner-cta {
    padding: 50px 0;
  }
  .scanner-cta__side:first-child {
    display: none;
  }
  .scanner-cta__side--right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .scanner-cta__title {
    font-size: 24px;
    line-height: 30px;
  }
  .scan-questions__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .scan-questions__side {
    width: 100%;
  }
  .scan-questions__side:nth-child(2) {
    padding-bottom: 150px;
  }
  .scan-questions__side .scan-questions__item-title::before {
    left: -5px;
  }
  .cases-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cases-detail__properties {
    max-width: 100% !important;
  }
  .free-brochures__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .free-brochures__item {
    width: 100%;
    margin-bottom: 50px;
  }
  .free-brochures__content {
    min-height: auto;
  }
  .webinar-detail {
    padding-top: 30px;
  }
  .webinar-detail__banner-left {
    width: 100%;
    text-align: center;
  }
  .webinar-detail__banner-right {
    display: none;
  }
  .webinar-detail__banner-title {
    max-width: 100%;
  }
  .webinar-detail + .free-brochures {
    padding: 80px 0 30px;
  }
  .footer__iqb-wrap {
    margin-right: 4%;
  }
  .footer-nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .footer-nav__item {
    width: 50%;
    margin-bottom: 25px;
  }
  .footer__content-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer__bottom-block--contact {
    position: absolute;
    top: 69px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .footer__bottom-block--privacy {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 0;
  }
  .footer__bottom-block--info {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    max-width: 280px;
    margin-top: 3px;
    margin-left: auto;
  }
  .footer__bottom-block--sale {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__bottom-block--social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 220px;
    margin-top: 0;
    margin-right: 4%;
  }
  .footer__bottom-block--subscribe {
    position: static;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 200px;
    margin-top: -35px;
    margin-left: auto;
  }
  .footer__partners {
    margin-top: 0;
  }
  .footer-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-subscribe-btn {
    margin-top: 30px;
  }
  .footer__partners {
    margin-top: 100px;
  }
}
@media (max-width: 611px) {
  .icons-list__item {
    width: 35%;
  }
  .icons-list__item:nth-child(3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .nav-line {
    height: 100%;
  }
  .nav-line__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0;
  }
  .nav-line__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .nav-line__item:last-child {
    margin-bottom: 0;
  }
  .nav-line__link {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .section-title {
    font-size: 31px;
    line-height: 35px;
  }
  .info-left__title-second {
    font-size: 31px;
    line-height: 35px;
  }
  .split-section__title {
    font-size: 31px;
    line-height: 35px;
  }
  .split-section__right-title {
    font-size: 31px;
    line-height: 35px;
  }
  .products__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
  }
  .cta-line__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cta-line__text {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .info-left__title-second {
    margin-top: 40px;
  }
  .info-left__text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .education-info__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .education-info__text-wrap {
    margin-top: 45px;
    margin-right: 0;
    margin-left: 0;
  }
  .education-info__title {
    font-size: 30px;
  }
  .education-info__form {
    margin-top: 50px;
    margin-left: 0;
  }
  .edutaction-info__img {
    margin-right: 0;
  }
  .how-works__stage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .how-works__text-block {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
  }
  .introduction__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .introduction__item {
    width: 100%;
    margin-bottom: 50px;
  }
  .introduction__item:last-child {
    margin-bottom: 0;
  }
  .software-adv__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .software-adv__side {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .software-adv__video {
    width: 100%;
  }
  .info-left__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-left__btn-wrap a {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .info-left__btn-wrap a:first-child {
    margin-bottom: 20px;
  }
  .product-range__item {
    width: 100%;
    border: none;
  }
  .product-range__item:nth-child(3) {
    margin-bottom: 40px;
  }
  .accessories__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .accessories__item {
    width: 100%;
    text-align: center;
  }
  .accessories__item::after {
    position: absolute;
    bottom: -46px;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-color: #63666a;
    opacity: 0.2;
    content: "";
  }
  .fullscreen-banner {
    padding: 110px 55px;
  }
  .fullcreen-banner__title {
    font-size: 25px;
  }
  .facescan-recommendation__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .facescan-recommendation__img-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .facescan-recommendation__content {
    width: 100%;
  }
  .catalog-elems__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-elems__item {
    width: 100%;
  }
  .catalog-elems__item:first-child {
    margin-bottom: 50px;
  }
  .catalog-elems__item-content {
    padding-bottom: 50px !important;
  }
  .catalog-elems__btn-wrap {
    position: static !important;
    top: 256px;
    margin-top: 50px !important;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
  }
  .catalog-elems__btn-wrap a:nth-child(2) {
    margin-left: 30px;
  }
  .catalog-elems__btn {
    display: block;
    max-width: 240px;
    margin-bottom: 15px;
  }
  .facescan-two-sides__brochure {
    margin-left: 30px;
  }
  .facescan-spheres__item {
    width: 100%;
  }
  .new-opportunities__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-opportunities__side {
    width: 100%;
  }
  .new-opportunities__side:first-child {
    margin-bottom: 30px;
  }
  .discounts-scanners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .discounts-scanners__side {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .discounts-scanners__img {
    width: auto;
    height: auto;
  }
  .discounts-scanners__bottom {
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .discounts-scanners__line {
    width: 100%;
    height: 1px;
    margin: 50px 0;
  }
  .discount-list__img-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .discount-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .discount-list__text-wrap {
    width: 100%;
    margin-left: 0;
  }
  .discount-examples__model-wrap iframe {
    width: 300px !important;
    height: 300px !important;
  }
  .recommendation-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .recommendation__item {
    width: 100%;
    margin-bottom: 50px;
  }
  .recommendation__item:last-child {
    margin-bottom: 0;
  }
  .spheres__wrap--width50 .spheres__item {
    width: 100%;
  }
  .discount-cta__btn-wrap a:nth-child(2) {
    display: block;
    max-width: 155px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .info2 {
    margin: 30px 0 !important;
    padding-right: 20px;
  }
  .second-table__cell33 {
    padding: 40px 5px;
  }
  .title-cell {
    font-size: 13px;
  }
  .footer__content {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .footer__content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .footer__iqb-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .footer-nav__list {
    text-align: center;
  }
  .footer-nav__item {
    margin-bottom: 45px;
  }
  .footer-nav__btn-wrap {
    display: inline-block;
    margin-top: -17px;
  }
  .footer-nav__btn {
    display: inline-block;
  }
  .footer__content-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }
  .footer__social-title {
    text-align: center;
  }
  .footer__social-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__bottom-block--contact {
    position: static;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    min-width: auto;
    max-width: none;
    text-align: center;
  }
  .footer__bottom-block--social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
  .footer__bottom-block--sale {
    display: none;
  }
  .footer__bottom-block--privacy {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .footer__bottom-block--info {
    margin: 0 auto;
  }
  .footer__bottom-block--subscribe {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
    padding-bottom: 45px;
    border-bottom: 1px solid #686767;
  }
  .footer__bottom-block .footer-subscribe {
    max-width: 230px;
    margin: 0 auto;
  }
  .footer__contact-link {
    margin-bottom: 5px;
    color: #f4b400;
    font-size: 17px;
  }
  .footer__contact-link:hover {
    text-decoration: underline;
  }
  .footer__contact-link:last-child {
    margin-bottom: 0;
  }
  .footer__partners {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 42px;
  }
  .footer__peel-logo {
    position: static;
  }
  .footer__peel-logo {
    margin-right: 10px;
  }
  .footer__partners-logo {
    width: 100%;
    max-width: 140px;
  }
  .footer-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-nav__item {
    width: 100%;
    max-width: none !important;
  }
  .footer-submenu {
    display: none;
  }
  .footer-contacts-wrap {
    display: none;
  }
  .footer__content-bottom {
    width: 100%;
    border-top: 1px solid #686767;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .footer-bottom__social {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .footer-bottom__privacy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: none;
    margin-top: 25px;
    text-align: center;
  }
  .footer-bottom__brochure-link {
    display: block;
  }
  .footer-contacts-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0;
    text-align: center;
  }
  .footer-bottom-sales-btn {
    display: none;
  }
  .facescan-spheres__title {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .btn {
    padding: 15px 25px;
  }
  .text-wrap {
    display: block;
  }
  .header__content {
    max-height: 50.8px;
  }
  .header__logo-wrap {
    max-width: 100px;
    height: 100%;
  }
  .header__logo-wrap svg {
    width: 100px;
  }
  .header__logo-wrap--iqb {
    margin-left: 20px;
  }
  .header__logo-wrap--iqb svg {
    width: 100px;
  }
  .header__logo {
    width: 100%;
  }
  .header__second-logo {
    width: 100%;
  }
  .header-nav__link {
    font-size: 24px;
  }
  .advantages__item:last-child {
    margin-top: 35px;
  }
  .info-left__wrap {
    padding: 0 20px;
  }
  .info-left__text {
    padding-right: 0;
    padding-left: 0;
  }
  .blog__list {
    margin-bottom: 0;
  }
  .main-slider__filter {
    display: block;
  }
  .header-nav__contacts-link {
    font-size: 19px;
  }
  .industries__item {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
  .industries__img {
    max-width: none;
  }
  .accordion__item-title {
    font-size: 19px;
  }
  .third-cta__title {
    font-size: 21px;
    line-height: 27px;
  }
  .third-cta__subtitle {
    font-size: 16px;
    line-height: 26px;
  }
  .main-cta__title {
    font-size: 21px;
    line-height: 27px;
  }
  .main-cta__subtitle {
    font-size: 16px;
    line-height: 26px;
  }
  .split-section__right-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }
  .split-section__right {
    min-height: auto;
    padding-bottom: 30px;
  }
  .advantages__item {
    width: 42%;
    margin-right: 10px;
  }
  .requirements__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .software-adv__title {
    font-size: 31px;
    line-height: 40px;
  }
  .product__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__btn {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .product__brochure-btn {
    margin-left: 10px;
  }
  .product__title {
    font-size: 25px;
    line-height: 33px;
  }
  .product__num {
    font-size: 25px;
  }
  .characteristics__cell {
    padding: 20px 10px;
    font-size: 14px;
  }
  .fullscreen-banner {
    padding: 110px 30px;
  }
  .fullcreen-banner__title {
    font-size: 23px;
  }
  .discounts-scanners__img {
    width: 100%;
  }
  .catalog-elems__btn-wrap {
    top: 320px;
  }
  .scan-spheres {
    padding-top: 0;
  }
  .catalog-products {
    padding-top: 20px;
  }
  .catalog-products__item-img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .clients__wrap-block {
    width: 100% !important;
    margin-right: 0;
  }
  .clients__logo {
    width: auto !important;
  }
  .hover-block {
    padding-top: 50px;
  }
  .hover-block__wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .hover-block__item-back {
    padding: 0;
    border: none;
  }
  .hover-block__item {
    margin-bottom: 0;
  }
  .hover-block__item:first-child {
    margin-bottom: 0;
  }
  .hover-block__wrap {
    margin-bottom: 0;
  }
  .characteristics {
    padding-bottom: 10px;
  }
  .hover-block {
    margin-bottom: 55px;
  }
  .cta {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .examples3d {
    padding-top: 30px;
  }
  .stages {
    padding-bottom: 80px;
  }
  .second-icon-section {
    padding-bottom: 30px;
  }
  .catalog-products__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider__model-example iframe {
    height: 300px !important;
  }
  .scan-spheres__icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .scan-spheres__icons-item {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .scan-spheres__icons-item:last-child {
    margin-bottom: 0;
  }
  .education-info__wrap--margin {
    margin-top: 20px !important;
  }
  .industries__title2 {
    height: auto !important;
  }
  .two-sides {
    padding-top: 20px;
  }
  .main-cta__subtitle2 {
    color: #000 !important;
  }
  .main-cta__wrap-useful-materials {
    background-position: right !important;
  }
  .info2 {
    padding-left: 0 !important;
  }
  .info-left__wrap2 {
    padding-left: 20px !important;
  }
  .free-brochures__content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .free-brochures__btn-wrap {
    padding: 0 20px;
  }
  .header__logo-wrap:first-child::after {
    display: none;
  }
}
@media (max-width: 375px) {
  .product__brochure--catalog {
    margin-left: 44px !important;
  }
}
@media (max-width: 370px) {
  .cta-line__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta-line__wrap a {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .header-tablet-visible a {
    width: 140px;
  }
  .title-cell {
    font-size: 10px;
  }
  .catalog-products__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-products__item-img {
    margin-bottom: 30px;
  }
  .characteristics__cell {
    font-size: 14px;
  }
  .footer-nav__item {
    width: 100%;
  }
  .footer__info {
    text-align: center;
  }
  .footer__partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__partners-wrap {
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-slider__text-wrap {
    display: block;
    margin-top: 160px;
    margin-left: 0;
  }
  .error-wrapper {
    margin-top: 160px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .footer__content-bottom {
    height: 175px;
  }
  .icons-list__item svg {
    height: 75px;
  }
  .icons-list__text {
    width: 100%;
  }
  .additional-accessories__title {
    width: 100%;
  }
  .additional-accessories__text {
    width: 100%;
  }
  .additional-accessories__item-title {
    width: 100%;
  }
  .additional-accessories__img {
    height: auto;
  }
  .additional-accessories__img-wrap {
    width: 100%;
  }
  .scanner-cta__side--left2 img {
    max-height: 450px;
  }
  .scanner-cta__title {
    width: 100%;
  }
  .scaner-cta__text {
    width: 100%;
  }
  .icons-list__text {
    width: 100%;
  }
  .two-sides__text {
    width: 100%;
  }
  .software-adv__title {
    width: 100%;
  }
  .software-adv__text {
    width: 100%;
  }
  .second-advantages__item-text {
    width: 100%;
  }
  .info-left__text {
    width: 100%;
  }
}
@supports (-moz-appearance: none) {
  .header__logo-wrap {
    width: 20%;
  }
}
.footer__social-ico--zen {
  background: url("../images/social/zen-icon-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer__social-ico--telegram {
  background: url("../images/social/telegram-logo-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer__social-link:hover .footer__social-ico--zen {
  background: url("../images/social/zen-icon-yellow.svg");
}
.footer__social-link:hover .footer__social-ico--telegram {
  background: url("../images/social/telegram-logo-yellow.svg");
}

/* page-404 */
.page-404 {
  padding-top: 127px;
  padding-bottom: 96px;
  margin-top: -40px;
  color: #fff;
  background-color: #272525;
}
.page-404__container {
  max-width: 1260px;
  margin: 0 auto;
}
.page-404__col,
.page-404__img {
  padding-left: 30px;
  padding-right: 30px;
}

.page-404__col {
  margin-top: 30px;
}
.page-404__img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.page-404__title {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 30px;
  color: inherit;
}
.page-404__text {
  font-size: 16px;
  line-height: 150%;
}
.page-404__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}
.page-404 .btn {
  padding: 15px 31px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .page-404__title {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .page-404__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .page-404__col {
    margin-top: 0;
    max-width: 469px;
  }
}
@media screen and (min-width: 992px) {
  .page-404__title {
    font-size: 36px;
  }
}

/* requirement table */
.requirement-table-wrapper,
.requirement-table {
  width: 100%;
}
.requirement-table-wrapper {
  overflow-x: auto;
}
.requirement-table {
  border-collapse: collapse;
  border-bottom: 1px solid #d5d5d3;
}
.requirement-table tbody tr:nth-child(odd) th,
.requirement-table tbody tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.requirement-table tbody tr:nth-child(even) th,
.requirement-table tbody tr:nth-child(even) td {
  background-color: #fff;
}
.requirement-table thead th {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: #f4b400;
  text-align: left;
  background-color: #fff4d4;
  border-bottom: 1px solid #f4b400;
}
.requirement-table tbody th,
.requirement-table td {
  padding: 25px 20px;
  color: #070405;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.requirement-table th,
.requirement-table td {
  width: 50%;
}
@media screen and (min-width: 576px) {
  .requirement-table th,
  .requirement-table td {
    width: calc(100% / 3);
  }
}
.requirement-table td[colspan] {
  text-align: center;
}
.requirement-table th:first-child {
  text-align: left;
  font-weight: 600;
  position: sticky;
  left: 0;
  min-width: 180px;
  z-index: 10;
}

/* .software-adv */
.tab-content > .active {
  display: block;
}
.tab-content > .tab-pane {
  display: none;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.software-adv {
  padding: 65px 30px;
  max-width: 100% !important;
  background-color: #f5f5f5;
}
.software-adv__container {
  max-width: 1260px;
  margin: 0 auto;
}
.software-adv__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 55px;
  margin-bottom: 45px;
  padding-left: 0;
  list-style: none;
}
.software-adv__nav-link {
  padding: 8px 14px;
  border-radius: 20px;
  background-color: #dfdfdf;
  color: #63666a;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  border: none;
}
.software-adv__nav-link.active {
  background-color: #f4b400;
  color: #fff;
}
.software-adv__tab-pane,
.software-adv__tab-pane.active {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.software-adv__tab-pane-video {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .software-adv__tab-pane-video {
    width: calc(100% - 300px);
  }
  .software-adv__tab-pane-text {
    padding-top: 50px;
    max-width: 280px;
  }
}
.software-adv__tab-pane h4 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 10px;
}
.software-adv__tab-pane {
  color: #63666a;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.software-adv__number {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
}
.software-adv__number-current,
.software-adv__number-all {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  border-radius: 50%;
}
.software-adv__number-current {
  width: 40px;
  height: 40px;
  margin-right: -6px;
  font-size: 25px;
  color: #000;
  background-color: #f4b400;
  z-index: 2;
}
.software-adv__number-all {
  width: 29px;
  height: 29px;
  font-size: 16px;
  color: #63666a;
  border: 1px solid #63666a;
  z-index: 1;
}
@media screen and (max-width: 575.98px) {
  .software-adv .section-title__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .main-cta__wrap--catalog {
    background-position: right;
  }
}
.justify-content-center {
	justify-content: center;
}
.mb-4 {
	margin-bottom: 24px;
}
.btn--dark {
	background-color: #292E38;
	border-color: #292E38;
	color: #ffffff;
}
.main-cta__wrap--education .btn:not(:last-of-type) {
	margin-right: 10px;
	margin-bottom: 10px;
}
.promotion {
	background: radial-gradient(52.04% 167.23% at 47.96% 50%, #F4B400 0%, #EFF4F9 100%);
	text-align: center;
}
.promotion__link {
	display: inline-block;
	padding: 5px 15px;
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	transition: 0.2s color;
}
.promotion__link path {
	fill: currentColor;
	transition: 0.2s fill;
}
.promotion__link:hover {
	color: #ffffff;
}
/*# sourceMappingURL=maps/main.min.css.map */
