:root {
  --color-primary: #218b61;
  --color-secondary: #ffffff;
  --color-text: #040000;
  --color-dark: #0b0c0e;
  --color-grey: #424242;
  --color-light-grey: #c4c4c4;
  --color-accent: #393e46;
  --color-shadow: rgba(35, 35, 35, 0.304);
  --color-overlay: rgba(51, 51, 51, 0.7);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  color: var(--color-text);
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.rsanumber {
  color: var(--color-secondary);
  text-decoration: underline;
}

.rsanumber:visited {
  color: var(--color-secondary);
}

.document-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  margin-left: 1.875rem;
  cursor: pointer;
}

.document {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  color: var(--color-secondary);
  font-weight: bold;
  text-align: left;
}

.document:hover,
.document:visited {
  color: var(--color-secondary);
}

a:hover {
  color: var(--color-secondary) !important;
}

.btn-laws {
  background-color: var(--color-primary);
  color: var(--color-secondary);
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9375rem;
  margin: 0.25rem 0.125rem;
  transition: background-color 0.4s, color 0.4s;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  border: none;
}

.btn-laws:hover {
  background-color: var(--color-secondary);
  color: var(--color-text);
}

.services-auto {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-auto_cards {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 3.125rem;
  flex-wrap: wrap;
}

.services-auto_card {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  min-width: 31.25rem;
  height: 20.875rem;
  border-radius: 0.3125rem;
  border: 0.3125rem solid var(--color-primary);
  transition: transform 1s;
}

.services-auto_card:hover {
  transform: scale(1.03);
}

.services-auto_text-card {
  padding: 1.5625rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-secondary);
  width: 100%;
  background-color: var(--color-primary);
}

.services-auto_gos-number,
.services-auto_strakhovanie {
  background: url("/images/gos-number.webp") no-repeat center/cover;
}

.categories {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.category {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.5625rem;
  width: 15.625rem;
  font-size: 0.75rem;
  border-radius: 0.3125rem;
  background-color: var(--color-primary);
  color: var(--color-secondary);
  transition: transform 0.7s ease-in-out, box-shadow 0.7s ease-in-out;
}

.category:hover {
  transform: scale(1.05);
  box-shadow: 0.0625rem 0.3125rem 0.3125rem 0.3125rem var(--color-shadow);
}

.category_word,
.category_timer {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.25rem;
}

.category_word img,
.category_timer img {
  width: 3.125rem;
  height: 3.125rem;
  pointer-events: none;
}

.category_timer img {
  width: 1.5625rem;
  height: 1.5625rem;
}

.exampleCheck1 {
  color: var(--color-text);
  margin: 0;
}

.exampleCheck1:hover {
  color: var(--color-primary);
}

.footer-menu-buttons {
  color: var(--color-secondary);
  text-align: center;
  text-transform: none;
  font-size: 0.9375rem;
  font-weight: bold;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  padding: 0 1.25rem;
}

.footer-menu-buttons:hover {
  color: var(--color-primary);
}

.footer-menu {
  padding-bottom: 3.125rem;
}

.to-up {
  display: none;
  position: fixed;
  bottom: 0.625rem;
  right: 0.625rem;
  width: 3.1875rem;
  height: 3.1875rem;
  border: none;
  cursor: pointer;
  background: url(../images/to-top.webp) no-repeat left top;
  text-indent: 100%;
}

.text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5625rem;
  color: var(--color-text);
}

.text-main {
  font-family: "Open Sans", sans-serif;
  font-size: 1.875rem;
  color: var(--color-secondary);
}

.text-contact {
  font-size: 1.125rem;
  font-weight: bold;
}

.small-container {
  width: 65%;
  margin: 0 auto;
}

.layout_padding {
  padding: 5.625rem 0;
}

.layout_padding2 {
  padding: 2.8125rem 0;
  z-index: 100;
}

.layout_padding2-top {
  padding-top: 2.8125rem;
}

.layout_padding2-bottom {
  padding-bottom: 2.8125rem;
}

.layout_padding-top {
  padding-top: 5.625rem;
}

.layout_padding-bottom {
  padding: 3.125rem 0;
}

