@import "https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css";
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

/*стили для фильтров*/
:root {
  --ct-bg: #fff;
  --ct-btn-hover: #e8e8e8;
  --ct-btn-active: #ddd;
  --ct-btn-color: #555;
  --ct-border-color: #e1e1e1;
  --ct-border-radius: 5px;
  --ct-tree-hover: #efefef;
  --ct-selection: #418EFF;
  --ct-padding: 8px;
}

.comboTreeWrapper {
  position: relative;
  text-align: left !important;
}

.comboTreeInputWrapper {
  position: relative;
}

.comboTreeArrowBtn {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  box-sizing: border-box;
  border: 0px solid var(--ct-border-color);
  border-radius: 0 var(--ct-border-radius) var(--ct-border-radius) 0;
  background: var(--ct-border-color);
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.comboTreeArrowBtn:hover {
  background: var(--ct-btn-hover);
}

.comboTreeArrowBtn:active {
  background: var(--ct-btn-active);
}

.comboTreeInputBox:focus+.comboTreeArrowBtn {
  color: var(--ct-btn-color);
  border-top: 1px solid var(--ct-selection);
  border-right: 1px solid var(--ct-selection);
  border-bottom: 1px solid var(--ct-selection);
}

.comboTreeArrowBtnImg {
  font-size: 1.25rem;
}

.comboTreeDropDownContainer {
  display: none;
  background: var(--ct-bg);
  border: 1px solid var(--ct-border-color);
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  max-height: 250px;
  overflow-y: auto;
}

.comboTreeDropDownContainer ul {
  padding: 0px;
  margin: 0;
}

.comboTreeDropDownContainer li {
  list-style-type: none;
  padding-left: 15px;
}

.comboTreeDropDownContainer li .selectable {
  cursor: pointer;
}

.comboTreeDropDownContainer li .not-selectable {
  cursor: not-allowed;
}

.comboTreeDropDownContainer li:hover {
  background-color: var(--ct-tree-hover);
}

.comboTreeDropDownContainer li:hover ul {
  background-color: var(--ct-bg)
}

.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover {
  background-color: var(--ct-selection);
  color: var(--ct-bg);
  border-radius: 2px;
}

.button .is-light .is-rounded img {
  height: 20px;
}

span.comboTreeItemTitle {
  display: block;
  padding: 3px var(--ct-padding);
}

.comboTreeDropDownContainer label {
  cursor: pointer;
  width: 100%;
  display: block;
}

.comboTreeDropDownContainer .comboTreeItemTitle input {
  position: relative;
  top: 2px;
  margin: 0px 4px 0px 0px;
}

.comboTreeInputBox {
  padding: var(--ct-padding);
  border-radius: var(--ct-border-radius);
  border: 1px solid var(--ct-border-color);
  width: 100%;
  box-sizing: border-box;
  padding-right: 24px;
}

.comboTreeInputBox:focus {
  border: 1px solid var(--ct-selection);
  outline-width: 0;
}

.multiplesFilter {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--ct-border-color);
}

/*основные стили*/
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'raleway', sans-serif;
}

#mobile {
  display: none;
}

.task_row {
  position: relative;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* фоновый цвет */
  background: #E5E5E5;
  z-index: 1001;
  width: 100%;
  height: 100%;
}

.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.buttons a img {
  height: 20px !important;
  margin-right: 10px;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.save_works {
  padding-top: 0px;
  position: relative;
}

.show_combo {
  display: block !important;
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.show_timer {
  padding: 20px 0px !important;
}

.loaded .preloader {
  display: none;
}

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

.search input {
  height: 40px;
  width: 400px;
  padding: 0px 10px;
  background: #F3FBFF;
  border: 1px solid #485fc7;
}

.search button {
  height: 40px;
  width: 40px;
  background: #485fc7;
  cursor: pointer;
}

.hero {
  height: auto;
}

.hero-body {
  padding: 40px 0px !important;
}

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

.navbar-item img {
  max-height: none;
}

.navbar {
  height: 80px;
}

.pre-footer_flex {
  display: flex;
  justify-content: end;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.active {
  color: #485fc7;
  font-weight: 700;
}

.sidebar {
  will-change: min-height;
}

.sidebar_1 {
  will-change: min-height;
}

.sidebar__inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  width: 600 !important;
  left: auto !important;
  position: sticky;
  top: 30px;
  margin-bottom: 15px;
}
.mdi-upload::before{
  content: "\F0552";
}
.uploaded-file{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-align: center;
  padding: 4px 8px;
  background: #485fc7;
}
.uploaded-text{
  color: white;
  width: 85%;
  word-wrap: break-word;
}
.upload-section{
  padding: 0 !important;
}
.fileupload-bg{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(16, 67, 199, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.fileupload-error{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 16px;
  border-radius: 10px;
  max-width: 642px;
  background-color: white;
  z-index: 101;
}
.fileupload-error.compilation-message{
  position: relative;
  flex-direction: column;
  padding: 16px 21px;
}
.button-container {
  margin-top: 10px;
  display: flex;
}

.sidebar__inner__1 {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  width: 600 !important;
  left: auto !important;
}
.feedback__close.feedback__close.message{
  position: absolute;
  right: 3px;
  top: -6px;
  max-width: 20px;
}

.banner {
  width: 100%;
  height: 300px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.news_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.share img {
  margin-right: 20px;
  height: 40px;
  margin-bottom: 20px;
}

.ya-share2 {
  margin: 40px 0px;
}

.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: contain;
  background-repeat: no-repeat;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 34px;
  width: 34px;
  margin: 10px 10px;
}

.pre-footer_flex img {
  height: 40px;
}

.secret {
  display: none;
}
.answer{
  display: none;
}
.trigger {
  width: 100%;
}

.trigger_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.teg {
  margin-top: 20px;
  font-size: 14px;
  max-width: 100%;
  text-align: left;
  height: auto;
  white-space: normal;
}

.show {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}

.show p {
  margin-right: 10px;
}

.show a {
  margin-right: 10px;
}

.students_div_title_text {
  display: flex;
  align-items: center;
  width: 85%;
}

.notice_date {
  width: 15%;
}

.notice_body {
  width: 85%;
}

.notice_button {
  width: 15%;
  white-space: nowrap;
  text-align: center;
}

#roles {
  cursor: pointer;
}

.btn_privyazka {
  background: #328DF6 !important;
  color: #fff;
  transition: .4s;
}

.btn_privyazka img {
  height: 20px;
  margin-right: 10px;
}

.btn_privyazka:hover {
  color: #fff;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
}

.radio_input {
  display: flex;
  flex-direction: column;
  align-items: start;
}

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

.input_flex{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event_textarea{
  resize: none;
  width: 100%;
  border-radius: 25px !important;
  border-color: #dbdbdb;
  line-height:normal;
  height: auto;
}
.ui-widget-header{
  background-color: #3e56c4 !important;
  color: white !important;
}
#end:before {
  content: 'Конец события:';
  margin-right: .6em;
  color: lightgray;
  font-size: 1rem;
}
#start:before {
  content: 'Начало события:';
  margin-right: .6em;
  color: lightgray;
  font-size: 1rem;
}
#time:before {
  content: 'Время:';
  margin-right: .6em;
  color: lightgray;
  font-size: 1rem;
}
.no-pseudo:before,
.no-pseudo *:before{
   content: none !important;
   display: none !important;
}
.fc-daygrid-day-frame{
  cursor: pointer;
}
.ui-dialog{
  min-width: 291px !important;
  min-height: 670px !important;
}
.ui-dialog-content{
  min-width: 268px !important;
  min-height: 634px !important;

}
@media (max-width: 370px){
  .fc .fc-button{
    padding: 0 !important;
  }
  .fc-view-harness{
    height: 239px !important;
  }

}
@media (max-width: 768px){
  .fc-toolbar-title{
    text-align: center;
  }
  .ui-dialog{
    top: 60px !important;
  }
  .fc-scrollgrid-sync-table{
    overflow: hidden;
  }
}

.result {
  width: 100%;
}

.time_task,
.countdown {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.countdown {
  width: 130px;
  background: #485fc7;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown-planned {
  width: 200px;
  background: #767677;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown-number {
  padding: 0px 2px;
}

thead {
  background: #c4c8dd !important;
}

thead tr th {
  color: #fff !important;
}

.true {
  background: rgb(237, 255, 220);
}

.false {
  background: rgb(255, 220, 220);
}

/* 21.12.22 */
#modal-js-example-uved .modal-background {
  background-color: transparent !important;
}

#modal-js-example-uved .modal-content {
  position: absolute !important;
  top: 70px;
  right: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 25px 25px;
  width: 100%;
  max-width: 370px;
}

