@import url("fonts.css");
@import url("header.css");
@import url("footer.css");
@import url("popup.css");

.menu_job_fair {
  display: none;
}

body {
  transition: 0.3s;
}

body.body-overflow-hidden {
  overflow: hidden;
}

main.content {
  max-width: 100vw;
  overflow: hidden;
}

a {
  color: #2a3749;
  transition: all 0.3s;
}

a:hover {
  color: #2a3749;
}

.wrap {
  max-width: 1140px;
  margin: 0 auto;
}

.border-divider {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  position: relative;
  background: #2a3749;
  left: 13px;
  margin: 0 auto;
}

.border-divider:before {
  height: 4px;
  content: "";
  position: absolute;
  left: -27px;
  top: 0;
  display: inline-block;
  width: 4px;
  border-radius: 50%;
  background-color: #600;
  box-shadow: 9px 0 0 0 #600, 18px 0 0 0 #600;
}

.divider {
  display: flex;
}

.divider:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #660000;
  display: block;
  border-radius: 50px;
}

.divider:after {
  content: "";
  width: 30px;
  height: 4px;
  background: #660000;
  display: block;
  border-radius: 50px;
  margin-left: 20px;
}

.block-sub-title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #111633;
  font-size: 17px;
  font-weight: 600;
}

.block-sub-title:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #660000;
  margin-right: 15px;
  display: block;
}

.block-title {
  color: #660000;
  margin: 0px 0px 10px 0px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

.jobs-button-block {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  background: #fff !important;
  padding: 15px 15px 0px 15px !important;
}

.jobs-button-block a {
  padding: 15px 30px;
  font-size: 14px;
  background-color: #660000;
  border: none;
  border-radius: 50px;
  color: #ffffff !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.jobs-button-block a:hover {
  background: #a80202;
}

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

/* Comments */

.comment {
  margin-bottom: 40px;
  font-family: Roboto;
}

.top-comment-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.left-comment {
  display: flex;
  gap: 20px;
  align-items: center;
}

.left-comment a:hover .comment-author {
  text-decoration: underline;
}

.container-fluid.container-theme.comments_section {
  max-width: 100% !important;
}

h2.comments-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #001a45;
  margin-bottom: 20px;
}

.comment-avatar img {
  width: 66px;
  height: 66px;
  border-radius: 50px;
  object-fit: cover;
}

span.comment-author {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #660000;
}

.comment-text {
  padding: 20px;
  border-radius: 20px;
}

.comment-text img {
  margin-top: 20px;
  max-height: 75px;
}

.comments-wrapper .comments-area {
  max-width: 725px;
}

.comment-btns {
  display: flex;
  gap: 54px;
  align-items: center;
  margin-top: 10px;
}

.like-button::before {
  content: url("../images/like.svg");
  position: relative;
  top: 2px;
  padding-right: 5px;
  cursor: pointer;
}

.disabled-like::before {
  content: url("../images/like-fill.svg");
  position: relative;
  top: 2px;
  padding-right: 5px;
  cursor: pointer;
}

.like-button:hover::before {
  content: url("../images/like-fill.svg");
  position: relative;
  transition: 0.4s;
  top: 2px;
  padding-right: 5px;
  cursor: pointer;
}

.like-button {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  background: none;
  border: none;
  color: #660000;
  cursor: pointer;
}

button.reply-button {
  color: #660000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
}

.comment-form-wrapper {
  margin-top: 20px;
}

.comment-form-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}

.user-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.user-avatar img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px !important;
}

.user-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.comment-form-comment label {
  font-weight: bold;
}