.layout_padding-substrate {
  padding: 3.125rem 0;
  background-color: rgba(0, 0, 0, 0.03);
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.heading_container h2 {
  font-weight: bold;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.heading_container p {
  margin-bottom: 0;
}

header {
  position: relative;
  color: var(--color-secondary);
  font-family: "Calibri", sans-serif;
  height: 100%;
}

header > div {
  margin: 0 auto;
  position: relative;
}

header > div h1 {
  font-size: 4.375rem;
  font-weight: bold;
  color: var(--color-primary);
  text-shadow: var(--color-secondary) 0.0625rem 0.0625rem 0,
    var(--color-secondary) -0.0625rem -0.0625rem 0;
}

header button {
  display: inline-block;
  text-transform: uppercase;
  padding: 0.625rem 3.4375rem;
  background-color: var(--color-primary);
  border: 0.0625rem solid var(--color-primary);
  border-radius: 0.3125rem;
  color: var(--color-secondary);
  margin: 0.9375rem 0;
  font-weight: bold;
}

.header_callmodal {
  width: 20.625rem;
}

header button a {
  padding: 0.625rem 2.5rem;
  display: block;
  color: var(--color-secondary);
}

header button:hover {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  border: 0.0625rem solid var(--color-primary);
}

.hero_area {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    130deg,
    var(--color-overlay),
    var(--color-overlay)
  );
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section {
  position: relative;
  padding: 0.9375rem 0;
}

.documents {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.spoiler {
  transition: color 0.3s;
  cursor: pointer;
  border-radius: 1.25rem;
}

.spoiler .spoiler_content:hover {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}

.spoiler_content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  width: 20.625rem;
  height: 5rem;
  border: none;
  border-radius: 0.3125rem;
  color: var(--color-secondary);
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  transition: background-color 0.4s;
  cursor: pointer;
}

.menu_width {
  width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.header_nav,
.main_nav .top_nav,
.main_nav .top_nav ul,
.custom_nav-container.navbar-expand-lg .navbar-nav {
  display: flex;
  justify-content: space-between;
}

.main_nav {
  position: relative;
  z-index: 9;
}

.main_nav .top_nav ul {
  margin: 0;
  padding: 0.9375rem 0;
  position: relative;
  left: 100%;
  transform: translate(-100%, 0);
}

.main_nav .top_nav ul li {
  list-style-type: none;
}

.main_nav .top_nav ul li a {
  display: inline-block;
  color: var(--color-secondary);
  margin-right: 0.625rem;
  font-size: 1.25rem;
}

.main_nav .top_nav ul li a i {
  color: var(--color-primary);
  margin-right: 0.3125rem;
}

.main_nav .top_nav .nav_search-btn {
  color: var(--color-primary);
  width: 2.1875rem;
  height: 2.1875rem;
  padding: 0;
  border: none;
  margin-left: auto;
}

.custom_nav-container.navbar-expand-lg {
  padding: 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav {
  border: 0.0625rem solid transparent;
  width: 100%;
  justify-content: center;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .scroll-to {
  padding: 0.625rem 1.25rem;
  color: var(--color-secondary);
  border-radius: 0.3125rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.375rem;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .scroll-to:hover {
  background-color: var(--color-secondary);
  color: var(--color-primary) !important;
}

.navbar-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar-brand img {
  width: 10rem;
}

.navbar-brand span {
  color: var(--color-secondary);
  font-weight: bold;
  font-size: 1.5rem;
}

.navbar-brand.brand_mobile {
  display: none;
}

.custom_nav-container {
  z-index: 99999;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.webp);
  background-size: 3.4375rem;
}

.header_info {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2.8125rem 0 5.625rem 0;
}

.header_info #customCarousel1 {
  width: 100%;
}

.header_info .row .col-md-10 {
  display: flex;
}

.header_info .detail-box {
  color: var(--color-secondary);
}

.header_info .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 0.9375rem;
}

.header_info .detail-box h1 span {
  color: var(--color-primary);
}

.header_info .detail-box .btn-box {
  display: flex;
  margin-top: 2.1875rem;
}

.header_info .detail-box .btn-box .btn-1 {
  border: 0.0625rem solid var(--color-secondary);
  color: var(--color-secondary);
  padding: 0.625rem 2.8125rem;
}

.header_info .detail-box .btn-box .btn-1:hover {
  background-color: var(--color-secondary);
  color: var(--color-accent);
}

.header_info .carousel-control-prev,
.header_info .carousel-control-next {
  top: 50%;
  width: 3.125rem;
  height: 3.125rem;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  background-position: center;
  background-color: var(--color-primary);
  margin: 0.125rem;
  transform: translateY(-50%);
  font-size: 1.25rem;
}

.header_info .carousel-control-prev {
  left: 1.5625rem;
}

.header_info .carousel-control-next {
  right: 1.5625rem;
}

.address_section {
  background: url("/images/map-bg.jpg") no-repeat center/cover;
}

.address_section .heading_container {
  align-items: center;
  text-align: center;
}

.address_section .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-top: 2.8125rem;
  max-width: 18.75rem;
}

.address_section .box .img-box {
  width: 7.8125rem;
  height: 7.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-secondary);
  border: 0.625rem solid #eae9eb;
  border-radius: 100%;
  transition: all 0.3s;
}

.address_section .box .img-box img {
  width: 3.4375rem;
}

.address_section .box .detail-box {
  margin-top: 1.25rem;
}

.address_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 1.375rem;
}

