@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --field-color: #ffffff;
  --secondary-color: #303030;
  --font-color: #ffffff;
  --footer-font-color: #4bc6ec;
  --small-font-size: 14px;
}

body {
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin: 0;
  padding: 0;
  background: #303030;
  height: 100vh;
}

.search-bar {
  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: 1440px;
  margin-top: 38vh;
  margin-bottom: 86px;
}

@media (max-width: 715px) {
  .search-bar {
    margin-top: 20vh;
  }
}

.search-bar__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 58%;
}

@media (max-width: 715px) {
  .search-bar__form {
    width: 80%;
  }
}

.search-bar__button {
  position: absolute;
  right: 0;
  top: 8px;
  width: 60px;
  height: 50px;
  border: none;
  cursor: pointer;
  background: url("../images/search.svg") no-repeat;
  outline: none;
}

@media (max-width: 600px) {
  .search-bar__button {
    background-size: 30px;
    background-position-x: 20px;
  }
}

.search-bar__input {
  width: 100%;
  height: 60px;
  margin-bottom: 44px;
  padding-left: 150px;
  padding-right: 60px;
  border-radius: 30px;
  border: none;
  background: var(--field-color) url("https://tender-online.com.ua/custom/css/images/tender-online.svg") left no-repeat;
  background-position-x: 3px;
  background-position-y: 3px;
  font-size: 20px;
  font-weight: 300;
  outline: none;
}

@media (max-width: 715px) {
  .search-bar__input {
    margin-bottom: 70px;
  }
}

@media (max-width: 600px) {
  .search-bar__input {
    height: 40px;
    padding-left: 100px;
    padding-right: 50px;
    background-size: 85px;
  }
}

@media (max-width: 360px) {
  .search-bar__input {
    position: relative;
    padding-left: 15px;
    background: var(--field-color);
  }
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.links :not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 715px) {
  .links {
    -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;
  }

  .links :not(:last-child) {
    margin-right: 0;
  }

  .links :last-child {
    margin-bottom: 0;
  }
}

.link {
  width: 180px;
  padding: 10px 0;
  border-radius: 40px;
  background: var(--field-color);
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: var(--secondary-color);
  /*TODO: add hover/focus effect*/
}

@media (max-width: 715px) {
  .link {
    margin-bottom: 40px;
  }
}

.link:hover {
  background-color: #d7dad4;
}

.link:focus {
  background-color: #dbdbdb;
}

.role-select {
  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;
  margin-bottom: 20px;
  margin-top: auto;
}

@media (max-width: 715px) {
  .role-select {
    margin-bottom: 100px;
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  .role-select {
    width: 100%;
  }
}

.role-select__title {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  color: var(--font-color);
  z-index: 1;
}

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

@media (max-width: 600px) {
  .role-select__roles {
    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;
  }
}

.role-select__text {
  position: relative;
  text-align: center;
  font-size: 14px;
  color: var(--font-color);
  margin: 20px 66px;
}

@media (max-width: 630px) {
  .role-select__text {
    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;
  }
}

.role-select__text::before,
.role-select__text::after {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 80px;
  top: 20px;
  background-repeat: no-repeat;
}

@media (max-width: 630px) {
  .role-select__text::before,
  .role-select__text::after {
    display: none;
  }
}

.role-select__text::before {
  left: -50px;
  background-image: url("../images/left-line.svg");
}

.role-select__text::after {
  right: -50px;
  background-image: url("../images/right-line.svg");
}

.role-select__roles_customer,
.role-select__roles_participant {
  width: 80px;
  height: 80px;
  margin-top: 12px;
  background-repeat: no-repeat;
  background-color: var(--field-color);
  border-radius: 50px;
  border: 1px solid #4bc6ec;
  cursor: pointer;
  z-index: 1;
  outline: none;
}

.role-select__roles_customer {
  margin-top: 10px;
  background-image: url("../images/customer.svg");
}

@media (max-width: 600px) {
  .role-select__roles_customer {
    right: 0;
  }
}

.role-select__roles_participant {
  background-image: url("../images/participant.svg");
  background-position-x: -5px;
  background-position-y: -5px;
}

@media (max-width: 600px) {
  .role-select__roles_participant {
    left: 0;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  margin-bottom: 20px;
  margin-top: auto;
  padding: 0 20px;
  background-color: var(--secondary-color);
  border-radius: 15px;
  z-index: 1;
}

@media (max-width: 490px) {
  .footer {
    -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: 5px 0;
    height: auto;
  }
}

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

.footer__links :not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 490px) {
  .footer__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
  }

  .footer__links :not(:last-child) {
    margin-bottom: 15px;
    margin-right: 20px;
  }

  .footer__links :last-child {
    margin-bottom: 15px;
  }
}

.footer__copyright {
  padding-right: 20px;
  font-size: 10px;
  color: var(--field-color);
  white-space: nowrap;
}

@media (max-width: 490px) {
  .footer__copyright {
    padding: 15px;
  }
}

.service-links__item {
  display: block;
  text-decoration: none;
  font-size: 10px;
  color: var(--footer-font-color);
  line-height: 2;
}

@media (max-width: 490px) {
  .service-links__item {
    font-size: 10px;
    line-height: 0;
  }
}

.actions {
  position: fixed;
  z-index: 1;
  top: 50vh;
  -webkit-transform: translate(-100%, -70%);
  transform: translate(-100%, -70%);
  left: calc(100% - 55px);
}

@media (max-width: 1080px) {
  .actions {
    left: calc(100% - 25px);
  }
}

.actions-list {
  margin: 0;
}

.actions-list :not(:last-child) {
  margin-bottom: 15px;
}

.actions-list__item {
  list-style-type: none;
}

.actions-list__button {
  height: 35px;
  width: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.actions-list__button_registration,
.actions-list__button_login,
.actions-list__button_burger,
.actions-list__button_language {
  display: block;
  background-repeat: no-repeat;
}

.actions-list__button_registration,
.actions-list__button_login {
  position: relative;
}

.actions-list__links-registration,
.actions-list__links-login {
  position: absolute;
  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;
  background-color: black;
  border-radius: 20px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: var(--font-color);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  display: flex;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  padding: 20px;
  cursor: default;
  z-index: 1;
}

.actions-list__button_registration:hover .actions-list__links-registration,
.actions-list__button_login:hover .actions-list__links-login {
  left: -500%;
}

.actions-list__link {
  text-align: left;
  margin: 0;
  padding: 0;
}

.actions-list__link:first-child {
  padding-bottom: 15px;
  margin-bottom: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.actions-list__link a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

.actions-list__link a:hover {
  color: #dff300;
}

.actions-list__button_registration {
  background-image: url("../images/registration.svg");
}

.actions-list__button_login {
  background-image: url("../images/login-white.svg");
  background-position-x: 50%;
}

.actions-list__button_burger {
  background-image: url("../images/burger.svg");
  background-position-y: 10px;
}

.actions-list__button_language {
  background-image: url("../images/language.svg");
  background-position-y: 0;
}

.wrapper1,
.wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  background-color: black;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 550px) {
  .wrapper1,
  .wrapper2 {
    height: 100%;
  }
}

.wrap {
  position: absolute;
  width: 100vw;
  height: 50px;
  bottom: -50px;
  background-color: black;
}

@media (max-width: 550px) {
  .wrap {
    display: none;
  }
}

.md-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  width: calc(100vw - 48px);
  height: calc(100vh - 58px);
  z-index: 2000;
  margin: auto;
}

