/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "SourceSansPro";
  font-weight: 275;
  font-style: normal;
  font-display: swap;
  src: local("SourceSansPro-ExtraLight"), local("SourceSansPro-ExtraLight"), url("fonts/SourceSansPro-ExtraLight.woff2") format("woff2"), url("fonts/SourceSansPro-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "SourceSansPro";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("SourceSansPro-Light"), local("SourceSansPro-Light"), url("fonts/SourceSansPro-Light.woff2") format("woff2"), url("fonts/SourceSansPro-Light.woff") format("woff");
}
@font-face {
  font-family: "SourceSansPro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("SourceSansPro-SemiBold"), local("SourceSansPro-SemiBold"), url("fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("fonts/SourceSansPro-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "SourceSansPro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("SourceSansPro-Bold"), local("SourceSansPro-Bold"), url("fonts/SourceSansPro-Bold.woff2") format("woff2"), url("fonts/SourceSansPro-Bold.woff") format("woff");
}
html {
  min-width: 320px;
  height: 100%;
}
.wrapper {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
}
body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.32;
  color: #393939;
  background-color: #f8f8f8;
  box-sizing: border-box;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
a:focus {
  outline: none;
}
a:not([class]),
.inline-link {
  color: #e10707;
  text-underline-offset: 0.24em;
  overflow-wrap: break-word;
  transition: all 0.2s;
}
a:not([class]):hover,
.inline-link:hover,
a:not([class]):focus,
.inline-link:focus {
  color: #cfa200;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}
.display-none {
  display: none !important;
}
.display-flex {
  display: flex !important;
}
.display-grid {
  display: grid !important;
}
.display-block {
  display: block !important;
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1680px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 1880px) {
  body {
    font-size: 18px;
  }
}
.form {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.form__fields {
  gap: 8px;
}
.form__item {
  position: relative;
}
.form__label {
  position: absolute;
  top: 11px;
  left: 1px;
  right: 1px;
  display: block;
  padding: 0 12px;
  padding-top: 5px;
  font-size: 16px;
  line-height: 1;
  color: #9d8d8e;
  background-color: #f3f3f3;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.2s;
  pointer-events: none;
}
.form__input {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  padding: 0 12px;
  padding-bottom: 5px;
  padding-top: 22px;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #393939;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.form__input.is-invalid {
  color: #e10707;
  border-color: #e10707;
}
.form__input:focus {
  background-color: #fff;
}
.form__input:focus + .form__label {
  background-color: #fff;
}
.form__input:not(:-moz-placeholder-shown) + .form__label {
  top: 1px;
  font-size: 12px;
}
.form__input:focus + .form__label,
.form__input:not(:placeholder-shown) + .form__label {
  top: 1px;
  font-size: 12px;
}
.form__input::-webkit-input-placeholder {
  line-height: normal;
  color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form__input::-moz-placeholder {
  line-height: normal;
  color: transparent;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.form__input:-moz-placeholder {
  line-height: normal;
  color: transparent;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.form__input:-ms-input-placeholder {
  line-height: normal;
  color: transparent;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.form__input:focus::-webkit-input-placeholder {
  color: #9d8d8e;
}
.form__input:focus::-moz-placeholder {
  color: #9d8d8e;
}
.form__input:focus:-moz-placeholder {
  color: #9d8d8e;
}
.form__input:focus:-ms-input-placeholder {
  color: #9d8d8e;
}
.form__textarea {
  resize: none;
}
.form__agreement {
  position: relative;
  color: #393939;
}
.form__agreement-input:focus + .form__agreement-label .form__agreement-icon {
  border-color: #cfa200;
}
.form__agreement-input:checked + .form__agreement-label .form__agreement-icon svg {
  opacity: 1;
}
.form__agreement-label {
  display: flex;
  align-items: flex-start;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 0 8px;
  cursor: pointer;
}
.form__agreement-label:hover .form__agreement-icon {
  border-color: #cfa200;
}
.form__agreement-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #f6c100;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.form__agreement-icon svg {
  display: block;
  width: 72%;
  height: auto;
  transition: all 0.2s;
  opacity: 0;
}
.form__agreement-icon svg path {
  fill: #f6c100;
}
.form__agreement-caption {
  align-self: center;
  font-size: 14px;
}
.form__mistakes {
  display: none;
  color: #e10707;
}
@media (min-width: 768px) {
  .form {
    gap: 20px 0;
  }
  .form__fields {
    gap: 10px;
  }
  .form__label {
    top: 12.5px;
    padding: 0 16px;
    padding-top: 7px;
    font-size: 17px;
  }
  .form__input {
    padding: 0 16px;
    padding-bottom: 7px;
    padding-top: 27px;
    font-size: 17px;
  }
  .form__input:not(:-moz-placeholder-shown) + .form__label {
    font-size: 13px;
  }
  .form__input:focus + .form__label,
  .form__input:not(:placeholder-shown) + .form__label {
    font-size: 13px;
  }
  .form__agreement-label {
    gap: 0 9px;
  }
  .form__agreement-icon {
    width: 26px;
    height: 26px;
  }
  .form__agreement-caption {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .form {
    gap: 24px 0;
  }
  .form__label {
    top: 14.5px;
    padding: 0 20px;
    padding-top: 8.5px;
    font-size: 18px;
  }
  .form__input {
    padding: 0 20px;
    padding-bottom: 8.5px;
    padding-top: 31px;
    font-size: 18px;
  }
  .form__input:not(:-moz-placeholder-shown) + .form__label {
    font-size: 14px;
  }
  .form__input:focus + .form__label,
  .form__input:not(:placeholder-shown) + .form__label {
    font-size: 14px;
  }
  .form__agreement-label {
    gap: 0 10px;
  }
  .form__agreement-icon {
    width: 28px;
    height: 28px;
  }
  .form__agreement-caption {
    font-size: 16px;
  }
}
@media (min-width: 1680px) {
  .form {
    gap: 28px 0;
  }
  .form__label {
    top: 16px;
    padding: 0 24px;
    padding-top: 10.5px;
    font-size: 19px;
  }
  .form__input {
    padding: 0 24px;
    padding-bottom: 10.5px;
    padding-top: 36px;
    font-size: 19px;
  }
  .form__input:not(:-moz-placeholder-shown) + .form__label {
    font-size: 15px;
  }
  .form__input:focus + .form__label,
  .form__input:not(:placeholder-shown) + .form__label {
    font-size: 15px;
  }
  .form__agreement-label {
    gap: 0 11px;
  }
  .form__agreement-icon {
    width: 30px;
    height: 30px;
  }
  .form__agreement-caption {
    font-size: 17px;
  }
}
@media (min-width: 1880px) {
  .form {
    gap: 32px 0;
  }
  .form__label {
    top: 19.5px;
    padding: 0 28px;
    padding-top: 12.5px;
    font-size: 20px;
  }
  .form__input {
    padding: 0 28px;
    padding-bottom: 12.5px;
    padding-top: 41px;
    font-size: 20px;
  }
  .form__input:not(:-moz-placeholder-shown) + .form__label {
    font-size: 16px;
  }
  .form__input:focus + .form__label,
  .form__input:not(:placeholder-shown) + .form__label {
    font-size: 16px;
  }
  .form__agreement-label {
    gap: 0 12px;
  }
  .form__agreement-icon {
    width: 32px;
    height: 32px;
  }
  .form__agreement-caption {
    font-size: 18px;
  }
}
.btn {
  margin: 0;
  padding: 0;
  line-height: inherit;
  text-decoration: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.24;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  transition: all 0.2s;
}
.btn--l {
  padding: 13.5px 16px;
  font-size: 16px;
}
.btn--Yellow {
  color: #fff;
  background-color: #f6c100;
  border-color: #f6c100;
}
.btn--Yellow:hover,
.btn--Yellow:focus {
  background-color: #cfa200;
  border-color: #cfa200;
}
.btn:disabled,
.btn--disabled {
  opacity: 0.48;
  pointer-events: none;
}
@media (min-width: 768px) {
  .btn {
    gap: 6px;
    padding: 13.5px 16px;
    font-size: 16px;
  }
  .btn--l {
    padding: 16px 20px;
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .btn {
    gap: 8px;
    padding: 16px 20px;
    font-size: 18px;
  }
  .btn--l {
    padding: 19px 22px;
    font-size: 20px;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 19px 22px;
    font-size: 20px;
  }
  .btn--l {
    padding: 21.5px 24px;
    font-size: 22px;
  }
}
@media (min-width: 1880px) {
  .btn {
    padding: 21.5px 24px;
    font-size: 22px;
  }
  .btn--l {
    padding: 24.5px 26px;
    font-size: 24px;
  }
}
.container {
  width: calc(100% - 32px);
  max-width: 720px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: calc(100% - 48px);
    max-width: 880px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: calc(100% - 144px);
    max-width: 1120px;
  }
  .wrapper__main .container:not(.popup__container) {
    position: relative;
    left: -24px;
    width: calc(100% - 96px);
    max-width: 1080px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: calc(100% - 160px);
    max-width: 1248px;
  }
  .wrapper__main .container:not(.popup__container) {
    left: -20px;
    width: calc(100% - 120px);
    max-width: 1192px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: calc(100% - 192px);
    max-width: 1440px;
  }
  .wrapper__main .container:not(.popup__container) {
    width: calc(100% - 152px);
    max-width: 1408px;
  }
}
@media (min-width: 1680px) {
  .container {
    width: calc(100% - 240px);
    max-width: 1640px;
  }
  .wrapper__main .container:not(.popup__container) {
    width: calc(100% - 152px);
    max-width: 1608px;
  }
}
.section-typical {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .section-typical {
    padding: 36px 0;
  }
}
@media (min-width: 1440px) {
  .section-typical {
    padding: 48px 0;
  }
}
@media (min-width: 1680px) {
  .section-typical {
    padding: 60px 0;
  }
}
@media (min-width: 1880px) {
  .section-typical {
    padding: 72px 0;
  }
}
b,
strong {
  font-weight: 800;
}
.section-title {
  text-align: center;
}
.text-block {
  max-width: 100%;
  margin-bottom: 24px;
}
.text-block:last-of-type {
  margin-bottom: 0;
}
.text-block > * {
  margin-top: 0;
  margin-bottom: 8px;
}
.text-block p:last-of-type {
  margin-bottom: 0;
}
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5 {
  margin-top: 16px;
  font-weight: 900;
}
.text-block h2 + h2,
.text-block h3 + h2,
.text-block h4 + h2,
.text-block h5 + h2,
.text-block h2 + h3,
.text-block h3 + h3,
.text-block h4 + h3,
.text-block h5 + h3,
.text-block h2 + h4,
.text-block h3 + h4,
.text-block h4 + h4,
.text-block h5 + h4,
.text-block h2 + h5,
.text-block h3 + h5,
.text-block h4 + h5,
.text-block h5 + h5 {
  margin-top: -8px;
}
.text-block h2 {
  font-size: 22px;
}
.text-block h3 {
  font-size: 20px;
}
.text-block h3 span {
  color: #e10707;
}
.text-block h4 {
  font-size: 18px;
}
.text-block h5 {
  font-size: 16px;
}
.text-block h5 span {
  color: #e10707;
}
.text-block a {
  font-size: 20px;
}
.text-block .list-title {
  margin-bottom: 4px;
}
.text-block ul,
.text-block ol {
  padding: 0;
  list-style: none;
}
.text-block ul > li,
.text-block ol > li {
  margin-bottom: 4px;
}
.text-block ul > li:last-of-type,
.text-block ol > li:last-of-type {
  margin-bottom: 0;
}
.text-block ul ul,
.text-block ol ul,
.text-block ul ol,
.text-block ol ol {
  margin: 0;
  padding: 0;
  margin-top: 4px;
  margin-left: 16px;
}
.text-block ul > li {
  display: flex;
  align-items: baseline;
}
.text-block ul > li::before {
  content: "\2022\00A0";
}
.text-block ol {
  counter-reset: li;
}
.text-block ol > li::before {
  float: left;
  counter-increment: li;
  content: counters(li, ".") '.\00A0';
}
.text-block ol > li::after {
  display: block;
  clear: both;
  content: "";
}
.text-block img {
  display: block;
  width: 100%;
}
.text-block > *:first-child {
  margin-top: 0 !important;
}
.text-block > *:last-child {
  margin-bottom: 0 !important;
}
.color-Yellow {
  color: #f6c100;
}
@media (min-width: 360px) {
  .text-block h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .text-block {
    margin-bottom: 28px;
  }
  .text-block > * {
    margin-bottom: 9px;
  }
  .text-block h2,
  .text-block h3,
  .text-block h4,
  .text-block h5 {
    margin-top: 18px;
  }
  .text-block h2 + h2,
  .text-block h3 + h2,
  .text-block h4 + h2,
  .text-block h5 + h2,
  .text-block h2 + h3,
  .text-block h3 + h3,
  .text-block h4 + h3,
  .text-block h5 + h3,
  .text-block h2 + h4,
  .text-block h3 + h4,
  .text-block h4 + h4,
  .text-block h5 + h4,
  .text-block h2 + h5,
  .text-block h3 + h5,
  .text-block h4 + h5,
  .text-block h5 + h5 {
    margin-top: -9px;
  }
  .text-block h2 {
    font-size: 28px;
  }
  .text-block h3 {
    font-size: 25px;
  }
  .text-block h4 {
    font-size: 22px;
  }
  .text-block h5 {
    font-size: 19px;
  }
  .text-block .list-title {
    margin-bottom: 5px;
  }
  .text-block ul > li,
  .text-block ol > li {
    margin-bottom: 5px;
  }
  .text-block ul ul,
  .text-block ol ul,
  .text-block ul ol,
  .text-block ol ol {
    margin-top: 5px;
    margin-left: 18px;
  }
}
@media (min-width: 1440px) {
  .text-block {
    margin-bottom: 32px;
  }
  .text-block > * {
    margin-bottom: 10px;
  }
  .text-block h2,
  .text-block h3,
  .text-block h4,
  .text-block h5 {
    margin-top: 20px;
  }
  .text-block h2 + h2,
  .text-block h3 + h2,
  .text-block h4 + h2,
  .text-block h5 + h2,
  .text-block h2 + h3,
  .text-block h3 + h3,
  .text-block h4 + h3,
  .text-block h5 + h3,
  .text-block h2 + h4,
  .text-block h3 + h4,
  .text-block h4 + h4,
  .text-block h5 + h4,
  .text-block h2 + h5,
  .text-block h3 + h5,
  .text-block h4 + h5,
  .text-block h5 + h5 {
    margin-top: -10px;
  }
  .text-block h2 {
    font-size: 36px;
  }
  .text-block h3 {
    font-size: 30px;
  }
  .text-block h4 {
    font-size: 26px;
  }
  .text-block h5 {
    font-size: 22px;
  }
  .text-block .list-title {
    margin-bottom: 6px;
  }
  .text-block ul > li,
  .text-block ol > li {
    margin-bottom: 6px;
  }
  .text-block ul ul,
  .text-block ol ul,
  .text-block ul ol,
  .text-block ol ol {
    margin-top: 6px;
    margin-left: 20px;
  }
}
@media (min-width: 1680px) {
  .text-block {
    margin-bottom: 36px;
  }
  .text-block > * {
    margin-bottom: 11px;
  }
  .text-block h2,
  .text-block h3,
  .text-block h4,
  .text-block h5 {
    margin-top: 22px;
  }
  .text-block h2 + h2,
  .text-block h3 + h2,
  .text-block h4 + h2,
  .text-block h5 + h2,
  .text-block h2 + h3,
  .text-block h3 + h3,
  .text-block h4 + h3,
  .text-block h5 + h3,
  .text-block h2 + h4,
  .text-block h3 + h4,
  .text-block h4 + h4,
  .text-block h5 + h4,
  .text-block h2 + h5,
  .text-block h3 + h5,
  .text-block h4 + h5,
  .text-block h5 + h5 {
    margin-top: -11px;
  }
  .text-block h2 {
    font-size: 42px;
  }
  .text-block h3 {
    font-size: 35px;
  }
  .text-block h4 {
    font-size: 30px;
  }
  .text-block h5 {
    font-size: 25px;
  }
  .text-block .list-title {
    margin-bottom: 7px;
  }
  .text-block ul > li,
  .text-block ol > li {
    margin-bottom: 7px;
  }
  .text-block ul ul,
  .text-block ol ul,
  .text-block ul ol,
  .text-block ol ol {
    margin-top: 7px;
    margin-left: 22px;
  }
}
@media (min-width: 1880px) {
  .text-block {
    margin-bottom: 40px;
  }
  .text-block > * {
    margin-bottom: 12px;
  }
  .text-block h2,
  .text-block h3,
  .text-block h4,
  .text-block h5 {
    margin-top: 24px;
  }
  .text-block h2 + h2,
  .text-block h3 + h2,
  .text-block h4 + h2,
  .text-block h5 + h2,
  .text-block h2 + h3,
  .text-block h3 + h3,
  .text-block h4 + h3,
  .text-block h5 + h3,
  .text-block h2 + h4,
  .text-block h3 + h4,
  .text-block h4 + h4,
  .text-block h5 + h4,
  .text-block h2 + h5,
  .text-block h3 + h5,
  .text-block h4 + h5,
  .text-block h5 + h5 {
    margin-top: -12px;
  }
  .text-block h2 {
    font-size: 48px;
  }
  .text-block h3 {
    font-size: 40px;
  }
  .text-block h4 {
    font-size: 34px;
  }
  .text-block h5 {
    font-size: 28px;
  }
  .text-block .list-title {
    margin-bottom: 8px;
  }
  .text-block ul > li,
  .text-block ol > li {
    margin-bottom: 8px;
  }
  .text-block ul ul,
  .text-block ol ul,
  .text-block ul ol,
  .text-block ol ol {
    margin-top: 8px;
    margin-left: 24px;
  }
}
.text-align-center {
  text-align: center;
}
.text-align-end {
  text-align: end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: end;
}
.align-items-center {
  align-items: center;
}
.align-items-flex-end {
  align-items: flex-end;
}
.align-items-end {
  align-items: end;
}
.align-self-flex-end {
  align-self: flex-end;
}
.align-self-end {
  align-self: end;
}
.width-max-content {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.grid-typical {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
}
.grid-typical > * {
  grid-column-end: span 12;
}
._xs-1 {
  grid-column-end: span 1;
}
._xs-2 {
  grid-column-end: span 2;
}
._xs-3 {
  grid-column-end: span 3;
}
._xs-4 {
  grid-column-end: span 4;
}
._xs-5 {
  grid-column-end: span 5;
}
._xs-6 {
  grid-column-end: span 6;
}
._xs-7 {
  grid-column-end: span 7;
}
._xs-8 {
  grid-column-end: span 8;
}
._xs-9 {
  grid-column-end: span 9;
}
._xs-10 {
  grid-column-end: span 10;
}
._xs-11 {
  grid-column-end: span 11;
}
._xs-12 {
  grid-column-end: span 12;
}
@media (min-width: 768px) {
  ._s-1 {
    grid-column-end: span 1;
  }
  ._s-2 {
    grid-column-end: span 2;
  }
  ._s-3 {
    grid-column-end: span 3;
  }
  ._s-4 {
    grid-column-end: span 4;
  }
  ._s-5 {
    grid-column-end: span 5;
  }
  ._s-6 {
    grid-column-end: span 6;
  }
  ._s-7 {
    grid-column-end: span 7;
  }
  ._s-8 {
    grid-column-end: span 8;
  }
  ._s-9 {
    grid-column-end: span 9;
  }
  ._s-10 {
    grid-column-end: span 10;
  }
  ._s-11 {
    grid-column-end: span 11;
  }
  ._s-12 {
    grid-column-end: span 12;
  }
}
@media (min-width: 1024px) {
  ._m-1 {
    grid-column-end: span 1;
  }
  ._m-2 {
    grid-column-end: span 2;
  }
  ._m-3 {
    grid-column-end: span 3;
  }
  ._m-4 {
    grid-column-end: span 4;
  }
  ._m-5 {
    grid-column-end: span 5;
  }
  ._m-6 {
    grid-column-end: span 6;
  }
  ._m-7 {
    grid-column-end: span 7;
  }
  ._m-8 {
    grid-column-end: span 8;
  }
  ._m-9 {
    grid-column-end: span 9;
  }
  ._m-10 {
    grid-column-end: span 10;
  }
  ._m-11 {
    grid-column-end: span 11;
  }
  ._m-12 {
    grid-column-end: span 12;
  }
}
@media (min-width: 1280px) {
  ._l-1 {
    grid-column-end: span 1;
  }
  ._l-2 {
    grid-column-end: span 2;
  }
  ._l-3 {
    grid-column-end: span 3;
  }
  ._l-4 {
    grid-column-end: span 4;
  }
  ._l-5 {
    grid-column-end: span 5;
  }
  ._l-6 {
    grid-column-end: span 6;
  }
  ._l-7 {
    grid-column-end: span 7;
  }
  ._l-8 {
    grid-column-end: span 8;
  }
  ._l-9 {
    grid-column-end: span 9;
  }
  ._l-10 {
    grid-column-end: span 10;
  }
  ._l-11 {
    grid-column-end: span 11;
  }
  ._l-12 {
    grid-column-end: span 12;
  }
}
@media (min-width: 1440px) {
  ._xl-1 {
    grid-column-end: span 1;
  }
  ._xl-2 {
    grid-column-end: span 2;
  }
  ._xl-3 {
    grid-column-end: span 3;
  }
  ._xl-4 {
    grid-column-end: span 4;
  }
  ._xl-5 {
    grid-column-end: span 5;
  }
  ._xl-6 {
    grid-column-end: span 6;
  }
  ._xl-7 {
    grid-column-end: span 7;
  }
  ._xl-8 {
    grid-column-end: span 8;
  }
  ._xl-9 {
    grid-column-end: span 9;
  }
  ._xl-10 {
    grid-column-end: span 10;
  }
  ._xl-11 {
    grid-column-end: span 11;
  }
  ._xl-12 {
    grid-column-end: span 12;
  }
}
@media (min-width: 1680px) {
  ._xxl-1 {
    grid-column-end: span 1;
  }
  ._xxl-2 {
    grid-column-end: span 2;
  }
  ._xxl-3 {
    grid-column-end: span 3;
  }
  ._xxl-4 {
    grid-column-end: span 4;
  }
  ._xxl-5 {
    grid-column-end: span 5;
  }
  ._xxl-6 {
    grid-column-end: span 6;
  }
  ._xxl-7 {
    grid-column-end: span 7;
  }
  ._xxl-8 {
    grid-column-end: span 8;
  }
  ._xxl-9 {
    grid-column-end: span 9;
  }
  ._xxl-10 {
    grid-column-end: span 10;
  }
  ._xxl-11 {
    grid-column-end: span 11;
  }
  ._xxl-12 {
    grid-column-end: span 12;
  }
}
.preloader {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 9999;
}
.loader {
  width: 80px;
  height: 80px;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #e10707;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.autoplay-progress {
  position: absolute;
  display: flex;
  width: 48px;
  height: 48px;
  right: 16px;
  bottom: 16px;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-weight: bold;
  color: #e10707;
}
.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  z-index: 10;
  stroke-width: 4px;
  stroke: #e10707;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-12 {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .mb-8 {
    margin-bottom: 16px;
  }
  .mb-12 {
    margin-bottom: 24px;
  }
}
.site-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.site-pagination ul li:not(:last-of-type) {
  margin-right: 8px;
}
.site-pagination ul li a {
  display: block;
  padding: 8px 16px;
  background-color: #f00;
  border-radius: 8px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .site-pagination ul li:hover a {
    opacity: 0.5;
    color: #fff;
    transition: 0.3s ease-in-out;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out, height 0.3s ease-in-out;
  border-bottom: 1px solid #d0d1d2;
  background-color: #f8f8f8;
}
.fixed-header {
  position: fixed;
}
.fixed-header .header-main__info {
  padding: 0;
  transition: padding 0.3s ease-in-out;
}
.fixed-header .header-main-curs {
  top: 16px;
}
.fixed-header .header-main-curs b {
  font-size: 10px;
}
.header-main__info {
  display: flex;
  padding: 16px 0;
  justify-content: space-between;
  align-items: center;
  transition: padding 0.3s ease-in-out;
}
.header-main__info-logo {
  margin-right: auto;
}
.header-main__info-logo img {
  display: block;
  height: 64px;
  border-radius: 8px;
}
.header-main__info-block {
  position: fixed;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  align-items: center;
  z-index: 2;
  background-color: #3d4045;
  transform: translateY(-1000%);
  transition: transform 0.3s ease-in-out;
}
.header-main__info-block.active {
  height: 100vh;
  transform: translateY(0);
}
.header-main__info-block-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-main__info-block-item:not(:last-of-type) {
  margin-bottom: 12px;
}
.header-main__info-block-item-link,
.header-main__nav-item-block-link {
  font-size: 26px;
  color: #fff;
  text-decoration: none;
}
.header-main__nav-item {
  position: relative;
}
.header-main__nav-item-block-link {
  display: inline-block;
}
.header-main__nav-item-block-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 12px;
}
.header-main__info-burger {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 0 0 15px;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 3;
}
.header-main__info-burger span {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 3px;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  background-color: #d0d1d2;
}
.header-main__info-burger span::before,
.header-main__info-burger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #d0d1d2;
  transition: all 0.5s;
}
.header-main__info-burger span::before {
  top: -11px;
}
.header-main__info-burger span::after {
  bottom: -11px;
}
.header-main__info-burger.active span {
  background-color: transparent;
}
.header-main__info-burger.active span::before {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
.header-main__info-burger.active span::after {
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}
.header-main-info-social {
  position: relative;
}
.social-burger {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  cursor: pointer;
}
.header-main-info-social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 40px;
  left: -12px;
  padding: 16px;
  background-color: #f3f3f3;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
  border-radius: 8px;
  transition: display 0.3s ease-in-out;
}
.header-main-info-social-list.active {
  display: block;
}
.header-main-info-social-list li a {
  display: block;
}
.header-main-info-social-list li a svg {
  width: 31px;
  height: 31px;
}
.header-main-info-social-link {
  display: none;
}
.header-main-info-social-link a {
  display: inline-block;
}
.header-main-curs {
  position: absolute;
  top: 32px;
  right: 110px;
  display: flex;
  flex-direction: column;
}
.header-main-curs b {
  color: #e10707;
  font-size: 10px;
}
@media (min-width: 480px) {
  .social-burger {
    display: none;
  }
  .header-main-info-social-list {
    position: relative;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .header-main-info-social-list li:not(:last-of-type) {
    margin-right: 12px;
  }
  .header-main-info-social-link {
    display: flex;
    justify-content: center;
  }
  .header-main-curs {
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    left: 34%;
  }
  .header-main-curs b {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .header-main__info-logo {
    margin-right: auto;
    min-width: -moz-fit-content;
    min-width: fit-content;
    transition: 0.2s ease-in-out;
  }
  .header-main__info-logo:hover {
    opacity: 0.6;
    transition: 0.2s ease-in-out;
  }
  .header-main__info-block {
    position: relative;
    width: auto;
    margin-right: auto;
    margin-left: 12px;
    padding: 0;
    justify-content: right;
    transform: none;
    background: transparent;
  }
  .header-main__info-block-list {
    display: flex;
    align-items: center;
  }
  .header-main__info-block-item {
    padding: 8px;
    cursor: pointer;
    border-top: 2px solid transparent;
    transition: 0.2s ease-in-out;
  }
  .header-main__info-block-item.act {
    border-color: #e10707;
    transition: 0.2s ease-in-out;
  }
  .header-main__info-block-item.act .header-main__info-block-item-link {
    color: #e10707;
  }
  .header-main__info-block-item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .header-main__info-block-item:hover {
    border-color: #e10707;
  }
  .header-main__info-block-item:hover .header-main__info-block-item-link {
    color: #e10707;
    transition: 0.2s ease-in-out;
  }
  .header-main__nav-item:hover .header-main__nav-item-block {
    display: block;
    transition: 0.3s ease-in-out;
  }
  .header-main__nav-item-block {
    position: absolute;
    display: none;
    top: 50px;
    left: -8px;
    padding: 16px;
    background-color: #f3f3f3;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
    border-radius: 8px;
    z-index: 2;
    transition: 0.3s ease-in-out;
  }
  .header-main__info-block-item-link,
  .header-main__nav-item-block-link {
    margin: 0;
    color: #393939;
    font-size: 20px;
    white-space: nowrap;
    transition: 0.2s ease-in-out;
  }
  .header-main__nav-item-block-item:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .header-main__nav-item-block-list {
    padding-left: 0;
  }
  .header-main__nav-item-block-item:hover .header-main__nav-item-block-link {
    color: #f00;
  }
  .header-main__info-burger {
    display: none;
  }
  .header-main-info-social {
    margin-left: 12px;
  }
  .social-burger {
    display: flex;
    transition: 0.3s ease-in-out;
  }
  .social-burger:hover {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
  }
  .header-main-info-social-list {
    display: none;
    position: absolute;
    top: 40px;
    left: -12px;
    padding: 16px;
    background-color: #f3f3f3;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
    border-radius: 8px;
    transition: display 0.3s ease-in-out;
  }
  .header-main-info-social-list.active {
    display: block;
  }
  .header-main-info-social-list li {
    transition: opacity 0.3s ease-in-out;
  }
  .header-main-info-social-list li:not(:last-of-type) {
    margin-right: 0;
  }
  .header-main-info-social-list li:hover {
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
  }
  .header-main-curs {
    top: 34px;
    right: 8px;
    left: initial;
  }
  .header-main-curs b {
    font-size: 10px;
  }
}
@media (min-width: 1280px) {
  .social-burger {
    display: none;
  }
  .header-main__info-block-item {
    padding: 12px;
  }
  .header-main-info-social-list {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .header-main-info-social-list li:not(:last-of-type) {
    margin-right: 8px;
  }
  .header-main-curs {
    top: 30px;
  }
  .header-main-curs b {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .header-main-info-social-list li:not(:last-of-type) {
    margin-right: 12px;
  }
  .header-main-curs b {
    font-size: 14px;
  }
}
.footer {
  background-color: #3d4045;
}
.footer-block {
  height: 100%;
  padding: 24px 0;
}
.footer-block-title {
  font-size: 20px;
  font-weight: 700;
}
.footer-block-contacts {
  margin-bottom: 16px;
  color: White;
}
.footer-block-contacts-list,
.footer-block-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer-block-contacts-list {
  margin-bottom: auto;
}
.footer-block-social {
  margin-top: 12px;
}
.footer-block-contacts-item,
.footer-block-menu-item {
  margin-bottom: 0;
}
.footer-block-contacts-item:not(:last-of-type),
.footer-block-menu-item:not(:last-of-type) {
  margin-right: 12px;
}
.footer-block-contacts-item a,
.footer-block-menu-item a {
  color: #fff;
}
.footer-contacts-logo {
  max-width: 150px;
  margin-top: 12px;
}
.footer-contacts-logo a img {
  border-radius: 8px;
}
.footer-block-maps {
  margin-bottom: 8px;
}
.footer-block-maps iframe {
  height: 150px;
  border-radius: 8px;
}
.footer-block-menu {
  color: White;
}
@media (min-width: 768px) {
  .footer-block {
    display: flex;
  }
  .footer-block-title {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .footer-block-contacts {
    display: flex;
    margin-bottom: 0;
    margin-right: auto;
    flex-direction: column;
  }
  .footer-contacts-logo a:hover {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
  }
  .footer-block-maps {
    margin-bottom: 0;
    margin-right: auto;
  }
  .footer-block-maps iframe {
    width: 500px;
    height: 300px;
  }
  .footer-block-menu {
    margin-bottom: 0;
  }
  .footer-block-contacts-list,
  .footer-block-menu-list {
    flex-direction: column;
  }
  .footer-block-contacts-item:not(:last-of-type),
  .footer-block-menu-item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .footer-block-contacts-item a:hover,
  .footer-block-menu-item a:hover {
    color: #e10707;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1024px) {
  .footer-block-social {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .footer-block-maps iframe {
    width: 700px;
  }
}
.preview-block-swiper {
  height: 400px !important;
}
.preview-block-swiper .swiper-slide {
  position: relative;
}
.preview-block-swiper .swiper-slide-active .preview-block-swiper-link {
  top: 0;
  opacity: 1;
  transition: all 0.7s ease-in-out;
}
.preview-block-swiper .swiper-slide-img {
  height: 100%;
  cursor: default;
  transition: all 0.3s ease-in-out;
}
.preview-block-swiper-link {
  position: absolute;
  display: flex;
  height: 100%;
  top: -100% /* Помещаем блок за пределы родительского .swiper-slide */;
  left: 60%;
  align-items: center;
  transform: translateX(-50%);
  text-align: left;
  text-decoration: none;
  color: #393939;
  opacity: 0;
  transition: top 0.5s, opacity 0.5s;
  cursor: default;
  z-index: 999;
}
.preview-block-swiper-link .text-block {
  width: 50%;
  padding: 32px;
  border-radius: 8px;
  background-color: #f8f8f8;
  cursor: pointer;
}
.preview-swiper-btn-next,
.preview-swiper-btn-prev {
  padding: 24px;
  background-color: #d0d1d2;
  border-radius: 8px;
}
.preview-swiper-btn-next::after,
.preview-swiper-btn-prev::after {
  color: #e10707;
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .preview-block-swiper {
    height: 450px !important;
  }
  .preview-block-swiper .swiper-slide .preview-block-swiper-link {
    left: 50%;
  }
  .preview-block-swiper .swiper-slide:hover .preview-block-swiper-link .text-block {
    color: #e10707;
    transition: all 0.3s ease-in-out;
  }
  .preview-block-swiper .swiper-slide:hover .swiper-slide-img {
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  .preview-swiper-btn-next,
  .preview-swiper-btn-prev {
    opacity: 0.5;
  }
  .preview-swiper-btn-next:hover,
  .preview-swiper-btn-prev:hover {
    opacity: 1;
  }
}
.text-section {
  position: relative;
}
.text-section .text-block {
  text-align: center;
}
.popular-goods {
  position: relative;
}
.goods-block-swiper,
.actions-block-swiper {
  padding: 32px 0 !important;
}
.goods-block-swiper .swiper-slide-active,
.actions-block-swiper .swiper-slide-active {
  transform: scale(1.1) !important;
  transition: all 0.3s ease-in-out;
}
.goods-block-swiper .swiper-slide,
.actions-block-swiper .swiper-slide {
  width: 200px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.6);
  transition-duration: 0.3s !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.goods-block-swiper .swiper-slide .goods-card-link,
.actions-block-swiper .swiper-slide .goods-card-link {
  height: calc(100% - 32px);
}
.action-preview {
  position: absolute;
  top: 8px;
  left: 8px;
}
@media (min-width: 768px) {
  .goods-block-swiper .swiper-slide-active,
  .actions-block-swiper .swiper-slide-active {
    pointer-events: auto !important;
  }
  .goods-block-swiper .swiper-slide-active:hover,
  .actions-block-swiper .swiper-slide-active:hover {
    box-shadow: 0px 4px 8px 4px #000;
    transition-duration: 0.3s !important;
    transition: all 0.3s ease-in-out;
  }
  .goods-block-swiper .swiper-slide-active:hover a,
  .actions-block-swiper .swiper-slide-active:hover a {
    color: #e10707;
    border-color: #e10707;
  }
  .goods-block-swiper .swiper-slide-active:hover a .goods-link,
  .actions-block-swiper .swiper-slide-active:hover a .goods-link {
    border-color: #e10707;
    color: #e10707;
    transition: all 0.3s ease-in-out;
  }
  .goods-block-swiper .swiper-slide-visible,
  .actions-block-swiper .swiper-slide-visible {
    pointer-events: none;
  }
}
.info-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px;
}
.info-block-media {
  height: 280px;
}
.info-block-media .lazyframe {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .info-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
.advantages-block-main {
  padding: 24px;
  background-color: #f0f0f0;
  border-radius: 8px;
}
.advantages-block-main-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.advantages-block-main-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.advantages-block-main-item-icon svg path {
  transition: all 0.3s ease-in-out;
}
.advantages-block-main-item-text {
  transition: all 0.3s ease-in-out;
}
.advantages-block-main-item-text p span {
  color: #e10707;
  font-weight: 600;
}
@media (min-width: 480px) {
  .advantages-block-main-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .advantages-block-main-item:hover .advantages-block-main-item-icon svg path {
    fill: #e10707;
    transition: all 0.3s ease-in-out;
  }
  .advantages-block-main-item:hover .advantages-block-main-item-text {
    color: #e10707;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
  }
}
.slider-block-swiper .swiper-slide {
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .slider-block-swiper .swiper-slide {
    transition: all 0.3s ease-in-out;
  }
  .slider-block-swiper .swiper-slide:hover {
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
  }
}
.contacts {
  padding-top: 32px;
}
.contacts-block-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacts-block-info__details,
.contacts-block-info__forms {
  margin-bottom: 12px;
}
.contacts-block-info-title {
  margin-bottom: 12px;
}
.contacts-block-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contacts-block-info-list li {
  display: flex;
  margin-bottom: 12px;
  padding: 8px;
  flex-direction: column;
  background-color: #f1f1f1;
  border-radius: 8px;
}
.contacts-block-info-list li p {
  margin: 0;
  margin-bottom: 8px;
}
.contacts-block-info-list li p:first-of-type {
  font-weight: 600;
}
.contacts-block-info-list li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #e10707;
  transition: all 0.3s ease-in-out;
}
.contacts-block-info-list li a:not(:last-of-type) {
  margin-bottom: 8px;
}
.contacts-block-info-form form {
  display: flex;
  flex-direction: column;
}
.contacts-block-info-form form input {
  margin-bottom: 12px;
  padding: 16px 24px;
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.contacts-block-info-form form input:active,
.contacts-block-info-form form input:focus {
  border-color: #e10707;
  transition: all 0.3s ease-in-out;
}
.contacts-block-info-form form button {
  margin: 0;
  padding: 0;
  line-height: inherit;
  text-decoration: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  max-width: 400px;
  padding: 16px 12px;
  background-color: #e10707;
  color: White;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
.mapContainer {
  position: relative;
  cursor: pointer;
}
.mapTitle {
  position: absolute;
  display: none;
  padding: 5px 20px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  -o-border-image: initial;
     border-image: initial;
  background: #fff;
  z-index: 1000;
  box-shadow: rgba(0,0,0,0.25) 0px 0px 5px;
}
.contacts-block-info-form-success {
  display: none;
  align-items: center;
}
.contacts-block-info-form-success-icon {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .contacts-block-main {
    display: flex;
  }
  .contacts-block-main-cont {
    width: 50%;
    margin-right: 12px;
  }
  .contacts-block-info {
    flex-direction: row;
  }
  .contacts-block-info__details,
  .contacts-block-info__forms {
    margin-bottom: 0;
  }
  .contacts-block-info__details .contacts-block-info-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
  .contacts-block-info-list li a:hover {
    color: #e10707;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
  }
  .contacts-block-info-list li a:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .contacts-block-info__forms {
    width: 50%;
    max-width: 500px;
    margin-left: auto;
  }
  .contacts-block-info-form form input {
    max-width: 500px;
  }
  .contacts-block-info-form form input:hover {
    border-color: #e10707;
  }
  .contacts-block-info-form form button {
    max-width: 500px;
  }
  .contacts-block-info-form form button:hover {
    opacity: 0.3;
    transition: 0.3s ease-in-out;
  }
}
@media (min-width: 1024px) {
  .contacts-block-info__details .contacts-block-info-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.project-block-main-image ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 12px;
}
.project-block-main-image ul li {
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
}
.project-block-main-image ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.project-block-main-image ul li a img {
  width: 100%;
  height: 100%;
}
.project-block-main-image ul li a picture img {
  width: 100%;
  height: 100%;
}
@media (min-width: 480px) {
  .projects-block-main ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .projects-block-main ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .projects-block-main ul li {
    transition: all 0.3s ease-in-out;
  }
  .projects-block-main ul li:hover {
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1280px) {
  .projects-block-main ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  .projects-block-main ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1920px) {
  .projects-block-main ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
.mount-block-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px;
}
.mount-block-card ul li {
  padding: 32px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.6);
  text-align: center;
}
.mount-block-card ul li .text-block h5:first-of-type {
  color: #e10707;
}
.mount-block-banner {
  padding: 32px 0;
  background-color: #f2f2f2;
}
.mount-block-banner-content {
  text-align: center;
}
.mount-block-banner-content a {
  font-size: 32px;
  font-weight: 600;
  color: #e10707;
}
@media (min-width: 480px) {
  .mount-block-card ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .mount-block-card ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .mount-block-card ul li {
    min-height: 220px;
    transition: all 0.3s ease-in-out;
  }
  .mount-block-card ul li:hover {
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
  }
  .mount-block-banner {
    padding: 40px 0;
  }
  .mount-block-banner-content a {
    transition: all 0.3s ease-in-out;
  }
  .mount-block-banner-content a:hover {
    color: #e10707;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 768px) {
  .mount-block-card ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-block-swiper {
  height: 200px;
  border-radius: 8px;
}
.about-block-swiper .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.about-block-swiper-pagination {
  display: none;
  justify-content: center;
}
.about-block-swiper-pagination span {
  position: relative;
  display: flex;
  margin: 0 !important;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  border-radius: none !important;
  background: transparent !important;
}
.about-block-swiper-pagination span:not(:last-of-type) {
  margin-right: 24px !important;
}
.about-block-swiper-pagination span::after {
  content: '';
  position: absolute;
  top: -10px;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  background-color: #3d4045;
  border-radius: 50%;
}
.about-block-swiper-pagination .swiper-pagination-bullet-active {
  color: #e10707;
}
.about-block-swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: #e10707;
}
.about-block-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-block-text ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-block-text ul li .text-block {
  margin-bottom: 12px;
}
.about-block-text ul li img {
  border-radius: 8px;
}
.about-block-video {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 8px;
}
.about-block-video-media iframe {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .about-block-swiper-pagination {
    display: flex;
  }
}
@media (min-width: 768px) {
  .about-block-swiper {
    height: auto;
  }
  .about-block-text ul li {
    flex-direction: row;
  }
  .about-block-text ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .about-block-text ul li:nth-child(even) .text-block {
    margin: 0;
    margin-left: 12px;
  }
  .about-block-text ul li:nth-child(even) picture {
    margin-left: 0;
    margin-right: auto;
  }
  .about-block-text ul li .text-block {
    width: 70%;
    margin: 0;
    margin-right: 12px;
  }
  .about-block-text ul li img {
    width: 30%;
    max-width: 250px;
    margin-left: auto;
  }
  .about-block-text ul li picture {
    width: 30%;
    max-width: 250px;
    margin-left: auto;
  }
  .about-block-video {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
  }
}
@media (min-width: 1024px) {
  .about-block-text ul li .text-block {
    width: 60%;
  }
  .about-block-text ul li picture {
    width: 40%;
    max-width: 400px;
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .about-block-text ul li picture {
    max-width: 600px;
  }
}
.goods-card {
  position: relative;
}
.catalog-block-main-categories ul,
.catalog-block-main-goods ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-block-main-categories {
  margin-bottom: 12px;
}
.catalog-block-main-categories ul {
  display: flex;
  margin: -8px -8px;
  justify-content: center;
  flex-wrap: wrap;
}
.catalog-block-main-categories ul li {
  margin: 8px 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.6);
  overflow: hidden;
}
.catalog-block-main-categories ul li a {
  display: block;
  padding: 8px;
  color: #e10707;
  text-decoration: none;
}
.catalog-block-main-categories ul li a.active {
  background-color: #e10707;
  color: White;
}
.catalog-block-main-goods ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 8px;
  justify-items: center;
}
.goods-card {
  width: 200px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.6);
  background: #fff;
  transition-duration: 0.3s !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.goods-card-link {
  display: flex;
  height: 100%;
  padding: 16px;
  flex-direction: column;
  text-decoration: none;
  text-align: center;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.goods-card-link img {
  max-width: 150px;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 8px;
}
.goods-card-link-name {
  min-height: 70px;
  margin-bottom: auto;
}
.goods-link {
  margin: 0;
  padding: 0;
  line-height: inherit;
  text-decoration: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 8px 0;
  border: 1px solid #d0d1d2;
  border-radius: 8px;
  color: #e10707;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 480px) {
  .catalog-block-main-goods ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .catalog-block-main {
    display: flex;
  }
  .catalog-block-main-categories {
    margin-right: auto;
  }
  .catalog-block-main-categories ul {
    flex-direction: column;
  }
  .catalog-block-main-categories ul li {
    width: calc(100% - 16px);
    transition: all 0.3s ease-in-out;
  }
  .catalog-block-main-categories ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .catalog-block-main-categories ul li:hover {
    opacity: 0.5;
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
  }
  .catalog-block-main-categories ul li:hover a {
    color: #e10707;
  }
  .catalog-block-main-goods {
    margin-left: 16px;
  }
  .catalog-block-main-goods ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog-block-main-goods ul li:hover {
    box-shadow: 0px 4px 8px 4px #000;
    transform: scale(1.02);
    transition-duration: 0.3s !important;
    transition: all 0.3s ease-in-out;
  }
  .catalog-block-main-goods ul li:hover a {
    color: #e10707;
    border-color: #e10707;
  }
  .catalog-block-main-goods ul li:hover a .goods-link {
    border-color: #e10707;
    color: #e10707;
    transition: all 0.3s ease-in-out;
  }
  .goods-link:hover {
    border-color: #e10707;
    color: #e10707;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1024px) {
  .catalog-block-main-goods ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1280px) {
  .catalog-block-main-goods ul {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 16px;
  }
}
@media (min-width: 1680px) {
  .catalog-block-main-goods ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1920px) {
  .catalog-block-main-goods ul {
    grid-template-columns: repeat(7, 1fr);
  }
}
.catalog-page-block-image {
  display: flex;
  max-height: 400px;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 8px;
  flex-direction: column;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.8);
  overflow: hidden;
}
.catalog-page-swiper {
  height: 80%;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 8px;
}
.catalog-page-swiper .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog-page-swiper2 {
  height: calc(20% - 16px);
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 8px;
}
.catalog-page-swiper2 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.catalog-page-swiper2 .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog-page-swiper2 .swiper-slide-thumb-active {
  opacity: 1;
}
.catalog-page-block-main-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-page-block-main-info .text-block {
  display: flex;
  margin: 0;
  margin-right: auto;
  flex-direction: column;
}
.catalog-page-block-main-info-order a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 40px;
}
.catalog-page-block-main-info-order button {
  display: none;
  justify-content: center;
}
.catalog-page-block-file a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 32px;
  font-size: 16px;
  font-weight: 700;
  color: #e10707;
}
.catalog-page-block-file a::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: -2px;
  background-image: url("/media/icon-documents-pdf.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.catalog-page-block-color .text-block {
  margin: 0;
  margin-bottom: 8px;
}
.catalog-page-block-color-title h4 {
  margin: 8px 0;
  font-size: 20px;
  text-decoration: underline;
}
.catalog-page-block-color-title h6 {
  margin: 8px 0;
  font-size: 16px;
}
.catalog-page-block-color-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
.catalog-page-block-color-list li img {
  max-width: 150px;
  border-radius: 8px;
  overflow: hidden;
}
.catalog-page-block-color-list li .text-block {
  display: flex;
  flex-direction: column;
}
.catalog-page-block-color-list li .text-block b:first-of-type {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .catalog-page-block-image {
    max-width: 500px;
    max-height: 500px;
    margin: 0;
    margin-right: auto;
  }
  .catalog-page-block-main {
    display: flex;
  }
  .catalog-page-block-main-info {
    width: 50%;
    margin-left: 12px;
    flex-direction: column;
    align-items: initial;
  }
  .catalog-page-block-main-info .text-block {
    margin: 0;
  }
  .catalog-page-block-main-info-order a {
    display: none;
  }
  .catalog-page-block-main-info-order button {
    display: flex;
    max-width: 300px;
  }
  .color-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
  .catalog-page-block-color-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog-page-block-color-list li a {
    display: inline-block;
  }
  .catalog-page-block-color-list li a:hover img {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
  }
  .catalog-page-block-color-list li img {
    max-width: 160px;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1280px) {
  .catalog-page-block-color-list li img {
    max-width: 220px;
  }
}
@media (min-width: 1440px) {
  .catalog-page-block-image {
    max-width: 600px;
    max-height: 600px;
  }
  .color-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-page-block-color-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1920px) {
  .color-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog-page-block-color-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.blog-block-main-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-block-main-list ul li {
  padding: 32px 12px;
  border-top: 1px solid #e10707;
  border-top-style: dotted;
}
.blog-block-main-list ul li:last-of-type {
  border-bottom: 1px solid #e10707;
  border-bottom-style: dotted;
}
.blog-block-main-list ul li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-block-main-list ul li a:first-of-type {
  color: #393939;
  font-size: 26px;
  font-weight: 600;
}
.blog-block-main-list ul li a:last-of-type {
  position: relative;
  color: #e10707;
  font-size: 18px;
  font-weight: 600;
}
.blog-block-main-list ul li a:last-of-type::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  right: -20px;
  display: block;
  width: 14px;
  height: 14px;
  transform: translateX(0);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/media/icon_arrow.svg");
  transition: 0.3s ease-in-out;
}
.blog-block-main-list ul li .text-block span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
}
.blog-block-main-list ul li .text-block p {
  margin-bottom: 12px !important;
}
@media (min-width: 768px) {
  .blog-block-main-list ul li a:first-of-type {
    transition: all 0.5s ease-in-out;
  }
  .blog-block-main-list ul li a:first-of-type:hover {
    color: #e10707;
    transition: all 0.5s ease-in-out;
  }
  .blog-block-main-list ul li a:last-of-type {
    transition: all 0.5s ease-in-out;
  }
  .blog-block-main-list ul li a:last-of-type:hover {
    transition: all 0.5s ease-in-out;
  }
  .blog-block-main-list ul li a:last-of-type:hover::after {
    animation: transformX 0.5s infinite linear;
    -webkit-animation: transformX 0.5s infinite linear;
  }
}
@keyframes transformX {
  25% {
    transform: translateX(12px);
  }
  50% {
    transform: translateX(-9px);
  }
  75% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
.blog-page-block-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-page-block-main ul li .text-block {
  margin-bottom: 12px;
}
.blog-page-block-main ul li img {
  border-radius: 8px;
}
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.7);
  z-index: 1000;
  overflow: auto;
}
.popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  padding: 32px;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  text-align: center;
}
.popup-main .text-block {
  margin-bottom: 12px;
}
.popup-form {
  display: flex;
  flex-direction: column;
}
.popup-form input {
  margin-bottom: 12px;
  padding: 16px 24px;
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.popup-form input:active,
.popup-form input:focus,
.popup-form input:hover {
  border-color: #e10707;
  transition: all 0.3s ease-in-out;
}
.popup-form button {
  margin: 0;
  padding: 0;
  line-height: inherit;
  text-decoration: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  max-width: 400px;
  padding: 16px 12px;
  background-color: #e10707;
  color: White;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
.popup-form button:hover {
  opacity: 0.3;
  transition: 0.3s ease-in-out;
}
.popup-success {
  display: none;
  align-items: center;
}
.popup-success-icon {
  margin-right: 8px;
}