.address_section .box .detail-box p {
  color: var(--color-grey);
}

.address_section .box.active .img-box,
.address_section .box:hover .img-box {
  transform: scale(1.2);
}

.address_section .btn-box {
  display: flex;
  justify-content: center;
}

.address_section .btn-box a {
  margin-top: 1.5625rem;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.625rem 2.8125rem;
  background-color: var(--color-accent);
  border: 0.0625rem solid var(--color-accent);
  border-radius: 0.125rem;
  color: var(--color-secondary);
}

.address_section .btn-box a:hover {
  background-color: transparent;
  color: var(--color-accent);
}

.accreditation_section .row {
  align-items: center;
}

.accreditation_section .detail-box h2 {
  text-transform: none;
  color: var(--color-primary);
}

.accreditation_section .detail-box p {
  margin-top: 0.625rem;
}

.accreditation_section .detail-box a {
  margin-top: 0.9375rem;
  display: inline-block;
  text-transform: none;
  padding: 0.625rem 2.8125rem;
  background-color: var(--color-accent);
  border: 0.0625rem solid var(--color-accent);
  border-radius: 0.125rem;
  color: var(--color-secondary);
}

.accreditation_section .detail-box a:hover {
  background-color: transparent;
  color: var(--color-accent);
}

.accreditation_section .img-box {
  padding: 3.125rem;
}

.accreditation_section .img-box img {
  width: 100%;
  border-radius: 0.3125rem;
}

.contact_info_section {
  position: relative;
  padding: 3.125rem 0;
}

.table_regime {
  width: 100%;
  border-collapse: collapse;
}

.table_regime-responsive {
  overflow-x: auto;
}

.table_regime td {
  padding: 0.3125rem;
  font-size: 1.5625rem;
}

.table_regime thead tr {
  font-weight: bold;
  border-top: 0.0625rem solid #e8e9eb;
}

.table_regime tr {
  border-bottom: 0.0625rem solid #e8e9eb;
}

.table_regime tbody tr:hover {
  background: #e8eaff;
}

.table_accreditation {
  width: 100%;
  border-collapse: collapse;
}

.table_accreditation th,
.table_accreditation td {
  text-align: center;
  padding: 0.625rem;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
}

.table_accreditation th {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

.table_accreditation th:nth-child(odd),
.table_accreditation tr:nth-child(even) {
  background: #f5f5f5;
}

.table_accreditation tr {
  background: #e8eaff;
  transition: all 0.3s;
}

.table_accreditation tr:hover {
  background-color: var(--color-light-grey);
}

.table_accreditation td:not(:last-child) {
  border-right: 0.0625rem solid var(--color-light-grey);
}

.table_accreditation-responsive {
  overflow-x: auto;
}

.certificate {
  background-image: url("../images/info.jpg");
  font-family: "Open Sans", sans-serif;
  background-size: cover;
}

.certificate .container > div {
  margin: 0 auto;
  width: 86%;
  margin-bottom: 1.875rem;
}

.certificate .white-overlay {
  padding: 3.125rem 0;
}

.certificate .container > div > div {
  display: inline-block;
  position: relative;
}

.certificate .container > div > div img {
  width: 50rem;
  margin: 0 1.25rem;
}

.certificate img:first-of-type,
.certificate img:last-of-type {
  width: 12.5rem;
}

.certificate .container > div h2 {
  position: absolute;
  color: var(--color-secondary);
  bottom: 6.5625rem;
  left: 12.1875rem;
  font-size: 2.5rem;
}

.sendform_section .heading_container {
  margin-bottom: 1.875rem;
}

.sendform_section form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-title {
  color: var(--color-text);
  text-transform: uppercase;
  font-size: 1.125rem;
}

.form-notation {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
}

.sendform_section .form-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  width: 100%;
}