#modal-js-example-uved .box {
  background: #fff;
  width: auto;
  padding: 0px 0px 0px 0px;
}

.name-uslugi {
  padding: 10px 20px;
}

.name-uslugi a {
  font-size: 14px;
}

#modal-js-example-uved hr {
  background: #c2c2c2;
  margin: 0;
  height: 1px;
}

.account_uved_add {
  height: 40px;
  width: 40px;
  margin-right: 20px;
}

.new_uved {
  padding: 10px 20px;
}

.new_uved p {
  line-height: 120%;
}

#modal-js-example-uved.modal {
  position: absolute;
}

#modal-js-example-profile .box {
  padding: 40px;
}

#modal-js-example-profile .modal-content {
  width: 100%;
  max-width: 700px;
}

.inp_profile {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-top: 10px;
  position: relative;
}

#modal-js-example-profile h3 {
  margin-bottom: 40px;
}

#modal-js-example-profile button {
  width: 100%;
  margin-top: 20px;
}

#succes_profile {
  display: none;
  font-size: 20px;
  color: #328DF6;
  font-weight: 700;
  text-align: center;
}

.succes_profile_active {
  display: block !important;
}

.column_video {
  width: 30%;
}

.name-uslugi h4 {
  font-size: 16px !important;
  font-weight: 700;
}

.see_all {
  border-top: 1px solid #c2c2c2;
  padding: 10px 0px;
  bottom: 0;
  width: 100%;
}

.see_all:hover {
  background: #f5f9ff;
}

.see_all p {
  font-size: 14px;
}

.account_uved_add p {
  font-size: 14px;
}

.new_uved:hover {
  background: #f5f9ff;
}

.content_overflow {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  height: 100%;
  max-height: 200px;
}

.new_uved p {
  color: #000;
}

.content_overflow::-webkit-scrollbar {
  width: 12px;
  /* ширина scrollbar */
}

.content_overflow::-webkit-scrollbar-track {
  background: #f5f9ff;
  /* цвет дорожки */
}

.content_overflow::-webkit-scrollbar-thumb {
  background-color: #485fc7;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
  border: 3px solid #f5f9ff;
  /* padding вокруг плашки */
}

.inp_radio {
  margin-right: 30px;
}
#dialog{
  margin: 0 auto;
}

.inp_radio input {
  margin-right: 10px;
}

/* для элемента input c type="radio" */
.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}

/* для элемента label связанного с .custom-radio */
.custom-radio+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio+label::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
}

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked)+label::before {
  border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked+label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: 5px 5px;
}

.inp_profile select {
  color: #000;
  width: 100%;
  border-radius: 25px;
  padding: 0px 20px;
}

.dif-link {
  background-color: rgb(163, 163, 163) !important;
}

.secret_pdf,
.secret_pres,
.secret_gif {
  display: none;
}

.secret_unit {
  width: 100%;
  padding: 20px 10px;
  background: #fff;
  border-radius: 10px;
}

.secret_unit:hover {
  background: rgb(240, 240, 240);
}

.active_secret_file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.name_file,
.date_file {
  display: flex;
  align-items: center;
  justify-content: start;
}

.name_file img {
  height: 40px;
  margin-right: 20px;
}

.file_download {
  height: 40px;
  width: 40px;
  display: flex;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #c2c2c2;
}

.activate {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #485fc7;
}

.activate_img {
  transform: rotate(45deg);
  transition: .4s;
}

.activate_spec_img {
  transform: rotate(90deg);
}

.secret_profile {
  display: none;
  margin-top: 40px;
}

.active_profile {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.active_p {
  color: #485fc7;
  font-weight: 700;
}

#tel,
#mail,
#tg {
  cursor: pointer;
}

.contact-form {
  align-items: center;
  display: flex;
}

.pre_task_flex {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 20px 0px;
}

.sidebar__inner__1 {
  margin-bottom: 0px;
}

.pre_task {
  align-items: flex-start;
}

.filter {
  margin-top: 20px;
}

.rubricator_toggle {
  cursor: pointer;
}

.rubricator {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  display: none;
}

.rubricator p {
  margin-bottom: 10px;
  font-weight: 600;
}

.rubricator p a {
  color: #485fc7;
  transition: .4s;
  margin-right: 10px;
}

.rubricator p a:hover {
  color: #FF9F15;
}

.filter_name {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.mobile_filter_toggle {
  display: none;
}

.mobile_filter_991 {
  display: none;
}

.title_mobile {
  display: none;
}

.filter input {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #485fc7;
}

.avatar_password {
  background: #F3FBFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 200px;
  width: 200px;
}

.avatar_password img {
  height: 100px;
}

.sidebar__inner__2 {
  padding: 20px 0px;
  background: #fff;
  z-index: 2;
}

.sidebar__inner__homework {
  padding-top: 20px;
}

.hero {
  min-height: 100vh;
  height: auto !important;
}

.pages span,
.pages a {
  font-size: 20px;
}

#news_page {
  width: 100%;
  max-width: 900px;
}

.modal.is-active {
  z-index: 9999999;
}

.fieldset_hovework #filedrag,
#submitbutton button {
  display: none;
}

#fileselect {
  border: 1px solid #485fc7;
  border-radius: 5px;
  padding: 20px;
  width: 90%;
}

.homework_text {
  overflow-x: auto;
  overflow-y: hidden;
}

.column_save {
  position: relative;
}

.submit_btn_homework {
  white-space: normal;
  text-align: left;
}

/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #efefef;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
  background-color: #485fc7;
  border-radius: 9em;
  transition: .4s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #6375c7;
}


.tourTooltip {
  min-width: 600px !important;
}

.tourTooltip_2 {
  min-width: 900px !important;
}

@media screen and (max-width: 600px) {
  .tourTooltip {
    min-width: 300px !important;
  }
}