.md-modal__close-button {
  position: absolute;
  width: 70px;
  height: 70px;
  right: 15px;
  top: 15px;
  background-image: url("../images/close-icon.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1;
  background-position-x: 50%;
}

@media (max-width: 550px) {
  .md-modal__close-button {
    background-size: 3rem;
  }
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.show-wrapper {
  opacity: 1;
  visibility: visible;
}

.md-customer-content__1,
.md-customer-content__2,
.md-customer-content__3,
.md-customer-content__4,
.md-participant-content__1,
.md-participant-content__2,
.md-participant-content__3,
.md-participant-content__4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  border-radius: 20px;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.md-customer-content__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;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4bc6ec;
  background-image: url("../images/customer-modal/first-modal-bg.svg");
}

@media (min-width: 1920px) {
  .md-customer-content__1 {
    background-size: 40rem;
  }
}

@media (min-width: 1920px) and (max-height: 950px) {
  .md-customer-content__1 {
    background-size: 35rem;
  }
}

@media (max-width: 1220px) {
  .md-customer-content__1 {
    background-position-y: -150px;
  }
}

@media (max-width: 800px) {
  .md-customer-content__1 {
    background-position-y: -100px;
    background-size: 20rem;
  }
}

@media (max-width: 550px) {
  .md-customer-content__1 {
    width: 100vw;
  }
}

.md-customer-content__1_title {
  margin-bottom: 10%;
  color: #ffffff;
  font-size: 5vh;
  text-align: center;
}

@media (min-width: 1920px) {
  .md-customer-content__1_title {
    font-size: 5vh;
  }
}

.md-customer-content__1 .content-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 10px;
}

@media (min-width: 1920px) and (max-height: 950px) {
  .md-customer-content__1 .content-container {
    grid-row-gap: 30px;
  }
}

@media (min-width: 1920px) {
  .md-customer-content__1 .content-container {
    position: absolute;
    bottom: 200px;
  }
}

@media (max-height: 1050px) {
  .md-customer-content__1 .content-container {
    top: 200px;
    bottom: initial;
  }
}

@media (max-width: 1367px), (max-height: 790px) {
  .md-customer-content__1 .content-container {
    grid-row-gap: 10px;
    position: absolute;
    top: 200px;
  }
}

@media (max-width: 960px) {
  .md-customer-content__1 .content-container {
    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;
  }
}

.md-customer-content__1 .content-container__1 {
  grid-column: 7 / span 3;
  grid-row: 1 / span 2;
  background-image: url("../images/prozorro-logo.svg");
  background-repeat: no-repeat;
  background-position-x: -15px;
}

@media (max-width: 960px) {
  .md-customer-content__1 .content-container__1 {
    width: 240px;
    height: 80px;
    background-position-x: 0;
  }
}

.md-customer-content__1 .content-container__2 {
  grid-column: 7 / span 4;
  grid-row: 2 / span 1;
  margin-top: 5px;
}

.md-customer-content__1 .content-container__3 {
  grid-column: 4 / span 3;
  grid-row: 3 / span 1;
}

.md-customer-content__1 .content-container__4 {
  grid-column: 4 / span 3;
  grid-row: 4 / span 1;
}

@media (max-width: 1300px) {
  .md-customer-content__1 .content-container__4 {
    grid-column: 4 / span 4;
  }
}

.md-customer-content__1 .content-container__5 {
  grid-column: 9 / span 3;
  grid-row: 4 / span 1;
}

.md-customer-content__1 .content-container__6 {
  grid-column: 9 / span 3;
  grid-row: 5 / span 1;
}

@media (max-width: 1300px) {
  .md-customer-content__1 .content-container__6 {
    grid-column: 8 / span 4;
  }
}