.sendform_section label {
  padding: 0;
  font-size: 0.875rem;
}

.sendform_section .require {
  color: red;
}

.sendform_section .form-input {
  display: flex;
  flex-direction: column;
}

.sendform_section input {
  width: 100%;
  border: 0.0625rem solid var(--color-light-grey);
  height: 2.1875rem;
  padding-left: 0.625rem;
  background-color: var(--color-secondary);
  font-size: 0.875rem;
  outline: none;
  color: var(--color-text);
  border-radius: 0.5rem;
}

.sendform_section textarea {
  width: 100%;
  border: 0.0625rem solid var(--color-light-grey);
  height: 3.125rem;
  padding-left: 0.625rem;
  background-color: var(--color-secondary);
  font-size: 0.875rem;
  outline: none;
  color: var(--color-text);
  border-radius: 0.5rem;
}

.sendform_section input[type="checkbox"] {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.3125rem;
}

.sendform_section input[type="submit"] {
  border: none;
  border-radius: 0.3125rem;
  width: 20.625rem;
  height: 3.125rem;
  background-color: var(--color-primary);
  color: var(--color-secondary);
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}

.sendform_section input:hover[type="submit"] {
  opacity: 0.6;
}

.sendform_section input::placeholder {
  color: #737272;
}

.sendform_section input.message-box {
  height: 8.4375rem;
}

.sendform_section .checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.sendform_section button {
  display: inline-block;
  text-transform: uppercase;
  padding: 0.625rem 3.4375rem;
  background-color: var(--color-primary);
  border: 0.0625rem solid var(--color-primary);
  border-radius: 0.3125rem;
  color: var(--color-secondary);
  margin-top: 0.9375rem;
  font-weight: bold;
}

.sendform_section button:hover {
  background-color: transparent;
  color: var(--color-primary);
}

.sendform_section .map_container {
  height: 22.5rem;
}

.sendform_section .map_container .map {
  height: 100%;
}

.info_section {
  background-color: var(--color-dark);
  color: var(--color-secondary);
}

.info_section h4 {
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .info_logo_social {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info_section .info_logo_social .info_logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info_section .info_logo_social .info_logo img {
  width: 100%;
  max-width: 10.9375rem;
  margin-bottom: 0.3125rem;
}

.info_section .info_logo_social .info_logo span {
  font-weight: bold;
  color: var(--color-secondary);
  font-size: 0.9375rem;
  text-align: center;
}

.info_section .info_social {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}

.info_section .info_social a {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid var(--color-secondary);
  color: var(--color-secondary);
}

.info_section .info_social a:hover {
  color: var(--color-primary);
}

.info_section .info_contact {
  display: flex;
  flex-direction: column;
}

.info_section .info_contact a {
  color: var(--color-secondary);
}

.info_section .info_contact a i {
  font-size: 1.125rem;
  margin-right: 0.625rem;
}

.info_section .info_contact a:not(:nth-last-child(1)) {
  margin-bottom: 1.25rem;
}

.info_section form {
  display: flex;
  align-items: stretch;
  margin-top: 1.5625rem;
}

.info_section form input {
  background-color: var(--color-secondary);
  border: none;
  width: calc(100% - 3.4375rem);
  outline: none;
  color: var(--color-text);
  height: 2.65rem;
  padding-left: 0.9375rem;
}

.info_section form input::placeholder {
  color: #9a9999;
}

.info_section form button {
  border: none;
  outline: none;
  background-color: var(--color-primary);
  color: var(--color-secondary);
  width: 3.4375rem;
  font-size: 0.9375rem;
  text-transform: uppercase;
}

.footer_section {
  background-color: var(--color-dark);
}

.footer_section p {
  margin: 0;
  padding: 1.5625rem 0;
  color: var(--color-secondary);
  text-align: center;
  border-top: 0.05rem solid var(--color-secondary);
}

.footer_section a {
  color: inherit;
}

.mapyandex,
#mapexMap {
  width: 100%;
  height: 37.5rem;
}

.ymaps-2-1-79-inner-panes {
  border-radius: 0.3125rem;
}

.placemark_layout_container {
  position: relative;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
}

.circle_layout {
  background-image: url("../images/marker.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.5rem;
  background-color: var(--color-secondary);
  position: absolute;
  left: -1.4375rem;
  top: -1.4375rem;
  width: 2.875rem;
  height: 2.875rem;
  border: 0.25rem solid var(--color-primary);
  line-height: 2.875rem;
  border-radius: 50%;
}

.g-recaptcha {
  width: 18.75rem;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.minimized {
  width: 50rem;
  cursor: pointer;
  border: 0.0625rem solid var(--color-secondary);
  margin: 3.125rem 0;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.minimized:hover {
  border: 0.0625rem solid var(--color-secondary);
}

#magnify {
  display: none;
  position: fixed;
  max-width: 75rem;
  height: auto;
  z-index: 9999;
}

#magnify img {
  width: 100%;
}

#overlay {
  display: none;
  background: var(--color-text);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}

#close-popup {
  width: 2.1875rem;
  height: 2.1875rem;
  background: var(--color-secondary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
}

#close-popup i {
  width: 1.875rem;
  height: 1.875rem;
  background: url("../images/cross.png") no-repeat center center;
  background-size: 1rem 1rem;
  display: block;
}