@media screen and (max-width: 1256px) {
  .upload-draggable .section {
    padding: 5px;
  }

  .upload-draggable p {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .introjs-helperNumberLayer {
    left: 0px !important;
    top: -10px !important;
  }

  .introjs-tooltip-header {
    padding: 10px 10px 0 !important;
  }

  .introjs-tooltiptext {
    font-size: 14px;
    padding: 10px !important;
  }

  div.introjs-dontShowAgain {
    display: flex;
    align-items: baseline;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .introjs-button {
    font-size: 12px !important;
    box-sizing: border-box !important;
    text-align: center;
  }
}

.submit_btn_homework {
  padding: 0;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  border: 0px;
  cursor: pointer;
}

.image {
  display: flex;
  align-items: start;
  justify-content: space-between;
  /*width: 48%;*/
  position: relative;
  margin-top: 10px;
}

.image span {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 15px;
  width: 15px;
  cursor: pointer;
  color: #fff;
  background: #485fc7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

output {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.jFiler-theme-default .jFiler-input {
  width: 270px;
  margin: 0;
  padding: 0px;
  border: 0px;
  background: transparent;
}

.jFiler-theme-default .jFiler-input-caption {
  display: none;
}

.jFiler-theme-default .jFiler-input-button {
  font-size: 16px;
  padding: 0px;
  border: 0px;
  background: transparent;
  color: #4a4a4a;
  font-weight: 700;
  margin: 15px 0px 20px 80px;
  cursor: pointer;
}

.punct {
  position: relative;
}

.jFiler-theme-default .jFiler-input-button::before {
  content: url("/img/icons/p_app.png");
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 30px;
  top: 20px;
}

.punct img {
  height: 49px;
  margin-right: 10px;
}

.icon-jfi-trash img {
  width: 20px;
  height: auto;
}

.jFiler-items-default .jFiler-item-assets a {
  padding: 0;
  border: 0px;
  background: transparent;
}

.form_homework_done {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.form_homework_done_flex {
  display: flex;
  margin-top: 20px;
  padding-left: 0px;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
  width: 100%;
}

.form_homework_done_flex img {
  margin-right: 10px;
}

.submit_btn_homework {
  margin-left: 20px;
}

.submit_btn_homework_active {
  display: flex;
}

.tag:not(body).is-primary {
  background-color: #485fc7;
}

.secret_overflow {
  overflow-x: auto;
}

.secret_overflow::-webkit-scrollbar {
  height: 12px;
}

.secret_overflow::-webkit-scrollbar-track {
  background: #f5f9ff;
}

.secret_overflow::-webkit-scrollbar-thumb {
  background-color: #485fc7;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
  border: 3px solid #485fc7;
  /* padding вокруг плашки */
}

.save_div_btn_flex {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}


.test_answer_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  width: 100%;
  flex-wrap: wrap;
}

.test_answer_div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 100%;
  margin-top: 30px;
}

.test_answer_div_row {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-top: 10px;
  width: 100%;
}

.test_answer_div_row input {
  border: 0px;
  border-bottom: 1px solid #485fc7;
  box-shadow: inherit;
  border-radius: 0px;
  padding: 10px 0px;
  width: 100%;
  max-width: 200px;
}

.test_answer_div_row input:focus {
  outline: none;
  box-shadow: inherit;
}

td,
th {
  padding: 10px 0px;
}


/* team */
.team_div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
  padding: 60px 40px;
  background: #F3FBFF;
  border-radius: 25px;
}

.team_div_img {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  overflow: hidden;
}

.team_div_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team_div h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}

.team_div p.debt {
  color: #4a4a4a;
}

.team_steck {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.team_steck_div {
  border-radius: 25px;
  padding: 10px 20px;
  background: #F3FBFF;
  border: 1px solid #485fc7;
  transition: .4s;
}

.team_steck_div:hover {
  background: #485fc7;
}

.team_steck_div p {
  font-size: 14px;
  color: #485fc7;
  transition: .4s;
}

.team_steck_div:hover>p {
  color: #F3FBFF;
}

#team {
  padding-top: 40px;
}

#team .columns {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.date_new {
  font-size: 24px;
  font-weight: 700;
  color: #485fc7;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* modal-close-custom */
.modal-close-custom {
  height: auto;
  position: relative;
  right: 0px;
  top: 0px;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  outline: 0;
  position: relative;
  vertical-align: top;
  width: 100%;
  padding: 15px !important;
  margin-top: 30px !important;
}

.modal-close.modal-close-custom::after,
.modal-close.modal-close-custom::before {
  display: none;
}

/* стили вложенного меню */

#form_homework_done_flex.hidden {
  display: none;
}

.nested_list {
  position: absolute;
  top: 70%;
  background-color: #fff;
  right: 10%;
  border: solid 1px #485fc7;
  border-radius: 3px;

  flex-direction: row;
  display: none;
  width: 422px;
}

.navbar-item:hover .nested_list  {
  display: flex;  
  }

  .down-arrow {
    border: solid #4a4a4a;
    border-width: 0 1px 1px 0;
    padding: 3px;
    margin-left: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .nested_list .navbar-item {
    padding: 3px 5px;
  } 


@media (max-width:1220px) {
  .search input {
    width: 300px;
  }

  .avatar {
    margin-top: 120px;
  }

  .pages span,
  .pages a {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .file-cta {
    width: 140px;
  }
}

@media (max-width: 991px) {

  .mobile-filter{
    order: 1;
    margin-top: 90px;
    width: 100% !important;
  }
  .mobile-list{
    order: 2;
    padding-top: 0px !important;
  }
  .columns.save.homework.homework_row_save{
    display: flex;
  }
  .section_homework_done .is-affixed,
  .section_homework_done .sidebar__inner {
    position: relative !important;
  }

  .section_homework_done .is-affixed {
    height: 476px !important;
  }

  .search {
    width: 100% !important;
  }

  .avatar {
    margin-top: 80px;
  }

  #sidebar {
    width: 100% !important;
  }

  .flex {
    flex-direction: column;
    align-items: start;
    margin-bottom: 20px;
  }

  #mobile {
    display: block;
  }

  .title {
    font-size: 30px !important;
  }

  .footer_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .pre-footer_flex {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .blog_flex {
    margin: 0px !important;
  }

  .hero-body {
    padding: 40px !important;
  }

  .news_flex {
    flex-direction: column;
    align-items: start;
  }

  .students_div_title,
  .students_div_title_text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .save_div {
    padding-top: 100px;
  }

  .notice_date {
    width: 100%;
  }

  .notice_body {
    width: 100%;
  }

  .notice_button {
    width: 100%;
    white-space: nowrap;
    text-align: center;
  }

  .students_div_title_text p {
    margin-right: 0 !important;
  }

  .mobile_filter_toggle {
    display: block;
    font-weight: 600;
    color: #485fc7;
  }

  .mobile_filter_secret {
    display: none;
    width: 100%;
  }

  #sidebar__inner__filter {
    z-index: 9999;
  }

  .pre_task_flex {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 0px;
  }

  #task_page #sidebar,
  #task_page #sidebar_1,
  #task_page #sidebar_2 {
    display: none;
  }

  .title_pc {
    display: none;
  }

  .pre_task_flex {
    margin-top: 20px;
  }

  .pre_task_flex .search {
    margin-bottom: 20px;
  }

  .mobile_filter_991 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
  }

  .title_mobile {
    display: block;
  }

  .filter {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .filter h4 {
    font-size: 20px !important;
  }

  .punct form,
  .upload .upload-draggable,
  .control {
    width: 100%;
  }

  .search input {
    width: 100% !important;
  }

  .other_dz {
    font-size: 16px !important;
    margin-bottom: 10px;
  }

  .upload-draggable section {
    padding: 10px !important;
  }

  #app section {
    padding-top: 0px !important;
  }

  .save_works {
    padding-top: 0px;
  }

  .pre-footer .columns {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }

  .homework .column.is-2,
  .save .column.is-2 {
    width: calc(100% - 20px);
    margin-right: 20px;
    position: fixed;
    top: 0;
    padding-top: 80px;
    z-index: 10;
    background: #fff;
  }

  .homework .column.is-7,
  .save .column.is-10,
  .homework .column.is-6,
  .save .column.is-7 {
    padding-top: 100px;
  }

  .tourTooltip_2 {
    min-width: 600px !important;
  }

  .pages {
    width: 100%;
    background: #fff;
  }

  .paginationjs {
    justify-content: start !important;
    gap: 30px;
  }

  .team_div {
    padding: 40px 20px;
  }

  .team_div_img {
    height: 120px;
    width: 120px;
  }

  .team_div h3 {
    font-size: 20px;
  }

  .team_div p.debt {
    font-size: 14px;
  }

  .team_steck_div {
    padding: 5px 10px;
  }

  #team {
    padding-top: 40px !important;
    margin-bottom: 100px;
  }

  #team .columns {
    row-gap: 20px;
  }

  #team .column.is-4 {
    width: 49% !important;
  }

}

@media (max-width: 768px) {
  .mobile-filter{
    order: 1;
    margin-top: 50px;
    width: 100% !important;
  }

  #team .columns {
    display: block;
  }

  #team .column.is-4 {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 700px) {
  .secret_unit {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }

  .favourite {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .save_div_btn_flex .button {
    width: auto;
    margin-bottom: 10px;
  }

  .reset_work_title,
  .reset_work_subtitle {
    flex-direction: column;
    align-items: start !important;
    justify-content: start !important;
  }

  .trigger_text {
    align-items: start;
  }

  .tourTooltip {
    min-width: 300px;
    margin-left: 0;
    margin-top: 0;
    left: auto;
  }

  .introjs-tooltipReferenceLayer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .introjs-tooltipbuttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .introjs-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0rem;
    margin-top: 10px;
  }

  .tourTooltip_2 {
    min-width: 300px !important;
  }

}

