@charset "UTF-8";
@import url(../fonts/stylesheet.css);
/***

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/***
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.7em;
  font-weight: 400;
  background: #212020;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
}

/* Typography */
h1 {
  font-size: 4em;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  position: relative;
  line-height: 1.8em;
}

.auto__container {
  position: relative;
  max-width: 1130px;
  padding: 0px 20px;
  margin: 0 auto;
}

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

.header {
  background: #0b0b0b;
  padding: 15px 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  position: relative;
  z-index: 2;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.burger {
  display: none;
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-links-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 15px;
  display: block;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0s;
}
.nav__inner-links-link:hover {
  color: #ffb93c;
}
.nav__inner-links-link.active {
  color: #ffb93c;
}
.nav__inner-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-icons-icon {
  display: block;
  padding: 0 0 0 25px;
}
.nav__inner-icons-icon svg {
  width: 17px;
  height: 17px;
  fill: #fff;
  -webkit-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0s;
}
.nav__inner-icons-icon:hover svg {
  fill: #ffb93c;
}
.nav__inner-icons-icon.active svg {
  fill: #ffb93c;
}

.footer {
  background: #0b0b0b;
}
.footer__copyright {
  padding: 20px 0;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  color: #959595;
}

.hero__home {
  background: url(../images/home/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 580px;
  position: relative;
}
.hero__home::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.hero__home-content {
  position: absolute;
  bottom: 85px;
  left: 0;
  width: 100%;
}
.hero__home-content-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.hero__home-content-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.8;
}
.hero__home-content-date svg {
  margin-right: 10px;
}
.hero__home-content-date span {
  font-size: 14px;
  line-height: 600;
  font-style: italic;
  color: #ffffff;
  line-height: 16px;
}
.hero__other {
  position: relative;
  height: 435px;
  width: 100%;
}
.hero__other::before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 11, 11, 0.6);
}
.hero__other-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__other-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hero__other-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #ffffff;
  z-index: 1;
}

.line {
  height: 180px;
  width: 100%;
}
.line__group {
  height: 100%;
  position: relative;
}
.line__group-line {
  padding: 8px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 27px;
  font-weight: 700;
  font-family: "Futura PT";
}
.line__group-line:first-child {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 20px);
  color: #0b0b0b;
  background: #ffb93c;
  z-index: 1;
}
.line__group-line:last-child {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  position: absolute;
  bottom: 50px;
  left: -20px;
  width: calc(100% + 20px);
  color: #ffb93c;
  background: #0b0b0b;
}

.search {
  position: relative;
  /* Dropdown Content (Hidden by Default) */
}
.search__btn {
  background: none;
  padding: 0 25px;
  border-right: 1px solid #ffffff;
  cursor: pointer;
}
.search__btn svg {
  fill: #ffffff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  pointer-events: none;
}
.search__btn:hover svg {
  fill: #ffb93c;
}
.search__btn:focus svg {
  fill: #ffb93c;
}
.search__content {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 30px);
  min-width: 450px;
  z-index: -1;
  width: 100%;
  -webkit-animation: slidein 0.2s linear;
          animation: slidein 0.2s linear;
}
.search__content.show {
  display: block;
}
.search__content input {
  background: #212020;
  padding: 15px 40px 15px 20px;
  color: #ffffff;
  width: calc(100% - 60px);
  border: 1px solid transparent;
  -webkit-transition: border 0.2s ease-in-out 0s;
  transition: border 0.2s ease-in-out 0s;
  -moz-transition: border 0.2s ease-in-out 0s;
}
.search__content input:focus {
  border: 1px solid #ffb93c;
}
.search__content button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
  background: none;
  cursor: pointer;
}
.search__content button svg {
  fill: #ffb93c;
}

@-webkit-keyframes slidein {
  from {
    top: 100%;
    opacity: 0;
  }
  to {
    top: calc(100% + 30px);
    opacity: 1;
  }
}

@keyframes slidein {
  from {
    top: 100%;
    opacity: 0;
  }
  to {
    top: calc(100% + 30px);
    opacity: 1;
  }
}
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 40px 0;
}
.list__line {
  position: absolute;
  top: 15px;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.list__line svg {
  width: 3px;
  /* height: 1000px; */
  height: calc(100% - 25px);
}
.list__end {
  position: absolute;
  /* top: 1000px; */
  top: calc(100% - 25px);
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.list__end svg {
  width: 18px;
  height: 27px;
}
.list__info {
  width: calc(50% - 50px);
  position: relative;
  padding: 0 25px 25px 25px;
}
.list__info:nth-of-type(odd) {
  text-align: right;
}
.list__info:nth-of-type(odd)::before {
  position: absolute;
  content: "";
  top: 15px;
  right: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3348a3;
  z-index: 1;
}
.list__info:nth-of-type(even) {
  text-align: left;
}
.list__info:nth-of-type(even)::before {
  position: absolute;
  content: "";
  top: 15px;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3348a3;
  z-index: 1;
}
.list__info-date {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  color: #3348a3;
  margin-bottom: 12px;
}
.list__info-para p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #959595;
}
.list__info-para p span {
  color: #ffffff;
  font-style: italic;
}
.list__info-para p:last-child {
  margin-bottom: 0;
}
.list__image {
  width: calc(50% - 50px);
  margin-top: -15px;
  padding: 0 25px 25px 25px;
}
.list__image:nth-of-type(odd) img {
  width: 100%;
}

.last {
  padding-bottom: 35px;
  position: relative;
}
.last__textBg {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 900px;
  z-index: -1;
}
.last__textBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.last__inner {
  position: relative;
  top: -40px;
}
.last__inner-row {
  margin: 0 -25px 0 -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.last__inner-card {
  background: #0b0b0b;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 25px;
  width: calc(33.3% - 50px);
}
.last__inner-card-image {
  width: 100%;
  height: 260px;
}
.last__inner-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.last__inner-card-body {
  padding: 15px 20px;
}
.last__inner-card-body-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 8px;
}
.last__inner-card-body-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffb93c;
}
.last__inner-card-body-date svg {
  fill: #ffb93c;
  margin-right: 8px;
}