@keyframes rota {
  25% {
    transform: rotate(360deg);
  }
}

#close-popup:hover {
  animation: rota 4s infinite normal;
  animation-iteration-count: 1;
}

.modal {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  top: -62.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: scroll;
  padding: 0.9375rem;
}

.modal_active {
  position: fixed;
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.modal__content {
  max-width: 100%;
  width: 37.5rem;
  padding: 1.875rem;
  background: #f9f9f9;
  box-shadow: 0 0.3125rem 0.9375rem black;
  border-radius: 0.3125rem;
  position: relative;
}

.modal__close-button {
  cursor: pointer;
  position: absolute;
  top: 0.4375rem;
  right: 0.4375rem;
  width: 2.1875rem;
  height: 2.1875rem;
  transition: transform 0.3s ease-in-out;
}

.modal__close-button:hover {
  transform: scale(1.1);
}

.modal__title {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 0 0 0.9375rem;
}

.modal__description {
  font-size: 1.125rem;
}

.boldfont {
  font-weight: bolder;
}

.slider__item {
  display: flex;
  justify-content: center;
  max-height: 37.5rem;
}

.slider__item > img {
  height: 100%;
  width: auto;
}

/* Responsive Styles */
@media (max-width: 81.25rem) {
  header h1 {
    font-size: 4.0625rem !important;
  }
  .header_info .detail-box {
    padding: 0 1.5625rem;
  }
  .header_info .carousel-control-prev,
  .header_info .carousel-control-next {
    width: 2.8125rem;
    height: 2.8125rem;
    left: 0.9375rem;
    right: 0.9375rem;
  }
  .certificate img:first-of-type,
  .certificate img:last-of-type {
    width: 9.375rem;
  }
  .certificate .container > div > div img {
    max-width: 25rem;
    width: 100%;
  }
  .certificate .container > div h2 {
    bottom: 5.4375rem;
    left: 10.25rem;
    font-size: 1.875rem;
    display: none;
  }
}

@media (max-width: 70rem) {
  header h1 {
    font-size: 4.0625rem !important;
  }
  .certificate img:first-of-type,
  .certificate img:last-of-type {
    width: 9.375rem;
  }
  .certificate .container > div > div img {
    max-width: 25rem;
    width: 100%;
  }
  .certificate .container > div h2 {
    bottom: 5.4375rem;
    left: 10.25rem;
    font-size: 1.875rem;
    display: none;
  }
  .minimized {
    width: 18.75rem;
  }
  .categories {
    justify-content: center;
  }
  .services-auto_card {
    width: 100%;
    max-height: 100%;
  }
  .services-auto_card:hover {
    transform: none;
  }
  .services-auto_text-card {
    padding: 1rem;
    font-size: 1rem;
  }
}

@media (max-width: 62rem) {
  header h1 {
    font-size: 4.0625rem !important;
  }
  .hero_area {
    min-height: auto;
  }
  .navbar-brand.brand_mobile {
    display: flex;
  }
  .navbar-brand.brand_desktop {
    display: none;
  }
  .header_section .main_nav {
    flex: 1;
  }
  #navbarSupportedContent {
    margin-top: 0.9375rem;
  }
  .main_nav .top_nav {
    display: none;
  }
  .header_info {
    padding-top: 2.8125rem;
    padding-bottom: 10.9375rem;
  }
  .info_section .info_logo_social {
    margin-bottom: 1.875rem;
  }
  .certificate img:first-of-type,
  .certificate img:last-of-type {
    display: none;
  }
  .certificate .container > div {
    width: 56%;
  }
  .minimized {
    width: 18.75rem;
  }
  .contact_info_section .contact_info_container {
    width: 100%;
  }
}