@media (max-width: 499px) {
  .button {
    padding: 25px 30px;
    font-size: 12px !important;
  }

  .teg {
    padding-left: calc(1em + 0.25em);
    padding-right: calc(1em + 0.25em);
    padding-top: calc(0.5em - 1px);
    padding-bottom: calc(0.5em - 1px);
  }

  .hero-body {
    padding: 40px 20px !important;
  }

  .share img {
    margin-right: 20px;
    height: 30px;
    margin-bottom: 20px;
  }

  .trigger_text {
    flex-direction: column;
  }

  .navbar {
    height: auto;
  }

  .punct,
  #form_homework_done_flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }

  .punct h4 {
    margin-left: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .date_file {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }

  .date_file .is-flex {
    margin: 10px 0px !important;
  }
}

@media (max-width: 991px) {
  .file-input {
    display: flex;
  }

  .file .has-name,
  .file-label {
    width: 100% !important;
  }

  .file-cta {
    max-width: none;
    width: 100%;
  }

  .file-label {
    flex-direction: row !important;
  }

  .punct {
    width: 100% !important;
  }

  .filter_name {
    flex-direction: column;
  }

  .column.is-3,
  .column.is-3-tablet {
    width: 100%;
  }
}


.comboTreeItemTitle input {
  width: auto;
}

.generate_a {
  cursor: pointer;
}

.generate_a.disabled {
  color: grey;
}

.preloader__image__task {
  display: flex;
  width: 30px;
  margin: 0 auto;
  animation: preloader-rotate 2s infinite linear;
}

.modal_generate .modal-content {
  width: 1200px;
  max-width: 1200px;
}


.toggler {
  display: none;
}
.navbar .toggler:checked + .navbar-brand .burger span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.navbar .toggler:checked + .navbar-brand .burger span:nth-child(2) {
  opacity: 0;
}
.navbar .toggler:checked + .navbar-brand .burger span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .navbar .toggler:checked ~ .navbar-menu {
    display: block;
  }
}
.has-dropdown input[type=checkbox] {
  display: none;
}
.navbar-dropdown {
  display: none;
}
#dropdown1:checked ~ #dropdown-content1,
#dropdown2:checked ~ #dropdown-content2,
#dropdown3:checked ~ #dropdown-content3 {
    display: block;
}

/* KENSHI */

header {
    max-width: 1452px;
    margin: 16px auto 0px;
    height: 64px;
    z-index: 1000000;
    position: relative;
}

header > .container{
    background: #F3FBFF;
    padding: 12px 16px;
    border-radius: 36px;
}

.navbar-item{
  padding: 0px;
}

.navbar-start {
    margin-left: auto;
}

.navbar {
    background: no-repeat;
    height: auto !important;
    min-height: 0px;
}

.navbar-brand {
    min-height: 0px;
}

.navbar-brand img {
    max-width: 132px;
}

.navbar-start {
    gap: 36px;
}

.navbar-end{
  margin-left: 0px;
}

header a.button.is-link.is-rounded {
    padding: 12px 39px;
}

.navbar-link {
    padding: 6px 24px;
}

a.navbar-link.navbar-item:after {
    visibility: hidden;
}

.navbar-link:hover, .navbar-link {
    background: none !important;
}

.navbar-link:not(.is-arrowless)::after {
    border-color: #141313;
    right: 25px;
    zoom: 0.8;
}

.has-dropdown input:checked + label::after {
    rotate: 180deg;
    margin-top: 0px;
}

.navbar-dropdown .dropdown_wrapper {
    padding: 12px 24px;
    border-radius: 36px;
    background: #F3FBFF;
    margin-top: 23px;
    box-shadow: 0px 6px 8px rgba(113, 111, 129, 0.16);
}

.navbar-dropdown {
    border: none;
    box-shadow: none;
    top: 25px;
    background: none;
}

.navbar-dropdown a.navbar-item {
    color: #141313;
    font-size: 16px;
    line-height: 19px;
}

.navbar-dropdown a.navbar-item:hover {
    background: none !important;
    color: #485FC7;
}

.header_menu_account, .header_menu_news {
    position: absolute;
    top: 56px;
    background: #F3FBFF;
    box-shadow: 0px 6px 8px rgba(113, 111, 129, 0.16);
    border-radius: 36px;
    padding: 36px;
    min-width: 492px;
    right: -7px;
}

.header_menu_account_exit {
    width: 24px;
    height: 24px;
    font-size: 20px;
    position: absolute;
    right: 36px;
    top: 36px;
    cursor: pointer;
}

.remember_me label{
  cursor: pointer;
}

.header_menu_account_content_form_line {
    margin-top: 12px;
    position: relative;
}

.header_menu_account_content_form_line span.eye-icon {
    position: absolute;
    right: 15px;
    top: 17px;
}

.header_menu_account_content_form {
    margin-top: 36px;
}

a.reset_password {
    margin-top: 47px;
    display: block;
    text-decoration: underline;
}

.remember_me {
    height: 44px;
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 18px;
    line-height: 21px;
    color: #747474;
    user-select: none;
}

input#remember_me_id, input#politic_id {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

input#remember_me_id::after, input#politic_id::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #485FC7 !important;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    cursor: pointer;
}

input#politic_id::after {
    width: 23px;
}

input#politic_id.error::after {
    border-color: red !important;
}

.no_acc {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.no_acc_link {
    text-decoration: underline;
    cursor: pointer;
    color: #485FC7 !important;
}

.header_menu_account_content_form_line input {
    background: #FFFFFF;
    border: none;
    border-radius: 36px;
    width: 100%;
    padding: 12px;
}

.register_profile_form{
  display: none;
}

.socials {
    margin-top: 36px;
    border-top: 1px solid #485FC7;
    padding-top: 36px;
    text-align: center;
}

.socials_title {
    margin-bottom: 24px;
}

.socials_wrap .ath_row {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.socials_wrap a {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 10000px;
}

.socials_wrap a img {
    width: 60px;
    height: 60px !important;
    background: white;
    border-radius: 10000px;
    transform: scale(1.4);
}

.header_menu_account_content_form_line:first-child {
    margin-top: 0px;
}

.header_menu_account_content_top_avatar img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: auto;
}

.header_menu_account_content_top_avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: 40px;
}

.header_user_block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}

