/* CSS Document */
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url("/wp-content/themes/wds/expo/fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("/wp-content/themes/wds/expo/fonts/MuseoSansCyrl-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url("/wp-content/themes/wds/expo/fonts/MuseoSansCyrl-500.woff2") format("woff2"), url("/wp-content/themes/wds/expo/fonts/MuseoSansCyrl-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url("/wp-content/themes/wds/expo/fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("/wp-content/themes/wds/expo/fonts/MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url("/wp-content/themes/wds/expo/fonts/MuseoSansCyrl-100.woff2") format("woff2"), url("/wp-content/themes/wds/expo/fonts/MuseoSansCyrl-100.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Mono';
  src: url("/wp-content/themes/wds/expo/fonts/RobotoMono-Regular.woff2") format("woff2"), url("/wp-content/themes/wds/expo/fonts/RobotoMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*%btn_active {
    box-shadow: 0 0 5px $link-color;
}*/
* {
  outline: none !important;
}

html,
body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
dt,
dl,
table,
tr,
td,
th,
p,
span,
strong,
small,
a,
img,
form {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  font: 300 16px/1.375em "Museo Sans Cyrl", sans-serif;
  color: #000;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

img {
  border: none;
}

a {
  cursor: pointer;
  color: #009FE3;
  transition: color 0.2s;
  text-decoration: underline;
  transition: color 0.2s;
}

@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

p {
  margin-bottom: 1.375em;
}

p small {
  font-size: 0.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 400 24px/1.208em "Museo Sans Cyrl", sans-serif;
  color: #000;
  margin-bottom: 1em;
}

h1 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

input[type='submit'],
input[type='button'],
button {
  display: inline-block;
  height: 38px;
  padding: 0 16px;
  cursor: pointer;
  background: #161616;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  font: 600 16px "Museo Sans Cyrl", sans-serif;
  color: #fff;
  text-transform: uppercase;
  transition: border-color 0.2s;
}

@media (any-hover: hover) {
  input[type='submit']:hover,
  input[type='button']:hover,
  button:hover {
    background: #222;
  }
}

ul,
ol {
  padding-left: 20px;
  margin-bottom: 1.375em;
}

ul li {
  list-style: disc outside;
}

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

input,
textarea {
  height: 48px;
  font: 14px "Museo Sans Cyrl", sans-serif;
  color: #000;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.2s;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #1d1d1d;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #1d1d1d;
  opacity: 1;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #1d1d1d;
  opacity: 1;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #1d1d1d;
  opacity: 1;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

input.error,
textarea.error {
  border-color: #a73333;
  color: #a73333;
}

input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: #a73333;
}

input.error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: #a73333;
}

input.error:-moz-placeholder,
textarea.error:-moz-placeholder {
  color: #a73333;
}

input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: #a73333;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea {
  height: 110px;
  padding: 19px 15px;
  line-height: 16px;
  resize: none;
  overflow: auto;
}

.main-wrapper {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.content-wrapper {
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.alignment {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 calc(20/426 * 100%);
  box-sizing: border-box;
}

@media (min-width: 480px) {
  .alignment {
    padding: 0 20px;
  }
}

.header {
  flex-shrink: 0;
  background-color: #ececec;
  position: relative;
  z-index: 500;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
}

.header-content__logo {
  flex-shrink: 0;
}

.header-content__nav {
  flex-shrink: 0;
  max-width: 125px;
}

.header__alignment {
  padding: 17px calc(13/426 * 100%) 19px calc(23/426 * 100%);
}

@media (min-width: 480px) {
  .header__alignment {
    padding-right: 13px;
    padding-left: 23px;
  }
}

.logo {
  display: block;
  width: 138px;
}

.logo img {
  display: block;
  width: 100%;
}

.footer {
  flex-shrink: 0;
  background-color: rgba(171, 201, 227, 0.5);
  position: relative;
  z-index: 400;
  display: grid;
}

.footer-container {
  padding-top: 26px;
  padding-bottom: 27px;
  display: flex;
  justify-content: center;
  position: relative;
}

.footer-img {
  overflow: hidden;
  position: relative;
}

.footer-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__content, .footer__bg {
  grid-column: 1/2;
  grid-row: 1/2;
}

.footer__content {
  position: relative;
  z-index: 10;
}

.navigation {
  line-height: 100%;
}

.navigation-head {
  display: flex;
  align-items: center;
  color: #191919;
  -moz-column-gap: 4px;
       column-gap: 4px;
  cursor: pointer;
  text-transform: uppercase;
}

.navigation--foot .navigation-head {
  color: #fff;
}

.navigation-head__tx {
  flex-grow: 1;
  min-width: 0;
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navigation-head__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  transition: transform 0.2s;
}

.navigation-head__icon span {
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navigation-head__icon span img {
  display: block;
  width: 100%;
}

.opened .navigation-head__icon {
  transform: scaleY(-1);
}

.navigation-list {
  padding-bottom: 2px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  line-height: 22px;
}

.navigation--foot .navigation-list {
  padding-top: 2px;
  padding-bottom: 0;
}

.navigation-list a {
  display: block;
  padding: 19px;
  color: #878787;
  text-decoration: none;
  position: relative;
  transition: color 0.2s, background-color 0.2s;
}

.navigation-list a:not(:last-child)::before {
  content: "";
  border-bottom: 1px solid #000;
  position: absolute;
  right: 19px;
  left: 19px;
  bottom: 0;
  transition: border-color 0.2s;
}

@media (any-hover: hover) {
  .navigation-list a:hover {
    background-color: #b1c9e5;
    color: #fff;
  }
  .navigation-list a:hover::before {
    border-color: transparent;
  }
}

.navigation-list a.active {
  background-color: #b1c9e5;
  color: #fff;
}

.navigation-list a.active::before {
  border-color: transparent;
}

.navigation__drop {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}

.opened .navigation__drop {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.navigation--foot .navigation__drop {
  top: auto;
  bottom: 100%;
  transform-origin: 0 100%;
}

.front {
  margin-bottom: 22px;
  background-color: rgba(171, 201, 227, 0.5);
  display: grid;
}

.front-img {
  overflow: hidden;
  position: relative;
}

.front-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.front__content, .front__bg {
  grid-column: 1/2;
  grid-row: 1/2;
}

.front__content {
  z-index: 10;
}

.front-container {
  position: relative;
}

.front-container > *:last-child {
  margin-bottom: 0;
}

.front-title {
  min-height: 166px;
  padding: 23px calc(50/386 * 100%);
  box-sizing: border-box;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 100%;
  text-align: center;
}

.front__healine {
  margin: 0;
}

.section {
  margin-bottom: 35px;
  padding-bottom: 48px;
}

.section:not(:last-child) {
  border-bottom: 1px solid #000;
}

.section--v1 {
  margin-bottom: 42px;
  padding-bottom: 55px;
}

.section--v2 {
  padding-bottom: 55px;
}

.section__table {
  margin-bottom: 16px;
}

.section-pic img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.section__img {
  margin-bottom: 78px;
}

.section__title {
  margin-bottom: 37px;
}

.section--v2 .section__title {
  margin-bottom: 42px;
}

.section > *:last-child {
  margin-bottom: 0;
}

.table {
  margin-bottom: 16px;
}

.table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-weight: 600;
}

.table table td {
  padding: 6px 0 7px;
  vertical-align: top;
}

.table table td:first-child {
  width: calc(141/386 * 100%);
  padding-right: 10px;
  font-weight: 300;
  color: #009FE3;
}

.table table a {
  text-decoration: none;
}

.protection-classes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px calc(19/386 * 100%);
}

.protection-classes__item {
  flex-shrink: 0;
  width: calc(100%/2 - (19/386 * 100%)/2);
}

.protection-class {
  display: flex;
  -moz-column-gap: calc(9/184 * 100%);
       column-gap: calc(9/184 * 100%);
}

.protection-class-img {
  width: 52px;
}

.protection-class-img img {
  display: block;
  width: 100%;
}

.protection-class__icon {
  flex-shrink: 0;
}

.protection-class-tx {
  font-size: 15px;
  color: #009FE3;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.protection-class-tx__alignment {
  flex-shrink: 0;
}

.protection-class-tx span {
  font-weight: 600;
}

.protection-class__txt {
  flex-grow: 1;
}

.characteristics {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  margin-bottom: 41px;
}

.characteristics__item {
  flex-shrink: 0;
  width: 100%;
}

.characteristics-parameter {
  min-height: 48px;
  padding: 0 15px;
  background-color: rgba(236, 236, 236, 0.79);
  color: #58595B;
  box-sizing: border-box;
  display: flex;
  -moz-column-gap: calc(29/380 * 100%);
       column-gap: calc(29/380 * 100%);
  align-items: center;
}

.characteristics-parameter__ind {
  flex-shrink: 0;
  min-width: 48px;
  height: 38px;
  font-size: 34px;
  font-weight: 100;
  line-height: 38px;
  text-align: center;
}

.characteristics-parameter__tx {
  flex-grow: 1;
  padding: 4px 0;
  line-height: 1.2em;
}

.quality {
  margin-bottom: 31px;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}

.quality__item {
  flex-shrink: 0;
}

.quality__item:not(:last-child) {
  padding-bottom: 21px;
  border-bottom: 1px solid #000;
}

.quality-unit {
  display: flex;
  -moz-column-gap: 11px;
       column-gap: 11px;
}

.quality-unit__number {
  flex-shrink: 0;
}

.quality-unit__descr {
  flex-grow: 1;
}

.quality-unit__descr-title {
  margin-bottom: 7px;
  font-size: 24px;
  text-transform: uppercase;
}

.quality-unit__descr > *:last-child {
  margin-bottom: 0;
}

.quality-numb {
  width: 34px;
  height: 34px;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  font: 400 13px/32px "Roboto Mono", sans-serif;
  color: #191919;
}

.invitation__title {
  margin-bottom: 53px;
}

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

.invitation-btn a {
  display: inline-block;
  padding: 10px 16px;
  background: #000;
  border-radius: 6px;
  color: #fff;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
}

.invitation-btn a span {
  font-weight: 600;
}

.invitation__ > *:last-child {
  margin-bottom: 0;
}
.mt-10 {margin-top: 10px;
}