

/* Start:/local/components/set_content/templates/forms/write_question/style.css?17418562167454*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
#write_form {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#write_form h1 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#write_form .description {
  color: #000;
  font-family: var(--main-font);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 56px;
}
@media screen and (max-width: 1070px) {
  #write_form .description {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1000px) {
  #write_form .description {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  #write_form .description {
    font-size: 14px;
  }
}
#write_form .write_form {
  width: 100%;
  max-width: 70%;
}
@media screen and (max-width: 800px) {
  #write_form .write_form {
    max-width: 100%;
  }
}
#write_form .write_form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  #write_form .write_form form {
    gap: 16px;
  }
}
#write_form .write_form form label span {
  color: var(--blue-color);
  font-family: var(--main-font);
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  #write_form .write_form form label span {
    font-size: 18px;
  }
}
#write_form .write_form form label .selector {
  width: 100%;
  position: relative;
}
#write_form .write_form form label .selector-current {
  width: 100%;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  border: 2px solid rgb(7, 36, 110);
  padding: 16px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  #write_form .write_form form label .selector-current {
    padding: 16px;
  }
}
#write_form .write_form form label .selector-current.selector-opened::after {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
#write_form .write_form form label .selector-current span {
  color: rgb(69, 69, 69);
  font-family: var(--main-font);
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  #write_form .write_form form label .selector-current span {
    font-size: 18px;
  }
}
#write_form .write_form form label .selector-current::after {
  content: "";
  display: block;
  background: url("/upload/icons/blue-dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
@media screen and (max-width: 700px) {
  #write_form .write_form form label .selector-current::after {
    width: 14px;
    height: 14px;
  }
}
#write_form .write_form form label .selector-list {
  width: 100%;
  background: #fff;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid rgb(199, 199, 199);
}
#write_form .write_form form label .selector-list.selector-opened {
  display: flex;
}
#write_form .write_form form label .selector-list span {
  cursor: pointer;
  padding: 12px 16px;
  color: rgb(0, 0, 0);
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  #write_form .write_form form label .selector-list span {
    font-size: 16px;
  }
}
#write_form .write_form form label .selector-list span.active-selector {
  color: var(--blue-color);
  text-shadow: 0 0 0.55px var(--blue-color), 0 0 0.55px var(--blue-color);
}
#write_form .write_form form label .selector-list span:hover {
  background: rgb(227, 232, 246);
}
#write_form .write_form form input, #write_form .write_form form textarea {
  border-radius: 0;
}
@media screen and (max-width: 1000px) {
  #write_form .write_form form input, #write_form .write_form form textarea {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  #write_form .write_form form input, #write_form .write_form form textarea {
    padding: 16px;
  }
}
#write_form .write_form form textarea {
  min-height: 300px;
}
#write_form .write_form form button {
  border-radius: 0;
  margin-top: 10px;
  font-size: 24px;
  padding: 16px 32px;
}
@media screen and (max-width: 1000px) {
  #write_form .write_form form button {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #write_form .write_form form button {
    width: 100%;
    max-width: 350px;
  }
}
@media screen and (max-width: 700px) {
  #write_form .write_form form button {
    padding: 16px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_breadcrumb/templates/vavt_breadcrumb/style.css?174185621637*/
/*# sourceMappingURL=style.css.map */
/* End */
/* /local/components/set_content/templates/forms/write_question/style.css?17418562167454 */
/* /local/components/set_breadcrumb/templates/vavt_breadcrumb/style.css?174185621637 */
