@charset "UTF-8";
/*! 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 {
  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 {
  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] {
  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;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  font-family: "Montserrat", sans-serif !important;
  overflow: visible !important;
}

.swal2-shown {
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

a {
  display: inline-block;
  text-decoration: none !important;
}

label {
  font-weight: 500;
  font-size: 16px;
}

footer img,
header img,
main img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1552px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text_hover {
  transition: all 0.2s linear;
}

.text_hover:hover {
  color: #EB1F30;
}

.card_hover img {
  transition: all 0.2s linear;
}

.card_hover:hover img {
  opacity: 0.9;
}

.card_hover:hover h3 {
  color: #EB1F30;
}

.mb0 {
  margin-bottom: 0px !important;
}

.card1_hover img,
h3 {
  transition: all 0.2s linear;
}

.card1_hover:hover img {
  opacity: 0.9;
  scale: 1.04;
}

.card1_hover:hover h3 {
  color: #EB1F30;
}

.btn_hover {
  transition: all 0.2s linear;
}

.btn_hover:hover {
  background-color: #c20b17;
}

.active {
  color: #EB1F30 !important;
}

.bg_active {
  background-color: #EB1F30 !important;
}

.bg_active svg {
  fill: white !important;
}

#scrollUP {
  position: fixed;
  bottom: -50px;
  z-index: 5000000;
  right: 20px;
  opacity: 0;
  color: #fff;
  font-size: 25px;
  background: #EB1F30;
  border: none;
  outline: none;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgb(195, 68, 68);
  padding: 6px 8px 3px 8px;
  transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.card_top_element {
  position: absolute;
  z-index: 5;
  background-color: rgba(255, 0, 0, 0.683);
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 8px;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
  padding-bottom: 30px;
}

.card_top_element_corusel {
  position: absolute;
  z-index: 50;
  background-color: rgba(255, 0, 0, 0.683);
  top: 8px;
  right: 8px;
  color: #fff;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 5px;
}

.card_top_element_2 {
  position: absolute;
  z-index: 50;
  background-color: rgba(255, 0, 0, 0.683);
  top: 5px;
  right: 5px;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
}

@media only screen and (max-width: 1620px) {
  .container {
    max-width: 1412px;
  }
}
@media only screen and (max-width: 1020px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 990px) {
  .container {
    max-width: 850px;
  }
}
a.btn-danger-link {
  display: flex;
  font-weight: 400;
  align-items: center;
  padding: 5px 13px 5px 14px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #EB1F30;
  color: #fff;
  box-shadow: 0 0 0 0 rgb(225, 0, 0);
  transition: all 0.3s;
}
a.btn-danger-link:hover {
  color: #d9d9d9;
}
@media (max-width: 740px) {
  a.btn-danger-link {
    font-size: 12px;
    text-align: center;
  }
}

a.btn-danger-light {
  display: flex;
  font-weight: 400;
  border: 1px solid #EB1F30;
  align-items: center;
  padding: 5px 15px;
  border-radius: 3px;
  cursor: pointer;
  color: #EB1F30;
  box-shadow: 0 0 0 0 rgb(225, 0, 0);
  transition: all 0.3s;
}
a.btn-danger-light:hover {
  color: rgba(255, 0, 0, 0.683);
}
a.btn-danger-light i {
  margin-right: 5px;
  font-size: 20px;
}
@media (max-width: 740px) {
  a.btn-danger-light {
    font-size: 12px;
    text-align: center;
  }
}

.questionnaire_hero_content {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .questionnaire_hero_content {
    width: 100%;
    height: 400px;
  }
}
.questionnaire_hero_content.without_image {
  height: 100px;
}
@media screen and (max-width: 480px) {
  .questionnaire_hero_content.without_image {
    height: 130px;
  }
}

.questionnaire_hero_content_img > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1512px;
  width: 100%;
  max-height: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  z-index: -1;
}

.questionnaire_hero_desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 12px 12px;
}
.questionnaire_hero_desc > img {
  width: 55px;
  height: 55px;
  padding: 5px;
}

.questionnaire_hero_title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 0 0 12px 12px;
  padding: 20px;
}
@media screen and (max-width: 576px) {
  .questionnaire_hero_title {
    padding: 10px;
  }
}
.questionnaire_hero_title > h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .questionnaire_hero_title > h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .questionnaire_hero_title > h1 {
    font-size: 27px;
  }
}
.questionnaire_hero_title > p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #dfe3e8;
}
@media screen and (max-width: 992px) {
  .questionnaire_hero_title > p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .questionnaire_hero_title > p {
    font-size: 20px;
  }
}

.questionnaire_hero_pic {
  position: relative;
}
.questionnaire_hero_pic > img {
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .questionnaire_hero_pic > img {
    width: 40px;
    height: 40px;
    max-width: unset !important;
  }
}

.questionnaire_hero_dropdown {
  display: none;
  width: 173px;
  flex-direction: column;
  border-radius: 12px;
  background: #f2eeee;
  position: absolute;
  top: 0;
  right: 70px;
  animation: fadeUp 0.2s linear;
}
.questionnaire_hero_dropdown.active {
  display: flex;
}
.questionnaire_hero_dropdown > li {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
}
.questionnaire_hero_dropdown > li > img {
  width: 14px;
  height: 14px;
}
.questionnaire_hero_dropdown > li > i {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #3e3232;
}
.questionnaire_hero_dropdown > li > span {
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3e3232;
}

.questionnaire_hero_date {
  display: flex;
  align-items: center;
  gap: 5px;
}
.questionnaire_hero_date > span {
  font-family: "Livvic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #d0d0d0;
}
.questionnaire_hero_date > img {
  width: 25px;
  height: 19px;
}

.questionnaire_hero_submits {
  display: flex;
  align-items: center;
  gap: 5px;
}
.questionnaire_hero_submits > span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #d0d0d0;
}

.questionnaire_hero_tag {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 10px;
  padding: 6px 15px;
  box-shadow: 0 0 4px 0 #fff;
  background: rgba(0, 136, 204, 0.8);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .questionnaire_hero_tag {
    top: 10px;
    right: 10px;
  }
}

.questionnaire_main_form {
  display: none;
  max-width: 768px;
  width: 100%;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.questionnaire_main_form.active {
  display: flex;
}

.questionnaire_main_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  background: #fff;
  padding-right: 10px;
}
.questionnaire_main_content::-webkit-scrollbar {
  width: 10px;
  scrollbar-width: thin;
}
@media screen and (max-width: 992px) {
  .questionnaire_main_content::-webkit-scrollbar {
    width: 7px;
  }
}
@media screen and (max-width: 480px) {
  .questionnaire_main_content::-webkit-scrollbar {
    width: 5px;
  }
}
.questionnaire_main_content::-webkit-scrollbar-track {
  border-radius: 100vw;
}
.questionnaire_main_content::-webkit-scrollbar-thumb {
  background: rgba(255, 0, 0, 0.683);
  border-radius: 100vw;
}

.questionnaire_main_question {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #d0d0d0;
}
.questionnaire_main_question.remove {
  display: none;
}
.questionnaire_main_question.with_image {
  padding-bottom: 10px;
}
.questionnaire_main_question > h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3e3232;
  padding: 15px;
  background: rgba(242, 238, 238, 0.5);
}

.questionnaire_main_top {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0 0;
  padding: 15px;
  background: rgba(242, 238, 238, 0.5);
}
.questionnaire_main_top > h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3e3232;
}
.questionnaire_main_top_icons {
  display: flex;
  gap: 10px;
  align-items: center;
}
.questionnaire_main_top .fa-pen-to-square {
  font-weight: 400;
  font-size: 16px;
  color: #818181;
  cursor: pointer;
}
.questionnaire_main_top .fa-trash-can {
  font-weight: 400;
  font-size: 16px;
  color: #f00;
  cursor: pointer;
}

.questionnaire_main_desc {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px;
  background: rgba(242, 238, 238, 0.5);
}
.questionnaire_main_desc > h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3e3232;
}
.questionnaire_main_desc > p {
  width: 80%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #676767;
  padding-left: 14px;
}
.questionnaire_main_desc .questionnaire_main_top {
  padding: unset;
  background: unset;
}

.questionnaire_main_paragraph {
  border: none;
  outline: none;
  margin: 15px;
  padding: 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #818181 !important;
  border-bottom: 3px solid rgba(255, 0, 0, 0.2);
}
.questionnaire_main_paragraph.other {
  display: none;
}
.questionnaire_main_paragraph.other.active {
  display: block;
}
.questionnaire_main_paragraph::-moz-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #d0d0d0 !important;
}
.questionnaire_main_paragraph::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #d0d0d0 !important;
}

.questionnaire_main_additional {
  padding: 0 20px 15px;
  display: flex;
  gap: 3px;
  align-items: center;
  cursor: pointer;
}
.questionnaire_main_additional > span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #08c;
}

.questionnaire_main_choice.multiple .icon {
  position: absolute;
  right: 10px;
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 8px;
  width: 16px;
  height: 16px;
}
.questionnaire_main_choice.multiple .icon::after {
  display: none;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background: rgba(255, 0, 0, 0.7);
}
.questionnaire_main_choice.checkbox .icon {
  position: absolute;
  right: 10px;
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 3px;
  width: 16px;
  height: 16px;
}
.questionnaire_main_choice.checkbox .icon::after {
  display: none;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 1px;
  width: 10px;
  height: 10px;
  background: rgba(255, 0, 0, 0.7);
}
.questionnaire_main_choice > label {
  margin: 15px 15px 7px 15px !important;
  border-bottom: 3px solid rgba(255, 0, 0, 0.2);
  padding: 14px 35px 14px 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #818181;
  cursor: pointer;
  min-height: unset !important;
}
.questionnaire_main_choice > label > input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  height: 0;
  width: 0;
}
.questionnaire_main_choice > label > input:checked ~ .icon::after {
  display: block;
}

.questionnaire_main_img {
  padding: 15px 15px 0 15px;
  max-height: 298px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.questionnaire_main_submit {
  display: flex;
  gap: 10px;
  align-items: center;
  border: none;
  border-radius: 3px;
  padding: 10px;
  background: #08c;
}
.questionnaire_main_submit > img {
  width: 16px;
  height: 16px;
}
.questionnaire_main_submit > span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

.questionnaire_main_btns {
  width: 100%;
  padding: 0px 20px;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.questionnaire_main_end {
  max-width: 160px;
  width: 100%;
  border-radius: 3px;
  padding: 10px;
  background: #08c;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border: none;
}
.questionnaire_main_end > img {
  width: 16px;
  height: 16px;
}
.questionnaire_main_end > span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

.questionnaire_main_clear {
  max-width: 160px;
  width: 100%;
  border-radius: 3px;
  padding: 10px;
  background: #f00;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border: none;
}
.questionnaire_main_clear > img {
  width: 16px;
  height: 16px;
}
.questionnaire_main_clear > span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

.form_modal {
  display: none;
  width: 100%;
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px;
}
.form_modal.active {
  display: flex;
}

.form_modal_wrapper {
  max-width: 700px;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
}
.form_modal_wrapper > h1 {
  padding-bottom: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 23px;
  color: #818181;
}

.form_modal_wrapper_pic {
  display: none;
  width: 100%;
  height: 300px;
  border-radius: 12px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .form_modal_wrapper_pic {
    height: 250px;
  }
}
.form_modal_wrapper_pic.active {
  display: block;
}
.form_modal_wrapper_pic > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.form_modal_hero_editing {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form_modal_hero_editing > input {
  border: none;
  outline: none;
  border-bottom: 3px solid rgba(255, 0, 0, 0.2);
  padding: 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #818181;
}
.form_modal_hero_editing > textarea {
  border: none;
  outline: none;
  border-bottom: 3px solid rgba(255, 0, 0, 0.2);
  padding: 15px;
  min-height: 96px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #818181;
  resize: none;
}
.form_modal_hero_editing .form_main_qbtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form_modal_dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.form_modal_dropdown > li.remove {
  display: none !important;
}
.form_modal_dropdown > li.form_modal_image_success {
  display: none;
  order: 1;
  gap: 5px;
  align-items: center;
}
.form_modal_dropdown > li.form_modal_image_success.active {
  display: flex;
}
.form_modal_dropdown > li.form_modal_image_success > svg {
  width: 25px;
  height: 25px;
}
.form_modal_dropdown > li.image_del {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  cursor: pointer;
  background: #f2eeee;
  border-radius: 12px;
}
.form_modal_dropdown > li > i {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #3e3232;
}
.form_modal_dropdown > li > span, .form_modal_dropdown > li > label {
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3e3232;
  margin-bottom: unset !important;
}
.form_modal_dropdown > li > label {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 39px 15px 15px;
  cursor: pointer;
  background: #f2eeee;
  border-radius: 12px;
  position: relative;
}
.form_modal_dropdown > li > label::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 15px;
  width: 14px;
  height: 14px;
  background: url("../image/image.svg") center;
}

.form_qediting {
  display: none;
  width: 100%;
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px;
}
.form_qediting.active {
  display: flex;
}

.form_qediting_wrapper {
  max-width: 700px;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
}
.form_qediting_wrapper > h1 {
  padding-bottom: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 23px;
  color: #818181;
}

.form_qediting_hero_editing {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form_qediting_hero_editing > input {
  border: none;
  outline: none;
  border-bottom: 3px solid rgba(255, 0, 0, 0.2);
  padding: 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #818181;
}
.form_qediting_hero_editing .form_main_qbtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 990px) {
  #header_fix .drop_block::before {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../image/arrow-down.svg) center/cover no-repeat;
  }
  #header_fix .drop_block.activeNew::before {
    background-image: url(../image/arrow-down2.svg);
    transform: rotate(180deg);
  }
  #header_fix .drop_block .bx-chevron-down {
    display: none;
  }
}
.no_content {
  display: none;
  line-height: 1;
}
.no_content.active {
  display: block;
}

.no_content_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  min-height: 70vh;
  justify-content: center;
}

.no_content_title {
  max-width: 420px;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  padding-bottom: 15px;
  text-align: center;
}

.no_content_btn {
  display: flex;
  gap: 5px;
  align-items: center;
  background-color: #EB1F30;
  padding: 10px 10px 10px 15px;
  border-radius: 5px;
  transition: 0.3s;
}
.no_content_btn:hover {
  background: #c20b17;
}

.no_content_btn_span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.no_content_btn_svg {
  width: 14px;
  height: 14px;
}
.no_content_btn_svg > g > path {
  transition: 0.3s;
}

.body_btn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  border-radius: 4px;
  padding: 7px 20px;
  box-shadow: 0 0 8px 0 #EB1F30;
  background: #EB1F30;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .body_btn {
    font-size: 16px;
  }
}

.btn_test.questionnaire {
  display: flex;
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 10;
}
@media (max-width: 992px) {
  .btn_test.questionnaire {
    top: unset;
    bottom: 80px;
  }
}
.btn_test.questionnaire:hover {
  color: #fff;
}

.participation_link {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 13px 5px 14px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #EB1F30;
  transition: 0.3s;
}
.participation_link:hover {
  box-shadow: 0 0 6px #f00;
  color: #fff;
}

.questionnaire_main_responses_download {
  max-width: 768px;
  width: 100%;
}

.questionnaire_main_responses_download_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 30px;
}
@media (max-width: 576px) {
  .questionnaire_main_responses_download_wrapper {
    padding: 0;
  }
}
.questionnaire_main_responses_download_wrapper::before, .questionnaire_main_responses_download_wrapper::after {
  display: none;
}

.questionnaire_main_responses_download_span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  text-align: center;
}

.questionnaire_main_responses_download_excel {
  display: flex;
  gap: 7px;
  align-items: center;
  cursor: pointer;
  border: 1px solid #000;
  padding: 4px 10px;
  border-radius: 15px;
  transition: 0.3s;
}
.questionnaire_main_responses_download_excel:hover {
  border-color: #EB1F30;
}
.questionnaire_main_responses_download_excel:hover .questionnaire_main_responses_download_excel_span {
  color: #EB1F30;
}

.questionnaire_main_responses_download_excel_span {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  transition: 0.3s;
}

.questionnaire_main_responses_download_excel_img {
  width: 21px;
  height: 21px;
}

.form_link {
  display: flex;
  gap: 7px;
  align-items: center;
  cursor: pointer;
  border: 1px solid #000;
  padding: 4px 10px;
  border-radius: 15px;
  transition: 0.3s;
  position: relative;
}
.form_link:hover {
  border-color: #EB1F30;
}
.form_link:hover .form_link_span {
  color: #EB1F30;
}
.form_link:hover .form_link_svg path {
  fill: #EB1F30;
}

.form_link_span {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  transition: 0.3s;
  text-align: center;
}

.form_link_svg {
  width: 25px;
  height: 25px;
}
.form_link_svg path {
  transition: 0.3s;
}

.form_link_message {
  display: none;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: -30px;
  left: 60px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 10px;
  color: green !important;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .form_link_message {
    font-size: 14px;
    width: unset;
  }
}
.form_link_message.active {
  display: block;
}

.banner {
  width: 100%;
  position: relative;
}

.banner_img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.line_title_block {
  display: flex;
  align-items: center;
}

.close {
  position: absolute;
  top: 5px;
  right: 8px;
  color: #585858 !important;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7333333333);
  display: flex;
  display: none;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.header_top_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.logo_block a img {
  width: 130px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header_top_btn_block {
  max-width: 578px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.current_language {
  display: flex;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.346);
  color: #585858;
  font-weight: 500;
  align-items: center;
  padding: 5px 10px 5px 15px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 5px;
  cursor: pointer;
}

.line_mobile {
  display: none;
}

.btn_test {
  display: flex;
  border: none;
  outline: none;
  color: #585858;
  font-weight: 400;
  align-items: center;
  padding: 5px 13px 5px 14px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #EB1F30;
  color: #fff;
  animation: pulse 1.7s infinite 0s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 rgb(225, 0, 0);
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 7px rgb(255, 221, 221);
  }
}
.language_mobile {
  display: none;
}

.btn_test i {
  font-size: 20px;
  margin-left: 3px;
}

.current_language i {
  font-size: 20px;
  color: #585858;
}

.current_language img {
  height: 18px;
  width: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  margin-right: 5px;
}

.search_blog {
  max-width: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 4px 7px;
}

.search_blog i {
  font-size: 18px;
  color: #585858;
}

.search_blog2 {
  display: none;
}

.search_blog input {
  width: 100%;
  border: none;
  font-size: 14px;
  margin-right: 5px;
  outline: none;
  padding: 5px;
}

.btn_search {
  border: none;
  background-color: transparent;
  padding: 0;
}

.header_bottom_block {
  background-color: #f6f3f3;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.header_bottom_block a {
  display: inline-block;
  color: #000;
  font-weight: 550;
  font-size: 18px;
}

.header_bottom_block nav {
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  gap: 30px;
}

.drop_block {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 550;
  font-size: 17px;
  position: relative;
}

.drop_block i {
  font-size: 24px;
  font-weight: 500;
}

.drop_block::-moz-selection {
  background-color: transparent;
  color: inherit;
}

.drop_block::selection {
  background-color: transparent;
  color: inherit;
}

.drop_item_block {
  display: none;
  position: absolute;
  top: 21.9px;
  z-index: 52;
  transition: all 0.2s linear;
  border-radius: 0 0 5px 5px;
  background-color: #f6f3f3;
  width: 425px;
  left: -120px;
  padding: 15px 25px 25px 25px;
}

.block_none_ped {
  transition: all 0.3s linear;
}

.block_none_ped:hover .gradus_icon {
  transition: all 0.2s linear;
}

.block_none_ped:hover .gradus_icon {
  transform: rotate(-180deg);
}

.block_none_huj:hover .gradus_icon {
  transition: all 0.2s linear;
}

.block_none_huj:hover .gradus_icon {
  transform: rotate(-180deg);
}

.add_gradus {
  transform: rotate(-180deg);
}

.block_none_ped:hover .drop_item_block {
  display: block;
  animation: fade-in 0.3s ease-in-out;
}

.block_none_huj {
  transition: all 0.3s linear;
}

.block_none_huj:hover .drop_item_block {
  display: block;
  animation: fade-in 0.3s ease-in-out;
}

.activedrop {
  display: block;
  animation: fade-in 0.3s ease-in-out;
}

.drop_item_block a {
  padding: 10px 0;
  font-size: 17px;
  font-weight: 400;
  color: #585858;
  display: block;
  border-bottom: 0.5px solid rgba(204, 203, 203, 0.2431372549);
}

.language_blog {
  position: relative;
}

.language_blog:hover .gradus_icon {
  transition: all 0.2s linear;
}

.language_blog:hover .language_bottom {
  display: block;
}

.language_blog:hover .gradus_icon {
  transform: rotate(-180deg);
}

.language_bottom {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 35px;
  left: 13px;
  border-radius: 5px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.language_bottom img {
  height: 22px;
  width: 24px;
  margin-right: 5px;
}

.mb4 {
  margin-bottom: 4px;
}

.mt4 {
  margin-top: 4px;
}

.language_bottom a {
  padding: 10px 20px;
  display: flex;
  color: #585858;
  font-weight: 500;
  align-items: center;
  transition: all 0.3s linear;
}

.language_bottom a:hover {
  background-color: rgba(242, 238, 238, 0.71);
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu_blog {
  margin-left: 15px;
  font-size: 32px;
  cursor: pointer;
  display: none;
  height: 38px;
}

.close_blog {
  cursor: pointer;
  font-size: 32px;
  display: none;
}

.activeblock {
  transform: translateX(0%) !important;
}

.header_fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 -4px 8px 3px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1620px) {
  .drop_item_block {
    width: 425px;
    right: -180px;
    left: auto;
  }
}
@media only screen and (max-width: 1400px) {
  .drop_item_block {
    width: 400px;
    right: -150px;
    left: auto;
  }
}
@media only screen and (max-width: 1330px) {
  .drop_item_block {
    width: 400px;
    right: -120px;
    left: auto;
  }
}
@media only screen and (max-width: 1270px) {
  .drop_item_block {
    width: 400px;
    right: -110px;
    left: auto;
  }
}
@media only screen and (max-width: 1250px) {
  .drop_item_block {
    width: 400px;
    right: -100px;
    left: auto;
  }
}
@media only screen and (max-width: 1230px) {
  .drop_item_block {
    width: 350px;
    right: -90px;
    left: auto;
  }
}
@media only screen and (max-width: 1210px) {
  .drop_item_block {
    width: 300px;
    right: -80px;
    left: auto;
  }
}
@media only screen and (max-width: 1180px) {
  .drop_item_block {
    width: 300px;
    right: -65px;
    left: auto;
  }
}
@media only screen and (max-width: 1140px) {
  .drop_item_block {
    width: 300px;
    right: -50px;
    left: auto;
  }
}
@media only screen and (max-width: 1140px) {
  .drop_item_block {
    width: 280px;
    right: -45px;
    left: auto;
  }
}
@media only screen and (max-width: 1090px) {
  .drop_item_block {
    width: 280px;
    right: -70px;
    left: auto;
  }
  .btn_test {
    padding: 5px 11px 5px 13px;
    font-size: 13px;
  }
  .btn_test i {
    font-size: 18px !important;
    margin-left: 3px;
  }
  .header_bottom_block a {
    font-size: 16px;
  }
  .logo_block a img {
    width: 130px;
    height: 55px;
  }
  .header_bottom_block nav {
    gap: 18px;
  }
}
.active_mobile_lang {
  background-color: #EB1F30 !important;
  color: #fff !important;
}

@media only screen and (max-width: 990px) {
  .header_top_block {
    margin-bottom: 0px;
  }
  .banner_block {
    padding: 0;
    width: 100%;
  }
  .menu_blog {
    display: inline-block;
    text-align: end;
  }
  .close_blog {
    display: inline-block;
    height: 35px;
  }
  .close_blog i {
    color: #585858;
  }
  .btn_test {
    padding: 6px 12px 6px 14px;
  }
  .btn_test i {
    font-size: 19px;
    margin-left: 3px;
  }
  .header_top_btn_block {
    max-width: 170px;
    width: 100%;
  }
  .current_language {
    display: none;
  }
  .search_blog {
    display: none;
  }
  .search_blog2 {
    max-width: 350px;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 4px 7px;
    margin-right: 40px;
  }
  .searchClose {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
  }
  .search_blog2 i {
    font-size: 20px;
    color: #585858;
  }
  .search_blog2 input {
    width: 100%;
    border: none;
    font-size: 15px;
    margin-right: 5px;
    outline: none;
    padding: 5px;
  }
  .btn_search {
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .header_bottom_block {
    display: block;
    position: fixed;
    right: 0;
    top: -3px;
    padding: 15px 15px 30px 15px;
    text-align: end;
    height: 100.3%;
    overflow-y: auto;
    background: #fff;
    width: 70%;
    z-index: 13;
    height: 101vh;
    transform: translateX(100%);
    transition: transform 0.3s linear;
  }
  .menu_mobile_bg {
    position: fixed;
    height: 100vh;
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    bottom: 0;
  }
  .header_bottom_block nav {
    padding-top: 5px;
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
  .drop_block {
    padding: 16px 10px;
  }
  .header_bottom_block nav a {
    width: 100%;
    text-align: start;
    padding: 15px 10px;
  }
  .language_mobile {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    align-items: center;
    gap: 20px;
  }
  .language_mobile a {
    display: inline-block;
    background-color: #eff2fc;
    padding: 5px 7px !important;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    font-weight: 500;
  }
  .language_mobile img {
    display: inline-block;
    width: 23px;
    height: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 3px;
  }
  .drop_item_block {
    text-align: start;
    background-color: #fff;
    transition: all 0.2s linear;
    border-radius: 0 0 0px 0px;
    width: 100%;
    padding: 0px 0px 0px 0;
    position: static;
  }
  #drop2,
  #drop1 {
    position: absolute;
    right: 0;
  }
  .drop_item_block a {
    border-bottom: none;
  }
  .drop_block {
    width: 100%;
    font-size: 16px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  .line_mobile {
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: rgba(207, 206, 206, 0.5);
  }
  .drop_item_block a {
    padding: 8px 0 !important;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
  }
  #padding_top_menu {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 600px) {
  .header_bottom_block {
    width: 90%;
  }
  .banner_img {
    width: 100%;
    height: 70px;
    -o-object-position: left;
       object-position: left;
  }
}
@media only screen and (max-width: 500px) {
  .logo_block a img {
    width: 96px;
    height: 42px;
  }
  .btn_test {
    padding: 4px 8px 4px 10px;
  }
  @keyframes pulse {
    to {
      box-shadow: 0 0 0 6px rgb(255, 221, 221);
    }
  }
  .btn_test i {
    font-size: 17px;
    margin-left: 3px;
  }
  .header_top_btn_block {
    max-width: 155px;
    width: 100%;
  }
  .header_top_block {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .header_bottom_block {
    width: 100%;
  }
}
.swiper {
  max-width: 872px;
  margin-left: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 20px;
}

.title_block a {
  display: none;
}

.slide-container {
  overflow: hidden;
}

.card {
  background: #fff;
  border-radius: 8px;
}

.card .image-box img {
  height: 441px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.swiper-navBtn {
  color: #fff;
  height: 40px;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.4274509804);
  border-radius: 5px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 14px;
}

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #EB1F30;
}

.swiper-pagination {
  display: none;
}

.content_corusel {
  max-width: 862px;
  width: 100%;
  background-color: rgba(242, 238, 238, 0.687);
  position: absolute;
  padding: 20px 20px 20px 11px;
  bottom: 0;
}

.content_corusel h2 {
  overflow: hidden;
  white-space: wrap;
  display: inline-block;
  display: -webkit-box;
  font-size: 21px;
  color: #000;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48.5px;
  margin-right: 8px;
  text-overflow: ellipsis;
}

.content_corusel p {
  color: #585858;
  line-height: 16px;
  height: 32px;
  font-weight: 500;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.title_block {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.line {
  width: 12px;
  margin-right: 5px;
}

.title_block h2 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.hero_blog {
  display: flex;
  padding-bottom: 30px;
}

.right_blog {
  max-width: 610px;
  margin-left: auto;
  width: 100%;
}

.card1 {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.card1_img_blog {
  width: 170px;
  height: 120px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.card1_img_blog img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 120px;
  position: relative;
}

.card1_title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  height: 66px;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 15px;
}

.date_blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #676767;
}

.date_blog span {
  font-size: 13px;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: normal;
}

.date_blog span i {
  font-size: 16px !important;
  margin-right: 3px;
}

.marginCenter {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 1620px) {
  .swiper {
    max-width: 740px;
  }
}
@media only screen and (max-width: 1400px) {
  .swiper {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1260px) {
  .right_blog {
    max-width: 470px;
    flex-shrink: 0;
  }
  .card .image-box img {
    height: 430px;
  }
  .card1_img_blog img {
    height: 110px;
  }
  .card1_title {
    font-size: 18px;
    height: 60px;
  }
  .content_corusel h2 {
    font-size: 18px;
    padding-right: 10px;
    height: 40px;
  }
  .content_corusel p {
    font-size: 14px;
  }
  .content_corusel {
    padding: 15px 15px 15px 10px;
  }
}
@media only screen and (max-width: 1260px) and (max-width: 990px) {
  .card1_img_blog img {
    border-radius: 8px;
    overflow: hidden;
  }
  .title_block a {
    display: inline-block;
    color: #fff;
    background-color: #EB1F30;
    padding: 5px 5px 5px 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-radius: 5px;
  }
  .title_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .title_none_space {
    justify-content: start;
    margin-top: 15px;
  }
  .hero_blog {
    flex-direction: column;
    gap: 30px;
  }
  .swiper {
    max-width: 100%;
    margin-right: 0px;
  }
  .right_blog {
    max-width: 100%;
    flex-shrink: 1;
  }
  .date_blog {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1260px) {
  .title_none_space h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .title_block a {
    padding: 3px 3px 3px 9px;
    font-size: 12px;
    border-radius: 3px;
  }
  .marginCenter {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .title_none_space .line {
    width: 12px;
  }
  .hero_blog {
    flex-direction: column;
    gap: 18px;
    padding-bottom: 0;
  }
  .card .image-box img {
    height: 240px;
  }
  .content_corusel h2 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
    height: 35px;
    font-weight: 500;
    white-space: wrap;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .content_corusel p {
    display: none;
  }
  .title_block h2 {
    font-size: 16px;
  }
  .title_none_space h2 {
    font-size: 20px;
  }
  .line {
    width: 9px;
    margin-right: 4px;
  }
  .swiper {
    padding-bottom: 28px;
  }
  .swiper-navBtn {
    display: none;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
    display: block;
  }
  .date_blog {
    padding-right: 10px;
  }
  .content_corusel {
    max-width: 600px;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.2941176471);
  }
  .card1_img_blog {
    height: 67px;
    width: 72px;
    margin-right: 8px;
  }
  .card1_img_blog img {
    height: 67px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card_top_element_2 {
    display: none;
  }
  .date_blog span {
    font-size: 11px;
  }
  .date_blog span i {
    font-size: 12px !important;
  }
  .card1_title {
    font-size: 15px;
    font-weight: 550;
    height: 33.2px;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
  }
  .right_blog {
    gap: 15px;
  }
  .header_bottom_block {
    padding-bottom: 80px;
  }
}
.asked {
  background-color: rgba(242, 238, 238, 0.687);
  padding: 30px 0;
}

.category_btn_block {
  display: flex;
  align-items: center;
  gap: 14px;
}

.top_category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.card1_content_block {
  width: 100%;
}

.category_btn_block span {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(239, 239, 239);
  border: 0.5px solid rgba(217, 217, 217, 0.4823529412);
  cursor: pointer;
}

.category_btn_block svg {
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #a4a4a4;
  transition: all 0.2s linear;
}

.category_btn_block span:hover svg {
  scale: 1.2;
}

.category_btn_block a {
  display: flex;
  align-items: center;
  padding: 7px 10px 7px 17px;
  background-color: #EB1F30;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
}

.card_block_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.card_2 {
  max-width: 360px;
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.card_2 img {
  border-radius: 12px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

.card_2_content_block h3 {
  color: #000;
  height: 44px;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  margin-top: 5px;
}

.card_2_content_block p {
  color: #585858;
  line-height: 16px;
  height: 48px;
  font-weight: 500;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 13px;
}

.card_2_date_blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #676767;
  padding: 13px 2px;
  border-top: 0.5px solid #e8e8e8;
}

.card_2_date_blog span {
  font-size: 13px;
  display: flex;
  font-weight: 500;
  align-items: center;
  line-height: normal;
}

.card_2_date_blog span i {
  font-size: 14px;
  margin-right: 3px;
}

.card_3 {
  max-width: 740px;
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: start;
  gap: 10px;
  position: relative;
}

.card_3 img {
  border-radius: 12px;
  height: 164px;
  flex-shrink: 0;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card_3 p {
  margin-bottom: 15px;
}

.card_3 .card_top_element {
  left: 15px;
  right: auto;
}

.advertising {
  margin-top: 30px;
}

.advertising img {
  border-radius: 5px;
}

@media only screen and (max-width: 1620px) {
  .card_3 {
    max-width: 49%;
  }
  .card_2 {
    max-width: 23.75%;
  }
  .category_btn_block a {
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1412px) {
  .card_3 img {
    max-width: 170px;
    height: 135px;
  }
  .card_2 img {
    border-radius: 12px;
    height: 180px;
  }
  .card_2_content_block h3 {
    font-size: 18px;
    height: 38px;
    margin-bottom: 5px;
  }
  .card_2 {
    max-width: 23.5%;
    padding-bottom: 5px;
  }
  .card_2_content_block p {
    margin-bottom: 10px;
  }
  .card_2_date_blog {
    padding: 8px 2px;
  }
}
@media only screen and (max-width: 1150px) {
  .card_3 {
    max-width: 48.5%;
  }
  .card_2 {
    max-width: 23%;
  }
  .card_2 img {
    border-radius: 12px;
    height: 150px;
  }
  .card_2_content_block h3 {
    font-size: 17px;
    height: 37px;
    margin-bottom: 7px;
  }
  .card_2_date_blog span {
    font-size: 11px;
    display: inline-block;
  }
  .card_2_date_blog span i {
    font-size: 13px !important;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .card_2_content_block p {
    margin-bottom: 7px;
    font-size: 14px;
    height: 32px;
    -webkit-line-clamp: 2;
  }
  .card_3 img {
    border-radius: 12px;
    height: 120px;
  }
}
@media only screen and (max-width: 990px) {
  .category_btn_block span {
    display: none;
  }
  .card_2_content_block h3 {
    margin-top: 0;
  }
  .card_2 {
    max-width: 44%;
  }
  .top_category {
    margin-bottom: 15px;
  }
  .card_3 {
    max-width: 100%;
  }
  .card_3 img {
    border-radius: 8px;
    height: 110px;
    margin-right: 10px;
  }
  .card_3 .card_top_element {
    font-size: 11px;
    padding: 4px 8px;
    top: 14px;
    left: 15px;
  }
  .card_2 .card_top_element {
    font-size: 11px;
    padding: 4px 8px;
  }
  .card_3 .card_2_content_block p {
    display: none;
  }
  .card_2 .card_2_content_block p {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .card_3 .card_2_date_blog {
    padding: 0;
    border-top: 0px transparent;
  }
  .card_2_date_blog span {
    font-size: 13px;
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  .card_2_date_blog span i {
    font-size: 16px !important;
    margin-right: 3px;
    padding: 0;
  }
  .card_3 .card_2_date_blog {
    margin-bottom: 15px;
  }
  .card_3 .card_2_content_block {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .card_3 .card_2_content_block h3 {
    font-size: 18px;
    -webkit-line-clamp: 3;
    height: 55px;
  }
}
@media only screen and (max-width: 730px) {
  .card_2 {
    max-width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .card_2_date_blog span {
    font-size: 11px;
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  .card_3 .card_2_content_block h3 {
    font-size: 15px;
    font-weight: 550;
    height: 33.2px;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
  }
  .card_2_date_blog span i {
    font-size: 11px !important;
  }
  .card_3 .card_2_date_blog {
    margin-bottom: 12px !important;
  }
  .top_category a {
    padding: 3px 3px 3px 9px;
    font-size: 12px;
    border-radius: 3px;
  }
  .card_top_element {
    display: none;
  }
  .card_3 img {
    border-radius: 8px;
    width: 72px;
    height: 67px;
    margin-right: 0px;
  }
  .card_block_1 {
    gap: 15px;
  }
}
@media only screen and (max-width: 410px) {
  .card_2 {
    max-width: 100%;
  }
  .card_2 img {
    height: 190px;
    margin-bottom: 10px;
  }
}
.foreign {
  background-color: #fff;
  padding: 30px 0;
}

.media {
  background-color: rgba(242, 238, 238, 0.687);
  padding: 30px 0;
}

.card_center_video {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card_3 .card_center_video {
  left: 19%;
}

.card_center_video img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 50px;
}

@media only screen and (max-width: 990px) {
  .card_3 .card_center_video {
    left: 12%;
  }
  .card_center_video img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 40px;
  }
}
@media only screen and (max-width: 800px) {
  .card_3 .card_center_video {
    width: 40px;
    left: 14%;
  }
}
@media only screen and (max-width: 670px) {
  .card_3 .card_center_video {
    width: 40px;
    left: 16%;
  }
}
@media only screen and (max-width: 600px) {
  .card_3 .card_center_video {
    left: 8.5%;
  }
  .card_center_video img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 550px) {
  .card_3 .card_center_video {
    left: 9%;
  }
}
@media only screen and (max-width: 480px) {
  .card_3 .card_center_video {
    left: 10%;
  }
}
@media only screen and (max-width: 430px) {
  .card_3 .card_center_video {
    left: 11.5%;
  }
}
@media only screen and (max-width: 370px) {
  .card_3 .card_center_video {
    left: 12.5%;
  }
}
@media only screen and (max-width: 340px) {
  .card_3 .card_center_video {
    left: 14.5%;
  }
}
.footer {
  background-color: #ebe2e4;
  padding: 30px 0 20px 0;
}

.line_footer {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 1px;
  background-color: rgba(177, 177, 177, 0.262);
  margin-bottom: 10px;
}

.copy_right {
  display: flex;
  gap: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2901960784);
}

.copy_right a {
  color: rgba(0, 0, 0, 0.2901960784);
}

.network_blog {
  display: flex;
  gap: 14px;
}

.network_blog a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2901960784);
}

.network_blog a i {
  color: #000;
  font-size: 20px;
  transition: all 0.2s linear;
}

.network_blog a:hover i {
  color: #EB1F30;
}

.network_blog a:hover {
  border: 1px solid rgba(247, 2, 2, 0.2901960784);
}

.footer_title_1 {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.footer_title_2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.network_blog {
  margin-left: auto;
}

.footer_menu_block a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 0;
}

.footer_item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1764705882);
}

.block_about {
  margin-left: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.about_footer {
  font-size: 18px;
  display: inline-block;
  color: #000;
  font-weight: 550;
  transition: all 0.3s linear;
}

.footer_text_block {
  display: flex;
  align-items: start;
  padding: 15px 0;
  padding-top: 5px;
}

.footer_text_block p {
  font-size: 17px;
  color: #000;
  text-align: justify;
}

.foot_logo {
  width: 150px;
  height: 55px;
}

.footer_item_1 {
  max-width: 340px;
  width: 100%;
  padding-top: 5px;
  flex-shrink: 0;
  margin-left: 50px;
}

.about_footer:hover {
  color: rgb(194, 0, 0);
}

.subscripte {
  display: flex;
  justify-content: center;
}

.subscripte input {
  max-width: 100%;
  width: 100%;
  padding: 9px 0px 9px 35px;
  border: none;
  outline: none;
  border-radius: 6px 0px 0 6px;
  font-size: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1843137255);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1843137255);
  border-left: 1px solid rgba(0, 0, 0, 0.1843137255);
  color: #000;
  background: rgba(255, 255, 255, 0.6196078431) url(../../image/email.svg) no-repeat center left 13px;
}

.subscripte button {
  background-color: #EB1F30;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  width: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1843137255);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1843137255);
  border-left: 1px solid rgba(0, 0, 0, 0.1843137255);
  border-radius: 0 6px 6px 0;
}

.subscripte input::-moz-placeholder {
  font-size: 15px;
}

.subscripte input::placeholder {
  font-size: 15px;
}

@media only screen and (max-width: 1400px) {
  .foot_logo a img {
    width: 142px;
    height: 50px;
  }
  .footer_text_block {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
  .footer_item_1 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .about_footer {
    font-size: 16px;
  }
  .block_about {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 880px) {
  .block_about {
    margin-left: 20px;
    margin-right: 10px;
    gap: 12px;
    margin-bottom: 0;
  }
  .footer_text_block p {
    font-size: 16px;
    text-align: justify;
  }
}
@media only screen and (max-width: 766px) {
  .block_about {
    margin-left: 0;
    display: flex;
    margin-right: 0;
    align-items: start;
    flex-direction: column;
    gap: 0;
    margin-bottom: 10px;
    margin-top: 12px;
  }
  .foot_logo {
    padding-right: 15px;
    max-width: 160px;
  }
  .network_blog {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .about_footer {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .footer_item {
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }
}
@media only screen and (max-width: 750px) {
  .footer_title_1 {
    font-size: 19px;
  }
  .about_footer {
    font-size: 18px;
  }
  .subscripte input {
    max-width: 290px;
    width: 100%;
    padding: 10px 0px 10px 35px;
  }
  .subscripte button {
    font-size: 20px;
    width: 45px;
  }
  .copy_right {
    flex-wrap: wrap;
    gap: 0;
    font-size: 13px;
  }
}
.show_content_block {
  padding-bottom: 30px;
  padding-top: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.show_content h1 {
  font-size: 25px;
  color: #000;
  margin-bottom: 10px;
}

.text_block h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}

.text_block p {
  font-size: 16px;
  color: #585858;
}

.show_date_blog {
  max-width: 320px;
}

.left_block_content img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.you_tube {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.left_block_content {
  max-width: 1090px;
}

.right_block_content {
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
  margin-left: 30px;
}

.advense_little_block {
  width: 100%;
  margin-bottom: 25px;
}

.required {
  color: #EB1F30;
}

.advense_little_block img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.show_content_block {
  display: flex;
  justify-content: space-between;
}

.network_block {
  width: 100%;
  display: inline-block;
}

.network_item {
  width: 191px;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}

.icon_block_networks {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.icon_block {
  padding: 6px 10px 4px 10px;
  border-radius: 5px 0px 0px 5px;
  font-size: 22px;
}

.text_block_social {
  padding: 10px 0 10px 12px;
  width: 100%;
  border-radius: 0px 5px 5px 0px;
}

.bg_tg {
  background-color: #0088cc;
}

.bg_tg1 {
  background-color: #007ebe;
}

.bg_face {
  background-color: #317cd8;
}

.bg_face1 {
  background-color: #3075cb;
}

.bg_tw1 {
  background-color: #4fa0de;
}

.bg_tw {
  background-color: #55acef;
}

.bg_you_tube {
  background-color: #ff0000;
}

.bg_you_tube1 {
  background-color: #ed0000;
}

.network_item:hover {
  color: #fff;
  opacity: 0.8;
}

.right_news {
  padding: 30px 0;
  margin: 20px 0;
  background-color: rgba(242, 238, 238, 0.687);
  padding: 15px;
  border-radius: 10px;
}

.right_news_img {
  width: 80px;
  margin-right: 10px !important;
  height: 70px !important;
  border-radius: 8px;
}

.new_date {
  padding-right: 10px;
}

.btn_send {
  border: none;
  outline: none;
  padding: 8px 25px;
  display: flex;
  border-radius: 5px;
  color: white;
  background-color: #EB1F30;
  gap: 5px;
  margin-left: auto;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.form-control:focus {
  border-color: rgba(0, 0, 0, 0.27);
  box-shadow: none;
}

.form-control {
  height: 40px;
  border-radius: 2px;
  box-shadow: none;
}

.news_new_title {
  font-size: 15px;
  font-weight: 550;
  height: 33px;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 8px;
}

.input_mb {
  margin-bottom: 20px;
}

.mb0 {
  margin-bottom: 0;
}

.mt15 {
  margin-top: 15px;
}

.textarea {
  height: 190px !important;
}

@media only screen and (max-width: 1620px) {
  .right_block_content {
    max-width: 350px;
    margin-left: 20px;
  }
  .network_item {
    width: 167.5px;
  }
}
@media only screen and (max-width: 1200px) {
  .right_block_content {
    max-width: 320px;
    margin-left: 15px;
  }
  .network_item {
    width: 152.5px;
  }
  .left_block_content img {
    height: 380px;
  }
  .left_blocg_category img {
    height: 550px;
  }
  .you_tube iframe {
    width: 95%;
    height: 380px;
  }
}
@media only screen and (max-width: 991px) {
  .input_mb {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 990px) {
  .show_content h1 {
    margin-top: 20px;
  }
  .left_blocg_category img {
    height: 350px;
  }
  .mobilemt {
    margin-top: 25px;
  }
  .show_content h1 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .show_content_block {
    flex-direction: column;
  }
  .right_block_content {
    margin-left: 0;
    margin-top: 20px;
    max-width: 990px;
    margin-right: auto;
    margin-left: auto;
  }
  .network_item {
    width: 170.5px;
  }
  .advense_little_block {
    display: block;
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 600px) {
  .network_item {
    max-width: 260px;
    width: 100%;
  }
  .textarea {
    height: 124px !important;
  }
  .show_content h1 {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .right_news {
    max-width: 100%;
    width: 100%;
    padding: 15px 10px;
  }
  .you_tube iframe {
    height: 250px;
    width: 100%;
    border-radius: 5px;
  }
  .left_block_content img {
    height: 260px;
  }
  .show_content h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 568px) {
  .network_item {
    max-width: 240px;
    width: 100%;
  }
}
@media only screen and (max-width: 528px) {
  .network_item {
    max-width: 230px;
    width: 100%;
  }
}
@media only screen and (max-width: 508px) {
  .network_item {
    max-width: 220px;
    width: 100%;
  }
}
@media only screen and (max-width: 488px) {
  .network_item {
    max-width: 210px;
    width: 100%;
  }
}
@media only screen and (max-width: 468px) {
  .network_item {
    max-width: 200px;
    width: 100%;
  }
  .left_block_content img {
    height: 240px;
  }
  .you_tube iframe {
    height: 220px;
  }
}
@media only screen and (max-width: 448px) {
  .network_item {
    max-width: 190px;
    width: 100%;
  }
}
@media only screen and (max-width: 428px) {
  .network_item {
    max-width: 180px;
    width: 100%;
  }
}
@media only screen and (max-width: 408px) {
  .network_item {
    max-width: 170px;
    width: 100%;
  }
}
@media only screen and (max-width: 388px) {
  .network_item {
    max-width: 160px;
    width: 100%;
  }
}
@media only screen and (max-width: 368px) {
  .network_item {
    max-width: 150px;
    width: 100%;
  }
}
@media only screen and (max-width: 348px) {
  .network_item {
    max-width: 140px;
    width: 100%;
  }
}
@media only screen and (max-width: 328px) {
  .network_item {
    max-width: 135px;
    width: 100%;
  }
}
.left_block_content {
  max-width: 1090px;
  width: 100%;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.document_item {
  position: relative;
  background-color: #f8f8f8;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 48.8%;
  height: 155px;
  overflow: hidden;
  transition: all 0.3s linear;
}

.document_item:hover {
  background-color: #fff;
}

.file_img {
  width: 25px !important;
  height: 30px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.doument_block {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.text_document {
  color: #585858;
  font-size: 16px;
  font-weight: 400;
  height: 92px;
  width: 88%;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.date_block {
  margin-top: auto;
  width: 94%;
  max-width: 70%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 20px;
  left: 15px;
}

.date_block span {
  font-size: 13px;
  color: #898989;
}

.doc1_icon,
.doc2_icon {
  padding: 20px 10px;
  padding-bottom: 20px;
  font-size: 25px;
  width: 40px;
  background-color: #EB1F30;
  color: #fff;
  position: absolute;
  right: 15px;
  border-radius: 5px;
}

.doc2_icon {
  bottom: -4px;
}

.doc1_icon {
  top: -4px;
}

@media only screen and (max-width: 1620px) {
  .document_item {
    width: 48.7%;
    height: 145px;
  }
  .date_block {
    bottom: 15px;
  }
}
@media only screen and (max-width: 1372px) {
  .document_item {
    width: 48.6%;
  }
}
@media only screen and (max-width: 1302px) {
  .document_item {
    width: 48.5%;
  }
}
@media only screen and (max-width: 1243px) {
  .document_item {
    width: 48.4%;
  }
}
@media only screen and (max-width: 1156px) {
  .document_item {
    width: 100%;
    max-width: 100%;
  }
  .doument_block {
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .doc1_icon,
  .doc2_icon {
    padding: 15px 10px;
    right: 11px;
  }
  .date_block {
    max-width: 75%;
  }
  .document_item {
    height: 150px;
  }
}
@media only screen and (max-width: 460px) {
  .document_item {
    height: 180px;
  }
  .text_document {
    height: 116px;
    -webkit-line-clamp: 5;
  }
  .show_content h1 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.img_category {
  position: relative;
}

.img_category h1 {
  padding: 10px;
  padding-bottom: 20px;
  color: #fff;
  height: 68px;
  font-size: 26px;
  font-weight: 500;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.img_category div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(54, 54, 54, 0.1490196078);
  border-radius: 0 0 12px 12px;
  padding: 5px;
}

.mobile_block {
  display: none;
}

.desctop_none {
  display: block;
}

.show_date_blog {
  border-top: none;
  margin-bottom: 10px;
}

.new_show {
  background-color: #EB1F30;
  color: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.new_show:hover i {
  animation: rotate 1.5s infinite ease;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.new_show i {
  font-size: 22px;
  margin-right: 3px;
}

@media only screen and (max-width: 990px) {
  .mobile_block {
    display: block;
  }
  .desctop_none {
    display: none;
  }
  .img_category h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    height: 60px;
  }
  .ms-mt20 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .img_category h1 {
    font-size: 18px;
    height: 48px;
  }
  .new_show i {
    font-size: 18px;
    margin-right: 3px;
  }
  .new_show {
    padding: 8px 10px;
    border-radius: 3px;
  }
}
.about_block img {
  max-width: 84%;
  display: block;
  width: 80%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
  border-radius: 5px;
}

.about_block {
  width: 100%;
  max-width: 100%;
}

.about_block p {
  margin-bottom: 20px;
  font-size: 16px;
}

.tel_email {
  width: 250px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #585858;
  font-size: 17px;
  margin-bottom: 5px;
  transition: all 0.3s linear;
  font-weight: 400;
}

.tel_email:hover {
  color: #EB1F30;
}

@media only screen and (max-width: 1200px) {
  .about_block img {
    max-width: 100%;
    width: 100%;
  }
}
.team_block {
  padding: 10px 0 50px 0;
  display: flex;
  gap: 25px;
  align-items: start;
  flex-wrap: wrap;
}

.item_team {
  width: 18.5%;
  height: 340px;
  box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.246);
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
}

.item_team img {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition: all 0.2s linear;
  overflow: hidden;
  border-radius: 5px;
}

.item_team:hover img {
  scale: 1.03;
}

.item_team p {
  color: black;
  font-size: 17px;
  font-weight: 550;
  height: 46px;
  margin: 8px 0;
}

.item_team span {
  color: #EB1F30;
  font-weight: 550;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1380px) {
  .item_team {
    width: 23.5%;
  }
}
@media only screen and (max-width: 1300px) {
  .item_team {
    width: 23%;
  }
}
@media only screen and (max-width: 1170px) {
  .team_block {
    gap: 20px;
  }
  .item_team {
    width: 23.5%;
  }
}
@media only screen and (max-width: 1040px) {
  .item_team {
    width: 23.2%;
  }
}
@media only screen and (max-width: 991px) {
  .item_team {
    width: 31.5%;
  }
}
@media only screen and (max-width: 761px) {
  .item_team {
    width: 48%;
  }
}
@media only screen and (max-width: 530px) {
  .item_team {
    width: 47.8%;
  }
}
@media only screen and (max-width: 490px) {
  .item_team {
    width: 100%;
  }
}
.team_show_block {
  margin: 30px 0 70px 0;
}

.author-single-hero-img {
  border-radius: 8px;
  width: 100%;
  height: 314px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  vertical-align: middle;
}

.right_team_block {
  background-color: #fff;
  border: 1px solid rgba(239, 104, 104, 0.2274509804);
  border-radius: 8px;
  padding: 16px 24px;
}

.team_name {
  font-weight: 500;
  font-size: 36px;
  color: black;
  margin-bottom: 8px;
}

.position_team {
  font-weight: 500;
  font-size: 20px;
  color: #EB1F30;
  display: inline-block;
  margin-bottom: 32px;
}

@media only screen and (max-width: 991px) {
  .left_team_block {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 25px;
  }
  .author-single-hero-img {
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .right_team_block {
    border: 1px solid transparent;
    padding: 0px 0px;
  }
  .team_name {
    font-size: 28px;
  }
  .position_team {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .author-single-hero-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .team_show_block {
    margin: 30px 0 50px 0;
  }
}
@media only screen and (max-width: 450px) {
  .author-single-hero-img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wrapper {
  position: relative;
  width: 100%;
}

.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .card {
  border-radius: 10px;
  border: 1px solid #f3f3f3;
  background: transparent;
  cursor: pointer;
}
.carousel .card img {
  width: 200px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .carousel .card img {
    width: 150px;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 650px) {
  .carousel .card img {
    width: 125px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.questionnaires_hero {
  line-height: 1;
}

.questionnaires_hero_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.questionnaires_hero_content {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .questionnaires_hero_content {
    width: 100%;
    height: 400px;
  }
}
.questionnaires_hero_content > img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.questionnaires_hero_desc {
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 576px) {
  .questionnaires_hero_desc {
    padding: 10px;
  }
}
.questionnaires_hero_desc > h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 992px) {
  .questionnaires_hero_desc > h1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 576px) {
  .questionnaires_hero_desc > h1 {
    font-size: 22px;
  }
}
.questionnaires_hero_desc > p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #dfe3e8;
}
@media (max-width: 992px) {
  .questionnaires_hero_desc > p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .questionnaires_hero_desc > p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .questionnaires_hero_desc > p {
    font-size: 15px;
  }
}

.questionnaires_hero_info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.questionnaires_hero_date {
  display: flex;
  align-items: center;
  gap: 5px;
}
.questionnaires_hero_date > span {
  font-family: "Livvic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #d0d0d0;
}
@media (max-width: 992px) {
  .questionnaires_hero_date > span {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .questionnaires_hero_date > span {
    font-size: 15px;
  }
}
.questionnaires_hero_date > img {
  width: 25px;
  height: 19px;
}

.questionnaires_hero_submits {
  display: flex;
  align-items: center;
  gap: 5px;
}
.questionnaires_hero_submits > span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #d0d0d0;
}
@media (max-width: 992px) {
  .questionnaires_hero_submits > span {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .questionnaires_hero_submits > span {
    font-size: 15px;
  }
}

.questionnaires_hero_tag {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 10px;
  padding: 6px 15px;
  box-shadow: 0 0 4px 0 #fff;
  background: rgba(0, 136, 204, 0.8);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 992px) {
  .questionnaires_hero_tag {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .questionnaires_hero_tag {
    top: 10px;
    right: 10px;
    font-size: 15px;
  }
}

.questionnaires_cards {
  line-height: 1;
  background-color: rgba(242, 238, 238, 0.687);
}

.questionnaires_cards_wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 20px 20px 0px 20px;
  position: relative;
  margin-top: 40px;
}

.questionnaires_cards_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 18px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .questionnaires_cards_content {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media screen and (max-width: 600px) {
  .questionnaires_cards_content {
    gap: 25px 18px;
  }
}

.questionnaires_cards_card {
  width: 100%;
  display: flex;
  gap: 23px;
  flex: 1;
  padding: 10px;
  background: #fff;
  border-radius: 12px;
}
.questionnaires_cards_card:hover .questionnaires_cards_desc > h3 {
  color: #f00;
}
.questionnaires_cards_card:hover .questionnaires_cards_pic {
  opacity: 0.9;
}
@media screen and (max-width: 990px) {
  .questionnaires_cards_card {
    max-width: unset;
    gap: 15px;
  }
}
@media screen and (max-width: 600px) {
  .questionnaires_cards_card {
    gap: 10px;
  }
}

.questionnaires_cards_pic {
  max-width: 259px;
  width: 100%;
  max-height: 141px;
  height: 100%;
  background: rgba(0, 136, 204, 0.8);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  border-radius: 12px;
  transition: 0.3s;
}
.questionnaires_cards_pic.default > img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1412px) {
  .questionnaires_cards_pic {
    max-width: 170px;
    height: 135px;
  }
}
@media screen and (max-width: 1150px) {
  .questionnaires_cards_pic {
    height: 120px;
  }
}
@media screen and (max-width: 990px) {
  .questionnaires_cards_pic {
    height: 110px;
  }
}
@media screen and (max-width: 600px) {
  .questionnaires_cards_pic {
    width: 140px;
    height: 100px;
  }
}
.questionnaires_cards_pic > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.questionnaires_cards_tag {
  border-radius: 10px;
  padding: 6px 15px;
  box-shadow: 0 0 4px 0 #fff;
  background: rgba(0, 0, 0, 0.7);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media screen and (max-width: 1412px) {
  .questionnaires_cards_tag {
    padding: 6px;
  }
}
@media screen and (max-width: 768px) {
  .questionnaires_cards_tag {
    font-size: 10px;
  }
}
.questionnaires_cards_tag.process {
  background: rgba(0, 136, 204, 0.8);
}
.questionnaires_cards_tag.finished {
  background: rgba(255, 0, 0, 0.7);
}

.questionnaires_cards_desc {
  display: flex;
  flex-direction: column;
  flex-shrink: 2;
}
@media screen and (max-width: 990px) {
  .questionnaires_cards_desc {
    width: 100%;
  }
}
.questionnaires_cards_desc > h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 1412px) {
  .questionnaires_cards_desc > h3 {
    font-size: 18px;
  }
}
.questionnaires_cards_desc > p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #676767;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.questionnaires_cards_info {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}

.questionnaires_cards_date {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0 10px;
}
@media screen and (max-width: 600px) {
  .questionnaires_cards_date {
    padding-bottom: 8px;
  }
}
.questionnaires_cards_date > img {
  width: 19px;
  height: 14px;
}
.questionnaires_cards_date > span {
  font-family: "Livvic", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #676767;
}

.questionnaires_cards_submits {
  display: flex;
  align-items: center;
  gap: 5px;
}
.questionnaires_cards_submits > img {
  width: 23px;
  height: 23px;
}
.questionnaires_cards_submits > span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #d0d0d0;
}

.questionnaires_cards_pagination .pagination {
  display: flex;
  gap: 8px;
  align-items: center;
}
.questionnaires_cards_pagination .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
  padding: 5px;
  min-width: 32px;
  height: 32px;
  font-family: "Livvic", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 118%;
  color: #212b36;
  cursor: pointer;
}
.questionnaires_cards_pagination .page-link[aria-label="Next »"] {
  font-size: 30px;
  padding: 5px 5px 10px 5px;
  color: #3e3232;
}
.questionnaires_cards_pagination li[aria-label="« Previous"] > span {
  font-size: 30px;
  padding: 5px 5px 10px 5px;
}
.questionnaires_cards_pagination li.active {
  background: #fff;
}
.questionnaires_cards_pagination li.active > span {
  background: transparent;
  color: #f00;
  border-color: #f00;
}
.questionnaires_cards_pagination li.active > span:hover {
  background: transparent;
  border-color: #f00;
  color: #f00;
}

.questionnaires_cards_pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  align-self: center;
}

.questionnaires_cards_icon,
.questionnaires_cards_page {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
  padding: 5px;
  min-width: 32px;
  height: 32px;
  font-family: "Livvic", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 118%;
  color: #212b36;
  cursor: pointer;
}

.questionnaires_cards_icon.last > img {
  transform: rotate(180deg);
}

.questionnaires_cards_page.second {
  border: 1px solid #f00;
  color: #f00;
}
@media screen and (max-width: 480px) {
  .questionnaires_cards_page.second {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .questionnaires_cards_page.penultimate {
    display: none;
  }
}
.questionnaires_cards_page.dots {
  padding: 12px 0px;
  border: none;
}

@media screen and (max-width: 992px) {
  .questionnaires_title .container {
    padding-top: 30px;
  }
}

.questionnaire_hero {
  line-height: 1;
}

.questionnaire_hero_wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .questionnaire_hero_wrapper {
    padding-top: 30px;
  }
}

.questionnaire_main_hero {
  max-width: 656px;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .questionnaire_main_hero {
    width: 100%;
    height: 400px;
  }
}
.questionnaire_main_hero.without_image {
  height: 100px;
}
@media screen and (max-width: 480px) {
  .questionnaire_main_hero.without_image {
    height: 130px;
  }
}

.questionnaire_main_hero_img > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1512px;
  width: 100%;
  max-height: 500px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  z-index: -1;
}

.questionnaire_main_hero_desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 12px 12px;
}
.questionnaire_main_hero_desc > img {
  width: 55px;
  height: 55px;
  padding: 5px;
}

.questionnaire_main_hero_title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 0 0 12px 12px;
  padding: 20px;
}
@media screen and (max-width: 576px) {
  .questionnaire_main_hero_title {
    padding: 10px;
  }
}
.questionnaire_main_hero_title > h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .questionnaire_main_hero_title > h1 {
    font-size: 30px;
  }
}
.questionnaire_main_hero_title > p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #dfe3e8;
}
@media screen and (max-width: 768px) {
  .questionnaire_main_hero_title > p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.questionnaire_main_hero_pic {
  position: relative;
}
.questionnaire_main_hero_pic > img {
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .questionnaire_main_hero_pic > img {
    width: 40px;
    height: 40px;
    max-width: unset !important;
  }
}

.questionnaire_hero_bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding-top: 5px;
  border-top: 1px solid #fff;
}
.questionnaire_hero_bottom > p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  color: #fff;
}
@media (max-width: 576px) {
  .questionnaire_hero_bottom > p {
    font-size: 12px;
  }
}

.questionnaire_main {
  line-height: 1;
}

.questionnaire_main_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 15px 20px 40px;
}

.questionnaire_main_tabs {
  display: flex;
  gap: 10px;
  align-items: center;
}

.questionnaire_main_tab {
  border-bottom: 1px solid transparent;
  padding: 0px 10px 3px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.questionnaire_main_tab.active {
  color: #f00;
  border-bottom: 1px solid #f00;
}
@media (max-width: 740px) {
  .questionnaire_main_tab {
    font-size: 14px;
  }
}

.questionnaire_main_pic {
  border-radius: 20px;
  height: 200px;
}
.questionnaire_main_pic > img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.questionnaire_main_pie_chart {
  display: flex;
  justify-content: center;
  margin: 35px 0 20px;
}
@media screen and (max-width: 400px) {
  .questionnaire_main_pie_chart {
    margin: 20px 0;
  }
}
.questionnaire_main_pie_chart .apexcharts-menu-item {
  padding: 6px 6px;
  white-space: nowrap;
  text-align: start;
  color: #3e3232;
  font-weight: 400;
}
.questionnaire_main_pie_chart .apexcharts-legend-marker path.active {
  transform: translate(5px, 4px);
}

.questionnaire-footer-btn {
  display: flex;
  gap: 10px;
}

.questionnaire_main_chart_download {
  border: none;
  background: transparent;
  position: absolute;
  bottom: -40px;
  right: 0;
  color: #3e3232;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  border: 1px solid #000;
  padding: 4px 10px;
  border-radius: 15px;
  transition: 0.3s;
}
.questionnaire_main_chart_download:hover {
  border-color: #EB1F30;
}
.questionnaire_main_chart_download:hover .span {
  color: #EB1F30;
}
@media (max-width: 576px) {
  .questionnaire_main_chart_download {
    bottom: -25px;
    right: 0;
  }
}
.questionnaire_main_chart_download .pic {
  display: flex;
  align-items: center;
}
.questionnaire_main_chart_download .pic > svg {
  width: 21px;
  height: 21px;
}
@media (max-width: 576px) {
  .questionnaire_main_chart_download .pic > svg {
    width: 17px;
    height: 17px;
  }
}
.questionnaire_main_chart_download .pic > svg path {
  transition: 0.3s;
}
.questionnaire_main_chart_download .span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  margin-top: 1px;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .questionnaire_main_chart_download .span {
    font-size: 10px;
    margin-top: unset;
  }
}

.questionnaire_main_results {
  max-width: 768px;
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.questionnaire_main_results.active {
  display: flex;
}

.questionnaire_main_results_hero {
  max-width: 768px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.questionnaire_main_results_pic {
  width: 100%;
  height: 320px;
  border-radius: 15px;
  position: relative;
}
.questionnaire_main_results_pic::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(153, 153, 153, 0) 0%, #690a10 100%);
  border-radius: inherit;
  opacity: 0.7;
}
.questionnaire_main_results_pic > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.questionnaire_main_results_hero_desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 11px 15px;
}
@media screen and (max-width: 480px) {
  .questionnaire_main_results_hero_desc {
    padding: 5px;
  }
}
.questionnaire_main_results_hero_desc > p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  color: #fff;
  padding-top: 10px;
  border-top: 1px solid #fff;
}

.questionnaire_main_results_hero_info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .questionnaire_main_results_hero_info {
    align-items: flex-end;
  }
}

.questionnaire_main_results_sdesc > h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  padding-bottom: 3px;
}
@media screen and (max-width: 576px) {
  .questionnaire_main_results_sdesc > h1 {
    font-size: 16px;
  }
}
.questionnaire_main_results_sdesc > p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .questionnaire_main_results_sdesc > p {
    font-size: 12px;
  }
}

.questionnaire_main_results_hero_tag {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  border-radius: 6px;
  padding: 5px 15px;
  -webkit-backdrop-filter: blur(36.7999992371px);
          backdrop-filter: blur(36.7999992371px);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 11px;
  right: 15px;
}
@media (max-width: 576px) {
  .questionnaire_main_results_hero_tag {
    font-size: 14px;
    top: 7px;
    right: 7px;
  }
}
.questionnaire_main_results_hero_tag.process {
  background: rgba(41, 182, 246, 0.6);
}

.questionnaire_main_swiper_desc {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .questionnaire_main_swiper_desc {
    flex-direction: column;
  }
}

.questionnaire_main_swiper_participants {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-right: 10px;
  border-right: 2px solid #e8e8e8;
}
@media screen and (max-width: 768px) {
  .questionnaire_main_swiper_participants {
    border-right: none;
    padding-right: unset;
  }
}
.questionnaire_main_swiper_participants > img {
  width: 55px;
  height: 50px;
}
@media screen and (max-width: 1200px) {
  .questionnaire_main_swiper_participants > img {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 992px) {
  .questionnaire_main_swiper_participants > img {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .questionnaire_main_swiper_participants > img {
    width: 30px;
    height: 30px;
  }
}

.questionnaire_main_swiper_stats {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .questionnaire_main_swiper_stats {
    align-items: center;
  }
}
.questionnaire_main_swiper_stats.right {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .questionnaire_main_swiper_stats.right {
    align-items: center;
  }
}

.questionnaire_main_swiper_number {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 117%;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .questionnaire_main_swiper_number {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .questionnaire_main_swiper_number {
    font-size: 21px;
  }
}

.questionnaire_main_swiper_content {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .questionnaire_main_swiper_content {
    font-size: 12px;
  }
}

.questionnaire_main_swiper_questions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-shrink: 4;
}
.questionnaire_main_swiper_questions > img {
  width: 55px;
  height: 50px;
}
@media screen and (max-width: 1200px) {
  .questionnaire_main_swiper_questions > img {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 992px) {
  .questionnaire_main_swiper_questions > img {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .questionnaire_main_swiper_questions > img {
    width: 30px;
    height: 30px;
  }
}

.questionnaire_main_result {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  overflow-y: auto;
}
@media screen and (max-width: 576px) {
  .questionnaire_main_result {
    padding: 10px 0 25px;
  }
}

.questionnaire_main_stat {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

.questionnaire_main_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .questionnaire_main_title {
    padding-bottom: 10px;
  }
}
.questionnaire_main_title > h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #3e3232;
}
@media screen and (max-width: 576px) {
  .questionnaire_main_title > h3 {
    font-size: 15px;
  }
}
.questionnaire_main_title > p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3e3232;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .questionnaire_main_title > p {
    font-size: 12px;
  }
}

.questionnaire_main_title_desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
}
.questionnaire_main_title_desc > h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #3e3232;
}
@media screen and (max-width: 576px) {
  .questionnaire_main_title_desc > h3 {
    font-size: 15px;
  }
}
.questionnaire_main_title_desc > p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #676767;
}
@media screen and (max-width: 576px) {
  .questionnaire_main_title_desc > p {
    font-size: 12px;
  }
}

.questionnaire_main_btn {
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  gap: 5px;
  align-items: center;
  flex-shrink: 0;
}
.questionnaire_main_btn:hover > svg path {
  fill: #08c;
}
.questionnaire_main_btn:hover > span {
  color: #08c;
}
.questionnaire_main_btn > svg {
  width: 30px;
  height: 30px;
}
.questionnaire_main_btn > svg path {
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .questionnaire_main_btn > svg {
    width: 25px;
    height: 25px;
  }
}
.questionnaire_main_btn > span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3e3232;
  transition: 0.3s;
}

.questionnaire_main_chart_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.questionnaire_main_chart_container canvas {
  flex: 0 0 400px;
  max-width: 400px;
  min-height: 200px;
}

.questionnaire_main_chart_container ul {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  position: relative;
}

.questionnaire_main_chart_container ul li {
  color: #000;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}

.questionnaire_main_chart_container ul li span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 10px;
}

.questionnaire_main_chart_download svg path {
  transition: all 0.15s;
}

.questionnaire_main_chart_download:hover svg path {
  fill: #eb1f30;
}

@media screen and (max-width: 767px) {
  .questionnaire_main_chart_container {
    display: block;
  }
  .questionnaire_main_chart_container canvas {
    max-height: 300px;
  }
  .questionnaire_main_chart_container ul {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.questionnaire_main_settings {
  display: none;
  max-width: 768px;
  width: 100%;
  padding-top: 10px;
  flex-direction: column;
  gap: 12px;
}
.questionnaire_main_settings.active {
  display: flex;
}

.questionnaire_main_setting {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.questionnaire_main_setting > button {
  border: none;
  outline: none;
  background: transparent;
}
.questionnaire_main_setting .icon {
  position: absolute;
  right: -5px;
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 8px;
  width: 32px;
  height: 16px;
  position: relative;
}
.questionnaire_main_setting .icon.checked {
  border-color: rgba(255, 0, 0, 0.7);
}
.questionnaire_main_setting .icon.checked::before {
  display: none;
}
.questionnaire_main_setting .icon.checked::after {
  display: block;
}
.questionnaire_main_setting .icon::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: rgba(255, 0, 0, 0.3);
}
.questionnaire_main_setting .icon::after {
  display: none;
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: rgba(255, 0, 0, 0.7);
}
.questionnaire_main_setting > label {
  width: 100%;
  margin: unset !important;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #212b36;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: unset !important;
}
.questionnaire_main_setting > label > input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  height: 0;
  width: 0;
}
.questionnaire_main_setting > label > input:checked ~ .icon {
  border-color: rgba(255, 0, 0, 0.7);
}
.questionnaire_main_setting > label > input:checked ~ .icon::before {
  display: none;
}
.questionnaire_main_setting > label > input:checked ~ .icon::after {
  display: block;
}

.questionnaire_main_setting_date {
  display: none;
  border-radius: 10px;
  background: #dfe3e8;
}
.questionnaire_main_setting_date.active {
  display: flex;
}
.questionnaire_main_setting_date > label {
  width: 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #212b36;
  cursor: pointer;
  margin: unset !important;
  min-height: unset !important;
  position: relative;
}

.questionnaire_main_setting_date_text {
  position: relative;
}
.questionnaire_main_setting_date_text .icon {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 3px;
  width: 16px;
  height: 16px;
  z-index: 0;
}
.questionnaire_main_setting_date_text .icon::after {
  display: none;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 1px;
  width: 10px;
  height: 10px;
  background: rgba(255, 0, 0, 0.7);
}
.questionnaire_main_setting_date_text > input {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 3px solid rgba(255, 0, 0, 0.2);
  padding: 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

.questionnaire_main_setting_date_text_btn {
  border: none;
  outline: none;
  padding: 7px 10px;
  align-self: flex-end;
  background: #fff;
  border: 1px solid #f00;
  border-radius: 8px;
  color: #f00;
}

.questionnaire_main_settings_group {
  display: flex;
  flex-direction: column;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
}
.questionnaire_main_settings_group > label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3e3232;
  padding: 15px;
  background: #dfe3e8;
  border-radius: 8px 8px 0 0;
  margin: unset !important;
  min-height: unset !important;
}

.questionnaire_main_settings_btns {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .questionnaire_main_settings_btns {
    flex-direction: column;
  }
}
.questionnaire_main_settings_btns > a {
  width: 50%;
  border: 1px solid #f00;
  border-radius: 8px;
  padding: 10px 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: transparent;
  display: flex;
  gap: 10px;
  align-items: center;
  align-self: center;
  transition: 0.3s;
  width: 100%;
  justify-content: center;
  cursor: pointer;
}
.questionnaire_main_settings_btns > a:hover {
  box-shadow: 0 1px 4px 0 #f00;
}
.questionnaire_main_settings_btns > a > img {
  width: 17px;
  height: 17px;
}
.questionnaire_main_settings_btns > a > span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #f00;
}

.questionnaire_main_end_form {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .questionnaire_main_end_form {
    width: 100%;
  }
}

.questionnaire_main_end_form_btn {
  border: 1px solid #f00;
  border-radius: 8px;
  padding: 10px 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: #f00;
  display: flex;
  gap: 10px;
  align-items: center;
  align-self: center;
  transition: 0.3s;
  width: 100%;
  justify-content: center;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.questionnaire_main_end_form_btn:hover {
  box-shadow: 0 1px 4px 0 #f00;
}

@media screen and (max-width: 992px) {
  .form_title .container {
    padding-top: 30px;
  }
}

.form_hero {
  line-height: 1;
}

.form_hero_wrapper {
  display: flex;
  flex-direction: column;
}

.form_main {
  line-height: 1;
}

.form_main_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 0px 20px 20px;
}

.form_main_tabs {
  display: flex;
  gap: 10px;
  align-items: center;
}

.form_main_tab {
  border-bottom: 1px solid transparent;
  padding: 0px 10px 3px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #000;
}
.form_main_tab.active {
  color: #f00;
  border-bottom: 1px solid #f00;
}

.form_main_windows {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form_main_windows {
    flex-direction: column;
  }
}

.form_main_editing {
  max-width: 768px;
  width: 100%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding-right: 15px;
}

.form_main_question {
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
}

.form_main_qtop {
  border-radius: 8px 8px 0 0;
  padding: 15px;
  background: rgba(242, 238, 238, 0.5);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.form_main_qtop > h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3e3232;
}

.form_main_qtop_pic {
  position: relative;
  cursor: pointer;
}
.form_main_qtop_pic > i {
  width: 50px;
  display: flex;
  justify-content: flex-end;
}

.form_main_qtop_pic_dropdown {
  display: none;
  width: 173px;
  flex-direction: column;
  border-radius: 12px;
  background: #f2eeee;
  position: absolute;
  top: 25px;
  right: 3px;
  animation: fadeUp 0.2s linear;
}
@keyframes fadeUp {
  from {
    transform: translateY(70%);
  }
  to {
    transform: translateY(0);
  }
}
.form_main_qtop_pic_dropdown.active {
  display: flex;
}
.form_main_qtop_pic_dropdown > li.change > label {
  padding: 15px 37px 15px 15px;
}
.form_main_qtop_pic_dropdown > li.delete {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  cursor: pointer;
  background: #f2eeee;
  border-radius: 12px;
}
.form_main_qtop_pic_dropdown > li.remove {
  display: none;
}
.form_main_qtop_pic_dropdown > li > i {
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #3e3232;
}
.form_main_qtop_pic_dropdown > li > span, .form_main_qtop_pic_dropdown > li > label {
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3e3232;
  margin-bottom: unset !important;
  cursor: pointer;
}
.form_main_qtop_pic_dropdown > li > label {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 39px 15px 15px;
  cursor: pointer;
  background: #f2eeee;
  border-radius: 12px;
  position: relative;
}
.form_main_qtop_pic_dropdown > li > label.link::after {
  background: url("../../image/link.svg") center;
}
.form_main_qtop_pic_dropdown > li > label::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 15px;
  width: 14px;
  height: 14px;
  background: url("../image/image.svg") center;
}

.form_main_qcontent {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}
.form_main_qcontent > img {
  display: block;
  max-height: 298px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form_main_qcontent > select {
  border: none;
  outline: none;
  padding: 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #818181;
  border-bottom: 3px solid rgba(255, 0, 0, 0.2);
  cursor: pointer;
}

.form_main_qparagraph {
  display: none;
  border: none;
  outline: none;
  border-bottom: 3px solid rgba(255, 0, 0, 0.2);
  padding: 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #818181 !important;
}
.form_main_qparagraph::-moz-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #d0d0d0;
}
.form_main_qparagraph::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #d0d0d0;
}
.form_main_qparagraph.active {
  display: block;
}

.form_main_qsettings {
  display: none;
  justify-content: flex-end;
  align-items: center;
}
.form_main_qsettings.active {
  display: flex;
}
.form_main_qsettings.space_between {
  justify-content: space-between;
  gap: 10px;
}

.form_main_qadditional {
  display: none;
  gap: 3px;
  align-items: center;
  cursor: pointer;
}
.form_main_qadditional ~ .form_main_qsettings {
  justify-content: space-between;
}
.form_main_qadditional.active {
  display: flex;
}
.form_main_qadditional > span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #818181;
}

.form_main_qright {
  display: flex;
  gap: 35px;
  align-items: center;
  padding: 5px 20px 5px 0;
}

.form_main_qsetting > label {
  display: flex;
  gap: 5px;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #818181;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 0 !important;
}
.form_main_qsetting > label > input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  height: 0;
  width: 0;
}
.form_main_qsetting > label > input:checked ~ .icon::after {
  display: block;
}
.form_main_qsetting .icon {
  position: absolute;
  right: -20px;
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 3px;
  width: 16px;
  height: 16px;
}
.form_main_qsetting .icon::after {
  display: none;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 1px;
  width: 10px;
  height: 10px;
  background: rgba(255, 0, 0, 0.7);
}

.form_main_qdesc {
  display: none;
  border: none;
  outline: none;
  min-height: 96px;
  border-bottom: 3px solid rgba(255, 0, 0, 0.2);
  padding: 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #818181 !important;
  resize: none;
}
.form_main_qdesc.active {
  display: block;
}
.form_main_qdesc::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #d0d0d0;
}
.form_main_qdesc::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #d0d0d0;
}

.form_main_choices {
  display: none;
  flex-direction: column;
  gap: 10px;
}
.form_main_choices.active {
  display: flex;
}
.form_main_choices > p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #676767;
}

.form_main_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form_main_choice {
  display: flex;
  gap: 10px;
  align-items: center;
}
.form_main_choice.remove {
  display: none;
}
.form_main_choice > input {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 3px solid rgba(255, 0, 0, 0.2);
  padding: 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #818181;
}
.form_main_choice > input::-moz-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #d0d0d0;
}
.form_main_choice > input::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #d0d0d0;
}
.form_main_choice > i {
  font-weight: 400;
  font-size: 32px;
  color: rgba(235, 31, 48, 0.5);
  cursor: pointer;
}

.form_main_csetting > label {
  display: flex;
  gap: 5px;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #818181;
  text-align: center;
  cursor: pointer;
  position: relative;
  justify-content: end;
  padding-right: 20px;
  margin: 0 !important;
}
.form_main_csetting > label > input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  height: 0;
  width: 0;
}
.form_main_csetting > label > input:checked ~ .icon::after {
  display: block;
}
.form_main_csetting .icon {
  position: absolute;
  right: 0;
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 3px;
  width: 16px;
  height: 16px;
}
.form_main_csetting .icon::after {
  display: none;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 1px;
  width: 10px;
  height: 10px;
  background: rgba(255, 0, 0, 0.7);
}

.form_main_add {
  background: transparent;
  border: 1px dashed #08c;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  font-family: "Roboto";
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  color: #08c;
  padding: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.form_main_add:hover {
  box-shadow: 0 0 4px 0 #08c;
}

.form_main_qbtns {
  display: none;
  gap: 10px;
  align-items: center;
  align-self: center;
}
.form_main_qbtns.active {
  display: flex;
}

.form_main_save {
  border: 1px solid #08c;
  border-radius: 8px;
  padding: 10px 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}
.form_main_save > i {
  font-weight: 400;
  font-size: 14px;
  color: #08c;
}
.form_main_save > span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #08c;
}

.form_main_cancel {
  border: 1px solid #818181;
  border-radius: 8px;
  padding: 10px 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}
.form_main_cancel > i {
  font-weight: 900;
  font-size: 14px;
  color: #818181;
}
.form_main_cancel > span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #818181;
}

@media screen and (max-width: 992px) {
  .analysis_title .container {
    padding-top: 30px;
  }
}

.analysis_hero {
  line-height: 1;
}

.analysis_hero_wrapper {
  display: flex;
}
.analysis_hero_wrapper::before {
  display: none;
}
@media screen and (max-width: 992px) {
  .analysis_hero_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.analysis_hero_wrapper .swiper {
  max-height: 525px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .analysis_hero_wrapper .swiper {
    max-width: 550px;
    max-height: 490px;
  }
}
@media screen and (max-width: 600px) {
  .analysis_hero_wrapper .swiper {
    width: 100%;
  }
}
.analysis_hero_wrapper .slide-container, .analysis_hero_wrapper .image-box, .analysis_hero_wrapper .image-box > img {
  height: 100%;
}
.analysis_hero_wrapper .swiper-navBtn {
  opacity: 0.7;
  height: 65px;
}
@media (max-width: 992px) {
  .analysis_hero_wrapper .image-box > img {
    height: 430px;
  }
}
@media screen and (max-width: 600px) {
  .analysis_hero_wrapper .image-box > img {
    height: 240px;
  }
}

.analysis_hero_cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.analysis_hero_card {
  max-width: 618px;
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(41, 182, 246, 0.7);
  border-radius: 8px;
  cursor: pointer !important;
}

.analysis_hero_pic {
  max-width: 168px;
  width: 100%;
  max-height: 160px;
  height: 100%;
  position: relative;
  background: rgba(41, 182, 246, 0.1);
}
@media screen and (max-width: 992px) {
  .analysis_hero_pic {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .analysis_hero_pic {
    height: 144px;
  }
}
@media screen and (max-width: 480px) {
  .analysis_hero_pic {
    max-width: 120px;
    height: 120px;
    margin-left: 10px;
  }
}
.analysis_hero_pic > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 0 0 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .analysis_hero_pic > img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
}

.analysis_hero_desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  padding: 16px 18px;
  flex-shrink: 2;
}
@media screen and (max-width: 480px) {
  .analysis_hero_desc {
    padding: 17px 10px;
  }
}

.analysis_hero_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #818181;
  min-height: 88px;
}
@media screen and (max-width: 1200px) {
  .analysis_hero_content {
    min-height: 78px;
  }
}
@media screen and (max-width: 992px) {
  .analysis_hero_content {
    min-height: 50px;
  }
}
.analysis_hero_content > h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .analysis_hero_content > h2 {
    font-size: 20px;
  }
}
.analysis_hero_content > p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #818181;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .analysis_hero_content > p {
    font-size: 16px;
  }
}

.analysis_hero_btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.analysis_hero_btn {
  border: none;
  outline: none;
  display: flex;
  gap: 5px;
  background-color: #EB1F30;
  padding: 5px 5px 5px 10px;
  border-radius: 5px;
  transition: 0.3s;
}
.analysis_hero_btn:hover {
  background: #c20b17;
}
.analysis_hero_btn > span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.analysis_hero_btn > svg {
  width: 14px;
  height: 14px;
}
.analysis_hero_btn > svg > g > path {
  transition: 0.3s;
}

.analysis_questionnaires {
  line-height: 1;
}

.analysis_questionnaires_wrapper {
  padding: 30px 15px;
}

.analysis_questionnaires_buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}
.analysis_questionnaires_buttons > button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  background: transparent;
  transition: 0.3s;
}
.analysis_questionnaires_buttons > button:hover {
  border: 1px solid #08c;
}
.analysis_questionnaires_buttons > button:hover > svg > path {
  fill: #08c;
}
.analysis_questionnaires_buttons > button > svg {
  width: 25px;
  height: 25px;
}
.analysis_questionnaires_buttons > button > svg > path {
  transition: 0.3s;
}
.analysis_questionnaires_buttons .next-btn {
  transform: rotate(180deg);
}

.analysis_questionnaires_swiper_cards {
  overflow: hidden;
  padding: 5px;
}
.analysis_questionnaires_swiper_cards .swiper-slide {
  display: flex;
  justify-content: center;
}

.analysis_questionnaires_swiper_card {
  max-width: 340px;
  width: 100%;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .analysis_questionnaires_swiper_card {
    max-width: 350px;
    width: 100%;
  }
}

.analysis_questionnaires_swiper_pic {
  height: 190px;
  display: flex;
  align-items: flex-end;
  border-radius: 15px;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .analysis_questionnaires_swiper_pic {
    height: 150px;
  }
}
.analysis_questionnaires_swiper_pic::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(153, 153, 153, 0) 0%, #690a10 100%);
  z-index: 1;
  border-radius: 0 0 12px 12px;
  opacity: 0.7;
}
.analysis_questionnaires_swiper_pic > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.analysis_questionnaires_swiper_tag {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 6px;
  padding: 4px 12px;
  -webkit-backdrop-filter: blur(36.7999992371px);
          backdrop-filter: blur(36.7999992371px);
  background: rgba(255, 4, 4, 0.8);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.analysis_questionnaires_swiper_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 1;
}
.analysis_questionnaires_swiper_info > h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .analysis_questionnaires_swiper_info > h2 {
    font-size: 17px;
  }
}
.analysis_questionnaires_swiper_info > p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  color: #fff;
}

.analysis_questionnaires_swiper_desc {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.analysis_questionnaires_swiper_participants {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-right: 10px;
  border-right: 2px solid #e8e8e8;
}
.analysis_questionnaires_swiper_participants > img {
  width: 45px;
  height: 40px;
}
@media screen and (max-width: 1320px) {
  .analysis_questionnaires_swiper_participants > img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .analysis_questionnaires_swiper_participants > img {
    width: 35px;
    height: 35px;
  }
}

.analysis_questionnaires_swiper_stats {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.analysis_questionnaires_swiper_stats.right {
  align-items: flex-start;
}

.analysis_questionnaires_swiper_number {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 117%;
  color: rgba(41, 182, 246, 0.7);
}
.analysis_questionnaires_swiper_number.right {
  color: rgba(235, 31, 48, 0.7);
}
@media screen and (max-width: 992px) {
  .analysis_questionnaires_swiper_number {
    font-size: 25px;
  }
}

.analysis_questionnaires_swiper_content {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #676767;
}

.analysis_questionnaires_swiper_questions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-shrink: 4;
}
.analysis_questionnaires_swiper_questions > img {
  width: 45px;
  height: 40px;
}
@media screen and (max-width: 1320px) {
  .analysis_questionnaires_swiper_questions > img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .analysis_questionnaires_swiper_questions > img {
    width: 35px;
    height: 35px;
  }
}

.analysis_articles {
  line-height: 1;
}
.analysis_articles .card_2_content_block h3 {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
}
.analysis_articles .card_2_date_blog span {
  font-family: "Roboto", sans-serif;
}
.analysis_articles .card_3 {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
.analysis_articles .card_3 img {
  width: 340px;
}
.analysis_articles .card_3 p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1412px) {
  .analysis_articles .card_3 img {
    max-width: 230px;
  }
}
@media screen and (max-width: 990px) {
  .analysis_articles .card_3 img {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .analysis_articles .card_3 img {
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .analysis_articles .card_3 img {
    width: 100px;
  }
}
.analysis_articles .card_top_element {
  padding: 6px 20px;
  background: rgba(255, 4, 4, 0.8);
  font-family: "Roboto", sans-serif;
}
.analysis_articles .card_3 .card_top_element {
  position: absolute;
  top: 7px;
  right: 8px !important;
  left: unset;
}
.analysis_articles .category_btn_block a {
  cursor: pointer;
}

.analysis_articles_pic {
  flex-shrink: 0;
  position: relative;
}

.uform_main {
  line-height: 1;
}

.uform_main_wrapper {
  display: flex;
  justify-content: center;
  padding: 30px 15px;
}
.uform_main_wrapper .questionnaire_main_end {
  background: #f00;
}

.uform_hero {
  line-height: 1;
}

.uform_hero_wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
.uform_hero_wrapper .questionnaire_hero_desc {
  align-items: center;
}

.questionnaire_hero_btns {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}
.questionnaire_hero_btns:hover .questionnaire_hero_btns_span {
  color: #08c;
}
.questionnaire_hero_btns:hover .questionnaire_hero_btn > svg path {
  fill: #08c;
}

.questionnaire_hero_btns_span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .questionnaire_hero_btns_span {
    font-size: 12px;
  }
}

.questionnaire_hero_social {
  display: flex;
  cursor: pointer;
}
.questionnaire_hero_social > img {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .questionnaire_hero_social > img {
    width: 35px;
    height: 35px;
  }
}

.questionnaire_hero_btn {
  border: none;
  outline: none;
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
}
.questionnaire_hero_btn > svg {
  width: 27px;
  height: 27px;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .questionnaire_hero_btn > svg {
    width: 22px;
    height: 22px;
  }
}
.questionnaire_hero_btn > svg path {
  transition: 0.3s;
}
.questionnaire_hero_btn > span {
  display: none;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -25px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 10px;
  color: green !important;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .questionnaire_hero_btn > span {
    font-size: 14px;
    top: -25px;
    width: unset;
  }
}
.questionnaire_hero_btn > span.active {
  display: block;
}/*# sourceMappingURL=main.css.map */