.header_user_block_avatar {
    border-radius: 9999999px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header_user_block_news img {
    width: 18px;
    height: 20px;
}

.header_user_block_news {
    background: white;
    border-radius: 99999px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.count_news {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #FF7C1C;
    right: 10px;
    top: 10px;
    border-radius: 100000px;
    font-size: 7px;
    line-height: 8px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_menu_account_back {
    color: #485FC7 !important;
    margin-bottom: 36px;
    display: none;
    align-items: center;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}

.header_menu_account.profile .header_menu_account_back{
  display: flex;
}

.header_menu_account_back:after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 12px;
    margin-top: -.4375em;
    pointer-events: none;
    position: absolute;
    top: 53%;
    transform: rotate(45deg);
    transform-origin: center;
    width: 12px;
    border-color: #485FC7;
    zoom: 0.8;
    left: 9px;
}

.header_menu_account .navbar-dropdown .dropdown_wrapper {
    padding: 56px 12px 24px;
    margin: 0px !important;
    width: 95%;
    position: relative;
}

.header_menu_account_info {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 40px;
    margin-bottom: 36px;
}

.header_menu_account_exit_dropdown {
    position: absolute;
    top: 28px;
    right: 28px;
    cursor: pointer;
}

a.header_menu_account_menu_line, .header_menu_account_menu_line {
    display: flex;
    align-items: center;
    margin-top: 12px;
    padding: 12px;
    position: relative;
    border-radius: 36px;
    background: white;
}

.header_menu_account .navbar-dropdown a {
    padding: 10.5px 8px;
    margin: 0px;
    background: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #141313;
    border-top: 1px solid #485fc759;
    border-radius: 0px;
}

.header_menu_account .navbar-dropdown a:first-child {
    border: none;
}

.header_menu_account .navbar-dropdown {
    top: 0px;
    background: #485fc747;
}

.has-dropdown.header_menu_account_menu_line {
    position: inherit;
}

.header_menu_account .navbar-dropdown {
    top: 0px;
    background: #485fc747;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: 99999;
}

.header_menu_account .navbar-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
}

a.header_menu_account_menu_line > img, .header_menu_account_menu_line > img {
    width: 24px;
    height: 24px !important;
}

header .buttons .button {
    display: flex;
    width: 100%;
}

.header_menu_account_menu_line_title {
    font-size: 18px;
    line-height: 21px;
    color: black;
    font-weight: 300;
    width: 100%;
    position: relative;
    cursor: pointer;
}

a.header_menu_account_menu_line .header_user_block_news, .header_menu_account_menu_line .header_user_block_news {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    margin-right: 10px;
}

.load_main_menu.mobile_auth_user_pre a.header_menu_account_menu_line:hover {
    color: #485FC7;
    text-decoration: none;
}

a.header_menu_account_menu_line, .header_menu_account_menu_line_title:hover {
    text-decoration: none !important;
}

.header_menu_account.profile .mobile_auth_user_after.no_flex {
    display: block !important;
    margin-bottom: 36px;
}

.header_menu_account .mobile_auth_user_after.no_flex+.mobile_auth_user_pre {
    margin-bottom: 36px;
}

a.header_menu_account_menu_line .header_user_block_news img, .header_menu_account_menu_line .header_user_block_news img {
    margin: auto;
}

a.header_menu_account_menu_line .header_user_block_news .count_news, .header_menu_account_menu_line .header_user_block_news .count_news {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #FF7C1C;
    right: 3px;
    top: 3px;
    border-radius: 100000px;
    font-size: 7px;
    line-height: 8px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_menu_account_exit_dropdown img {
    width: 22px !important;
    height: 22px !important;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.header_menu_account_menu_line_title, .header_menu_account_menu_line, .button{
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.navbar-dropdown.drop_new .header_menu_account_menu_line::after {
    display: none;
}

a.header_menu_account_menu_line:first-child, .header_menu_account_menu_line:first-child {
    margin-top: 0px;
}

a.header_menu_account_menu_line:after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 12px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(225deg);
    transform-origin: center;
    width: 12px;
    border-color: #485FC7;
    zoom: 0.8;
    right: 21px;
}

.has-dropdown.header_menu_account_menu_line .header_menu_account_menu_line_title:after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 12px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(225deg);
    transform-origin: center;
    width: 12px;
    border-color: #485FC7;
    zoom: 0.8;
    right: 21px;
}

a.header_menu_account_menu_line.max_top_under, .header_menu_account_menu_line.max_top_under {
    margin-top: 36px;
}

a.header_menu_account_menu_line.no_cur::after, .header_menu_account_menu_line.no_cur::after {
    display: none;
}

.max_top_under_line {
    margin-top: 36px;
    border: 1px solid #485FC7;
    opacity: 0.3;
}

.header_menu_news_li:first-child {
    border-top: 1px solid #485fc761;
}

.header_menu_news_li {
    border-bottom: 1px solid #485fc761;
    padding: 4px 0;
}

footer .column h3 a, footer .column h3, footer .column a, footer .column {
    color: white;
}

.footer {
    background-color: #485FC7;
    padding: 3rem 1.5rem 6rem;
}

footer .column a, footer .column {
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 400 !important;
}

footer .column a p {
    padding: 8px 0px;
    margin: 0px !important;
}

footer .column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer .column:first-child {
    max-width: 213px;
}

.footer_socials {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
    justify-content: space-between;
}

.footer_socials a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 99999px;
}

.desctop_menu .header_menu_account_back{
  display: none;
}

.pre-footer {
    margin-top: 30px;
}

footer .column h3 a, footer .column h3 {
    display: flex;
    align-items: center;
}

.column_tablet{
  display: none;
}

footer .column h3 a {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
}

.navbar-burger span {
    width: 15px;
    border-radius: 999px;
    height: 2px;
}

.main_block_1.main_wrapper img.bg_2 {
    top: -200px;
}

.main_block_1.main_wrapper img.bg_3 {
    height: 1000px;
    bottom: -400px;
    width: 800px;
}

@media screen and (max-width: 1200px){
  .navbar-link {
      padding: 0px;
  }

  .navbar-start {
      gap: 20px;
  }
}

@media screen and (max-width: 600px){
  footer > div > .columns .column {
      flex: none;
      width: 50%;
  }

  .column_mobile_h_off {
      display: none !important;
  }

  .column_mobile_h {
      display: block !important;
      width: 100% !important;
      margin-bottom: 16px;
      border-top: 1px solid #BABABA;
  }

  .column_mobile_top_border {
      border-top: 1px solid #BABABA;
      margin-bottom: -15px !important;
      margin-top: 10px;
  }

  footer .column a, footer .column p {
      font-size: 12px !important;
      line-height: 17px !important;
  }

  footer .pre-footer .column p {
      font-size: 16px !important;
      line-height: 19px !important;
  }

  .pre-footer_flex {
      margin: 0px !important;
  }
}

/* Главная */
img.bg_3 {
    position: absolute;
    z-index: -2;
    right: 0;
    bottom: 0;
    width: 614px;
    height: 538px;
}

img.bg_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 700px;
    z-index: -2;
}

img.bg_1 {
    position: absolute;
    z-index: -3;
    top: 0px;
    width: 120vw;
    height: 115vh;
    min-height: 1000px;
}

.top_flexs {
    display: flow-root;
}

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

.top_flex_left {
    background: #F3FBFF;
    box-shadow: 0px 0px 36px 23px rgba(72, 95, 199, 0.16);
    border-radius: 36px;
    padding: 80px 24px;
    width: 50%;
    position: relative;
}

.top_flex_right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 36px 23px rgba(72, 95, 199, 0.16);
    border-radius: 36px;
}

.top_flex {
    display: flex;
    align-items: normal;
    gap: 20px;
    margin-bottom: 46px;
    margin-top: 35px;
}

.top_flex_left_text {
    margin-bottom: 100px;
}

.top_flex_left_button {
    padding: 16px 24px;
    background: #FF7C1C;
    border-radius: 36px;
    width: fit-content;
    cursor: pointer;
    color: white;
}

img.bg_wrap_1 {
    position: absolute;
    right: 24px;
    bottom: 30px;
}

img.bg_wrap_2 {
    bottom: 43px;
    right: 89px;
    position: absolute;
}

.top_flexs_line {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}

.top_flexs_line_col {
    display: flex;
    width: 100%;
    padding: 16px;
    gap: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 36px 23px rgba(72, 95, 199, 0.16);
    border-radius: 36px;
}

.top_flexs_line_col img {
    width: 44px;
    height: 44px;
}

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

.title_main {
    color: #141313;
    text-align: center;
    margin-bottom: 58px;
}

.main_block_2 {
    margin-top: 100px;
}

.main_block_2_flex {
    display: flex;
    align-items: normal;
    justify-content: stretch;
    gap: 20.5px;
}

.main_block_2_flex_line {
    padding: 12px 12px 24px 12px;
    background: #FFFFFF;
    box-shadow: 4px 4px 16px rgba(11, 4, 64, 0.16);
    border-radius: 24px;
    width: 100%;
}

.main_block_2_flex_line_title {
    margin: 16px 0px 12px;
    color: #141313;
}

.main_block_2_flex_line_desc {
    color: #141313;
}

.container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1421px;
}

.main_block_2_flex_line img {
    width: 100%;
}