.md-customer-content__1 .content-container__2,
.md-customer-content__1 .content-container__4,
.md-customer-content__1 .content-container__6 {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

@media (min-width: 1920px) {
  .md-customer-content__1 .content-container__2,
  .md-customer-content__1 .content-container__4,
  .md-customer-content__1 .content-container__6 {
    font-size: 30px;
  }
}

@media (max-height: 950px) {
  .md-customer-content__1 .content-container__2,
  .md-customer-content__1 .content-container__4,
  .md-customer-content__1 .content-container__6 {
    font-size: 2.5vh;
  }
}

@media (max-width: 960px) {
  .md-customer-content__1 .content-container__2,
  .md-customer-content__1 .content-container__4,
  .md-customer-content__1 .content-container__6 {
    width: 80%;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media (max-width: 650px) {
  .md-customer-content__1 .content-container__2,
  .md-customer-content__1 .content-container__4,
  .md-customer-content__1 .content-container__6 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (max-height: 668px) {
  .md-customer-content__1 .content-container__2,
  .md-customer-content__1 .content-container__4,
  .md-customer-content__1 .content-container__6 {
    margin: 0;
  }
}

.md-customer-content__1 .content-container__3,
.md-customer-content__1 .content-container__5 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  -ms-flex-item-align: end;
  align-self: end;
}

@media (max-width: 960px) {
  .md-customer-content__1 .content-container__3,
  .md-customer-content__1 .content-container__5 {
    -ms-flex-item-align: center;
    align-self: center;
  }
}

@media (max-height: 668px) {
  .md-customer-content__1 .content-container__3,
  .md-customer-content__1 .content-container__5 {
    font-size: 26px;
  }
}

.md-customer-content__1 .content-container__2:before,
.md-customer-content__1 .content-container__4:before,
.md-customer-content__1 .content-container__6:before {
  position: absolute;
  bottom: -130px;
  font-size: 330px;
  color: #5160e0;
  z-index: -1;
  -webkit-filter: blur(1.2rem);
  filter: blur(1.2rem);
}

@media (max-width: 960px) {
  .md-customer-content__1 .content-container__2:before,
  .md-customer-content__1 .content-container__4:before,
  .md-customer-content__1 .content-container__6:before {
    font-size: 200px;
    -webkit-filter: blur(1rem);
    filter: blur(1rem);
    bottom: -80px;
  }
}

.md-customer-content__1 .content-container__2:before {
  content: "1";
}

@media (max-width: 960px) {
  .md-customer-content__1 .content-container__2:before {
    left: 30vw;
  }
}

.md-customer-content__1 .content-container__4:before {
  content: "2";
}

.md-customer-content__1 .content-container__6:before {
  content: "3";
  left: 50px;
}

@media (max-width: 960px) {
  .md-customer-content__1 .content-container__6:before {
    left: 50vw;
  }
}

.md-customer-content__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-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  height: calc(100vh - 80px);
  width: calc(100vw - 88px);
  background-color: #76d4b4;
}

@media (max-width: 550px) {
  .md-customer-content__2 {
    width: 100vw;
  }
}

.md-customer-content__2:before {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 450px;
  height: 400px;
  background-image: url("../images/customer-modal/second-modal-bg.svg");
  background-repeat: no-repeat;
  background-size: 28rem;
}

@media (min-width: 1600px) {
  .md-customer-content__2:before {
    width: 550px;
    height: 500px;
    background-size: initial;
  }
}

@media (max-width: 950px) {
  .md-customer-content__2:before {
    width: 150px;
    height: 300px;
    left: 0;
    background-image: url("../images/customer-modal/second-modal-small-bg.svg");
    background-size: initial;
  }
}

.md-customer-content__2_title,
.md-customer-content__2_description {
  color: var(--font-color);
  text-align: center;
}

.md-customer-content__2_title {
  margin-bottom: 0;
  font-size: 40px;
  width: 80%;
}

@media (min-width: 1920px) {
  .md-customer-content__2_title {
    font-size: 5vh;
  }
}

@media (max-width: 720px) {
  .md-customer-content__2_title {
    width: 75%;
    font-size: 30px;
  }
}

@media (max-width: 360px) {
  .md-customer-content__2_title {
    font-size: 26px;
  }
}

.md-customer-content__2_description {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  width: 80%;
}

@media (min-width: 1920px) {
  .md-customer-content__2_description {
    font-size: 2.5vh;
    font-weight: 700;
  }
}

@media (max-width: 720px) {
  .md-customer-content__2_description {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .md-customer-content__2_description {
    font-size: 12px;
  }
}

.advantage-container {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 1fr);
  row-gap: 20px;
  bottom: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 950px) {
  .advantage-container {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-row-gap: 10px;
  }
}

@media (max-width: 768px) and (max-height: 1024px) {
  .advantage-container {
    grid-row-gap: 55px;
  }
}

@media (max-width: 1024px) and (max-height: 1366px) {
  .advantage-container {
    grid-row-gap: 30px;
  }
}

@media (max-width: 720px) {
  .advantage-container {
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(7, 1fr);
    grid-row-gap: 20px;
  }
}

@media (max-width: 414px) and (max-height: 736px) {
  .advantage-container {
    grid-row-gap: 35px;
  }
}

@media (max-width: 450px) {
  .advantage-container {
    grid-template-rows: repeat(4, 1fr);
  }
}

@media (max-width: 375px) and (max-height: 812px) {
  .advantage-container {
    grid-row-gap: 35px;
  }
}

.advantage-container__1 {
  grid-column: 2 / span 4;
  grid-row: 1 / span 2;
  font-size: 4vh;
  font-weight: 700;
  color: #8347f7;
  text-align: center;
}

@media (max-width: 1280px), (max-height: 790px) {
  .advantage-container__1 {
    grid-row: 3 / span 2;
    font-size: 3vh;
  }
}

@media (max-width: 1100px) {
  .advantage-container__1 {
    grid-column: 2 / span 5;
  }
}

@media (max-height: 950px) and (min-width: 1920px) {
  .advantage-container__1 {
    grid-row: 2 / span 2;
  }
}

@media (max-width: 950px) {
  .advantage-container__1 {
    grid-column: 2 / span 3;
    grid-row: 2 / span 1;
    font-size: 20px;
  }
}

@media (max-width: 720px) {
  .advantage-container__1 {
    grid-column: 2 / span 5;
  }
}

@media (max-width: 500px) {
  .advantage-container__1 {
    grid-row: 1 / span 1;
  }
}

.advantage-container__2,
.advantage-container__3,
.advantage-container__6 {
  font-size: 20px;
  font-weight: 400;
  color: var(--font-color);
  text-align: center;
}

@media (min-width: 1920px) {
  .advantage-container__2,
  .advantage-container__3,
  .advantage-container__6 {
    font-size: 30px;
  }
}

@media (max-width: 720px) {
  .advantage-container__2,
  .advantage-container__3,
  .advantage-container__6 {
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  .advantage-container__2,
  .advantage-container__3,
  .advantage-container__6 {
    font-size: 14px;
  }
}

.advantage-container__2 {
  position: relative;
  grid-column: 9 / span 3;
  grid-row: 2 / span 1;
}

@media (max-width: 1360px), (min-width: 1500px) {
  .advantage-container__2 {
    display: table;
    background-color: #8347f7;
    border-radius: 20px;
    padding: 10px;
  }
}

.advantage-container__2:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -40px;
  width: 430px;
  height: 180px;
  background-image: url("../images/customer-modal/right-dialog.svg");
  background-repeat: no-repeat;
}

@media (min-height: 970px) {
  .advantage-container__2:before {
    display: none;
  }
}

@media (max-width: 1360px) {
  .advantage-container__2:before {
    display: none;
  }
}

@media (min-width: 1500px) {
  .advantage-container__2:before {
    display: none;
  }
}

@media (max-width: 1280px), (max-height: 790px) {
  .advantage-container__2 {
    grid-row: 3 / span 1;
  }
}

@media (max-height: 950px) and (min-width: 1920px) {
  .advantage-container__2 {
    font-size: 2.5vh;
    grid-row: 3 / span 1;
  }
}

@media (max-width: 1250px) {
  .advantage-container__2 {
    grid-column: 8 / span 4;
    font-size: 19px;
  }
}

@media (max-width: 950px) {
  .advantage-container__2 {
    grid-column: 2 / span 3;
    grid-row: 3 / span 2;
  }
}

@media (max-width: 720px) {
  .advantage-container__2 {
    grid-row: 3 / span 1;
    grid-column: 3 / span 3;
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .advantage-container__2 {
    grid-column: 2 / span 5;
    grid-row: 2 / span 1;
  }
}

@media (max-width: 360px) {
  .advantage-container__2 {
    font-size: 14px;
  }
}

.advantage-container__3 {
  position: relative;
  grid-column: 2 / span 3;
  grid-row: 5 / span 2;
}

@media (max-width: 1360px), (min-width: 1500px) {
  .advantage-container__3 {
    display: table;
    background-color: #8347f7;
    border-radius: 20px;
    padding: 10px;
  }
}

.advantage-container__3:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 430px;
  height: 180px;
  background-image: url("../images/customer-modal/left-dialog.svg");
  background-repeat: no-repeat;
}

@media (min-height: 970px) {
  .advantage-container__3:before {
    display: none;
  }
}

@media (max-width: 1360px) {
  .advantage-container__3:before {
    display: none;
  }
}

@media (min-width: 1500px) {
  .advantage-container__3:before {
    display: none;
  }
}

@media (max-height: 950px) and (min-width: 1920px) {
  .advantage-container__3 {
    font-size: 2.5vh;
  }
}

@media (max-width: 950px) {
  .advantage-container__3 {
    grid-row: 4 / span 2;
    grid-column: 3 / span 2;
  }
}

@media (max-width: 720px) {
  .advantage-container__3 {
    grid-column: 4 / span 3;
    grid-row: 4 / span 2;
  }
}

@media (max-width: 500px) {
  .advantage-container__3 {
    grid-row: 3 / span 2;
  }
}

.advantage-container__4,
.advantage-container__5 {
  display: none;
  position: absolute;
  background-repeat: no-repeat;
}

.advantage-container__4 {
  grid-column: 4 / span 2;
  grid-row: 6 / span 2;
  width: 170px;
  height: 100px;
  background-image: url("../images/customer-modal/modal-left-arrow.svg");
}

@media (max-width: 1250px) {
  .advantage-container__4 {
    grid-column: 3 / span 1;
  }
}

@media (max-width: 950px) {
  .advantage-container__4 {
    position: fixed;
    bottom: 250px;
    left: 70px;
    width: 50px;
    height: 90px;
    background-image: url("../images/customer-modal/small-left-arrow.svg");
  }
}

@media (max-width: 550px) {
  .advantage-container__4 {
    bottom: 230px;
    left: -10px;
  }
}

.advantage-container__5 {
  grid-column: 8 / span 3;
  grid-row: 4 / span 3;
  left: 50px;
  width: 200px;
  height: 200px;
  background-image: url("../images/customer-modal/modal-right-arrow.svg");
}

@media (max-width: 950px) {
  .advantage-container__5 {
    position: fixed;
    bottom: 100px;
    left: 150px;
    width: 90px;
    height: 50px;
    background-image: url("../images/customer-modal/small-right-arrow.svg");
  }
}

@media (max-width: 550px) {
  .advantage-container__5 {
    bottom: 70px;
    left: 70px;
  }
}

.advantage-container__6 {
  grid-column: 9 / span 3;
  grid-row: 6 / span 1;
}

@media (max-height: 950px) and (min-width: 1920px) {
  .advantage-container__6 {
    font-size: 2vh;
  }
}

@media (max-width: 950px) {
  .advantage-container__6 {
    grid-column: 4 / span 2;
    grid-row: 6 / span 1;
    margin-top: auto;
  }
}

@media (max-width: 720px) {
  .advantage-container__6 {
    grid-column: 4 / span 3;
    grid-row: 5 / span 1;
  }
}

@media (max-width: 450px) {
  .advantage-container__6 {
    grid-row: 4 / span 1;
    grid-column: 4 / span 4;
  }
}

.advantage-container__6_title {
  font-size: 20px;
  font-weight: 400;
}

.advantage-container__6_link {
  text-decoration: none;
  color: coral;
}

.md-modal__close-button2 {
  position: absolute;
  width: 70px;
  height: 70px;
  right: 15px;
  top: 15px;
  background-image: url("../images/close-icon.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position-x: 50%;
  border: none;
  outline: none;
  cursor: pointer;
}

@media (max-width: 550px) {
  .md-modal__close-button2 {
    background-size: 3rem;
  }
}

.md-customer-content__3 {
  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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  position: absolute;
  bottom: 0;
  width: calc(100vw - 120px);
  height: calc(100vh - 100px);
  background-color: #a6e375;
}

@media (max-width: 850px) {
  .md-customer-content__3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 550px) {
  .md-customer-content__3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 100vw;
    height: calc(100vh - 100px);
    bottom: 0;
  }
}

.md-customer-content__3_title {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: var(--font-color);
}

@media (min-width: 1920px) {
  .md-customer-content__3_title {
    font-size: 5vh;
  }
}

@media (max-height: 800px) and (min-width: 1920px) {
  .md-customer-content__3_title {
    font-size: 5vh;
  }
}

@media (max-width: 850px) {
  .md-customer-content__3_title {
    width: 180px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media (max-width: 550px) {
  .md-customer-content__3_title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

.options1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
}

@media (max-width: 850px) {
  .options1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.options1__first-block {
  background-image: url("../images/customer-modal/third-modal/bid.svg");
}

@media (max-width: 850px) {
  .options1__first-block {
    background-image: url("../images/customer-modal/third-modal/bid-outline.svg");
  }
}

.options1__second-block {
  background-image: url("../images/customer-modal/third-modal/support.svg");
}

@media (max-width: 850px) {
  .options1__second-block {
    background-image: url("../images/customer-modal/third-modal/support-outline.svg");
  }
}

.options1__third-block {
  background-image: url("../images/customer-modal/third-modal/analytics.svg");
}

@media (max-width: 850px) {
  .options1__third-block {
    background-image: url("../images/customer-modal/third-modal/analytics-outline.svg");
  }
}

.options1__first-block,
.options1__second-block,
.options1__third-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position-x: 50%;
}

@media (min-width: 1920px) {
  .options1__first-block,
  .options1__second-block,
  .options1__third-block {
    width: 300px;
  }
}

@media (max-width: 850px) {
  .options1__first-block,
  .options1__second-block,
  .options1__third-block {
    width: 80%;
    background-position-x: 0;
  }
}

.options1__first-block_title,
.options1__second-block_title,
.options1__third-block_title {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: var(--font-color);
  margin-top: 120px;
}

@media (min-width: 1920px) {
  .options1__first-block_title,
  .options1__second-block_title,
  .options1__third-block_title {
    font-size: 30px;
  }
}

@media (max-height: 950px) and (min-width: 1920px) {
  .options1__first-block_title,
  .options1__second-block_title,
  .options1__third-block_title {
    font-size: 3vh;
  }
}

@media (max-width: 850px) {
  .options1__first-block_title,
  .options1__second-block_title,
  .options1__third-block_title {
    margin: 0 0 50px 80px;
    text-align: start;
  }
}

@media (max-width: 550px) {
  .options1__first-block_title,
  .options1__second-block_title,
  .options1__third-block_title {
    font-size: 16px;
  }
}

@media (max-height: 668px) {
  .options1__first-block_title,
  .options1__second-block_title,
  .options1__third-block_title {
    margin-bottom: 40px;
  }
}

.options2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70%;
}

@media (max-width: 850px) {
  .options2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
  }
}

.options2__first-block {
  background-image: url("../images/customer-modal/third-modal/files.svg");
}

@media (max-width: 850px) {
  .options2__first-block {
    background-image: url("../images/customer-modal/third-modal/files-outline.svg");
  }
}

.options2__second-block {
  background-image: url("../images/customer-modal/third-modal/subscribe.svg");
}

@media (max-width: 850px) {
  .options2__second-block {
    background-image: url("../images/customer-modal/third-modal/subscribe-outline.svg");
  }
}

.options2__first-block,
.options2__second-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 320px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position-x: 50%;
}

@media (max-width: 850px) {
  .options2__first-block,
  .options2__second-block {
    width: 80%;
    background-position-x: 0;
  }
}

.options2__first-block_title,
.options2__second-block_title {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: var(--font-color);
  margin-top: 120px;
}

@media (min-width: 1920px) {
  .options2__first-block_title,
  .options2__second-block_title {
    font-size: 30px;
  }
}

@media (max-height: 950px) and (min-width: 1920px) {
  .options2__first-block_title,
  .options2__second-block_title {
    font-size: 3vh;
  }
}

@media (max-width: 850px) {
  .options2__first-block_title,
  .options2__second-block_title {
    margin: 0 0 50px 80px;
    text-align: start;
  }
}

@media (max-width: 550px) {
  .options2__first-block_title,
  .options2__second-block_title {
    font-size: 16px;
  }
}

@media (max-height: 668px) {
  .options2__first-block_title,
  .options2__second-block_title {
    margin-bottom: 30px;
  }
}

.md-modal__close-button3 {
  position: absolute;
  width: 70px;
  height: 70px;
  right: 15px;
  top: 15px;
  background-image: url("../images/close-icon.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position-x: 50%;
  border: none;
  outline: none;
  cursor: pointer;
}

@media (max-width: 550px) {
  .md-modal__close-button3 {
    background-size: 3rem;
  }
}

.md-customer-content__4 {
  position: absolute;
  -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;
  bottom: 0;
  width: calc(100vw - 160px);
  height: calc(100vh - 125px);
  background-color: #d8f10b;
  z-index: 0;
}

@media (max-width: 550px) {
  .md-customer-content__4 {
    width: 100vw;
    height: calc(100vh - 120px);
  }
}

.md-customer-content__4_title {
  font-size: 40px;
  font-weight: 900;
  color: var(--secondary-color);
}

@media (min-width: 1920px) {
  .md-customer-content__4_title {
    font-size: 5vh;
  }
}

.md-customer-content__4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/customer-modal/fourth-modal-bg.svg");
  background-position-y: -25%;
  background-repeat: no-repeat;
}

@media (max-width: 1150px) {
  .md-customer-content__4:before {
    background-position-x: -30%;
  }
}

@media (max-width: 850px) {
  .md-customer-content__4:before {
    display: none;
  }
}

.fact-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  z-index: 1;
}

