.specific-page .navbar::after {
  content: '';
  position: absolute;
  background: url(../img/main/main.webp) no-repeat center/cover;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
}

#header__bg {
  position: relative;
  z-index: 1000;
  cursor: pointer;
}

.slide__cnt {
  position: relative;
  z-index: 1000;
  margin-top:50rem;
}

@media (max-width: 768px) {
  .slide__cnt {
    margin-top: 45rem;
  }
}

.navbar a.fullscreen-link {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1; /* Ставим поверх */
  display: block;
}

header {
  position: relative;
  z-index: 1000;
  background-color: #e2ded5;
  box-shadow: 0 10px 20px rgb(0, 0, 0/5%), 0 6px 6px rgb(0, 0, 0/6%);
}

#jumpMenu {
  margin-top: 60px;
  width: 100%;
  color: #fff;
  padding: 12px;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background: rgb(37, 37, 37);
  background: linear-gradient(90deg, rgba(37, 37, 37, 1) 0%, rgba(90, 44, 10, 1) 85%);
  border-radius: 5px;
}

#jumpMenu optgroup:not(:checked) {
  color: #000;
  border-radius: 5px;
}

#jumpMenu option:not(:checked) {
  color: #000;
  border-radius: 5px;
}

.map-controls {
  margin-top: 50px;
}

#switch2D {
  color: #fff;
  background: rgb(37, 37, 37);
  background: linear-gradient(90deg, rgba(37, 37, 37, 1) 0%, rgba(90, 44, 10, 1) 85%);
  font-size: 16px;
  font-weight: 700;
  font-family: Arial;
  padding: 10px;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: -1px -1px 7px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px -1px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -1px 7px 0px rgba(0, 0, 0, 0.75);
  transition: 0.3s linear;
}

#switch2D:hover {
  background: #5a2c0a;
}

#switch3D {
  color: #fff;
  background: rgb(37, 37, 37);
  background: linear-gradient(90deg, rgba(37, 37, 37, 1) 0%, rgba(90, 44, 10, 1) 85%);
  font-size: 16px;
  font-weight: 700;
  font-family: Arial;
  padding: 10px;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: -1px -1px 7px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px -1px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -1px 7px 0px rgba(0, 0, 0, 0.75);
  transition: 0.3s linear;
}

#switch3D:hover {
  background: #5a2c0a;
}

.cesium-infoBox-title {
  height: 45px !important;
}

.cesium-infoBox-iframe {
  height: 600px !important;
  box-shadow: -1px -1px 7px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px -1px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -1px 7px 0px rgba(0, 0, 0, 0.75);
  background: #E2DED5 !important;
}

.cesium-infoBox-title {
  background: #5A2C0A !important;
}

.cesium-infoBox {
  border: none !important;
}

.documentsMore {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.documentsMore__iframe {
  text-align: center;
  margin-top: 50px;
  width: 100%;
  max-width: 1000px;
  height: 700px;
}

.documentsMore__main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 10px;
  margin-top: 40px;
}

.documentsMore__fields {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.documentsMore__download {
  border-radius: 4px;
  border: 1px solid #5a2c0a;
  background: transparent;
  padding: 10px;
  transition: 0.3s linear;
}

.documentsMore__download:hover {
  background: #5a2c0a;
}

.documentsMore__download a {
  color: #5a2c0a;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
}

.documentsMore__download:hover a {
  color: #fff;
}

.documentsMore__btn {
  display: inline;
  position: relative;
  margin-right: 10px;
  font-family: Arial;
}

.documentsMore__date {
  color: #000;
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
}

.documentsMore__location {
  color: #000;
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
}

.documentsMore__btn svg {
  background-color: #e6d7b5;
  padding: 13px 5px;
  border-radius: 4px;
  cursor: pointer;
  width: 2em;
  height: 2em;
}

.documentsMore__copy {
  display: none;
  background: #343434;
  color: #fff;
  position: absolute;
  top: -40px;
  right: 0;
  padding: 5px;
  border-radius: 3px;
  font-weight: 400;
  z-index: 2;
  font-size: 14px;
}

.documentsMore .active {
  display: block;
}

.document-more__title {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
}

#info .container {
  max-width: 1200px;
}

.info {
  margin-top: 60px;
}

.info__title {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
}

.info__cards {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info__card {
  border-radius: 5px;
  margin-top: 20px;
  width: 387px;
  background: #e7e2e2;
  box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.75);
  transition: 0.2s linear;
}

.info__card:hover {
  background: #763d13;
}

.info__card:hover p {
  color: #fff;
}

.info-img {
  width: 387px;
  height: 190px;
  object-fit: cover;
  border-radius: 5px;
}

.info-text {
  text-align: justify;
  padding: 10px;
  color: #000;
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  width: 387px;
}

@media (max-width: 1200px) {
  .info {
    padding: 0 15px;
  }
}