.main_block_3 {
    margin-top: 58px;
}

.main_block_3 .container {
    padding: 36px 12px;
    background: linear-gradient(109.82deg, #485FC7 36.75%, #2B45B8 85.91%);
    border-radius: 36px;
}

.main_block_3 .container .title_main {
    color: white;
}

.main_block_3_flex_line {
    color: white;
    text-align: center;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.main_block_3_flex_line_desc {
    color: #FFFFFF !important;
}

.main_block_4_flex_line {
    display: flex;
    gap: 20px;
    margin-bottom: 16.5px;
}

.main_block_4_flex_line .top_flexs_line_col {
    background: #F3FBFF;
    box-shadow: 0px 0px 20px 5px rgba(72, 95, 199, 0.16);
    border-radius: 24px;
    padding: 12px;
    min-height: 283px;
}

.main_block_4 {
    margin-top: 100px;
    position: relative;
}

.main_block_4 img.bg_1 {
    width: 721px;
    height: 2000px;
    top: -200px;
}

.main_block_4_flex_line .top_flexs_line_col img {
    width: auto;
    height: auto;
}

.main_block_4_flex_line .top_flexs_line_title {
    color: #141313;
}

.main_block_4_flex_line .top_flexs_line_desc{
    color: #141313;
    margin-top: 24px;
}

.main_block_5 .title_main {
    color: #141313;
}

.main_block_5 {
    margin-top: 58px;
}

.main_block_5_button {
    padding: 16px 48px;
    background: #FF7C1C;
    border-radius: 36px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    width: fit-content;
    margin: auto;
    cursor: pointer;
}

.main_block_6 {
    margin-top: 100px;
    position: relative;
}

.main_block_6 > .container > img {
    box-shadow: 0px 0px 36px 23px rgba(72, 95, 199, 0.16);
    border-radius: 36px;
}

.main_block_7 {
    margin-top: 100px;
    overflow: hidden;
}

.slider_rev_list_one {
    padding: 16px 12px;
    border-radius: 24px;
    box-shadow: 0px 3px 11px 3px rgb(0 0 0 / 11%);
    position: relative;
}

.slider_rev_list {
    display: flex;
    gap: 20px;
}

.slider_rev {
    margin-bottom: 17px;
    display: flow-root;
}

.show_table{
  display: none;
}

.slider_rev_control_p {
    width: 16px;
    height: 16px;
    border: 1px solid #485FC7;
    border-radius: 10000px;
    display: flex;
    cursor: pointer;
}

.slider_rev_control_p.active {
    background: #485FC7;
}

.slider_rev_control_p.hover {
    background: #485fc773;
}

.slider_rev_control {
    display: flex;
    justify-content: center;
    margin-top: 17px;
    gap: 4px;
}

.slider_rev_list_one_title {
    color: #141313;
    margin-bottom: 16px;
}

.slider_rev_list_one_desc {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #141313;
}

.slider_rev_list_one_title {
    padding-left: 24px;
}

.slider_rev_list_one::after {
    display: block;
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    left: 7px;
    top: 7px;
    background: #485FC7;
    border-radius: 9999px;
}

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

.main_block_9_flex_left {
    padding: 48px 24px;
    background: #485FC7;
    border-radius: 36px;
}

.main_block_9_flex_left .title_main {
    color: white;
    text-align: left;
}

.main_block_9_flex_desc {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
    max-width: 324px;
}

.main_block_9_flex_button {
    padding: 12px 24px;
    background: #FFFFFF;
    border-radius: 36px;
    width: fit-content;
    margin-top: 60px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #485FC7;
}

.main_block_9_flex_right {
    min-width: 458px;
}

.main_block_8_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 100px;
}

.main_block_8 {
    margin-top: 100px;
    position: relative;
}

.mobile_menu{
  display: none;
}

.main_block_8_flex_left {
    width: 50%;
    border-radius: 36px;
    padding: 36px 24px;
    background-image: url(/static/img/main/block_8_img_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    position: relative;
}

.main_block_8_flex_right {
    width: 50%;
    box-shadow: 0px 0px 36px rgba(72, 95, 199, 0.16);
    border-radius: 36px;
    padding: 36px 24px;
    background-image: url(/static/img/main/block_8_img_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    position: relative;
}

.main_block_8_flex_left:after, .main_block_8_flex_right:after {
    content: '';
    display: block;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    background: #485FC7;
    position: absolute;
    border-radius: 1000px;
}

.main_block_8_flex_right:after{
  background: #FF7C1C;
}

.main_block_8_flex_left_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #141313;
    margin-bottom: 56px;
}

.main_block_8_flex_left_desc {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #141313;
    margin-bottom: 24px;
}

.main_block_8_flex_left_price {
    margin-top: 56px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #747474;
}

.main_block_8_flex_left_price span {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #141313;
}

.main_block_8_flex_left_button {
    margin-top: 56px;
    padding: 16px 24px;
    border: 1px solid #485FC7;
    border-radius: 36px;
    width: fit-content;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #2B45B8;
    cursor: pointer;
}

.main_block_8_flex_right .main_block_8_flex_left_button {
    color: #FF7C1C;
    border-color: #FF7C1C;
    background: no-repeat;
}

.main_block_8 img.bg_1 {
    top: -89px;
    height: 100vh;
}

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

.main_block_8.main_wrapper img.bg_1 {
    display: none;
}

.main_block_4 .slider_rev_list{
    display: contents;
}

.main_block_4 .slider_rev_control,
.main_block_2 .slider_rev_control{
    display: none;
}

.main_block_6_img2,
.main_block_6_img3{
  display: none;
}

.drop_button_new::after {
    width: 9px !important;
    height: 9px !important;
    transition: 0.3s;
}

.drop_button_new:focus::after, .drop_button_new:hover::after {
    rotate: 180deg;
    top: 30px;
    border-color: #485FC7 !important;
}

@media screen and (min-width: 1450px) {
  .slider_rev_list.main_block_2_flex div {
      width: 100% !important;
      min-width: auto !important;
  }
}

.slide {
    position: relative;
    transition: 0.6s;
    left: 0px;
}

.font_desktop_h2{
    font-size: 48px;
    line-height: 52px;
    font-family: 'Raleway', serif;
    font-style: normal;
    font-weight: 700;
}

.font_desktop_roboto18{
  font-family: 'Roboto', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
}

.font_desktop_h3{
  font-family: 'Raleway', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #141313;
}

.font_desktop_text{
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
}

.font_desktop_text_menu{
  font-family: 'Raleway', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #141313;
}

.font_desktop_title3{
  font-family: 'Roboto', serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.font_desktop_textS{
  font-family: 'Roboto', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #141313;
}

.font_desktop_textS_light{
  font-family: 'Roboto', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 23px;
}

.font_desktop_number{
  font-family: 'Roboto', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 36px;
}

.top_flex_left_title{
    margin-bottom: 60px;
}

.main_block_9_flex_left {
    width: 100%;
    height: 400px;
}

.main_block_9_flex_desc.font_desktop_textS.font_mobile_text.font_table_text {
    color: white;
}

.main_wrapper {
    overflow-x: clip;
    position: relative;
    overflow-y: visible;
}

.main_wrapper img.bg_1 {
    top: -200px;
}

.slider_rev_list_one {
    background: white;
}

span.error_text {
    color: red;
    font-size: 12px;
    display: none;
}

a.politic {
    text-decoration: underline;
}

.header_menu_account_content_form_line + .remember_me {
    margin-top: 33px;
}

input.error::placeholder {
    color: red;
    opacity: 0.8;
}

.main_block_2_1{
  display: none;
}

.mobile_auth_user_after, a.mobile_auth_user_after.header_menu_account_menu_line{
  display: none;
}

.header_menu_account.profile .mobile_auth_user_after{
  display: flex;
}

.header_menu_account.profile .mobile_auth_user_pre{
  display: none;
}

.header_menu_account.profile .load_main_menu.mobile_auth_user_after {
    display: flow-root !important;
}

.header_menu_account_content_top_title{
  text-align: center;
}

.container>.navbar .navbar-brand, .navbar>.container .navbar-brand, .container>.navbar .navbar-menu, .navbar>.container .navbar-menu {
    margin: 0px !important;
}

img.bg_wrap_1, img.bg_wrap_2 {
    pointer-events: none;
}

.navbar-burger span {
    width: 15px;
    border-radius: 999px;
    height: 2px;
    opacity: 1 !important;
}

.navbar-burger span:nth-child(1) {
    top: calc(50% - 6px);
    transform: translateY(0px) rotate(0deg) !important;
}

.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 4px);
    transform: translateY(0px) rotate(0deg) !important;
}

.top_flex_right img {
    display: none;
}

video {
    height: 100%;
}

.footer_about_as_button {
  padding: 12px 26px;
  background: #FFFFFF;
  border-radius: 36px;
  color: #485FC7;
  max-width: 184px;
}

.footer_socials {
    max-width: 184px;
}

.footer_socials_as {
    color: white;
    margin-top: 28px;
}

.navbar-burger.open span:nth-child(1) {
    transform: translateY(5px) rotate(45deg) !important;
}

.navbar-burger.open span:nth-child(2) {
    opacity: 0 !important;
}

.navbar-burger.open span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg) !important;
}