@media (max-width: 1367px), (max-height: 790px) {
  .fact-container {
    grid-row-gap: 40px;
  }
}

@media (max-height: 950px) and (min-width: 1920px) {
  .fact-container {
    position: absolute;
    top: 200px;
    grid-row-gap: 30px;
  }
}

@media (max-width: 1150px) {
  .fact-container {
    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: 90%;
  }
}

@media (max-width: 1150px) and (max-height: 668px) {
  .fact-container {
    grid-row-gap: 30px;
  }
}

.fact-container__1 {
  grid-column: 7 / span 3;
}

@media (min-width: 1920px) {
  .fact-container__1 {
    grid-column: 7 / span 5;
  }
}

.fact-container__2 {
  grid-column: 7 / span 5;
}

@media (max-width: 550px) {
  .fact-container__2 {
    margin: 20px 0;
  }
}

.fact-container__3 {
  grid-column: 5 / span 5;
  width: 100%;
}

.fact-container__4 {
  grid-column: 5 / span 4;
}

@media (max-height: 950px) and (min-width: 1920px) {
  .fact-container__4 {
    margin-top: auto;
  }
}

@media (max-width: 550px) {
  .fact-container__4 {
    width: 100%;
    text-align: center;
    margin: 30px 0;
  }
}

.fact-container__4_button {
  width: 330px;
  padding: 7px 30px;
  border: 2px solid #30aaf7;
  border-radius: 20px;
  background-color: transparent;
  color: var(--secondary-color);
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.fact-container__4_button:hover {
  background-color: #30aaf7;
}

@media (max-width: 550px) {
  .fact-container__4_button {
    width: 90%;
  }
}

.fact-container__5 {
  grid-column: 9 / span 2;
}

@media (max-height: 950px) and (min-width: 1920px) {
  .fact-container__5 {
    margin-top: auto;
  }
}

@media (max-width: 550px) {
  .fact-container__5 {
    width: 100%;
    text-align: center;
  }
}

.fact-container__5_button {
  width: 210px;
  padding: 7px 30px;
  border-radius: 20px;
  border: 2px solid #db4356;
  background-color: #db4356;
  color: var(--font-color);
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.fact-container__5_button:hover {
  border: 2px solid #b83948;
  background-color: #b83948;
}

@media (max-width: 550px) {
  .fact-container__5_button {
    width: 90%;
  }
}

.fact-container__1,
.fact-container__2,
.fact-container__3 {
  font-size: 20px;
  text-align: center;
}

@media (min-width: 1920px) {
  .fact-container__1,
  .fact-container__2,
  .fact-container__3 {
    font-size: 30px;
  }
}

@media (max-height: 950px) and (min-width: 1920px) {
  .fact-container__1,
  .fact-container__2,
  .fact-container__3 {
    font-size: 3vh;
  }
}

@media (max-width: 700px) {
  .fact-container__1,
  .fact-container__2,
  .fact-container__3 {
    font-size: 16px;
  }
}

.fact-container__1_tender-count,
.fact-container__1_tender-amount,
.fact-container__3_tender-count,
.fact-container__3_tender-amount {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  margin: 0 10px;
}

@media (min-width: 1920px) {
  .fact-container__1_tender-count,
  .fact-container__1_tender-amount,
  .fact-container__3_tender-count,
  .fact-container__3_tender-amount {
    font-size: 5vh;
  }
}

@media (max-width: 700px) {
  .fact-container__1_tender-count,
  .fact-container__1_tender-amount,
  .fact-container__3_tender-count,
  .fact-container__3_tender-amount {
    font-size: 36px;
  }
}

@media (max-width: 360px) {
  .fact-container__1_tender-count,
  .fact-container__1_tender-amount,
  .fact-container__3_tender-count,
  .fact-container__3_tender-amount {
    font-size: 35px;
  }
}

.fact-container__1_tender-count:before,
.fact-container__1_tender-amount:before,
.fact-container__3_tender-count:before,
.fact-container__3_tender-amount:before {
  position: absolute;
  left: -300px;
  top: -50px;
  font-size: 160px;
  font-weight: 900;
  color: #31adfa;
  z-index: -1;
  opacity: 0.6;
  -webkit-filter: blur(13px);
  filter: blur(13px);
}

@media (max-width: 1270px) {
  .fact-container__1_tender-count:before,
  .fact-container__1_tender-amount:before,
  .fact-container__3_tender-count:before,
  .fact-container__3_tender-amount:before {
    font-size: 100px;
  }
}

.fact-container__1_tender-count:before,
.fact-container__3_tender-count:before {
  content: "20 000";
  width: 500px;
}

@media (max-width: 1150px) {
  .fact-container__1_tender-count:before,
  .fact-container__3_tender-count:before {
    width: 370px;
    left: 0;
  }
}

.fact-container__1_tender-amount:before,
.fact-container__3_tender-amount:before {
  content: "1 000 000 000";
  left: -500px;
  width: 1200px;
}

@media (max-width: 1150px) {
  .fact-container__1_tender-amount:before,
  .fact-container__3_tender-amount:before {
    content: " 000 000 000";
  }
}

.md-modal__close-button4 {
  position: absolute;
  width: 70px;
  height: 70px;
  right: 15px;
  top: 25px;
  background-image: url("../images/close-icon.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position-x: 50%;
  border: none;
  outline: none;
  cursor: pointer;
}

@media (max-width: 550px) {
  .md-modal__close-button4 {
    background-size: 3rem;
  }
}

.md-participant-content__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -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: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--secondary-color);
  background-color: #d8f10b;
  border-radius: 20px;
  background-image: url("../images/participant-modal/megaphone.svg");
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  .md-participant-content__1 {
    background-image: url("../images/participant-modal/megaphone-small.svg");
  }
}

@media (max-width: 550px) {
  .md-participant-content__1 {
    width: 100vw;
  }
}

.md-participant-content__1:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 300px;
  background-image: url("../images/participant-modal/megaphone-blur-1.svg");
  background-repeat: no-repeat;
}