.comment-form-comment textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.submit {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.submit:hover {
  background-color: #45a049;
}

.top-comment-field {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #660000;
  color: #fff;
  padding: 21px 23px 17px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

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

.submit {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.submit:hover {
  background-color: #45a049;
}

.comments-wrapper .form-submit input {
  background: #660000 !important;
  border-radius: 15px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 27px !important;
  letter-spacing: 0em !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 10px 20px !important;
  border: none !important;
}

.comm-edit:hover,
.comm-logout:hover {
  text-decoration: underline;
}

.comm-edit::before {
  content: url("../images/edit-btn.png");
  position: relative;
  margin-right: 9px;
  top: 2px;
}

.comm-logout::before {
  content: url("../images/logout.svg");
  position: relative;
  margin-right: 9px;
  top: 2px;
}

.cke_inner {
  display: flex !important;
  flex-direction: row !important;
  background: #f8f8f8 !important;
}

.cke_contents {
  width: 100% !important;
  margin-right: 2px !important;
  padding: 7px !important;
}

.cke_bottom {
  display: none !important;
}

.cke_top {
  width: 20% !important;
  border-bottom: none !important;
  zoom: 1.1 !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
}

.cke_contents {
  height: 83px !important;
}

.send-area {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background: #f8f8f8;
  padding: 0px 7px 10px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.cke_chrome {
  border-bottom: none !important;
  border: none !important;
}

.cke_wysiwyg_frame,
.cke_wysiwyg_div {
  border-radius: 25px !important;
  overflow: hidden !important;
  border: 1px solid #d1d1d1 !important;
  margin-bottom: 5px !important;
}

.comment-form-image {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
}

.comment-form-image label {
  cursor: pointer;
  width: 15px;
}

.comment-form-image .delete-files {
  width: 50px;
}

.comment-form-image button {
  background: none;
  border: none;
  height: 23px;
  width: 23px;
  padding: 0;
}

.cke_toolgroup {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.comm-edit,
.comm-logout {
  color: #a1aeb7 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.upload-image {
  width: 20px !important;
}

.cross-mark {
  width: 30px !important;
  cursor: pointer;
}

.comm-edit:hover,
.comm-logout:hover {
  text-decoration: underline;
}

#commentform {
  width: 100% !important;
  margin-top: 0;
}

.comment-gallery {
  display: flex;
  align-items: center;
  gap: 5px;
}

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

.login-comm p {
  font-size: 24px;
  font-weight: 400;
}

.login-button {
  color: #001a45 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  letter-spacing: 0em !important;
}

.login-button:hover {
  text-decoration: underline;
}

.close-btn {
  align-self: self-start;
  transform: translate(15px, -15px);
  cursor: pointer;
}

.comments-block {
  padding-top: 20px;
}

@media (max-width: 780px) {
  .cke_inner {
    flex-direction: column !important;
  }

  .cke_contents,
  .cke_top {
    width: auto !important;
  }
}

@media (max-width: 490px) {
  .top-comment-field {
    flex-direction: column;
  }

  .comment-avatar {
    display: none;
  }
}

/*---------Autor comments page-----------*/
.autor-info-page {
  padding: 30px 0;
}

.autor-info-page .container-fluid {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
}

.autor-info-page .autor-bio {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.autor-comments-block .autor-img {
  max-width: 180px;
  border-radius: 10px;
  overflow: hidden;
}

.autor-comments-block .autor-bio-item {
  font-size: 15px;
}

.autor-comments-block .autor-bio-item .bio-title {
  font-weight: 700;
}

.autor-comments-block .autor-info {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.autor-comments-block .posts-list-title {
  margin: 30px 0;
}

.autor-comments-block .posts-list-title h2 {
  margin: 0;
  text-align: left;
}

.posts-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

@media (min-width: 600px) {
  .posts-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1170px) {
  .posts-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.posts-list .wl_tip {
  box-shadow: 0 10px 15px rgb(44 82 130/0.1), 0 4px 6px rgb(44 82 130/5%);
  border-radius: 5px;
  overflow: hidden;
}

.posts-list .wl_tip_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.posts-list .wl_tip_inner .tip {
  min-height: 116px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.posts-list .wl_tip_inner .btn-dark {
  width: 100%;
  background: #660000;
  display: inline-flex;
  padding: 12px 24px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  border: 2px solid transparent;
  transition-duration: 0.25s;
}

.posts-list .wl_tip_inner .btn-dark:hover {
  color: #660000;
  border: 2px solid #660000;
  background: #fff;
  transition-duration: 0.25s;
}

.posts-list .wl_tip_inner img {
  object-fit: cover;
  height: 200px;
}

/*--------Login start--------*/

.container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}

.login-start .login-start__title {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin: 25px 0;
}

.login-start .login-start__btn-block {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

.login-start .login-btn {
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #0000001a;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.login-start .login-app__title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin: 25px 0;
  color: #660000;
}

.login-start .login-app__text {
  max-width: 580px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.login-start .gray-line {
  width: 100%;
  max-width: 400px;
  border-color: #c4c4c480;
  margin-top: 20px;
  margin-bottom: 20px;
}

.login-btn .login-btn__title {
  font-size: 20px;
  font-weight: 500;
}

.login-btn .login-btn__img {
  width: fit-content;
}

.login-btn .login-btn__info {
  text-align: center;
  width: 100%;
  max-width: 200px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #5f6368;
}

.download__btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

.download__btn-block img {
  width: 175px;
  height: 60px;
}

.download__btn-block .play-store-btn {
  height: 70px;
}

.app-download {
  height: calc(100vh - 489px);
  min-height: calc(100vh - 380px);
}

@media (min-width: 900px) and (max-width: 1199px) {
  .app-download {
    height: calc(100vh - 460px);
  }
}

.login-second {
  margin-bottom: 20px;
}

.login-second .login-btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  gap: 10px;
}

.login-second .login-btn .login-btn__info {
  width: 100%;
  max-width: 350px;
  line-height: 19px;
  letter-spacing: 0em;
  color: #5f6368;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.ginput_preview img.gform_delete {
  width: 15px;
}

a.slider-brand-slide-button.slide-red-bottom-btn {
  background: #660000;
  border-radius: 30px;
  border: 2px solid #660000;
  position: absolute;
  bottom: 50px;
}

a.slider-brand-slide-button.slide-red-bottom-btn:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #660000;
}