@media screen and (max-width: 1450px){
  .main_wrapper .container {
      max-width: 1200px !important;
      margin-left: auto;
      margin-right: auto;
  }

  .main_block_9_flex_left {
      min-height: 407px;
      height: auto;
  }

  .main_block_9_flex_right img {
      min-height: 473px;
  }

  .main_block_8_flex_left, .main_block_8_flex_right {
      background-size: 100% 99%;
  }

  .main_block_8_flex_left:after, .main_block_8_flex_right:after {
      width: 52px;
      height: 52px;
      top: 10px;
  }

  .main_block_8.main_wrapper img.bg_1 {
      display: block;
  }

  .main_block_4 .slider_rev_list {
      display: flex;
  }

  .main_block_4 .slider_rev_control,
  .main_block_2 .slider_rev_control{
      display: flex;
  }

  .main_block_4 .top_flexs_line_col {
      flex-direction: column;
  }

  .main_block_4.main_wrapper .no_wrap {
      overflow: hidden;
  }

  img.bg_wrap_1 {
      right: 6px;
      rotate: -7deg;
  }
}

@media screen and (max-width: 1240px){
  .header_menu_account_content_top_title{
    text-align: left;
  }

  .main_wrapper img.bg_1 {
      top: -450px;
  }

  img.bg_wrap_1 {
      bottom: 30px;
  }

  .main_wrapper .container {
      max-width: 784px !important;
      margin-left: auto;
      margin-right: auto;
  }

  .main_block_9_flex_left .title_main {
      margin-bottom: 24px;
  }

  .main_block_9_flex_desc {
      font-size: 18px;
      line-height: 24px;
  }

  .main_block_9_flex_button {
      font-size: 20px;
      line-height: 26px;
      margin-top: 46px;
  }

  .main_block_9_flex_right {
      min-width: 251px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      border-radius: 36px;
  }

  .main_block_9_flex_right img {
      max-height: 300px;
      max-width: fit-content;
  }

  .main_block_9_flex_left {
      padding: 32px 24px;
  }

  .main_block_9_flex_right img {
      min-height: 440px;
  }

  .main_block_8_flex_left_title {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 36px;
  }

  .header_menu_account_back, .header_menu_account_content_form{
    margin-bottom: 24px;
  }

  a.reset_password {
    margin-top: 42px;
  }

  .remember_me + .no_acc {
      margin-top: 16px !important;
  }

  .login_profile {
      padding: 12.5px 0 !important;
  }

  .main_block_8_flex_left_desc {
      font-size: 18px;
      line-height: 24px;
  }

  .main_block_8_flex_left_price span {
      font-size: 28px;
      line-height: 34px;
  }

  .column_tablet > .column.column_mobile_h_off {
      display: flex;
      flex-direction: row;
      gap: 95px;
  }

  .footer_socials_as {
      margin-top: 0px;
  }

  .footer_about_as_button {
      padding: 12px 8px;
      max-width: 148px;
      font-size: 14px;
      text-align: center;
  }

  .column_about_flex h3 {
      height: auto !important;
      margin-bottom: 20px !important;
      margin-top: -4px;
  }

  .main_block_8_flex_left_desc+.main_block_8_flex_left_desc {
      min-height: 96px;
  }

  .main_block_8_flex_left_button {
      font-size: 18px;
      line-height: 24px;
      margin-top: 36px;
  }

  .main_block_8_flex_left:after, .main_block_8_flex_right:after{
    top: 0px;
  }

  .main_block_8_flex_left {
      background-image: url(/static/img/main/block_8_img_3.png);
  }

  .main_block_8_flex_right {
      background-image: url(/static/img/main/block_8_img_4.png);
  }

  .main_block_8_flex {
      margin-bottom: 56px;
  }

  .main_block_4_flex_line .top_flexs_line_col img {
      max-height: 184px;
      object-fit: cover;
      border: 1px solid rgba(72, 95, 199, 0.3);
      border-radius: 16px;
  }

  .title_main {
      margin-bottom: 36px;
  }

  .main_block_4.main_wrapper {
      margin-top: 56px;
  }

  .main_block_5 .title_main {
      margin-bottom: 24px;
  }

  .main_block_5_button {
      font-size: 20px;
      line-height: 26px;
  }

  .main_block_6.main_wrapper {
      display: none;
  }

  .main_block_2_1{
    display: block !important;
  }

  img.main_block_6_img3 {
      display: block;
  }

  .main_block_7 {
      margin-top: 68px;
  }

  .main_block_3_flex_line {
      gap: 16px;
  }

  .top_flex_right {
      display: none;
  }

  .top_flex_left {
      width: 100%;
      padding: 60px 24px;
  }

  img.bg_wrap_2 {
      bottom: 66px;
      right: 380px;
      position: absolute;
      rotate: 236deg;
      width: 31px;
  }

  img.bg_1 {
      min-width: 1500px;
  }

  .top_flex_left_title, .top_flex_left_text {
      max-width: 607px;
  }

  img.bg_wrap_1 {
      rotate: 10deg;
      right: 66px;
      bottom: 45px;
  }

  .top_flexs_line_title {
      font-size: 18px;
      line-height: 24px;
  }

  .top_flexs_line_col img {
      width: 24px;
      height: 24px;
  }

  .top_flexs_line_col {
      align-items: center;
  }

  .show_table{
    display: block;
  }

  .hidden_table{
    display: none;
  }

  .main_block_3 .main_block_2_flex .main_block_3_flex_line {
      width: 50%;
      padding: 8px;
  }

  .main_block_3 .main_block_2_flex {
      flex-flow: wrap;
      gap: 20px 0px;
  }

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

  .main_block_2.main_wrapper {
      order: 1;
  }

  .navbar-start {
      display: none;
  }

  .navbar-burger {
      display: block;
  }

  a.button.is-link.is-rounded.open_header_m_c{
    display: none;
  }

  .container>.navbar .navbar-brand {
      margin-right: auto !important;
  }

  .container>.navbar .navbar-brand{
    margin-left: 0px;
  }

  .header_menu_account, .header_menu_news {
      top: 48px;
      padding: 24px 12px;
      min-width: 317px;
  }

  .max_top_under_line {
      margin-top: 24px;
  }

  .login_profile_page {
      padding: 10px 0 !important;
      margin-bottom: 0px !important;
  }

  .no_acc {
      margin-top: 24px;
  }

  .socials {
      margin-top: 24px;
      border: none;
      padding-top: 0px;
  }

  .socials_title {
      margin-bottom: 16px;
  }

  .socials_wrap a {
      width: 44px;
      height: 44px;
  }

  .socials_wrap a img {
      width: 44px;
      height: 44px !important;
  }

  a.navbar-item img {
      display: none;
  }

  a.navbar-item {
      background: url(/static/img/logo_adaptive.png);
      width: 117px;
      height: 34px;
  }

  header{
    height: 44px;
  }

  header > .container {
      padding: 5px 8px;
  }

  label.navbar-burger.burger.open_header_m_c {
      outline: none;
      background: none;
      user-select: none !important;
      -webkit-tap-highlight-color: transparent;
      height: auto;
  }

  .desctop_menu{
    display: none;
  }

  .navbar-end .buttons {
      justify-content: end;
  }

  .no_show_mobile{
    display: none !important;
  }

  .navbar-menu {
      background: none;
      box-shadow: none;
      float: right;
      width: fit-content !important;
      margin-top: 0px;
  }

  .mobile_menu{
    display: block;
  }

  .desctop_menu .header_menu_account_exit{
    display: none;
  }

  .desctop_menu .header_menu_account_back{
    display: flex;
  }

  .mobile_menu .load_main_menu.mobile_auth_user_after {
      display: block;
  }

  .column_tablet_not {
      display: none !important;
  }

  .column_tablet > div {
      flex: none;
  }

  .column_tablet {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-bottom: 16px;
      border-bottom: 1px solid #BABABA;
  }

  .columns {
      padding: 0 8px;
  }

  .navbar-menu {
      display: block !important;
      padding: 0px;
  }

  /*.navbar-end{
    justify-content: start;
  }*/

  a.header_menu_account_menu_line.max_top_under, .header_menu_account_menu_line.max_top_under{
    margin-top: 24px;
  }

  nav.navbar {
      display: flex;
  }

  .font_table_light14{
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
  }

  .font_table_textS_light{
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
  }

  .header_menu_account_content_top_avatar img {
      width: auto !important;
  }

  span.eye-icon img {
      width: auto;
  }

  .header_menu_account_content_top {
      display: flex;
      align-items: center;
      gap: 24px;
  }

  .header_menu_account_content_top_avatar {
      margin: 0px;
  }

  .header_menu_account_content_top_avatar img {
      width: 39px !important;
      height: 39px;
  }

  .font_table_title2{
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }

  .navbar-brand {
      width: 100%;
  }

  .navbar-brand.is_login {
      width: fit-content !important;
  }
}