@media (max-width: 550px) {
  .md-participant-content__1:after {
    top: 50%;
    left: 0;
  }
}

.md-participant-content__1:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 800px;
  height: 700px;
  background-image: url("../images/participant-modal/megaphone-blur-2.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 550px) {
  .md-participant-content__1:before {
    display: none;
  }
}

.about-ground-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(7, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 20px;
  margin: auto;
}

@media (max-width: 550px) {
  .about-ground-content {
    grid-template-rows: repeat(7, 1fr);
    grid-row-gap: 10px;
  }
}

@media (max-width: 415px) {
  .about-ground-content {
    grid-row-gap: 0;
  }
}

.about-ground-content__title {
  grid-column: 6 / span 5;
  grid-row: 1 / span 1;
  margin-bottom: 0;
  font-size: 5vh;
  font-weight: 900;
  text-align: start;
}

@media (min-width: 1920px) {
  .about-ground-content__title {
    font-size: 60px;
  }
}

@media (max-height: 950px) and (min-width: 1920px) {
  .about-ground-content__title {
    font-size: 5vh;
  }
}

@media (max-width: 800px) {
  .about-ground-content__title {
    grid-column: 4 / span 6;
    text-align: center;
  }
}

@media (max-width: 550px) {
  .about-ground-content__title {
    grid-column: 6 / span 4;
    margin: 0;
    font-size: 37px;
  }
}

@media (max-height: 668px) {
  .about-ground-content__title {
    margin-top: auto;
    font-size: 32px;
  }
}

.about-ground-content__1 {
  grid-column: 6 / span 2;
  grid-row: 2 / span 1;
  background-image: url("../images/prozorro-logo.svg");
  background-repeat: no-repeat;
  background-position-x: -100%;
  height: 70px;
  width: 250px;
}

@media (max-width: 800px) {
  .about-ground-content__1 {
    grid-column: 4 / span 2;
  }
}

@media (max-width: 550px) {
  .about-ground-content__1 {
    grid-column: 3 / span 2;
  }
}

.about-ground-content__2 {
  grid-column: 8 / span 1;
  grid-row: 2 / span 3;
  background-image: url("../images/participant-modal/star.svg");
  background-repeat: no-repeat;
  background-position-x: 50%;
  width: 110px;
}