@media (max-width: 800px) {
  .info__cards {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .info__title {
    font-size: 22px;
  }
}

@media (max-width: 415px) {
  .info__card {
    width: 375px;
  }

  .info-img {
    width: 375px;
  }

  .info-text {
    width: 375px;
    font-size: 15px;
  }
}

.document-more-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.document-more-aside {
  display: flex;
}

.document-more-btn {
  display: flex;
}

.document-more-date {
  margin-left: 15px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.document-more-cnt {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 42px;
  border-radius: 6px;
  background: #e6d7b5;
  transition: 0.3s linear;
}

.document-more-cnt:hover {
  background: beige;
}

@media (max-width: 1395px) {
  .container__drop {
    display: none !important;
  }

  .navbar .search-box {
    display: flex !important;
  }
}

.option {
  margin: 0 7px;
  opacity: 0.8;
}

.select {
  opacity: 1;
}

.navbar .search-box {
  position: relative;
  display: none;
  height: 40px;
  width: 40px;
}
.navbar .search-box i {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #5a2c0a;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box {
  position: absolute;
  z-index: 1000;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #5a2c0a;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box {
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #5a2c0a;
}

.container__drop {
  display: flex;
  align-items: center;
}

.search-box .input-box::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #5a2c0a;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}

.object {
  width: 375px;
  box-shadow: 3px 1px 13px -2px rgba(118, 61, 19, 0.75);
  -webkit-box-shadow: 3px 1px 13px -2px rgba(118, 61, 19, 0.75);
  -moz-box-shadow: 3px 1px 13px -2px rgba(118, 61, 19, 0.75);
}

.header-headline-none {
  display: none;
}

/* .header-headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */

.header-headline img {
  width: 30px;
}

.header-seen:hover {
  color: #763d13;
}
.search {
  position: relative;
}
.search__input {
  width: 150px;
  padding: 10px;
  background: #e0d8c3;
  border-radius: 3px;
  height: 40px;
  font-family: Inter;
  border: 1px solid #763d13;
  outline: none;
}
.search__input::-moz-placeholder {
  outline: none;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}
.search__input::placeholder {
  outline: none;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}
.search__button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -25px;
  color: #fff;
  border-radius: 0px 69px 89px 0px;
  -webkit-border-radius: 0px 69px 69px 0px;
  -moz-border-radius: 0px 69px 69px 0px;
  background: #763d13;
  padding: 10px 15px;
  transition: 0.3s linear;
}
.search__button:hover {
  background: #e0d8c3;
}

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo__img {
  width: 60px;
  height: 60px;
}
.headerApp {
  width: 30px;
}
.header__title {
  width: 200px;
  margin-left: 8px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  font-family: Inter;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.header__title:hover {
  color: #763d13;
}

header nav {
  padding-top: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.logo {
  flex: 2;
  display: flex;
  align-items: center;
}

.logo a {
  text-decoration: none;
  font-size: 26px;
  color: #333;
  text-transform: uppercase;
  font-weight: 800;
}

.bartoggle,
#menubrop {
  display: none;
}

.NavMenu {
  flex: 10;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}

.NavMenu li {
  display: inline-block;
  position: relative;
  z-index: 1000;
}

.NavMenu li input {
  display: none;
}

.NavMenu li a {
  font-family: Inter;
  display: block;
  font-weight: 700;
  padding: 20px 14px;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  position: relative;
  transition: 0.2s linear;
}

.nav-menu-link:hover {
  color: #763d13;
}

.select__menu__content-none {
  display: none;
}

.nav-menu-link::after {
  content: '';
  position: absolute;
  background: rgba(82, 82, 82, 0.5019607843);
  width: 90px;
  height: 1px;
  transform: rotate(90deg);
  top: 16px;
  left: -42px;
}

.NavMenu li a label {
  font-family: Inter;
  cursor: pointer;
  appearance: none;
  display: block;
  position: relative;
}

.NavMenu > li > a label::after {
  right: -15px;
  top: -3px;
}

.NavMenu li ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #e2ded5;
  width: 166px;
  border-bottom: 1px solid #e2ded5;
  top: 100%;
  box-shadow: 0 3px 5px rgb(0 0 0/20%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  margin-left: 2.2px;
  visibility: hidden;
  opacity: 0;
}

.NavMenu li ul li {
  position: relative;
}

.NavMenu li ul li a {
  font-family: Inter;
  font-weight: 700;
  color: #333;
  padding: 8px 10px;
  display: block;
  border-left: 2px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.NavMenu li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
}

@media (max-width: 1160px) {
  .NavMenu li a {
    padding: 20px 8px;
  }
}

@media (max-width: 1110px) {
  .search__input {
    width: 120px !important;
  }

  .search__button {
    padding: 10px 8px !important;
  }

  .dropdown button,
  .dropdown-content li {
    font-size: 12px !important;
  }

  .header-seen {
    font-size: 12px !important;
  }
}

@media (max-width: 1040px) {
  .header__title {
    width: 155px !important;
  }
}

@media (min-width: 992px) {
  .NavMenu li ul li a:hover {
    border-left: 2px solid #763d13;
  }

  .NavMenu li:hover > ul,
  .NavMenu li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media (max-width: 1085px) {
 .dropdown__wrapper-dn {
    display: flex;
  }

  .dropdown {
    float: left !important;
  }

  .select__menu__content {
    display: none;
  }

  .select__menu__content-none {
    position: relative;
    z-index: 1000;
    display: flex;
  }

  .header-df {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }

  .header-headline-none {
    display: flex;
    margin-top: 20px;
    align-items: center;
  }

  .header-headline {
    display: none;
  }

  .header-seen {
    width: 100% !important;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 500 !important;
  }

  .nav-menu-link::after {
    display: none;
  }

  .nav-menu-link {
    font-size: 16px !important;
  }

  .NavMenu li {
    width: 100%;
  }

  .NavMenu li ul li a {
    padding-top: 20px;
  }

  .logo {
    flex: 6;
  }

  .bartoggle {
    display: flex;
    justify-content: center;
    font-size: 40px;
    align-items: center;
    color: #1b1b1b;
    padding: 0 10px;
    cursor: pointer;
  }

  .nav-menu-link {
    margin-top: 10px;
  }

  .dropdown {
    margin-top: 30px;
  }

  .NavMenu {
    margin-top: 67px;
    width: 100%;
    flex: 12;
    position: fixed;
    flex-direction: column;
    background-color: #e2ded5;
    left: 0;
    top: 40px;
    height: 100vh;
    z-index: -1;
    padding: 15px 0 50px 0;
    justify-content: start;
    overflow-y: scroll;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    z-index: 1000;
  }

  .NavMenu li ul,
  .NavMenu li ul li ul {
    position: initial;
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 0;
    display: none;
  }

  .NavMenu li a {
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
  }

  .NavMenu li ul li ul {
    background: #e2ded5;
    position: inherit;
    margin-top: -10px;
  }

  .NavMenu li ul li ul li a {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-transform: initial;
    padding: 7px 15px 7px 30px;
  }

  .NavMenu li a label::after {
    right: 10px;
  }

  .NavMenu li input:checked + ul,
  .NavMenu li ul li input:checked + ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  input:checked + .NavMenu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .NavMenu {
    width: 100%;
  }
}

@media (max-width: 530px) {
  header nav {
    flex-wrap: wrap;
  }

  .dropdown__wrapper {
    margin-top: 30px;
  }

  .header__title {
    width: 200px !important;
  }
}

@media (max-width: 500px) {
  .header-seen {
    display: none;
  }

  .navbar .search-box .input-box {
    width: 200px;
  }

  .search-box .input-box input {
    width: 180px;
  }
}

@media (max-width: 530px) {
  .NavMenu {
    margin-top: 132px;
  }
}

/* @import 'https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'; */

#header {
  background: #e2ded5;
  height: 80px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.header__applications {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.header-app {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px 0 0;
}

.header-app-desc {
  text-align: center;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}
.header-logo {
  display: flex;
  align-items: center;
}
.header-logo__img {
  width: 60px;
  height: 60px;
}
.headerApp {
  width: 30px;
}
.header__title {
  width: 200px;
  margin-left: 8px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  font-family: Inter;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.header__title:hover {
  color: #763d13;
}
.header__content {
  display: flex;
  justify-content: center;
}
.header-link {
  padding: 0 20px;
}
.header-link a {
  color: #333;
  font-family: Inter;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 14.4px;
  position: relative;
  transition: 0.2s linear;
}
.header-link a:hover {
  background: #e0d8c3;
  padding: 2px;
  border-radius: 2px;
}
.header-link a::after {
  content: '';
  position: absolute;
  background: rgba(82, 82, 82, 0.5019607843);
  width: 90px;
  height: 1px;
  transform: rotate(90deg);
  left: 37px;
}
*/ .header-headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-headline img {
  width: 30px;
  translate: 4.5rem;
}
.header-seen {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 17.21px;
  font-family: Inter;
  width: 180px;
  text-align: center;
  transition: 0.2s linear;
}
.header-seen:hover {
  color: #763d13;
}
.search {
  position: relative;
}
.search__input {
  width: 150px;
  padding: 10px;
  background: #e0d8c3;
  border-radius: 3px;
  height: 40px;
  font-family: Inter;
  border: 1px solid #763d13;
  outline: none;
}
.search__input::-moz-placeholder {
  outline: none;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}
.search__input::placeholder {
  outline: none;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}
.search__button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -25px;
  color: #fff;
  border-radius: 0px 69px 89px 0px;
  -webkit-border-radius: 0px 69px 69px 0px;
  -moz-border-radius: 0px 69px 69px 0px;
  background: #763d13;
  padding: 10px 15px;
  transition: 0.3s linear;
}
.search__button:hover {
  background: #e0d8c3;
}

.dropdown__wrapper {
  display: flex;
  align-items: center;
}

.dropdown {
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dropdown-title {
  font-family: Arial;
  line-height: 24px;
  font-size: 13px;
  color: #333;
}

.dropdown-img {
  width: 22px;
  height: 15px;
  border-radius: 2px;
}

.dropdown-content {
  width: 32px;
  height: 32px;
  padding: 2px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #5a2c0a;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown__wrapper-dn {
  display: none;
}

@media (max-width: 1400px) {
  .header {
    padding: 15px 30px;
  }
  .header-link {
    padding: 0 10px;
  }
}
.carousel {
  position: relative;
  width: 100%;
  --transition-delay: 0.5s;
}
.slider-button {
  font-size: 2rem;
  padding: 5px 1rem;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  background-color: var(--unhover-background-color);
  z-index: 10;
  cursor: pointer;
}
.slider-button-prev {
  left: 2rem;
}
.slider-button-next {
  right: 2rem;
}
ul.slides {
  list-style-type: none;
  height: 100%;
  width: 100%;
}
li.slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity var(--transition-delay);
  transition-delay: var(--transition-delay);
}
.slide > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
li.slide[data-active-slide] {
  opacity: 1;
}
.slides-circles {
  display: flex;
  position: absolute;
  bottom: 22rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.slides-circles > div {
  height: 15px;
  width: 15px;
  margin: 10px;
  background: #fff;
  border-radius: 50%;
  transition: background-color var(--transition-delay);
  transition-delay: var(--transition-delay);
}
.slides-circles > div[data-active-slide] {
  background-color: #462812;
}

.slide-title {
  font-family: Inter;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  background: rgba(118, 61, 19, 0.5411764706);
  padding: 5px 25px;
  border-radius: 8px;
}
.slide__cards {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.slide__card {
  margin: 10px 20px;
  cursor: pointer;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  height: 95px;
  width: 248px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 15px;
}
.slide-left-side {
  margin-left: 10px;
}
.slide-card-img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
}
.slide__subtitle {
  color: #1f1a2f;
  font-family: Jost;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.slide-sub {
  color: #1f1a2f;
  font-family: Jost;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .slide__cards {
    flex-wrap: wrap;
  }

  .slide__card {
    margin: 10px 5px;
  }
}

@media (max-width: 870px) {
  /* .category {
    margin-top: 0 !important;
  } */

  .slide__cards {
    justify-content: center;
  }

  /* .slide-cnt-dn {
    position: relative;
    z-index: 1000;
    top: -20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  } */

  /* .slide-cnt-dn {
    padding: 0 15px;
  } */
}

@media (max-width: 1220px) {
  .slide-title {
    font-size: 25px;
  }
}

@media (max-width: 1024px) {
  .slide-title {
    font-size: 20px;
  }

  .slide__subtitle {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .slide-img {
    height: 500px !important;
  }
}

@media (max-width: 550px) {
  .slide-title {
    font-size: 20px;
    text-align: center;
  }

  .slide-img {
    height: 430px !important;
  }

  .slider-button img {
    width: 25px;
  }

  .slider-button {
    top: 20%;
  }
}

.article-more {
  margin-top: 100px;
}
.article-more__title {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.article-more__content {
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
}
.article-more__subtitle {
  width: 100%;
  text-align: justify;
  margin-top: 20px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
}
.article-more-text {
  width: 100%;
  text-align: justify;
  margin-top: 15px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}
.article-more__cnt {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.article-more__views {
  display: flex;
  align-items: center;
  color: #763d13;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 3px;
}
.article-more__views-date {
  display: flex;
  align-items: center;
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.article-more__image {
  width: 100%;
  height: 495px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .article-more {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .article-more {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .article-more {
    align-items: center;
  }
  .article-more__image {
    height: 350px;
  }
}
@media (max-width: 500px) {
  .article-more__image {
    height: 250px;
  }
}

#category .container {
  max-width: 1500px;
}
.category {
  margin-bottom: 50px;
  margin-top: 50px;
}
.category__title {
  position: relative;
  color: #000;
  font-family: Inter;
  font-size: 31px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
}
.category__title::before {
  content: '';
  position: absolute;
  width: 42%;
  height: 1px;
  background: #763d13;
  left: 0;
  top: 23px;
  border-radius: 5px;
}
.category__title::after {
  content: '';
  position: absolute;
  width: 42%;
  height: 1px;
  background: #763d13;
  right: 0;
  top: 23px;
  border-radius: 5px;
}
.category-pic {
  width: 245px;
  height: 145px;
  -o-object-fit: cover;
  object-fit: cover;
}
.category__cards {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.category__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 2px;
}

.category__card::after {
  content: '';
  display: block;
  position: absolute;
  height: 160px;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
.category__card-next {
  background: #dc7223;
  background: linear-gradient(90deg, rgb(220, 114, 35) 0%, rgb(118, 61, 19) 85%);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 245px;
  height: 160px;
  margin: 10px 2px;
}
.category-desc {
  position: relative;
  font-family: Jost;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 15.43px;
  top: -73px;
  z-index: 100;
  width: 245px;
  text-align: center;
}
.category-desc::before {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  left: 103px;
  top: -14px;
}
.category-desc::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  left: 103px;
  top: 38px;
}
.category-desc-next {
  position: relative;
  font-family: Jost;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 15.43px;
  top: 76px;
  z-index: 100;
}
.category-desc-next::before {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  left: 33px;
  top: -14px;
}
.category-desc-next::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  left: 33px;
  top: 28px;
}

@media (max-width: 1500px) {
  .category__cards {
    justify-content: center;
  }

  .category {
    padding: 0 15px;
  }
}

@media (max-width: 1070px) {
  .category__title {
    font-size: 25px;
  }

  .category__title::before {
    width: 30%;
  }

  .category__title:after {
    width: 30%;
  }
}

@media (max-width: 550px) {
  .category__title::before {
    width: 20%;
  }

  .category__title::after {
    width: 20%;
  }
}

.object {
  margin-top: 60px;
}
.object__title-span {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  margin-top: 60px;
}
.object__title {
  position: relative;
  color: #000;
  font-family: Inter;
  font-size: 31px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
}
/* .object__title::before {
  content: '';
  position: absolute;
  width: 42%;
  height: 1px;
  background: #763d13;
  left: 0;
  top: 23px;
  border-radius: 5px;
  width: 30%;
}
.object__title::after {
  content: '';
  position: absolute;
  width: 42%;
  height: 1px;
  background: #763d13;
  right: 0;
  top: 23px;
  border-radius: 5px;
  width: 30%;
} */
.object__cards {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.object__card {
  margin: 20px 15px 0 0;
  position: relative;
}
.object-pic {
  position: relative;
  width: 427px;
  height: 410px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.object-subtitle {
  width: 400px;
  position: absolute;
  top: 12rem;
  left: 20px;
  color: #fff;
  font-family: Inter;
  font-weight: 300;
  font-style: italic;
  font-size: 23px;
  line-height: 34px;
  text-align: center;
}
.object-sub {
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: #fff;
  font-family: Inter;
  font-size: 17px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .object {
    padding: 0 15px;
  }

  .object__title::before {
    width: 20%;
  }

  .object__title::after {
    width: 20%;
  }
}

@media (max-width: 930px) {
  .object {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .object__title {
    font-size: 25px;
    /* width: 300px; */
    text-align: center;
  }
}

@media (max-width: 913px) {
  .object__cards {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 770px) {
  .object__title-span {
    text-align: center;
  }

  .object__card {
    margin-left: 0;
    margin-right: 0;
  }

  .object-pic {
    width: 330px;
  }
  .object-subtitle {
    left: -1px;
    width: 330px;
    font-size: 20px;
  }
  .object-sub {
    font-size: 15px;
    bottom: 43px;
  }
}
.advanced-search {
  margin-top: 60px;
}
.advanced-search-bg {
  box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: #763d13;
}
.advanced-search-button {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 10px;
}
.advanced-search-subtitle {
  color: #000;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 70px;
}

@media (max-width: 1440px) {
  .advanced-search {
    padding: 0 15px;
  }
}

@media (max-width: 1245px) {
  .last-news__title::after {
    width: 30% !important;
  }

  .last-news__title::before {
    width: 30% !important;
  }
}

@media (max-width: 830px) {
  .last-news__title {
    font-size: 25px !important;
  }

  .last-news__title::before {
    width: 20% !important;
  }

  .last-news__title::after {
    width: 20% !important;
  }
}

@media (max-width: 490px) {
  .last-news__title::before {
    width: 7% !important;
  }

  .last-news__title::after {
    width: 7% !important;
  }
}

.last-news {
  margin-top: 30px;
}
.last-news__title {
  position: relative;
  color: #000;
  font-family: Inter;
  font-size: 31px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
}
.last-news__title::before {
  content: '';
  position: absolute;
  width: 42%;
  height: 1px;
  background: #763d13;
  left: 0;
  top: 23px;
  border-radius: 5px;
  width: 37%;
}
.last-news__title::after {
  content: '';
  position: absolute;
  width: 42%;
  height: 1px;
  background: #763d13;
  right: 0;
  top: 23px;
  border-radius: 5px;
  width: 37%;
}
.last-news__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.last-news__card {
  box-shadow: 0px -1px 14px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px -1px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 14px 0px rgba(0, 0, 0, 0.75);
  background: #e2ded5;
  height: 650px;
  margin-top: 40px;
  border-radius: 5px;
}
.last-news-pic {
  border-radius: 5px;
  width: 428px;
  height: 241px;
  -o-object-fit: cover;
  object-fit: cover;
}
.last-news__subtitle {
  color: #000;
  font-family: Inter;
  font-weight: 600;
  font-size: 19px;
  line-height: 27px;
  width: 408px;
  text-align: left;
}
.last-news-cnt {
  padding: 0 10px;
}
.last-news__desc {
  margin-top: 10px;
  color: #000;
  font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  width: 350px;
  text-align: left;
  margin-bottom: 30px;
}
.last-news-time {
  color: #000;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.last-news-viewing {
  color: #000;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  float: right;
}
.last-news-button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.last-news-btn {
  margin-bottom: 50px;
  color: #763d13;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  border: 1px solid #763d13;
  padding: 10px 30px;
  border-radius: 10px;
  transition: 0.3s linear;
}
.last-news-btn:hover {
  background: #763d13;
  color: #fff;
}
.news__title {
  color: #1b1b1b;
  font-weight: 700;
  font-size: 26px;
  line-height: 27px;
  font-family: Arial;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .last-news {
    padding: 0 15px;
  }
}
@media (max-width: 885px) {
  .news__title {
    text-align: center;
  }
  .last-news__cards {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .last-news__card {
    width: 330px;
    height: 0;
  }
  .last-news-pic {
    width: 330px;
  }
  .last-news__subtitle {
    font-size: 17px;
    width: 100%;
  }
  .last-news__desc {
    font-size: 14px;
    width: 100%;
  }
  .last-news-time {
    font-size: 12px;
  }
  .last-news-viewing {
    font-size: 12px;
  }
  .last-news-btn {
    font-size: 16px;
  }
}

#request .container {
  max-width: 1200px;
}

.request {
  margin-bottom: 80px;
  margin-top: 60px;
}

.request__title {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
}

.request-wrap {
  margin-top: 30px;
}

.request-input {
  margin-bottom: 30px;
  width: 100%;
  border: 2px solid #777474;
  background: transparent;
  height: 50px;
  border-radius: 6px;
  padding: 12px;
  outline: none;
}

.request-input::placeholder {
  color: #777474;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.request-select {
  width: 90%;
  padding: 8px 15px;
  border: 1px solid #763d13;
  background: transparent;
  color: #1b1b1b;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.request-option {
  background: #e2ded5;
  color: #333;
  font-family: Inter !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.request-select:hover {
  background: #763d13;
  color: #fff;
  transition: 0.3s linear;
}

.request-btn {
  margin-left: 12px;
  cursor: pointer;
  color: #763d13;
  font-family: Arial;
  font-weight: 700;
  line-height: 20px;
  padding: 8px 15px;
  border-radius: 5px;
  background: #e6d7b5;
  transition: 0.3s linear;
}

.request-btn:hover {
  background: #763d13;
  color: #fff;
}

#response {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .request {
    padding: 0 15px;
  }

  .request-select {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #response {
    font-size: 16px;
  }
}

.block-title {
  color: #1b1b1b;
  font-weight: 700;
  font-size: 26px;
  line-height: 27px;
  font-family: Arial;
  text-transform: uppercase;
}

.question {
  margin-bottom: 50px;
  color: #1b1b1b;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  font-family: Roboto;
}

.title h4 {
  margin-bottom: 40px;
  margin-top: 30px;
  color: #1b1b1b;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  font-family: Roboto;
  text-align: center;
}

#ajax_form label {
  color: #1b1b1b;
  font-family: Inter;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}

#contentBody {
  margin-top: 40px !important;
}

#contentBody p {
  margin-top: 20px;
  color: #1b1b1b;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-family: Arial;
}

.block-top-line {
  margin-top: 60px;
}

.pbutton {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #1b1b1b;
}

#ajax_form #btn {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 22px;
  font-family: Inter;
  font-weight: 600;
  line-height: 30px;
  color: #5a2c0a;
  border: 3px solid #5a2c0a;
  background: #e2ded5;
  border-radius: 6px;
  transition: 0.3s linear;
}

#ajax_form #btn:hover {
  background: #5a2c0a;
  color: #fff;
}
.result-btn {
  cursor: pointer;
  padding: 15px 30px;
  font-size: 20px;
  font-family: Inter;
  font-weight: 600;
  line-height: 30px;
  color: #5a2c0a;
  border: 3px solid #5a2c0a;
  background: #e2ded5;
  border-radius: 6px;
  transition: 0.3s linear;
}

.result-btn:hover {
  background: #5a2c0a;
  color: #fff;
}

#contentBody tr {
  margin-top: 30px;
  color: #1b1b1b;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  font-family: Roboto;
  text-align: center;
}

#contentBody table p {
  margin-top: 10px;
  color: #1b1b1b;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  font-family: Roboto;
  text-align: center;
}

.post_day {
  margin-bottom: 60px;
}

@media (max-width: 1400px) {
  section {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .block-title {
    font-size: 24px;
  }

  .title h4 {
    font-size: 25px;
  }

  .pbutton {
    font-size: 15px;
  }

  .question {
    font-size: 17px;
  }

  #ajax_form label {
    font-size: 20px;
  }

  #ajax_form #btn {
    font-size: 17px;
    padding: 10px 15px;
  }

  .result-btn {
    font-size: 17px;
    padding: 10px 15px;
  }
}

.article {
  margin-top: 30px;
}
.article__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article__card {
  padding: 20px;
  box-shadow: 0px -1px 14px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px -1px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 14px 0px rgba(0, 0, 0, 0.75);
  background: #e2ded5;
  margin-top: 40px;
  border-radius: 20px;
  height: 690px;
}
.article-pic {
  border-radius: 10px;
  width: 428px;
  height: 241px;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__subtitle {
  color: #000;
  font-family: Inter;
  font-weight: 600;
  font-size: 19px;
  line-height: 27px;
  width: 408px;
  text-align: left;
}

.article__desc {
  margin-top: 10px;
  color: #000;
  font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  width: 350px;
  text-align: left;
  margin-bottom: 30px;
}
.article-time {
  color: #000;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.article-viewing {
  color: #000;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  float: right;
}
.article-button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.article-btn {
  margin-bottom: 50px;
  color: #763d13;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  border: 1px solid #763d13;
  padding: 10px 30px;
  border-radius: 10px;
  transition: 0.3s linear;
}
.article-btn:hover {
  background: #763d13;
  color: #fff;
}
.article__title {
  color: #1b1b1b;
  font-weight: 700;
  font-size: 26px;
  line-height: 27px;
  font-family: Arial;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .article {
    padding: 0 15px;
  }
}
@media (max-width: 885px) {
  .article__title {
    text-align: center;
    font-size: 22px;
  }
  .article__cards {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .article__card {
    width: 330px;
  }
  .article-pic {
    width: 288px;
  }
  .article__subtitle {
    font-size: 17px;
    width: 100%;
  }
  .article__desc {
    font-size: 14px;
    width: 100%;
  }
  .article-time {
    font-size: 12px;
  }
  .article-viewing {
    font-size: 12px;
  }
  .article-btn {
    font-size: 16px;
  }
}

.fa-file-word {
  font-size: 50px;
  color: #2b5797;
}
.last-document {
  margin-top: 60px;
}
.last-document__title {
  position: relative;
  color: #000;
  font-family: Inter;
  font-size: 31px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
}
.last-document__title::before {
  width: 35% !important;
  content: '';
  position: absolute;
  width: 42%;
  height: 1px;
  background: #763d13;
  left: 0;
  top: 23px;
  border-radius: 5px;
}
.last-document__title::after {
  width: 35% !important;
  content: '';
  position: absolute;
  width: 42%;
  height: 1px;
  background: #763d13;
  right: 0;
  top: 23px;
  border-radius: 5px;
}
.last-document__cards {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.last-document__card {
  display: flex;
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  background: #e0d8c3;
  border: 1px solid #fff;
  transition: 0.3s linear;
}

.last-document__card:hover {
  background: #e6d7b5;
}

.last-document__subtitle {
  width: 794px;
  margin-left: 20px;
  position: relative;
  color: #000;
  font-family: Inter;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
.last-document-cnt {
  margin-top: 30px;
}
.last-document-data {
  margin-left: 45px;
  position: relative;
  color: #999;
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
.last-document-data::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 20px;
  background: url(../../img/last-document/save.svg.png) no-repeat center/cover;
  left: -25px;
}
.last-document-time {
  margin-left: 40px;
  position: relative;
  color: #999;
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
.last-document-time::after {
  content: '';
  position: absolute;
  width: 32%;
  height: 20px;
  background: url(../../img/last-document/vec.png) no-repeat center/cover;
  left: -20px;
}

@media (max-width: 1440px) {
  .last-document {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .last-document__title::before {
    width: 50% !important;
    left: -12rem;
  }

  .last-document__title::after {
    width: 50% !important;
    left: 23rem;
  }

  .last-document__subtitle {
    width: 100%;
  }
}

@media (max-width: 855px) {
  .last-document__title {
    font-size: 25px;
  }

  .last-document__title::before {
    width: 50% !important;
    left: -10rem;
  }

  .last-document__title::after {
    width: 50% !important;
    left: 19rem;
  }

  .last-document__subtitle {
    font-size: 14px;
  }

  .last-document__card {
    align-items: center;
  }

  .last-document-data {
    font-size: 11px;
  }

  .last-document-time {
    font-size: 11px;
  }

  .last-document-data::after {
    width: 15px;
  }

  .fa-file-word {
    font-size: 40px;
  }
}

@media (max-width: 635px) {
  .last-document__title {
    width: 250px;
    line-height: 28px;
  }

  .last-document__title::before {
    left: -3rem;
    width: 35% !important;
  }

  .last-document__title::after {
    width: 35% !important;
    left: 13rem;
  }

  .last-document__subtitle {
    margin-left: 10px;  
  }
}

.state {
  margin-bottom: 100px;
  margin-top: 60px;
}
.state__title {
  position: relative;
  color: #000;
  font-family: Inter;
  font-size: 31px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
}
.state__title::before {
  content: '';
  position: absolute;
  width: 42%;
  height: 1px;
  background: #763d13;
  left: 0;
  top: 23px;
  border-radius: 5px;
  width: 27%;
}
.state__title::after {
  content: '';
  position: absolute;
  width: 42%;
  height: 1px;
  background: #763d13;
  right: 0;
  top: 23px;
  border-radius: 5px;
  width: 27%;
}
.state__cards {
  margin-top: 50px;
  background: #e2ded5;
  padding: 50px 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px;
  box-shadow: -1px -1px 15px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px -1px 15px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -1px 15px -1px rgba(0, 0, 0, 0.75);
}
.state__card {
  margin-top: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #e0d8c3;
  width: 250px;
  height: 200px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #fff;
  transition: 0.3s linear;
}

.state__card:hover {
  background: #763d13;
}

.state__card:hover h2 {
  color: #fff;
}

.state__card:hover span {
  color: #fff;
}

.state__subject {
  color: #3b4256;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  padding-bottom: 30px;
}
.state-link {
  color: #3b4256;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
}
.state__image {
  width: 45px;
}
.state__image-logo {
  width: 102px;
}
@media (max-width: 1440px) {
  .state {
    padding: 0 15px;
  }

  .state__cards {
    justify-content: center;
  }

  .state__card {
    margin: 10px;
  }

  .state__title::before {
    width: 20% !important;
  }

  .state__title::after {
    width: 20% !important;
  }
}

@media (max-width: 1092px) {
  .state__title {
    font-size: 25px;
  }

  .state__title::before {
    width: 8% !important;
  }

  .state__title::after {
    width: 8% !important;
  }
}

@media (max-width: 650px) {
  .state {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .state__title {
    width: 300px;
    line-height: 30px;
  }

  .state__title::before {
    width: 13% !important;
    left: -15px;
  }

  .state__title::after {
    width: 13% !important;
    left: 14rem;
  }
}

.fa-youtube {
  color: red;
  font-size: 35px;
}

#footer {
  margin-top: 50px;
  background: #763d13;
  padding: 30px 0;
}

.footer {
  margin-top: 30px;
}
.footer-logo {
  display: flex;
  align-items: center;
}
.footer__content {
  display: flex;
  justify-content: space-between;
}
.footer__title {
  width: 200px;
  margin-left: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: Inter;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.footer-desc {
  margin-top: 20px;
  color: #fff;
  font-family: Roboto;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
.footer-link {
  display: block;
  padding-top: 10px;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s ease;
}

.footer-link:hover {
  color: #e2ded553;
}

@media (max-width: 1440px) {
  .footer {
    padding: 0 15px;
  }

  .footer__content {
    flex-wrap: wrap;
  }

  .footer-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 400px) {
  .footer__content {
    flex-direction: column;
    align-items: center;
  }
}

#about .container {
  max-width: 1200px;
}
.about {
  margin-top: 60px;
}
.about-text {
  margin-top: 30px;
}
.about__cards {
  margin-top: 10px;
  margin-bottom: 50px;
}
.about__card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-picture {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 40px;
  border-radius: 5px;
}
.about-pic {
  width: 224px;
  height: 138px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.about-text p {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}

.about__title {
  margin-bottom: 15px;
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
}
.about__subtitle {
  color: #000;
  text-align: justify;
  font-family: Inter;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.about__text {
  color: #000;
  text-align: justify;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .about {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .about-picture {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .about__card {
    flex-direction: column;
  }
  .about-picture {
    height: 300px;
  }
  .about-pic {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 500px) {
  .about-picture {
    height: 230px;
  }
  .about-pic {
    height: 230px;
  }
}
#news {
  margin-top: 90px;
}
#news-more .container {
  max-width: 1200px;
}
.news-more {
  margin-top: 100px;
}
.news-more__title {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.news-more__content {
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
}
.news-more__subtitle {
  width: 100%;
  text-align: justify;
  margin-top: 20px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
}
.news-more-text {
  width: 100%;
  text-align: justify;
  margin-top: 15px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}
.news-more__cnt {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.news-more__views {
  display: flex;
  align-items: center;
  color: #763d13;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 3px;
}
.news-more__views-date {
  display: flex;
  align-items: center;
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.news-more__image {
  width: 100%;
  height: 495px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .news-more {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .news-more {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .news-more {
    align-items: center;
  }
  .news-more__image {
    height: 350px;
  }
}
@media (max-width: 500px) {
  .news-more__image {
    height: 250px;
  }
}
@media (max-width: 396px) {
  .photogallery__card {
    justify-content: center !important;
  }
  .photogallery-pic {
    width: 350px !important;
    height: 200px !important;
  }
}

#photogallery .container {
  max-width: 1200px;
}

.photogallery {
  margin-top: 60px;
}

.photogallery__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.photogallery__title {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
}

.photogallery__pic {
  margin-top: 20px;
  width: 224px;
  height: 220px;
  border-radius: 3px;
  object-fit: cover;
}

.photogallery-pic {
  margin-top: 15px;
  width: 185px;
  height: 138px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .photogallery {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .photogallery__title {
    font-size: 22px;
  }
}

@media (max-width: 425px) {
  .photogallery__title {
    font-size: 23px;
  }
}

#resolution .container {
  max-width: 1200px;
}
.resolution {
  margin-top: 60px;
}
.resolution__wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
.resolution__title {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}
.resolution__subject {
  color: #000;
  font-family: inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  border: 1px solid #959595;
  padding: 10px;
}

.resolution__inner a {
  color: #1b1b1b;
  font-size: 17px;
  font-family: Arial;
  font-weight: 600;
  line-height: 25px;
  transition: 0.2s ease;
  /* border: 1px solid #959595; */
}

.resolution__inner a:hover {
  color: #959595;
}

.resolution__sub {
  color: #959595;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
}
.resolution__sub:hover {
  color: #304e4e;
  transition: all 0.2s ease;
}
.resolution__inner {
  color: #959595;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  text-align: center;
  border: 1px solid #959595;
}
.resolution__btn {
  display: inline-block;
  padding: 15px 45px;
  margin-top: 100px;
  border: none;
  color: var(--white, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  flex-shrink: 0;
  border-radius: 6px;
  background: var(--light-blue, #0039a6);
}
.resolution__btn:hover {
  cursor: pointer;
  background: #fff;
  border: 2px dashed #1600b9;
  color: #1600b9;
  transition: 0.5s ease;
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .resolution {
    padding: 0 15px;
  }
  .resolution__wrapper {
    margin: 20px;
  }
}
@media (max-width: 768px) {
  .resolution__title {
    font-size: 30px;
  }
  .resolution__sub {
    font-size: 12px;
  }
  .resolution__subject {
    font-size: 14px;
  }
  .resolution__lead {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .resolution__wrapper {
    flex-direction: column;
  }
  .resolution__inner {
    margin-bottom: 30px;
  }
  .resolution__title {
    font-size: 27px;
  }
  .resolution__sub {
    width: 200px;
    font-size: 14px;
  }
  .resolution__subject {
    font-size: 14px;
  }
  .resolution__lead {
    font-size: 20px;
  }
  .resolution__btn {
    width: 169px;
    flex-shrink: 0;
    font-size: 15px;
  }
}
.documents-more {
  margin-top: 60px;
}
.documents-more__title {
  font-size: 26px;
  font-family: Arial;
  color: #1b1b1b;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
.documents-more__subtitle {
  font-size: 15px;
  font-family: Roboto;
  color: gray;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px;
  padding-right: 20px;
}
.documents-more__content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.documents-more__cnt {
  display: flex;
  justify-content: center;
}
.documents-more__btn {
  padding: 10px 15px;
  height: 40px;
  border: none;
  color: #763d13;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  border-radius: 4px;
  border: 1px solid #763d13;
  transition: 0.5s ease;
}
.documents-more__btn:hover {
  background: #763d13;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .documents-more__title {
    font-size: 30px;
  }
  .documents-more__subtitle {
    font-size: 14px;
  }

  .documents-more__subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

#contact-more .container {
  max-width: 1200px;
}

.contact-more {
  margin-bottom: 80px;
  margin-top: 60px;
}

.contact-more__title {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
}

.contact-more__content {
  margin-top: 20px;
}

.contact-more__subtitle {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
}

.contact-more-link {
  color: #1b1b1b;
  font-family: Inter;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  transition: 0.3s linear;
}

.contact-more-link:hover {
  color: #5a2c0a;
}

@media (max-width: 1200px) {
  .contact-more {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .contact-more__title {
    font-size: 22px;
  }

  .contact-more__subtitle {
    font-size: 16px;
    text-align: center;
  }

  .contact-more-link {
    font-size: 15px;
    text-align: center;
  }

  .contact-more-cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#registration .container {
  max-width: 1200px;
}

.registration {
  margin-top: 60px;
}

.registration__title {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 50px;
}

.registration__contact {
  margin-top: 20px;
  padding: 12px;
  width: 700px;
  height: 65px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #e2ded5;
  border: 2px solid #777474;
}

.registration__contact::placeholder {
  color: #777474;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.registration__contact-link {
  padding: 8px;
  margin-top: 20px;
  width: 700px;
  height: 117px;
  flex-shrink: 0;
  border-radius: 3px;
  border: 2px solid #777474;
  background: #e2ded5;
}

.registration__contact-link::placeholder {
  color: #777474;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.g-recaptcha {
  margin-top: 30px;
}

.registration-btn {
  margin-top: 60px;
  margin-bottom: 150px;
}

.registration__btn {
  padding: 12px 47px;
  margin-top: 37px;
  border: none;
  color: var(--white, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #763d13;
}
.registration__btn:hover {
  cursor: pointer;
  background: #e2ded5;
  border: 2px solid #763d13;
  color: #763d13;
  transition: 0.3s ease;
}

.registration-doc {
  margin-left: 10px;
  color: #1b1b1b;
  font-family: Inter;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  transition: 0.3s linear;
}

.registration-doc:hover {
  color: #434141;
}

@media (max-width: 1200px) {
  .registration {
    padding: 0 15px;
  }
}

@media (max-width: 800px) {
  .registration__contact {
    width: 100%;
  }

  .registration__contact-link {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .registration__contact::placeholder {
    font-size: 12px;
  }

  .registration__btn {
    font-size: 15px;
    padding: 10px 20px;
  }

  .registration-doc {
    font-size: 15px;
  }
}

#employees .container {
  max-width: 1200px;
}

.employees {
  margin-top: 60px;
  margin-bottom: 100px;
}

.employees__title {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
}

.employees__cards {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.employees__card {
  margin: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2px;
  background: #f1e9d8;
  height: 340px;
  box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.75);
}

.employees-more__title {
  color: #1b1b1b;
  font-weight: 700;
  font-size: 26px;
  line-height: 27px;
  font-family: Arial;
  text-transform: uppercase;
}

.employees-pic {
  width: 253px;
  height: 248px;
  object-fit: cover;
  /* border-radius: 50%; */
}

.employees-desc {
  margin-top: 15px;
  width: 200px;
  text-align: center;
  color: #5a2c0a;
  font-size: 16px;
  font-family: Inter;
  font-weight: 700;
  line-height: 20px;
}

.employees-sub {
  padding-bottom: 10px;
  margin-top: 5px;
  color: #57595a;
  font-size: 14px;
  font-family: Inter;
  font-weight: 700;
  line-height: 20px;
}

.employee-more p {
  margin-top: 10px;
  color: #474849;
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

@media (max-width: 1200px) {
  .employees {
    padding: 0 15px;
  }
}

@media (max-width: 535px) {
  .employees__title {
    font-size: 22px;
  }

  .employees__cards {
    justify-content: center;
  }
}

#employee-more .container {
  max-width: 1200px;
}

.employee-more {
  margin-top: 60px;
  margin-bottom: 100px;
}

.employee-more__content {
  border: 3px solid #763d13;
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 5px;
}

.employee-more__title {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
}

.employee-more__desc {
  margin-top: 20px;
  color: #1b1b1b;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.employee-more-pic {
  width: 255px;
  height: 290px;
  object-fit: cover;
}

.employee-more-desc {
  color: #1b1b1b;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
}

.employee-more-text {
  margin-top: 10px;
  color: #474849;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.employee-more-sub {
  color: #1b1b1b;
  font-family: Inter;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}

.employee-more-span {
  margin-left: 10px;
  color: #57595a;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.employee-more-cnt {
  display: flex;
  margin-top: 20px;
}

.employee-more-rightside {
  margin-left: 20px;
}

@media (max-width: 1200px) {
  .employee-more {
    padding: 0 15px;
  }
}

@media (max-width: 675px) {
  .employee-more-pic {
    width: 200px;
    height: 180px;
  }

  .employee-more-rightside {
    margin-left: 5px;
  }

  .employee-more-desc {
    font-size: 16px;
  }

  .employee-more-sub {
    font-size: 14px;
  }

  .employee-more-span {
    font-size: 13px;
  }

  .employee-more__desc {
    font-size: 17px;
  }

  .employee-more-text {
    font-size: 16px;
  }

  .employee-more__title {
    font-size: 22px;
  }
}

@media (max-width: 485px) {
  .employee-more__content {
    justify-content: center;
  }
}

#map-sait .container {
  max-width: 1200px;
}
.map-sait {
  margin-top: 60px;
}
.map-sait__title {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
}
.map-sait-main-link {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.map-sait__link {
  padding: 20px 44.5%;
  background: #763d13;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  font-family: Inter;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: underline;
  box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
  transition: 0.2s linear;
}
.map-sait__link:hover {
  background: #e6d7b5;
}
.map-sait__cards {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map-sait__card {
  margin-top: 20px;
  box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
  background: #763d13;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 215px;
  height: 240px;
}

.map-sait-wrap {
  text-align: center;
  margin-top: 10px;
}

.map-sait__card img {
  width: 54.25px;
  height: 54.25px;
}
.map-sait-link {
  margin-top: 7px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.6px;
  font-family: Inter;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: underline;
}

.map-sait-cnt div {
  text-align: center;
  width: 111px;
}

.map-sait-other div {
  text-align: center;
}

.map-sait-wrapper {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-sait-link-other {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: Inter;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: underline;
  transition: 0.2s ease;
}

.map-sait__content {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 60px;
}

.map-sait-other {
  width: 175px;
  margin-top: 20px;
  box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
  background: #763d13;
  padding: 12px 15px;
  border-radius: 3px;
  transition: 0.2s ease;
}

.map-sait-other:hover {
  background: #7c4f2e;
}

.map-sait-cnt {
  margin-top: 20px;
  box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.75);
  background: #763d13;
  padding: 12px 15px;
  /* width: 150px; */
  border-radius: 3px;
  transition: 0.2s ease;
}

.map-sait-cnt:hover {
  background: #7c4f2e;
}

.map-sait__wrapp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.map-sait__cnt {
  margin-top: 60px;
  margin-bottom: 50px;
}
.map-sait__cnt a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-sait__cnt img {
  width: 140px;
  height: 141px;
}
.map-sait-subtitle {
  text-align: center;
  width: 330px;
  font-family: Arial;
  font-size: 28px;
  font-weight: 700;
  line-height: 31px;
  color: #333;
}
@media (max-width: 1200px) {
  .map-sait {
    padding: 0 15px;
  }
  .map-sait__link {
    padding: 20px 43%;
  }
}
@media (max-width: 1200px) {
  .map-sait__link {
    padding: 20px 40%;
  }
}
@media (max-width: 610px) {
  .map-sait__link {
    padding: 20px 35%;
    font-size: 25px;
  }
  .map-sait-subtitle {
    font-size: 25px;
    width: 100%;
    margin-left: 10px;
  }
  .map-sait__cnt img {
    width: 100px;
    height: 100px;
  }
  .map-sait-link {
    font-size: 18px;
  }
}

@media (max-width: 490px) {
  .map-sait__cards {
    justify-content: center;
  }
}

@media (max-width: 455px) {
  .map-sait-subtitle {
    font-size: 20px;
  }
}
.object__descr {
  color: #1b1b1b;
  font-family: Inter;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 20px;
}

#js-object-link {
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
  background: #763d13;
  transition: 0.3s linear;
}

#js-object-link:hover {
  border: 1px solid #763d13;
  background: #e2ded5;
  color: #763d13;
}

.faq__container {
  max-width: 1220px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.faq {
  position: relative;
  background: #e6d7b5;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.faq__content_question {
  cursor: pointer;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
}
.faq__page-title {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
}
.faq__content_question::after {
  content: '+';
  position: absolute;
  top: 15px;
  right: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  transform: rotate(-90deg);
  transition: all 0.3s 0s;
}
.faq-reveal::after {
  position: absolute;
  content: '';
  transform: rotate(0deg);
  background: #000;
  width: 40px;
  height: 4px;
  transition: all 0.3s 0s;
}
.faq__answer {
  max-height: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  transition: all 0.5s ease-in-out;
}
.faq-reveal .faq__answer {
  max-height: 1000px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  padding: 25px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 425px) {
  .faq__page-title {
    width: 500px;
    font-size: 18.5px;
  }
}
@media (max-width: 1220px) {
  .containerAnalogue {
    padding: 0 15px;
  }
}
#result .container {
  max-width: 1200px;
}
.result {
  margin-top: 60px;
  margin-bottom: 60px;
}
.result__title {
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
  line-height: 27px;
}
.result__cards {
  margin-top: 30px;
}
.result__card {
  display: flex;
  margin-top: 20px;
}
.result-pic {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.result__content {
  margin-left: 20px;
}
.result__subtitle {
  width: 100%;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-family: Inter;
  text-align: justify;
}
.result-data {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-family: Inter;
  margin-right: 50px;
}
.result-cnt {
  margin-top: 30px;
  display: flex;
}
@media (max-width: 1200px) {
  .result {
    padding: 0 15px;
  }
}
@media (max-width: 530px) {
  .result__card {
    flex-direction: column;
    align-items: center;
  }
  .result-pic {
    width: 100%;
    height: 250px;
  }
  .result__subtitle {
    margin-top: 30px;
  }
  .result__content {
    margin-left: 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
}
body {
  background: #e2ded5;
}
#header-bg {
  background: #e6d7b5;
}
.resolution__content {
  padding-top: 15px !important;
}

#object-more .container {
  max-width: 1200px;
}

/* .post_day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
} */

.student-img {
  width: 375px;
  height: 200px;
  object-fit: cover;
  margin-top: 20px;
  margin-bottom: 20px;
}

.object-more {
  margin-top: 60px;
}

.table-content {
  margin-bottom: 30px;
}

.object-more__title {
  margin-top: 30px;
  margin-bottom: 50px;
  color: #1b1b1b;
  font-family: Arial;
  font-size: 26px;
  font-weight: 700;
}

.td_left {
  width: 500px;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.td_left__subtitle {
  width: 576px;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

legend {
  display: none;
}

@media (max-width: 1200px) {
  .object-more {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .td_left__subtitle {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .td_left {
    font-size: 13px;
  }

  .td_left__subtitle {
    font-size: 13px;
  }
}

.news-more__text p {
  margin-top: 10px;
  color: #1b1b1b;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
}

.article-more__text p {
  margin-top: 10px;
  color: #1b1b1b;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
}

th {
  /* border: 1px solid #292929; */
  padding-bottom: 10px;
}
td {
  /* border: 1px solid #292929; */
  padding: 10px;
}

.map-cover {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .wrapper {
    height: 450px;
  }
}

.breadcrumbs-more {
  position: relative;
  display: flex;
  margin: 50px 0 0;
}
.breadcrumbs {
  position: relative;
  display: flex;
  align-items: center;
  margin: 50px 0 0;
}
.breadcrumb__item,
.breadcrumb__link,
.breadcrumb__item {
  position: relative;
  display: block;
  margin: 0 5px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  font-family: Inter;
}
.breadcrumb__item-option {
  position: relative;
  font-family: Inter;
  display: block;
  margin: 0 5px;
  font-size: 14px;
  line-height: 20px;
  color: #5a2c0a;
  font-weight: 700;
}
.breadcrumb-array {
  position: absolute;
  bottom: 0;
  right: -10px;
}
.fa-house {
  color: #bbb;
  margin-top: 4px;
}
@media (max-width: 1400px) {
  .breadcrumbs {
    margin: 50px 0 0 40px !important;
  }
}
@media (max-width: 430px) {
  .breadcrumbs {
    margin: 50px 0 0 30px !important;
  }
  .breadcrumb__item {
    font-size: 15px !important;
  }
}
@media (max-width: 430px) {
  .breadcrumbs-more {
    margin: 50px 0 0 20px !important;
  }
}
.navigation {
  margin-top: 35px !important;
  margin-bottom: 100px !important;
}
.navigation a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.78px;
  text-align: left;
  color: #898989;
  transition: 0.3s ease;
}
.navigation a:hover {
  color: #252525;
}
.navigation span {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.78px;
  text-align: left;
  color: #898989;
  transition: 0.3s;
}
.count {
  background: #e6d7b5;
  padding: 5px 20px;
  border-radius: 50%;
  color: #353434 !important;
}
.lg-outer .lg-object {
  padding: 0 0 50px 0;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
button {
  border: none;
}

.faq-btn {
  margin-top: 60px;
  margin-bottom: 60px;
}

.faq-link {
  color: #fff;
  font-size: 18px;
  font-family: Inter;
  font-weight: 600;
  padding: 20px 50px;
  border-radius: 36px;
  background: #763D13;
  transition: 0.3s linear;
}

.faq-link:hover {
  color: #763D13;
  background: transparent;
  border: 1px solid #763D13;
}

@media (max-width: 550px) {
  .faq-link {
    padding: 10px 25px;
  }
}