.birthday {
  position: relative;
}
.birthday__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.birthday__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.birthday__inner {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.birthday__inner-title {
  position: absolute;
  z-index: -1;
  top: -40px;
  left: 0;
  width: 100%;
  font-size: 140px;
  line-height: 140px;
  font-family: "Futura PT";
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #0b0b0b;
  -webkit-text-fill-color: #0b0b0b;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #906417;
}
.birthday__inner-avatar {
  max-width: 285px;
  margin: 0 auto;
}
.birthday__inner-avatar-image {
  width: 100%;
}
.birthday__inner-avatar-image img {
  width: 100%;
}
.birthday__inner-avatar-body {
  position: relative;
  padding: 35px 0 40px 0;
  top: -60px;
  z-index: 1;
}
.birthday__inner-avatar-body-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.birthday__inner-avatar-body-bg img {
  width: 100%;
  height: 100%;
}
.birthday__inner-avatar-body-name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #0b0b0b;
  text-align: center;
}
.birthday__inner-avatar-body-date {
  text-align: center;
  color: #4b69eb;
  font-weight: 600;
  line-height: 16px;
  font-style: 14px;
  font-style: italic;
  margin-top: 8px;
}

.person {
  position: relative;
  z-index: 1;
}
.person .line__group-line {
  z-index: -1;
  top: 50px;
}
.person__inner-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
.person__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  margin: 0 auto;
}
.person__inner-row-card {
  width: calc(50% - 40px);
  margin: 20px;
}
.person__inner-row-card-image {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  height: 285px;
}
.person__inner-row-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.person__inner-row-card-body {
  padding: 30px 0 0 0;
}
.person__inner-row-card-body-name {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.person__inner-row-card-body-prof {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-style: italic;
  color: #ffb93c;
}

.congrut {
  padding-bottom: 80px;
}
.congrut__inner {
  position: relative;
  z-index: 1;
  padding: 25px 0;
}
.congrut__inner-frameLogo {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -75px;
  right: 30px;
}
.congrut__inner-frameLogo img {
  width: 100%;
  height: 100%;
}
.congrut__inner-frame {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.congrut__inner-frame img {
  width: 100%;
  height: 100%;
}
.congrut__inner-title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: #0b0b0b;
  text-align: center;
}
.congrut__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  margin: 0 auto;
}
.congrut__inner-row-card {
  width: calc(50% - 40px);
  margin: 20px;
}
.congrut__inner-row-card-image {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  height: 285px;
}
.congrut__inner-row-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.congrut__inner-row-card-body {
  padding: 30px 0 0 0;
}
.congrut__inner-row-card-body-name {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0b0b0b;
}
.congrut__inner-row-card-body-prof {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-style: italic;
  color: #0b0b0b;
}

.news__inner-row {
  padding: 75px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news__inner-row-card {
  width: calc(33.3% - 32px);
  margin: 16px;
}
.news__inner-row-card-image {
  width: 100%;
  height: 235px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.news__inner-row-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.news__inner-row-card-image-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.news__inner-row-card-image-info-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__inner-row-card-image-info-date svg {
  margin-right: 8px;
  width: 15px;
  height: 15px;
  fill: #ffffff;
}
.news__inner-row-card-image-info-date span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
}
.news__inner-row-card-image-info-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
}
.news__inner-row-card-image-info-like svg {
  width: 15px;
  height: 15px;
  fill: #ffffff;
  margin-right: 8px;
}
.news__inner-row-card-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  padding: 16px 0;
}
.news__inner-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}
.news__inner-pagination-link {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #707070;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__inner-pagination-link svg {
  width: 12px;
  height: 12px;
  fill: #707070;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.news__inner-pagination-link.active {
  background: #959595;
  color: #ffffff;
}
.news__inner-pagination-link:hover {
  background: #959595;
  color: #ffffff;
}
.news__inner-pagination-link:hover svg {
  fill: #ffffff;
}