@media (max-width: 1100px) {
  .about-ground-content__2 {
    grid-column: 9 / span 1;
  }
}

@media (max-width: 550px) {
  .about-ground-content__2 {
    grid-column: 10 / span 1;
    width: 80px;
  }
}

@media (max-width: 410px) {
  .about-ground-content__2 {
    grid-column: 11 / span 1;
  }
}

.about-ground-content__3 {
  grid-column: 6 / span 6;
  grid-row: 3 / span 2;
  font-weight: 400;
}

@media (max-width: 800px) {
  .about-ground-content__3 {
    grid-column: 3 / span 8;
    grid-row: 3 / span 2;
  }
}

@media (max-width: 550px) {
  .about-ground-content__3 {
    font-weight: 400;
    grid-column: 2 / span 10;
    font-size: 12px;
  }
}

.about-ground-content__3_official {
  color: #db4356;
}

.about-ground-content__4 {
  grid-column: 6 / span 1;
  grid-row: 4 / span 1;
}

@media (max-width: 800px) {
  .about-ground-content__4 {
    grid-column: 4 / span 1;
  }
}

@media (max-width: 550px) {
  .about-ground-content__4 {
    grid-column: 6 / span 4;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .about-ground-content__4 {
    grid-column: 7 / span 4;
  }
}

.about-ground-content__5 {
  grid-column: 6 / span 3;
  grid-row: 5 / span 2;
  font-weight: 400;
}

@media (max-width: 800px) {
  .about-ground-content__5 {
    grid-column: 2 / span 5;
  }
}

@media (max-width: 550px) {
  .about-ground-content__5 {
    grid-row: 5 / span 1;
    grid-column: 2 / span 10;
  }
}

.about-ground-content__6 {
  grid-column: 9 / span 1;
  grid-row: 4 / span 1;
}

@media (max-width: 550px) {
  .about-ground-content__6 {
    grid-row: 6 / span 1;
    grid-column: 6 / span 4;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .about-ground-content__6 {
    grid-column: 7 / span 4;
  }
}

.about-ground-content__7 {
  grid-column: 9 / span 3;
  grid-row: 5 / span 2;
  font-weight: 400;
}

@media (max-width: 800px) {
  .about-ground-content__7 {
    grid-column: 7 / span 5;
  }
}

@media (max-width: 550px) {
  .about-ground-content__7 {
    grid-row: 7 / span 1;
    grid-column: 2 / span 10;
  }
}

.about-ground-content__8 {
  grid-column: 5 / span 5;
  grid-row: 6 / span 1;
  margin-top: 5vh;
  text-align: center;
}

@media (max-height: 790px) {
  .about-ground-content__8 {
    margin-top: 7vh;
  }
}

@media (max-width: 800px) {
  .about-ground-content__8 {
    grid-column: 4 / span 6;
  }
}

@media (max-width: 550px) {
  .about-ground-content__8 {
    display: none;
  }
}

.about-ground-content__8_button {
  width: 330px;
  background-color: #db4356;
  border-radius: 20px;
  padding: 7px 30px;
  text-decoration: none;
  font-size: 20px;
  color: var(--font-color);
  text-transform: uppercase;
  border: 2px solid #db4356;
  outline: none;
  cursor: pointer;
}

.about-ground-content__8_button:hover {
  background-color: #b83948;
}

.about-ground-content__3,
.about-ground-content__5,
.about-ground-content__7 {
  font-size: 20px;
}

@media (min-width: 1920px) {
  .about-ground-content__3,
  .about-ground-content__5,
  .about-ground-content__7 {
    font-size: 30px;
  }
}

@media (max-height: 950px) and (min-width: 1920px) {
  .about-ground-content__3,
  .about-ground-content__5,
  .about-ground-content__7 {
    font-size: 3vh;
  }
}

@media (max-width: 800px) {
  .about-ground-content__3,
  .about-ground-content__5,
  .about-ground-content__7 {
    text-align: center;
  }
}

@media (max-width: 550px) {
  .about-ground-content__3,
  .about-ground-content__5,
  .about-ground-content__7 {
    font-size: 18px;
  }
}

@media (max-width: 410px) {
  .about-ground-content__3,
  .about-ground-content__5,
  .about-ground-content__7 {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .about-ground-content__3,
  .about-ground-content__5,
  .about-ground-content__7 {
    font-size: 14px;
  }
}

.about-ground-content__4,
.about-ground-content__6 {
  margin-top: 1em;
  font-size: 5vh;
  font-weight: 700;
}

@media (min-width: 1920px) {
  .about-ground-content__4,
  .about-ground-content__6 {
    font-size: 50px;
  }
}

@media (max-height: 950px) and (min-width: 1920px) {
  .about-ground-content__4,
  .about-ground-content__6 {
    font-size: 5vh;
  }
}

@media (max-width: 414px) and (max-height: 812px) {
  .about-ground-content__4,
  .about-ground-content__6 {
    margin-top: 45px;
  }
}

.md-participant-content__2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh - 80px);
  width: calc(100vw - 88px);
  bottom: 0;
  color: var(--font-color);
  background-color: #a6e375;
  border-radius: 20px;
  background-size: 35rem;
  background-position-y: 50%;
  background-image: url("../images/participant-modal/thumbs-up.png");
  background-repeat: no-repeat;
}

@media (min-width: 1920px) {
  .md-participant-content__2 {
    background-size: 50rem;
  }
}

@media (max-width: 1350px) {
  .md-participant-content__2 {
    background-image: none;
  }
}

@media (max-width: 650px) {
  .md-participant-content__2 {
    background-size: 10rem;
    background-image: url("../images/participant-modal/thumbs-up-small.png");
    background-position-y: 70%;
  }
}

@media (max-width: 550px) {
  .md-participant-content__2 {
    width: 100vw;
    background-position-y: 75%;
    background-position-x: -5%;
  }
}

@media (max-width: 375px) and (max-height: 812px) {
  .md-participant-content__2 {
    background-position-y: 85%;
  }
}

.md-participant-content__2 .choose-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(9, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 25px;
}

@media (min-width: 1636px) {
  .md-participant-content__2 .choose-container {
    grid-row-gap: 20px;
  }
}

@media (min-width: 1920px) and (max-height: 950px) {
  .md-participant-content__2 .choose-container {
    grid-row-gap: 30px;
  }
}

@media (max-height: 1366px) and (max-width: 1024px) {
  .md-participant-content__2 .choose-container {
    grid-row-gap: 25px;
  }
}

@media (max-width: 1367px), (max-height: 790px) {
  .md-participant-content__2 .choose-container {
    grid-row-gap: 0;
  }
}

@media (max-width: 1350px) {
  .md-participant-content__2 .choose-container {
    grid-template-rows: repeat(10, 1fr);
    grid-row-gap: 0;
  }
}

@media (max-width: 950px) {
  .md-participant-content__2 .choose-container {
    grid-row-gap: 0;
  }
}

@media (max-width: 450px) {
  .md-participant-content__2 .choose-container {
    grid-row-gap: 25px;
  }
}

@media (max-width: 415px) {
  .md-participant-content__2 .choose-container {
    grid-row-gap: 15px;
  }
}

@media (max-width: 415px) and (min-height: 812px) {
  .md-participant-content__2 .choose-container {
    grid-row-gap: 25px;
  }
}

@media (max-width: 375px) and (max-height: 812px) {
  .md-participant-content__2 .choose-container {
    grid-row-gap: 40px;
  }
}

@media (max-width: 360px) {
  .md-participant-content__2 .choose-container {
    grid-row-gap: 5px;
  }
}

.md-participant-content__2 .choose-container__title {
  grid-column: 6 / span 6;
  grid-row: 1 / span 2;
  font-size: 4.5vh;
  font-weight: 900;
  margin: 0;
  text-align: center;
}

@media (min-width: 1920px) {
  .md-participant-content__2 .choose-container__title {
    grid-column: 5 / span 7;
  }
}

@media (max-width: 1280px) and (max-height: 1024px) {
  .md-participant-content__2 .choose-container__title {
    font-size: 4vh;
  }
}

@media (max-height: 1366px) and (max-width: 1024px) {
  .md-participant-content__2 .choose-container__title {
    font-size: 3vh;
  }
}

@media (max-width: 1350px) {
  .md-participant-content__2 .choose-container__title {
    grid-column: 3 / span 8;
  }
}

@media (max-width: 850px) {
  .md-participant-content__2 .choose-container__title {
    grid-column: 3 / span 8;
    font-size: 20px;
  }
}

@media (max-width: 375px) and (max-height: 812px) {
  .md-participant-content__2 .choose-container__title {
    font-size: 29px;
  }
}

.md-participant-content__2 .choose-container__description {
  grid-column: 6 / span 6;
  grid-row: 2 / span 2;
  font-size: 2vh;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 1920px) {
  .md-participant-content__2 .choose-container__description {
    grid-column: 5 / span 7;
    font-size: 2.5vh;
  }
}

@media (max-width: 1350px) {
  .md-participant-content__2 .choose-container__description {
    grid-column: 3 / span 8;
  }
}

@media (max-width: 1000px) {
  .md-participant-content__2 .choose-container__description {
    grid-column: 2 / span 10;
  }
}

@media (max-width: 850px) {
  .md-participant-content__2 .choose-container__description {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .md-participant-content__2 .choose-container__description {
    font-size: 14px;
  }
}

.md-participant-content__2 .choose-container__1 {
  grid-column: 6 / span 6;
  grid-row: 3 / span 3;
  font-size: 4vh;
  font-weight: 700;
  text-align: center;
  color: #8347f7;
}

@media (max-height: 1366px) and (max-width: 1024px) {
  .md-participant-content__2 .choose-container__1 {
    font-size: 3vh;
  }
}

@media (max-width: 1350px) {
  .md-participant-content__2 .choose-container__1 {
    grid-column: 2 / span 10;
  }
}

@media (max-width: 850px) {
  .md-participant-content__2 .choose-container__1 {
    font-size: 18px;
  }
}

.md-participant-content__2 .choose-container__2 {
  position: relative;
  grid-row: 7 / span 2;
  grid-column: 6 / span 2;
}

@media (max-width: 1350px) {
  .md-participant-content__2 .choose-container__2 {
    grid-column: 2 / span 2;
  }
}

@media (max-width: 1250px) {
  .md-participant-content__2 .choose-container__2 {
    grid-row: 7 / span 3;
    grid-column: 2 / span 3;
  }
}

@media (max-width: 850px) {
  .md-participant-content__2 .choose-container__2 {
    grid-column: 1 / span 4;
  }
}

@media (max-width: 650px) {
  .md-participant-content__2 .choose-container__2 {
    grid-row: 5 / span 2;
    grid-column: 2 / span 8;
  }
}

@media (max-width: 550px) {
  .md-participant-content__2 .choose-container__2 {
    grid-row: 6 / span 2;
    grid-column: 2 / span 10;
  }
}

.md-participant-content__2 .choose-container__2:before {
  width: 200px;
  left: 100px;
}

@media (min-width: 1600px) {
  .md-participant-content__2 .choose-container__2:before {
    left: 0;
    top: -100px;
    background-image: url("../images/participant-modal/1-big.svg");
  }
}

@media (max-width: 1415px) {
  .md-participant-content__2 .choose-container__2:before {
    left: 0;
    top: -100px;
    background-image: url("../images/participant-modal/1-big.svg");
  }
}

@media (max-width: 1250px) {
  .md-participant-content__2 .choose-container__2:before {
    left: 50px;
  }
}

@media (max-width: 650px) {
  .md-participant-content__2 .choose-container__2:before {
    top: -50px;
    background-image: url("../images/participant-modal/1.svg");
  }
}

.md-participant-content__2 .choose-container__3 {
  position: relative;
  grid-row: 7 / span 2;
  grid-column: 8 / span 2;
}

@media (max-width: 1350px) {
  .md-participant-content__2 .choose-container__3 {
    grid-column: 6 / span 2;
  }
}

@media (max-width: 1250px) {
  .md-participant-content__2 .choose-container__3 {
    grid-column: 6 / span 3;
  }
}

@media (max-width: 850px) {
  .md-participant-content__2 .choose-container__3 {
    grid-column: 5 / span 4;
  }
}

@media (max-width: 650px) {
  .md-participant-content__2 .choose-container__3 {
    grid-column: 5 / span 7;
  }
}

@media (max-width: 550px) {
  .md-participant-content__2 .choose-container__3 {
    grid-column: 4 / span 8;
    margin-top: 20px;
  }
}

.md-participant-content__2 .choose-container__3:before {
  width: 30px;
  left: 100px;
}

@media (min-width: 1600px) {
  .md-participant-content__2 .choose-container__3:before {
    left: 0;
    top: -100px;
    background-image: url("../images/participant-modal/2-big.svg");
  }
}

@media (max-width: 1415px) {
  .md-participant-content__2 .choose-container__3:before {
    left: 0;
    top: -100px;
    background-image: url("../images/participant-modal/2-big.svg");
  }
}

@media (max-width: 650px) {
  .md-participant-content__2 .choose-container__3:before {
    top: -40px;
    background-image: url("../images/participant-modal/2.svg");
  }
}

@media (max-width: 550px) {
  .md-participant-content__2 .choose-container__3:before {
    left: 50%;
  }
}

.md-participant-content__2 .choose-container__4 {
  position: relative;
  grid-row: 7 / span 2;
  grid-column: 10 / span 2;
}

@media (max-width: 850px) {
  .md-participant-content__2 .choose-container__4 {
    grid-column: 9 / span 4;
  }
}

@media (max-width: 650px) {
  .md-participant-content__2 .choose-container__4 {
    grid-row: 9 / span 2;
    grid-column: 6 / span 6;
  }
}

.md-participant-content__2 .choose-container__4:before {
  width: 200px;
  right: 90px;
}

@media (min-width: 1600px) {
  .md-participant-content__2 .choose-container__4:before {
    left: 0;
    top: -100px;
    background-image: url("../images/participant-modal/3-big.svg");
  }
}

@media (max-width: 1415px) {
  .md-participant-content__2 .choose-container__4:before {
    left: 0;
    top: -100px;
    background-image: url("../images/participant-modal/3-big.svg");
  }
}

@media (max-width: 650px) {
  .md-participant-content__2 .choose-container__4:before {
    top: -50px;
    left: 50%;
    background-image: url("../images/participant-modal/3.svg");
  }
}

.md-participant-content__2 .choose-container__2,
.md-participant-content__2 .choose-container__3,
.md-participant-content__2 .choose-container__4 {
  text-align: center;
}

@media (min-width: 1920px) {
  .md-participant-content__2 .choose-container__2,
  .md-participant-content__2 .choose-container__3,
  .md-participant-content__2 .choose-container__4 {
    font-size: 24px;
  }
}

@media (max-height: 950px) and (min-width: 1920px) {
  .md-participant-content__2 .choose-container__2,
  .md-participant-content__2 .choose-container__3,
  .md-participant-content__2 .choose-container__4 {
    font-size: 2vh;
  }
}

@media (max-width: 550px) {
  .md-participant-content__2 .choose-container__2,
  .md-participant-content__2 .choose-container__3,
  .md-participant-content__2 .choose-container__4 {
    font-size: 14px;
  }
}

.md-participant-content__2 .choose-container__2_link,
.md-participant-content__2 .choose-container__3_link,
.md-participant-content__2 .choose-container__4_link {
  color: #4bc6ec;
}

.md-participant-content__2 .choose-container__2:before,
.md-participant-content__2 .choose-container__3:before,
.md-participant-content__2 .choose-container__4:before {
  content: "";
  position: absolute;
  bottom: 140px;
  height: 100px;
  background-repeat: no-repeat;
}

@media (min-width: 1600px) {
  .md-participant-content__2 .choose-container__2:before,
  .md-participant-content__2 .choose-container__3:before,
  .md-participant-content__2 .choose-container__4:before {
    height: 400px;
    width: 200px;
  }
}

@media (max-width: 1415px) {
  .md-participant-content__2 .choose-container__2:before,
  .md-participant-content__2 .choose-container__3:before,
  .md-participant-content__2 .choose-container__4:before {
    height: 400px;
    width: 200px;
  }
}

.md-participant-content__2 .choose-container__5 {
  grid-column: 6 / span 6;
  grid-row: 9 / span 1;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 1920px) {
  .md-participant-content__2 .choose-container__5 {
    font-size: 20px;
  }
}

@media (max-width: 1350px) {
  .md-participant-content__2 .choose-container__5 {
    grid-column: 7 / span 6;
    grid-row: 10 / span 1;
  }
}

@media (max-width: 700px) {
  .md-participant-content__2 .choose-container__5 {
    margin-top: 0;
  }
}

@media (max-width: 650px) {
  .md-participant-content__2 .choose-container__5 {
    grid-row: 10 / span 1;
    grid-column: 2 / span 4;
    font-size: 14px;
  }
}

@media (max-width: 550px) {
  .md-participant-content__2 .choose-container__5 {
    grid-column: 2 / span 4;
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .md-participant-content__2 .choose-container__5 {
    grid-column: 2 / span 6;
    font-size: 14px;
  }
}

.md-participant-content__2 .choose-container__5_link {
  color: coral;
  text-decoration: none;
}

.md-participant-content__3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: calc(100vw - 120px);
  height: calc(100vh - 100px);
  bottom: 0;
  color: var(--font-color);
  background-color: #76d4b4;
  border-radius: 20px;
}

@media (max-width: 850px) {
  .md-participant-content__3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 550px) {
  .md-participant-content__3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 100vw;
    height: calc(100vh - 100px);
    bottom: 0;
  }
}

.md-participant-content__3 .options1__third-block {
  background-image: url("../images/participant-modal/gear.svg");
}

@media (max-width: 850px) {
  .md-participant-content__3 .options1__third-block {
    background-image: url("../images/participant-modal/gear-outline.svg");
  }
}

.md-participant-content__3 .options2__first-block {
  width: 50%;
}

@media (max-width: 850px) {
  .md-participant-content__3 .options2__first-block {
    width: 80%;
  }
}

.md-participant-content__4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: calc(100vw - 160px);
  height: calc(100vh - 120px);
  bottom: 0;
  color: var(--font-color);
  background-color: #4bc6ec;
  border-radius: 20px;
  z-index: 0;
}