@media (max-width: 47.9375rem) {
  header h1 {
    font-size: 2.5rem !important;
  }
  .layout_padding,
  .layout_padding-top,
  .layout_padding-bottom {
    padding: 5.625rem 0;
  }
  .hero_area {
    background-position: center;
  }
  .header_info {
    padding-top: 2.8125rem;
    padding-bottom: 4.6875rem;
    text-align: center;
  }
  .header_info .detail-box {
    padding: 0;
  }
  .header_info .detail-box .btn-box {
    justify-content: center;
  }
  .accreditation_section .detail-box,
  .sendform_section form {
    margin-bottom: 2.8125rem;
  }
  .info_bottom_row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .info_bottom_row > div:not(:nth-last-child(1)) {
    margin-bottom: 0.9375rem;
  }
  .certificate .container > div {
    width: 87%;
  }
  .minimized {
    width: 18.75rem;
  }
  .contact_info_section .contact_info_container {
    width: 100%;
  }
}

@media (max-width: 36rem) {
  header h1 {
    font-size: 1.875rem !important;
  }
  .header_info .detail-box h1 {
    font-size: 2.5rem;
  }
  .carousel_btn-box {
    display: flex;
    justify-content: center;
    margin-top: 2.8125rem;
  }
  .header_info .carousel-control-prev,
  .header_info .carousel-control-next {
    position: unset;
    transform: none;
  }
  .minimized {
    width: 18.75rem;
  }
  .contact_info_section .contact_info_container {
    width: 100%;
  }
}

@media (max-width: 30rem) {
  .header_info .detail-box h1 {
    font-size: 2rem;
  }
  .heading_container h2 {
    font-size: 1.75rem;
  }
  .minimized {
    width: 18.75rem;
  }
  .contact_info_section .contact_info_container {
    width: 100%;
  }
}

@media (max-width: 22.5rem) {
  .client_section .box .client_id .img-box {
    width: 6.25rem;
    min-width: 6.25rem;
    margin-right: 0.9375rem;
  }
  .minimized {
    width: 18.75rem;
  }
  .contact_info_section .contact_info_container {
    width: 100%;
  }
}

@media (min-width: 75rem) {
  .container {
    max-width: 73.125rem;
  }
}

@media (max-width: 62.5rem) {
  .table_accreditation-2 {
    display: block;
    width: 100%;
  }
  .table_accreditation-2 thead,
  .table_accreditation-2 tbody,
  .table_accreditation-2 thead th,
  .table_accreditation-2 tbody tr,
  .table_accreditation-2 td {
    display: block;
  }
  .table_accreditation-2 thead {
    float: left;
  }
  .table_accreditation-2 tbody {
    overflow-x: auto;
  }
  .table_accreditation-2 tbody tr {
    border-right: 0.0625rem solid var(--color-light-grey);
  }
  .table_accreditation-2 tbody tr:last-child {
    border-right: none;
  }
  .table_accreditation.table_accreditation-2 td {
    border-right: none;
  }
  .table_accreditation-2 td,
  .table_accreditation-2 th {
    padding: 0.625rem 0.125rem;
    width: 10rem;
    font-size: 0.8125rem;
    text-overflow: ellipsis;
  }
}

@media (max-width: 62.5rem) {
  .table_accreditation-3 tr {
    display: block;
    margin-bottom: 1.875rem;
  }
  .table_accreditation-3 th,
  .table_accreditation-3 td {
    display: block;
    text-align: center;
  }
  .table_accreditation.table_accreditation-3 td {
    border-right: none;
  }
}