.post {
  padding: 55px 0 90px 0;
}
.post__inner {
  max-width: 660px;
  margin: 0 auto;
}
.post__inner-title {
  font-size: 32px;
  text-align: center;
  line-height: 55px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
}
.post__inner-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  opacity: 0.8;
}
.post__inner-date svg {
  width: 15px;
  height: 15px;
  fill: #ffffff;
  margin-right: 8px;
}
.post__inner-date span {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-style: italic;
}
.post__inner-image {
  margin-bottom: 45px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.post__inner-image img {
  width: 100%;
}
.post__inner-frame {
  padding: 20px 25px;
  background: #4b69eb;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 40px;
}
.post__inner-para p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #959595;
  text-align: center;
}
.post__inner-like {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #ffb93c;
}
.post__inner-like svg {
  width: 14px;
  height: 14px;
  fill: #ffb93c;
  margin-right: 5px;
}
.post__inner-like span {
  color: #ffb93c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.history__title {
  padding: 28px 0;
  background: #ffb93c;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #0b0b0b;
  text-transform: uppercase;
  text-align: center;
}
.history__inner-team {
  margin-top: 80px;
}
.history__inner-team-header {
  max-width: 560px;
  margin: 0 auto;
}
.history__inner-team-header .slick-next {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.history__inner-team-header .slick-next:before {
  content: "❯";
  color: #ffb93c;
}
.history__inner-team-header .slick-prev {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.history__inner-team-header .slick-prev:before {
  content: "❮";
  color: #ffb93c;
}
.history__inner-team-header .slick-slide.slick-center {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 30;
}
.history__inner-team-header-avatar {
  padding: 30px 0;
}
.history__inner-team-header-avatar img {
  width: 100%;
  border-radius: 50%;
}
.history__inner-team-body {
  margin: 25px 0;
}
.history__inner-team-body-title {
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.history__inner-team-body-para {
  margin: 25px 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #959595;
  text-align: center;
}
.history__inner-team-footer {
  border-top: 1px solid #363636;
  /* border-bottom: 1px solid #363636; */
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #3348a3;
}
.history__inner-team-footer a {
  color: #3348a3;
  -webkit-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0s;
  font-weight: 600;
  font-style: italic;
}
.history__inner-team-footer a:hover {
  color: #ffb93c;
}
.history__inner-team-footer span {
  color: #ffffff;
}

.hire__inner {
  position: relative;
  padding: 30px 0 60px 0;
  z-index: 1;
}
.hire__inner-textBg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
  width: 500px;
  height: 550px;
}
.hire__inner-textBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hire__inner-title {
  font-size: 140px;
  line-height: 140px;
  font-family: "Futura PT";
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #3348a3;
}
.hire__inner-row {
  max-width: 620px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hire__inner-row-link {
  width: calc(50% - 40px);
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  background: #363636;
  border-radius: 5px;
  padding: 45px 0;
}
.hire__inner-row-link-icon svg {
  fill: rgba(75, 105, 235, 0.4);
  width: 132px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.hire__inner-row-link-title {
  margin-top: 18px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #ffffff;
}
.hire__inner-row-link:hover svg {
  fill: #ffb93c;
}

.account {
  padding: 50px 0 150px 0;
  position: relative;
  z-index: 1;
}
.account__bg {
  width: 100%;
  height: 280px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.account__bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(26, 26, 26, 0.7);
  width: 100%;
  height: 100%;
}
.account__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.account__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account__inner-avatar {
  width: 285px;
  height: 288px;
  border-radius: 5px;
}
.account__inner-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.account__inner-content {
  width: calc(100% - 400px);
  margin-left: 115px;
}
.account__inner-content-header {
  margin: 75px 0;
}
.account__inner-content-header-name {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 45px;
}
.account__inner-content-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 65px;
}
.account__inner-content-header-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
}
.account__inner-content-header-info-row img {
  margin-right: 10px;
}
.account__inner-content-header-salary {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #ffb93c;
}
.account__inner-content-body-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #3e3e3e;
}
.account__inner-content-body-row-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}
.account__inner-content-body-row-info {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #959595;
}
.account__inner-content-body-row-info.uniq {
  color: #ffb93c;
}

.logIn {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logIn__bg {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.logIn__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.logIn__bg::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: rgba(11, 11, 11, 0.7);
}
.logIn__inner {
  border-radius: 6px;
  width: 100%;
  max-width: 385px;
  background: #0b0b0b;
  padding: 50px;
}
.logIn__inner-header {
  width: 70px;
  margin: 0 auto 50px auto;
}
.logIn__inner-header img {
  width: 100%;
}
.logIn__inner-body {
  position: relative;
}
.logIn__inner-body .error {
  position: absolute;
  bottom: 100%;
  text-align: right;
  font-size: 10px;
  line-height: 30px;
  font-weight: 600;
  color: #ffb93c;
  width: 100%;
  opacity: 0;
}
.logIn__inner-body .error.on {
  opacity: 1;
}
.logIn__inner-body-input {
  width: 100%;
  margin-bottom: 4px;
}
.logIn__inner-body-input input {
  padding: 16px 25px;
  width: calc(100% - 52px);
  border-radius: 5px;
  border: 1px solid #3e3e3e;
  background: #141313;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-style: italic;
  color: #959595;
  -webkit-transition: border 0.2s ease-in-out 0s;
  transition: border 0.2s ease-in-out 0s;
  -moz-transition: border 0.2s ease-in-out 0s;
}
.logIn__inner-body-input input:focus {
  border: 1px solid #ffb93c;
}
.logIn__inner-body-check {
  margin-top: 8px;
  position: relative;
}
.logIn__inner-body-check label {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #959595;
  cursor: pointer;
}
.logIn__inner-body-check label::before {
  position: absolute;
  top: 2px;
  left: 0;
  background: #959595;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  content: "";
}
.logIn__inner-body-check label::after {
  position: absolute;
  content: "";
  left: 4px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #0b0b0b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.logIn__inner-body-check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.logIn__inner-body-check input:checked ~ label::after {
  opacity: 1;
}
.logIn__inner-footer {
  margin-top: 25px;
}
.logIn__inner-footer button {
  width: 100%;
  display: block;
  padding: 20px 0;
  background: #ffb93c;
  color: #0b0b0b;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 6px;
}

.employee__title {
  padding: 28px 0;
  background: #ffb93c;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #0b0b0b;
  text-transform: uppercase;
  text-align: center;
}

.compensation {
  padding: 45px 0;
}
.compensation__inner-para p {
  max-width: 630px;
  margin: 0 auto 40px auto;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #959595;
  text-align: center;
}
.compensation__inner-list {
  display: block;
  margin-bottom: 40px;
}
.compensation__inner-list li {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.compensation__inner-title {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.compensation__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}
.compensation__inner-row-column {
  margin: 25px;
  width: calc(25% - 50px);
  position: relative;
  overflow: hidden;
}
.compensation__inner-row-column-image {
  width: 100%;
  height: 100%;
}
.compensation__inner-row-column-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 50%;
}
.compensation__inner-row-column-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 32, 32, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.compensation__inner-row-column:hover .compensation__inner-row-column-title {
  opacity: 1;
}

.prizes__inner {
  padding: 55px 0 85px 0;
}
.prizes__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prizes__inner-row-column {
  width: 50%;
}
.prizes__inner-row-column-icon {
  height: 110px;
  max-width: 108px;
  margin: 0 auto;
}
.prizes__inner-row-column-icon img {
  height: 100%;
}
.prizes__inner-row-column-title {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 4px 0;
}
.prizes__inner-row-column-text {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #959595;
  text-align: center;
}

.life {
  background: #0b0b0b;
}
.life__inner {
  top: -40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.life__inner-textBg {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
  width: 900px;
  height: 900px;
}
.life__inner-textBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.life__inner-title {
  font-size: 140px;
  line-height: 140px;
  font-family: "Futura PT";
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #3348a3;
}
.life__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px -16px 80px -16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.life__inner-row-image {
  width: calc(33.3% - 32px);
  margin: 16px;
  height: 235px;
  border-radius: 5px;
  overflow: hidden;
}
.life__inner-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.life__inner-row-more {
  width: calc(33.3% - 32px);
  height: 235px;
  margin: 16px;
  background: #3e3e3e;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
}
.life__inner-row-more img {
  width: 90px;
  height: 90px;
}
.life__inner-row-more-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #959595;
  margin-top: 25px;
}
.life__inner-row-more-text svg {
  margin-left: 5px;
  fill: #959595;
  width: 10px;
  height: 16px;
}
.life__inner-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}
.life__inner-pagination-link {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #707070;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.life__inner-pagination-link svg {
  width: 12px;
  height: 12px;
  fill: #707070;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.life__inner-pagination-link.active {
  background: #959595;
  color: #ffffff;
}
.life__inner-pagination-link:hover {
  background: #959595;
  color: #ffffff;
}
.life__inner-pagination-link:hover svg {
  fill: #ffffff;
}