@media (max-width: 550px) {
  .md-participant-content__4 {
    width: 100vw;
  }
}

.md-participant-content__4 .video-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(9, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.md-participant-content__4 .video-container__description {
  grid-column: 2 / span 3;
  grid-row: 3 / span 6;
  font-size: 3vh;
  font-weight: 700;
  color: #fafd07;
  text-align: center;
}

@media (max-width: 1250px) {
  .md-participant-content__4 .video-container__description {
    grid-column: 2 / span 10;
    grid-row: 2 / span 2;
  }
}

@media (max-width: 700px) {
  .md-participant-content__4 .video-container__description {
    font-size: 25px;
  }
}

@media (max-width: 450px) {
  .md-participant-content__4 .video-container__description {
    font-size: 22px;
  }
}

.md-participant-content__4 .video-container__title {
  grid-column: 7 / span 2;
  grid-row: 1 / span 1;
  font-size: 4vh;
  font-weight: 900;
  text-align: center;
  color: var(--secondary-color);
}

@media (max-width: 1250px) {
  .md-participant-content__4 .video-container__title {
    grid-column: 4 / span 6;
    margin-bottom: 25px;
  }
}

.md-participant-content__4 .video-container__video {
  grid-column: 5 / span 6;
  grid-row: 2 / span 6;
  width: 680px;
  height: 415px;
  background-repeat: no-repeat;
}

@media (max-height: 950px) and (min-width: 1920px) {
  .md-participant-content__4 .video-container__video {
    grid-column: 6 / span 6;
  }
}

@media (max-height: 790px) {
  .md-participant-content__4 .video-container__video {
    background-size: 30rem;
    width: 580px;
    height: 350px;
  }
}

@media (max-width: 1250px) {
  .md-participant-content__4 .video-container__video {
    grid-column: 2 / span 10;
    grid-row: 4 / span 6;
    text-align: center;
    background-size: 35rem;
    margin: 0 auto;
    width: 580px;
    height: 350px;
  }
}

@media (max-width: 800px) {
  .md-participant-content__4 .video-container__video {
    grid-column: 1 / span 10;
  }
}

@media (max-width: 650px) {
  .md-participant-content__4 .video-container__video {
    grid-column: 3 / span 2;
    text-align: start;
  }
}

@media (max-width: 375px) and (min-height: 812px) {
  .md-participant-content__4 .video-container__video {
    grid-column: 2 / span 2;
  }
}

@media (max-width: 1250px) {
  .md-participant-content__4 .video-container__video iframe {
    width: 500px;
    height: 280px;
  }
}

@media (max-width: 880px) {
  .md-participant-content__4 .video-container__video iframe {
    width: 400px;
    height: 220px;
  }
}

@media (max-width: 650px) {
  .md-participant-content__4 .video-container__video iframe {
    width: 310px;
    height: 190px;
  }
}

@media (max-width: 414px) and (max-height: 736px) {
  .md-participant-content__4 .video-container__video iframe {
    width: 280px;
  }
}

.md-participant-content__4 .video-container__button {
  grid-column: 6 / span 4;
  grid-row: 9 / span 1;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 1250px) {
  .md-participant-content__4 .video-container__button {
    grid-column: 2 / span 10;
  }
}

.md-participant-content__4 .video-container__button-more {
  grid-column: 2 / span 3;
  grid-row: 7 / span 1;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 1250px) {
  .md-participant-content__4 .video-container__button-more {
    text-align: start;
  }
}

@media (max-width: 1000px) {
  .md-participant-content__4 .video-container__button-more {
    grid-column: 2 / span 1;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .md-participant-content__4 .video-container__button-more {
    grid-column: 6 / span 2;
    grid-row: 8 / span 1;
  }
}

@media (max-width: 500px) {
  .md-participant-content__4 .video-container__button-more {
    grid-column: 5 / span 4;
  }
}

.md-participant-content__4 .video-container__button-more_link {
  text-decoration: none;
  color: coral;
}

.md-effect.md-modal {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.md-effect .md-participant-content__1,
.md-effect .md-customer-content__1 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

.md-show.md-effect .md-participant-content__1,
.md-show.md-effect .md-customer-content__1 {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

.container {
  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;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 960px) {
  .container {
    margin: 0;
  }
}

@media (max-width: 715px) {
  .container {
    padding: 0;
  }
}

#animation_container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