@media screen and (max-width: 1020px){
  .navbar-menu {
      margin-top: -35px;
  }

  footer .column a, footer .column p {
      font-size: 14px !important;
      line-height: 19px !important;
  }

  footer .column h3 a, footer .column h3 {
      font-size: 20px !important;
      line-height: 26px !important;
  }

  .footer_about_as {
      font-size: 14px;
      line-height: 19px;
  }
}

@media screen and (max-width: 960px){
  .font_table_title1{
    font-size: 28px;
    line-height: 34px;
  }

  .font_table_h1{
    font-size: 32px;
    line-height: 36px;
  }

  .font_table_text{
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }

  .font_table_textS{
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
  }

  .font_table_title3{
    font-size: 20px;
    line-height: 26px;
  }

  .top_flex_left_text {
      margin-bottom: 52px;
  }

  .top_flex_left_title{
    margin-bottom: 32px;
  }

  .main_block_6 {
      margin-top: 56px;
  }

  .main_block_2 {
      margin-top: 56px;
  }

  .main_block_9_flex_right img {
      min-height: 300px;
  }

  .main_block_9_flex_left {
      min-height: 300px;
  }
}

@media screen and (max-width: 810px){
  .main_wrapper .container {
      max-width: 96% !important;
      margin-left: 2% !important;
      margin-right: 2% !important;
  }
}

@media screen and (max-width: 768px) {
  .font_mobile_h2{
    font-size: 22px;
    line-height: 23px;
  }

  .font_mobile_text{
    font-size: 14px;
    line-height: 19px;
  }

  .font_mobile_text_btn{
    font-family: 'Raleway', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
  }

  .font_mobile_text_semibold{
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
  }

  .font_mobile_h1{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .font_mobile_title3{
    font-size: 16px;
    line-height: 20px;
  }

  .font_mobile_title1{
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
  }
  
  .top_flex_left_title{
    margin-bottom: 24px;
  }

  .column.column_mobile_h_off {
      display: none !important;
  }

  .top_flex_left_text {
      margin-bottom: 40px;
  }

  header > .container {
      background: white;
  }

  img.main_block_6_img3 {
      display: none;
  }

  .main_block_6, .main_block_2 {
      margin-top: 36px;
  }

  img.main_block_6_img2 {
      display: block;
      margin: auto;
      width: 100%;
  }

  .main_block_8_flex {
      margin-bottom: 36px;
  }

  .main_block_2 .title_main {
      margin-bottom: 16px;
  }

  .main_wrapper img.bg_1 {
      display: none;
  }

  nav.navbar {
      height: 40px !important;
  }

  .top_flex_left {
      padding: 24px 8px;
  }

  .top_flexs_line {
      flex-direction: column;
      gap: 4px;
      margin-bottom: 4px;
  }

  .top_flex {
      margin-bottom: 36px;
  }

  .top_flex_left_button {
      width: 100%;
      text-align: center;
      margin-bottom: 73px;
  }

  img.bg_wrap_1 {
      width: 266px;
      bottom: -40px;
      rotate: 25deg;
      right: 30px;
  }

  img.bg_wrap_2 {
      bottom: 60px;
      right: auto;
      position: absolute;
      rotate: -34deg;
      width: 31px;
      left: 20px;
  }

  .main_block_9_flex_left .title_main {
      font-size: 22px;
      line-height: 23px;
  }

  .main_block_9_flex_desc {
      font-size: 14px;
      line-height: 19px;
  }

  .main_block_9_flex_button {
      font-size: 16px;
      line-height: 20px;
      width: 100%;
      text-align: center;
  }

  .main_block_9_flex_left {
      min-height: auto;
      max-height: max-content;
      width: 100%;
  }

  .main_block_9_flex_right {
      display: none;
  }

  .main_block_8_flex_left_title {
      font-size: 20px;
      line-height: 23px;
      margin-bottom: 24px;
  }

  .main_block_8_flex_left_desc {
      font-size: 14px;
      line-height: 19px;
      margin-bottom: 8px;
  }

  .main_block_8_flex_left_price {
      font-size: 12px;
      line-height: 19px;
  }

  .main_block_8_flex_left_price span {
      font-size: 20px;
      line-height: 23px;
  }

  .main_block_8_flex_left_button {
      font-size: 16px;
      line-height: 20px;
      margin-top: 24px;
  }

  .main_block_8_flex > div {
      width: 100%;
      min-height: auto;
  }

  .main_block_8_flex {
      flex-direction: column;
      gap: 12px;
  }

  .main_block_8_flex_right {
      background-image: url(/static/img/main/block_8_img_6.png);
  }

  .main_block_8_flex_left {
      background-image: url(/static/img/main/block_8_img_5.png);
  }

  .main_block_8_flex_left:after, .main_block_8_flex_right:after {
      height: 38px;
      width: 38px;
      top: 0px;
      right: 20px;
  }
}

@media screen and (max-width: 520px) {
  .main_block_8_flex_left:after, .main_block_8_flex_right:after {
      right: 10px;
  }

  .column.column_tablet_not.column_mobile_h{
    display: flex !important;
  }

  .column_about_flex {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
      margin-top: 4px;
  }

  .column_about_flex h3 {
      margin-bottom: 0px !important;
      margin-top: 0px;
  }

  .footer_about_as_button {
      padding: 12px 16px;
  }

  .footer_about_as_button {
      width: 100%;
      max-width: 45%;
  }

  .header_menu_account {
      padding: 20px 12px;
      min-width: 92vw;
      max-width: 100vw;
      left: auto;
      right: 0px;
  }
}

@media screen and (max-width: 450px) {
  .main_block_8_flex_left:after, .main_block_8_flex_right:after {
      right: 0px;
  }
}

@media screen and (max-width: 380px) {
  .footer_about_as_button {
      padding: 12px 8px;
  }
}