.newEmployee {
  padding: 35px 0;
}
.newEmployee__inner-row {
  max-width: 760px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newEmployee__inner-row-content {
  width: calc(50% - 70px);
  margin: 35px;
}
.newEmployee__inner-row-content-title {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
}
.newEmployee__inner-row-content-para p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #959595;
}
.newEmployee__inner-row-content-para p:last-child {
  margin-bottom: 0;
}
.newEmployee__inner-row-image {
  width: calc(50% - 70px);
  margin: 35px;
  height: 340px;
}
.newEmployee__inner-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 16px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 6px;
  width: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 6px;
  width: 6px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 6px;
  height: 6px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #3e3e3e;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1240px) {
  .auto__container {
    max-width: 980px;
    padding: 0 30px;
  }

  .hero__home {
    height: 450px;
  }

  .last__inner-row {
    margin: 0 -15px;
  }
  .last__inner-card {
    margin: 0 15px;
    width: calc(33.3% - 30px);
  }

  .birthday__inner-title {
    font-size: 100px;
    line-height: 1;
  }

  .congrut__inner-title {
    font-size: 24px;
    line-height: 30px;
  }

  .list__info-para p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .hire__inner-title {
    font-size: 100px;
    line-height: 1;
  }

  .account__inner-content {
    width: calc(100% - 350px);
    margin-left: 65px;
  }

  .life__inner-title {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .header {
    position: relative;
    padding: 0;
  }
  .header__inner {
    height: 85px;
  }
  .header__inner-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .congrut__inner-frame img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .birthday__inner-title {
    font-size: 80px;
  }

  .nav {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
    height: calc(100% - 85px);
    z-index: 3;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    top: 0;
    left: 0;
    width: 250px;
    padding: 0;
    z-index: 1;
    padding: 20px;
    height: calc(100% - 40px);
    overflow-y: auto;
    background: #212020;
  }
  .nav__inner-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .nav__inner-links-link {
    font-size: 20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__inner-icons-icon svg {
    width: 25px;
    height: 25px;
  }
  .nav .btn-primary {
    margin-top: 30px;
  }

  .search__btn svg {
    width: 25px;
    height: 25px;
  }
  .search__content {
    top: calc(100% + 25px);
  }
  .search__content input {
    padding: 25px 40px 25px 20px;
    font-size: 20px;
    line-height: 1;
  }
  .search__content button svg {
    width: 25px;
    height: 25px;
  }

  .body.active {
    overflow: hidden;
  }

  .burger {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .burger::before {
    top: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #ffffff;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger::after {
    bottom: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #ffffff;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  .news__inner-row {
    padding: 30px 0 50px 0;
  }
  .news__inner-row-card {
    width: calc(50% - 32px);
  }
  .news__inner-row-card-image {
    height: 255px;
  }

  .account__inner-content {
    width: calc(100% - 350px);
    margin-left: 65px;
  }
  .account__inner-content-header-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .account__inner-content-header-info-row {
    width: 50%;
    margin-bottom: 15px;
  }

  .life__inner-textBg {
    width: 700px;
    height: 700px;
  }
  .life__inner-row {
    margin: 40px -16px 40px -16px;
  }
  .life__inner-row-image {
    height: 200px;
  }
  .life__inner-row-more {
    height: 200px;
  }
  .life__inner-pagination {
    margin-bottom: 40px;
  }
}
@media (max-width: 950px) {
  .auto__container {
    max-width: 980px;
    padding: 0 60px;
  }

  .hero__home {
    height: 760px;
  }
  .hero__other {
    height: 255px;
  }
  .hero__other-title {
    font-size: 30px;
  }

  .last__textBg {
    width: 100%;
  }
  .last__inner-row {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .last__inner-card {
    margin: 15px 0;
    width: 100%;
  }
  .last__inner-card-image {
    height: unset;
  }
  .last__inner-card-body {
    padding: 30px;
  }
  .last__inner-card-body-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .last__inner-card-body-date {
    font-size: 21px;
    line-height: 42px;
  }

  .birthday__inner-title {
    font-size: 80px;
    line-height: 1;
  }
  .birthday__inner-avatar {
    margin-top: 30px;
    max-width: unset;
  }
  .birthday__inner-avatar-body {
    padding: 40px 0 50px 0;
  }
  .birthday__inner-avatar-body-name {
    font-size: 29px;
    line-height: 40px;
  }
  .birthday__inner-avatar-body-date {
    font-size: 24px;
    line-height: 62px;
  }

  .person__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    margin: 0;
    max-width: unset;
  }
  .person__inner-row-card {
    width: 100%;
    margin: 20px 0;
  }
  .person__inner-row-card-image {
    width: 100%;
    height: unset;
  }
  .person__inner-row-card-body-name {
    font-size: 30px;
    line-height: 60px;
  }
  .person__inner-row-card-body-prof {
    font-size: 25px;
    line-height: 60px;
  }

  .congrut__inner {
    margin-top: 100px;
  }
  .congrut__inner-frameLogo {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .congrut__inner-title {
    font-size: 30px;
    line-height: 45px;
    padding-top: 100px;
  }
  .congrut__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    margin: 0;
    max-width: unset;
  }
  .congrut__inner-row-card {
    width: 100%;
    margin: 20px 0;
  }
  .congrut__inner-row-card-image {
    height: unset;
  }
  .congrut__inner-row-card-body {
    padding: 20px 0;
  }
  .congrut__inner-row-card-body-name {
    font-size: 30px;
    line-height: 60px;
  }
  .congrut__inner-row-card-body-prof {
    font-size: 24px;
    line-height: 60px;
  }

  .history__title {
    padding: 15px 0;
  }
  .history__inner-team-footer {
    padding: 30px;
  }

  .hire__inner-title {
    font-size: 80px;
    line-height: 1;
  }

  .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    max-width: 700px;
    margin: 40px auto;
  }
  .list__image {
    display: none;
  }
  .list__info {
    width: calc(100% - 30px);
    padding: 0 0 15px 30px;
  }
  .list__info::before {
    left: 0;
    right: unset;
  }
  .list__info:nth-of-type(even)::before {
    left: 0;
    right: unset;
  }
  .list__info-para p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .list__info:nth-of-type(odd) {
    text-align: left;
  }
  .list__line {
    left: 4px;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .list__line svg {
    height: calc(100% - 25px);
  }
  .list__end {
    top: calc(100% - 30px);
    left: -4px;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .news__inner-row-card {
    width: 100%;
    margin: 0;
  }
  .news__inner-row-card-image {
    height: unset;
  }
  .news__inner-row-card-image-info {
    padding: 30px;
    width: calc(100% - 60px);
  }
  .news__inner-row-card-image-info-date {
    font-size: 21px;
    line-height: 40px;
  }
  .news__inner-row-card-image-info-date svg {
    width: 24px;
    height: 24px;
  }
  .news__inner-row-card-image-info-like {
    font-size: 21px;
    line-height: 40px;
  }
  .news__inner-row-card-image-info-like svg {
    width: 24px;
    height: 24px;
  }
  .news__inner-row-card-title {
    font-size: 30px;
    line-height: 40px;
    padding: 10px;
  }

  .post__inner-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .post__inner-date {
    font-size: 18px;
    line-height: 20px;
    margin: 40px 0;
  }
  .post__inner-frame {
    font-size: 25px;
    line-height: 34px;
  }
  .post__inner-para p {
    font-size: 26px;
    line-height: 36px;
  }

  .account__inner {
    max-width: 650px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
  }
  .account__inner-avatar {
    width: 100%;
    height: unset;
  }
  .account__inner-content {
    width: 100%;
    margin-left: 0;
  }
  .account__inner-content-header-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .account__inner-content-header-info-row {
    width: 50%;
    margin-bottom: 15px;
  }

  .compensation__inner-row-column {
    width: calc(25% - 20px);
    margin: 10px;
  }

  .employee__title {
    padding: 15px 0;
  }

  .life__inner-title {
    font-size: 80px;
    line-height: 1;
  }
  .life__inner-row {
    margin: 40px -16px 40px -16px;
  }
  .life__inner-row-image {
    height: 250px;
    width: calc(50% - 32px);
  }
  .life__inner-row-more {
    height: 250px;
    width: calc(50% - 32px);
  }

  .footer__copyright {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 780px) {
  .birthday__inner-title {
    margin: 0 -60px;
    text-align: center;
    width: calc(100% + 120px);
  }

  .history__title {
    padding: 15px 0;
  }
  .history__inner-team-footer {
    padding: 30px;
  }

  .hire__inner-title {
    margin: 0 -60px;
    text-align: center;
    width: calc(100% + 120px);
  }

  .hero__other-title {
    font-size: 24px;
  }

  .account__inner-content {
    width: 100%;
    margin-left: 0;
  }
  .account__inner-content-header {
    margin: 30px 0 0 0;
  }
  .account__inner-content-header-name {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
  .account__inner-content-header-info {
    width: calc(100% + 120px);
    margin: 0 -60px 20px -60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    background: #0b0b0b;
  }
  .account__inner-content-header-info-row {
    width: 100%;
    margin-bottom: 0;
    padding: 20px 60px;
    font-size: 26px;
    line-height: 36px;
  }
  .account__inner-content-header-info-row img {
    width: 60px;
    margin-right: 15px;
    height: 60px;
  }
  .account__inner-content-header-salary {
    font-size: 30px;
    line-height: 40px;
  }
  .account__inner-content-body-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .account__inner-content-body-row-title {
    font-size: 30px;
    line-height: 40px;
  }
  .account__inner-content-body-row-info {
    font-size: 26px;
    line-height: 30px;
  }

  .prizes__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
  }
  .prizes__inner-row-column {
    width: 100%;
    margin: 20px 0;
  }
  .prizes__inner-row-column-icon {
    width: 200px;
    height: unset;
    max-width: unset;
  }
  .prizes__inner-row-column-icon img {
    height: unset;
    width: 100%;
  }
  .prizes__inner-row-column-title {
    margin: 35px 0 25px 0;
    font-size: 30px;
    line-height: 40px;
  }
  .prizes__inner-row-column-text {
    font-size: 26px;
    line-height: 32px;
  }

  .compensation__inner-para p {
    font-size: 26px;
    line-height: 36px;
  }
  .compensation__inner-row-column {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .compensation__inner-list li {
    font-size: 30px;
    line-height: 40px;
  }
  .compensation__inner-title {
    font-size: 30px;
    line-height: 40px;
    max-width: 580px;
    margin: 0 auto 15px auto;
  }

  .employee__title {
    padding: 15px 0;
  }

  .life__inner-textBg {
    width: 100%;
    height: unset;
  }
  .life__inner-title {
    margin: 0 -60px;
    text-align: center;
    width: calc(100% + 120px);
  }
  .life__inner-row {
    margin: 20px 0;
  }
  .life__inner-row-image {
    height: unset;
    width: 100%;
    margin: 20px 0;
  }
  .life__inner-row-more {
    height: 400px;
    width: 100%;
    margin: 20px 0;
  }

  .newEmployee__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
  }
  .newEmployee__inner-row:first-child .newEmployee__inner-row-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .newEmployee__inner-row:first-child .newEmployee__inner-row-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .newEmployee__inner-row-image {
    width: 100%;
    margin: 0;
    height: unset;
    margin-bottom: 50px;
  }
  .newEmployee__inner-row-content {
    width: 80%;
    margin: 0;
    margin-bottom: 50px;
  }
  .newEmployee__inner-row-content-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .newEmployee__inner-row-content-para p {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 32px;
  }
}
@media (max-width: 680px) {
  .auto__container {
    padding: 0 45px;
  }

  .header .auto__container {
    padding: 0 20px;
  }
  .header__inner-logo {
    width: 60px;
  }
  .header__inner-logo img {
    width: 100%;
  }

  .nav__inner-icons-icon {
    padding: 0 0 0 20px;
  }
  .nav__inner-icons-icon svg {
    width: 20px;
    height: 20px;
  }

  .search__btn {
    padding: 0 20px;
  }
  .search__btn svg {
    width: 20px;
    height: 20px;
  }
  .search__content {
    top: calc(100% + 25px);
    min-width: 350px;
  }
  .search__content input {
    padding: 15px 30px 15px 15px;
    width: calc(100% - 45px);
    font-size: 16px;
    line-height: 1;
  }
  .search__content button {
    right: 15px;
  }
  .search__content button svg {
    width: 20px;
    height: 20px;
  }

  .hero__home {
    height: 420px;
  }
  .hero__home-content-title {
    font-size: 24px;
    line-height: 40px;
  }

  .birthday__inner-title {
    margin: 0 -45px;
    text-align: center;
    width: calc(100% + 90px);
    font-size: 60px;
  }
  .birthday__inner-avatar {
    margin-top: 30px;
    max-width: unset;
  }
  .birthday__inner-avatar-body {
    padding: 30px 0 30px 0;
  }
  .birthday__inner-avatar-body-name {
    font-size: 23px;
    line-height: 40px;
  }
  .birthday__inner-avatar-body-date {
    font-size: 20px;
    line-height: 40px;
    margin-top: 0;
  }

  .last__inner-card-body-title {
    font-size: 24px;
    line-height: 32px;
  }
  .last__inner-card-body-date {
    font-size: 17px;
    line-height: 20px;
  }

  .person__inner-title {
    font-size: 24px;
    line-height: 40px;
  }
  .person__inner-row-card {
    margin: 15px 0;
  }
  .person__inner-row-card-body {
    padding: 15px 0 0 0;
  }
  .person__inner-row-card-body-name {
    font-size: 24px;
    line-height: 40px;
  }
  .person__inner-row-card-body-prof {
    font-size: 20px;
    line-height: 40px;
  }

  .congrut__inner {
    margin-top: 60px;
  }
  .congrut__inner-frameLogo {
    width: 130px;
    height: 130px;
    top: -70px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .congrut__inner-title {
    font-size: 24px;
    line-height: 40px;
    padding-top: 60px;
  }
  .congrut__inner-row-card {
    margin: 15px 0;
  }
  .congrut__inner-row-card-body {
    padding: 0;
  }
  .congrut__inner-row-card-body-name {
    font-size: 24px;
    line-height: 40px;
  }
  .congrut__inner-row-card-body-prof {
    font-size: 17px;
    line-height: 20px;
  }

  .list__info-date {
    font-size: 17px;
    line-height: 20px;
    margin-top: 10px;
  }
  .list__info-para p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .list__info:nth-of-type(odd) {
    text-align: left;
  }
  .list__line {
    left: 4px;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .list__line svg {
    height: calc(100% - 25px);
  }
  .list__end {
    top: calc(100% - 30px);
    left: -4px;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .history__title {
    padding: 10px 0;
    font-size: 15px;
    line-height: 18px;
  }
  .history__inner-team {
    margin-top: 40px;
  }
  .history__inner-team-body-title {
    font-size: 15px;
    line-height: 18px;
  }
  .history__inner-team-body-para {
    font-size: 15px;
    line-height: 20px;
  }
  .history__inner-team-footer {
    padding: 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .hire {
    overflow: hidden;
  }
  .hire__inner-title {
    margin: 0 -45px;
    text-align: center;
    width: calc(100% + 90px);
    font-size: 60px;
  }
  .hire__inner-row-link {
    padding: 20px 0;
  }
  .hire__inner-row-link-title {
    font-size: 15px;
    line-height: 20px;
  }

  .news__inner-row {
    padding: 15px 0 50px 0;
  }
  .news__inner-row-card {
    width: 100%;
    margin: 12px 0;
  }
  .news__inner-row-card-image {
    height: unset;
  }
  .news__inner-row-card-image-info {
    padding: 25px 18px;
    width: calc(100% - 36px);
  }
  .news__inner-row-card-image-info-date {
    font-size: 17px;
    line-height: 40px;
  }
  .news__inner-row-card-image-info-date svg {
    width: 19px;
    height: 19px;
  }
  .news__inner-row-card-image-info-like {
    font-size: 17px;
    line-height: 40px;
  }
  .news__inner-row-card-image-info-like svg {
    width: 19px;
    height: 19px;
  }
  .news__inner-row-card-title {
    font-size: 24px;
    line-height: 32px;
    padding: 10px;
  }

  .post {
    padding: 30px 0 50px 0;
  }
  .post__inner-title {
    font-size: 24px;
    line-height: 32px;
  }
  .post__inner-date {
    font-size: 15px;
    line-height: 18px;
    margin: 30px 0;
  }
  .post__inner-frame {
    font-size: 20px;
    line-height: 34px;
  }
  .post__inner-para p {
    font-size: 20px;
    line-height: 28px;
  }

  .account__inner-content-header-name {
    font-size: 24px;
    line-height: 34px;
  }
  .account__inner-content-header-info {
    width: calc(100% + 90px);
    margin: 0 -45px 20px -45px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    background: #0b0b0b;
  }
  .account__inner-content-header-info-row {
    width: 100%;
    margin-bottom: 0;
    padding: 20px 45px;
    font-size: 20px;
    line-height: 30px;
  }
  .account__inner-content-header-info-row img {
    width: 45px;
    height: 45px;
  }
  .account__inner-content-header-salary {
    font-size: 24px;
    line-height: 32px;
  }
  .account__inner-content-body-row-title {
    font-size: 24px;
    line-height: 32px;
  }
  .account__inner-content-body-row-info {
    font-size: 20px;
    line-height: 26px;
  }

  .prizes__inner {
    padding: 20px 0 50px 0;
  }
  .prizes__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
  }
  .prizes__inner-row-column-icon {
    width: 150px;
  }
  .prizes__inner-row-column-title {
    margin: 25px 0 15px 0;
    font-size: 24px;
    line-height: 32px;
  }
  .prizes__inner-row-column-text {
    font-size: 20px;
    line-height: 30px;
  }

  .compensation__inner-para p {
    font-size: 20px;
    line-height: 28px;
  }
  .compensation__inner-row-column {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .compensation__inner-list li {
    font-size: 24px;
    line-height: 30px;
  }
  .compensation__inner-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    max-width: 390px;
  }

  .employee__title {
    padding: 10px 0;
    font-size: 15px;
    line-height: 18px;
  }

  .life__inner-title {
    margin: 0 -45px;
    text-align: center;
    width: calc(100% + 90px);
    font-size: 60px;
  }
  .life__inner-row {
    margin: 20px 0;
  }
  .life__inner-row-image {
    height: unset;
    width: 100%;
    margin: 20px 0;
  }
  .life__inner-row-more {
    height: 400px;
    width: 100%;
    margin: 20px 0;
  }

  .newEmployee__inner-row-content-title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .newEmployee__inner-row-content-para p {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 26px;
  }

  .footer__copyright {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .auto__container {
    padding: 0 35px;
  }

  .header__inner {
    height: 65px;
  }
  .header__inner-logo {
    width: 40px;
  }

  .nav {
    top: 65px;
    height: calc(100% - 65px);
  }
  .nav__inner-links-link {
    font-size: 15px;
    line-height: 1;
  }
  .nav__inner-icons-icon {
    padding: 0 0 0 15px;
  }
  .nav__inner-icons-icon svg {
    width: 13px;
    height: 13px;
  }

  .search__content {
    top: calc(100% + 25px);
    min-width: 250px;
  }
  .search__content input {
    font-size: 14px;
    line-height: 1;
  }
  .search__content button svg {
    width: 13px;
    height: 13px;
  }
  .search__btn {
    padding: 0 15px;
  }
  .search__btn svg {
    width: 13px;
    height: 13px;
  }

  .birthday__inner {
    padding: 20px 0;
  }
  .birthday__inner-title {
    margin: 0 -35px;
    text-align: center;
    width: calc(100% + 70px);
    font-size: 42px;
  }

  .hire {
    overflow: hidden;
  }
  .hire__inner {
    padding: 15px 0;
  }
  .hire__inner-title {
    margin: 0 -35px;
    text-align: center;
    width: calc(100% + 70px);
    font-size: 42px;
  }
  .hire__inner-row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
  }
  .hire__inner-row-link {
    padding: 20px 0;
    margin: 10px 0;
    width: 100%;
  }
  .hire__inner-row-link-title {
    font-size: 15px;
    line-height: 20px;
  }

  .news__inner-row-card {
    width: 100%;
    margin: 12px 0;
  }
  .news__inner-row-card-image {
    height: unset;
  }
  .news__inner-row-card-image-info {
    padding: 20px 15px;
    width: calc(100% - 30px);
  }
  .news__inner-row-card-image-info-date {
    font-size: 12px;
    line-height: 20px;
  }
  .news__inner-row-card-image-info-date svg {
    width: 15px;
    height: 15px;
  }
  .news__inner-row-card-image-info-like {
    font-size: 12px;
    line-height: 20px;
  }
  .news__inner-row-card-image-info-like svg {
    width: 15px;
    height: 15px;
  }
  .news__inner-row-card-title {
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
  }

  .post__inner-title {
    font-size: 16px;
    line-height: 24px;
  }
  .post__inner-date {
    font-size: 15px;
    line-height: 18px;
    margin: 20px 0;
  }
  .post__inner-image {
    margin-bottom: 16px;
  }
  .post__inner-frame {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .post__inner-para p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .account__inner-content-header-name {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .account__inner-content-header-info {
    width: calc(100% + 70px);
    margin: 0 -35px 20px -35px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    background: #0b0b0b;
  }
  .account__inner-content-header-info-row {
    width: 100%;
    margin-bottom: 0;
    padding: 15px 35px;
    font-size: 17px;
    line-height: 30px;
  }
  .account__inner-content-header-info-row img {
    width: 32px;
    height: 32px;
  }
  .account__inner-content-header-salary {
    font-size: 17px;
    line-height: 30px;
  }
  .account__inner-content-body-row-title {
    font-size: 17px;
    line-height: 30px;
  }
  .account__inner-content-body-row-info {
    font-size: 14px;
    line-height: 24px;
  }

  .compensation__inner-para p {
    font-size: 15px;
    line-height: 20px;
  }
  .compensation__inner-row-column {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .compensation__inner-list li {
    font-size: 17px;
    line-height: 24px;
  }
  .compensation__inner-title {
    font-size: 17px;
    line-height: 24px;
    max-width: 270px;
  }

  .prizes__inner-row-column-icon {
    width: 100px;
  }
  .prizes__inner-row-column-title {
    margin: 20px 0 10px 0;
    font-size: 17px;
    line-height: 24px;
  }
  .prizes__inner-row-column-text {
    font-size: 15px;
    line-height: 24px;
  }

  .life__inner {
    padding: 20px 0;
  }
  .life__inner-title {
    margin: 0 -35px;
    text-align: center;
    width: calc(100% + 70px);
    font-size: 42px;
  }
  .life__inner-row-more {
    height: 250px;
  }

  .newEmployee__inner-row-image {
    margin-bottom: 20px;
  }
  .newEmployee__inner-row-content {
    width: 100%;
    margin-bottom: 20px;
  }
  .newEmployee__inner-row-content-title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .newEmployee__inner-row-content-para p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .auto__container {
    padding: 0 25px;
  }

  .birthday__inner {
    padding: 5px 0;
  }
  .birthday__inner-title {
    margin: 0 -25px;
    text-align: center;
    width: calc(100% + 50px);
    font-size: 42px;
    color: #0b0b0b;
    -webkit-text-fill-color: #0b0b0b;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #906417;
  }
  .birthday__inner-avatar {
    margin-top: 10px;
  }
  .birthday__inner-avatar-body {
    padding: 20px 0;
  }
  .birthday__inner-avatar-body-name {
    font-size: 16px;
    line-height: 20px;
  }
  .birthday__inner-avatar-body-date {
    font-size: 13px;
    line-height: 15px;
  }

  .last {
    padding: 35px 0 10px 0;
  }
  .last__inner-card {
    margin: 5px 0;
  }
  .last__inner-card-body {
    padding: 10px 15px;
  }
  .last__inner-card-body-title {
    font-size: 16px;
    line-height: 20px;
  }
  .last__inner-card-body-date {
    font-size: 12px;
    line-height: 14px;
  }

  .line__group-line {
    font-size: 16px;
  }

  .person__inner-row-card-body-name {
    font-size: 16px;
    line-height: 20px;
  }

  .person__inner-row-card-body-prof {
    font-size: 13px;
    line-height: 15px;
  }

  .congrut__inner {
    padding: 15px 0;
  }

  .congrut__inner-frameLogo {
    width: 100px;
    height: 100px;
    top: -50px;
  }

  .congrut__inner-title {
    font-size: 18px;
    line-height: 24px;
    padding-top: 40px;
  }

  .congrut__inner-row-card {
    margin: 5px 0;
  }

  .congrut__inner-row-card-body-name {
    font-size: 16px;
    line-height: 20px;
  }

  .congrut__inner-row-card-body-prof {
    font-size: 13px;
    line-height: 15px;
  }

  .hire__inner-title {
    margin: 0 -25px;
    text-align: center;
    width: calc(100% + 50px);
    font-size: 42px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3348a3;
  }

  .history__inner-team {
    margin-top: 40px;
  }
  .history__inner-team-body-para {
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0;
  }

  .account__inner-content-header-info {
    margin: 0 -25px 20px -25px;
    width: calc(100% + 50px);
  }
  .account__inner-content-header-info-row {
    padding: 15px 25px;
  }
  .account__inner-content-header-info-row img {
    width: 32px;
    height: 32px;
  }

  .life__inner-title {
    margin: 0 -25px;
    text-align: center;
    width: calc(100% + 50px);
    font-size: 42px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3348a3;
  }
}
@media (max-width: 360px) {
  .life__inner-title {
    font-size: 34px;
  }

  .hire__inner-title {
    font-size: 34px;
  }

  .birthday__inner-title {
    font-size: 34px;
  }
}
