/*
Theme Name: theme 
*/
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap'); */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}





html {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

.block-title-1 {
  z-index: 1 !important;
  text-align: center;
}

.page {
  overflow: hidden;
}

:root .logo-container.dark {
  display: none;
}

:root .logo-container.white {
  display: flex;
}

:root.dark .logo-container.dark {
  display: flex;
}

:root.dark .logo-container.white {
  display: none;
}

.head-address {
  font-size: 12px !important;
}

.contact-page {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
}

.header-logo-img {
  width: 320px;
  height: 110px;
}

.contact-page a {
  display: block;
  border: 1px solid #d4b558;
  color: var(--goldColour);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  width: 100%;
  text-align: center;
  padding: 11px 15px;
  text-transform: uppercase;
  letter-spacing: .42px;
  text-decoration: none;
  transition-duration: .4s;
}

.contact-page a:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 1, 0, .3);
  -moz-box-shadow: 0 5px 10px rgba(0, 1, 0, .3);
  box-shadow: 0 5px 10px rgba(0, 1, 0, .3);
}

.tdw {
  text-wrap: nowrap;
}

.vis-phone {
  position: relative;
  text-decoration: none;
  color: var(--fontColour);
  transition-duration: .3s;
}

.vis-address,
.burg-address {
  text-transform: uppercase;
  font-size: 10px;
}

.vis-phone:hover {
  color: var(--goldColour);
}

.vis-phone a {

  text-decoration: none;
  color: var(--fontColour);
  transition-duration: .3s;
}

.vis-phone a:hover {
  color: var(--goldColour);
}

/* mess modal */
#messangers-modal-wrap,
#messengers-modal-wrap-2 {
  display: none;
}

#messangers-modal-wrap.show {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  z-index: 1000;
}

#messengers-modal-wrap-2.show {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  z-index: 1000;
}

.messangers-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: var(--bgColour);
  width: 300px;
  height: 310px;
  padding: 46px 18px;
  box-sizing: border-box;
  position: relative;
}

.messangers-modal .messangers-modal-close {
  background: #000 url('/wp-content/themes/migrationatlas.com/assets/icons/close.svg') no-repeat center;
  background-size: 20px;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: -22px;
  right: -22px;
  border-radius: 50%;
  cursor: pointer;
}

.messangers-modal .item.viber {
  background: url(/wp-content/themes/migrationatlas.com/assets/icons/viber.svg) no-repeat 24px center;
  background-size: 40px;
}

.messangers-modal .line {
  width: 100%;
  height: 1px;
  background: #D4B558;
  display: block;
  margin: 24px 0;
}

.messangers-modal .item.whatsapp {
  background: url(/wp-content/themes/migrationatlas.com/assets/icons/whatsapp.svg) no-repeat 24px center;
  background-size: 40px;
}

.messangers-modal .item.telegram {
  background: url(/wp-content/themes/migrationatlas.com/assets/icons/telegram.svg) no-repeat 24px center;
  background-size: 40px;
}

.messangers-modal .item a {
  color: var(--fontColour);
  text-decoration: none;
  padding: 0 0 0 80px;
  margin: 0;
  cursor: pointer;
}

.messangers-modal .item {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  display: flex;
  align-items: center;
  min-height: 40px;
  box-sizing: border-box;
}

a.mess-modal {
  position: relative;
}

.mess-modal-soc-icons {
  right: 0;
  top: -20px;
  position: absolute;
  display: inline-block;
}


.footer-mess-modal-soc-icons {
  text-wrap: nowrap;
  position: absolute;
  padding: 0px 10px;
  display: inline-block;
}

.footer-all-offices-col .phones .mess-modal:before {
  left: 200px !important;
}

.footer-all-offices-col .phones {
  margin-top: auto;
}

@media (max-width: 1200px) {
  .footer-all-offices-col br {
    display: none;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 10;
}


.page-name-container {
  width: 120px;
  line-height: 15.62px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 11px;
  color: var(--fontColour);
}

.page-name-container p {
  margin: 0;
}

.page-link-container a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--fontColour);
}

.page-link-container a:hover {
  color: var(--goldColour)
}

.page-link-container.active a {
  color: var(--goldColour)
}

@media (max-width: 1200px) {
  .page-link-container {
    display: none;
  }
}

.burger-and-page-name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.current-menu-item {
  color: var(--goldColour) !important;
}

.current-dropmenu-item {
  color: var(--goldColour) !important;
  border: 1px solid var(--goldColour) !important;
}

.no-scroll {
  overflow: hidden;
}

.golden {
  color: #D4B558;
}

.copyright a,
.email a,
.email a svg path {
  transition-duration: .3s;
}

.email a:hover svg path {
  fill: var(--goldColour);
}

.copyright a:hover,
.email a:hover {
  color: var(--goldColour);
}

.email a:hover svg {
  fill: var(--goldColour);
}

.header-page-link img {
  width: 28px;
  height: 28px;
}

.header-page-link p {
  margin-bottom: 0;
}

.primary-menu-class {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  columns: 3;
  width: 100%;
  gap: 15px;
}

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

.current-burger-menu-item {
  color: var(--goldColour) !important;
  padding: 17px 30px;
  border: 1px solid var(--goldColour) !important;
}

.header-page-link {
  padding: 17px 10px;
  margin-left: 30px;
  border: 1px solid transparent;
  height: 60px;
  width: 275px;
  display: flex;
  text-transform: uppercase;
  font-size: 16px;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: var(--fontColour);
}

.header-page-link:hover {
  border: 1px solid var(--goldColour);
  cursor: pointer;
}


.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  max-width: 1740px !important;
  height: 100%;
}


.color-switcher {
  gap: 10px;
}

/* root */

:root {
  --goldColour: #d4b558;
  --bgColour: white;
  --fontColour: #191c23;
  --accordeonBg: #FAFAFA;
  --cntBg: #f2f2f2;
  --accordeonShadow: 0 2px 5px 0 rgba(0, 1, 0, .1);
  --bgOpacity: .1;
  --messModalIcon: brightness(0);
  --pointsShadow: inset 0 5px 10px rgba(0, 0, 0, .25);
  --pointsBg: rgb(218, 218, 218);
  --pointsBorder: #e6e6e6;
  --pointsLine: rgb(218, 218, 218);
  --wtgBg: #c7c7c7;

}

:root.dark {
  --goldColour: #d4b558;
  --bgColour: #191c23;
  --fontColour: white;
  --accordeonBg: #191c23;
  --cntBg: #191c23;
  --accordeonShadow: 0 2px 5px 0 rgb(212, 181, 88);
  --bgOpacity: .7;
  --messModalIcon: brightness(100);
  --pointsShadow: inset 0 5px 10px #000;
  --pointsBg: #262a34;
  --pointsBorder: 3px solid #191c23;
  --pointsLine: #c7c7c7;
  --wtgBg: #252a33;

}

/* root */

/* header */

.header {
  flex-direction: column;
  z-index: 99;
  top: 40px;
  left: 0;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  transition-duration: .6s;
}

.header-content-container {
  background-color: var(--bgColour);
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  align-items: center;
  padding: 22px 20px;
  box-shadow: 0px 10px 30px rgba(4, 4, 4, 0.75);
}

.header-nav-container {
  height: 40px;

  width: 60%;
  padding: 0px 10px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  border-left: 1px solid var(--goldColour);
  border-right: 1px solid var(--goldColour);
}

.header-nav-container .logo-container {
  z-index: 5;
}

.home-link-container a {
  text-decoration: none;
  color: var(--fontColour);
}

.home-link-container {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 40px;
  padding-left: 15px;
  border-left: 1px solid var(--goldColour);
}



/* dropdown */

.citizenship-dropbtn {
  background-color: transparent;
  color: var(--fontColour);
  padding: 6px;
  border: 0 !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: .45px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 5;
}

.citizenship-dropbtn:hover {
  color: var(--goldColour);
}

.citizenship-dropdown {
  position: relative;
  display: inline-block;
}

.cnt-btn {
  transition-duration: .3s;
}

.cnt-btn:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 1, 0, .3);
  -moz-box-shadow: 0 5px 10px rgba(0, 1, 0, .3);
  box-shadow: 0 5px 10px rgba(0, 1, 0, .3)
}

.citizenship-dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--bgColour);
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 380px;
  z-index: 1;
  padding: 8px;
}

.citizenship-dropdown-content a {
  color: black;
  padding: 17px 10px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  text-transform: uppercase;
}

.citizenship-dropdown-content a:hover {
  border: 1px solid var(--goldColour);
  color: var(--goldColour);
}

.citizenship-dropdown:hover .citizenship-dropdown-content {
  display: flex;
}

.passport-dropbtn {
  background-color: transparent;
  color: var(--fontColour);
  padding: 6px;
  border: 0 !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: .45px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 5;
}

.passport-dropdown {
  position: relative;
  display: inline-block;
}

.passport-dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--bgColour);
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 380px;
  z-index: 1;
  padding: 8px;
}

.passport-dropbtn:hover {
  color: var(--goldColour);
}

.cnt-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid var(--goldColour);
  cursor: pointer;
  margin: 10px 15px 15px 15px;
}

.cnt-btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 15px !important;

}

.burg-name,
.burg-address {
  font-size: 11px;
}

.passport-dropdown-content a {
  color: black;
  padding: 17px 10px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  text-transform: uppercase;
}

.passport-dropdown-content a:hover {
  border: 1px solid var(--goldColour);
  color: var(--goldColour);
}

.passport-dropdown:hover .passport-dropdown-content {
  display: flex;
}

.resident-dropbtn {
  background-color: transparent;
  color: var(--fontColour);
  padding: 6px;
  border: 0 !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: .45px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 5;
}



.resident-dropdown {
  position: relative;
  display: inline-block;
}

.resident-dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--bgColour);
  flex-direction: column;
  flex-wrap: wrap;
  min-width: auto;
  z-index: 1;
  gap: 5px;
  padding: 8px;
}

.home-link-container a:hover {
  color: var(--goldColour);
}

.resident-dropbtn:hover {
  color: var(--goldColour);
}

.resident-dropdown-content a {
  color: var(--fontColour);
  padding: 17px 10px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  text-transform: uppercase;
}

.resident-dropdown-content a:hover {
  border: 1px solid var(--goldColour);
  color: var(--goldColour);
}

.resident-dropdown:hover .resident-dropdown-content {
  display: flex;
}

.citizenship-dropdown-content a,
.passport-dropdown-content a,
.resident-dropdown-content a {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid transparent;
}

/* dropdown */

/* custom select */

.name,
.address {
  color: var(--fontColour);
}

.location .name,
.location .address {
  font-size: 12px;
}

.open-contact {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border: 1px solid var(--goldColour);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.open-contact-svg {
  color: var(--fontColour);
}

.open-contact-hidden-content {
  right: -20px;
  width: 469px !important;
  top: -22px;
  display: none;
  position: absolute;
  background-color: var(--bgColour);
  flex-direction: column;
  flex-wrap: wrap;
  min-width: auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
  z-index: 10;
  gap: 5px;
}

.hidden-items {
  padding: 0px;
}

.main-contact {
  position: relative;
  width: 500px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.hidden-items .phones a {
  transition-duration: .3s;
}

.hidden-items .phones a:hover {
  color: var(--goldColour);
}


.open-contact-content img {
  width: 35px;
  height: 49px;
}

.open-contact-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.phones a {
  color: var(--fontColour);
  text-decoration: none;
  transition-duration: .3s;
}

.phones a:hover {
  color: var(--goldColour);
}

.open-contact-hidden-item {
  gap: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px;
  border: 1px solid transparent;
  cursor: pointer;
}


.open-contact-hidden-item:hover {
  background-color: var(--cntBg);
  border: 1px solid var(--goldColour);
}

.location {
  padding-left: 10px;
  padding-right: 0px;

  text-transform: uppercase;
}

.sidebar-contact-us {
  right: -20px;
  width: 469px !important;
  top: -22px;
  display: none;
  position: absolute;
  background-color: var(--bgColour);
  flex-direction: column;
  flex-wrap: wrap;
  min-width: auto;
  z-index: 10;
  gap: 5px;
}

.sidebar-contact-us.contact-us {
  /* position: absolute; */
  top: 15px;
  width: auto;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: .42px;
  padding: 5px 15px;
  text-decoration: none;
  color: var(--goldColour);
  cursor: pointer;
}

.contact-us {
  width: auto;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: .42px;
  padding: 5px 15px;
  text-decoration: none;
  color: var(--goldColour);
  cursor: pointer;
}


.all-office {
  width: 100%;
  border-top: 1px solid var(--goldColour);
  background-color: var(--cntBg);
  text-align: center;
  margin-top: 30px;
  padding: 25px 0px;
}

.all-office a {
  text-shadow: 0 21px 42px rgba(0, 1, 0, .2);
  color: var(--fontColour);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .42px;
  text-decoration: none;
  transition-duration: .3s;
}

.all-office a:hover {
  color: var(--goldColour);
}


.visible-contact {
  display: flex;
  justify-content: center;
  gap: 70px;
  align-items: center;
}

.visible-contact div {
  color: var(--fontColour);
  text-transform: uppercase;
}

.visible-contact .resident-dropdown-content a,
.passport-dropdown a,
.citizenship-dropdown a {
  color: var(--fontColour);
}

/* custom select */

/* burger btn */

.burger-button-container {
  width: 30px;
  height: 20px;
  display: flex;
}

.burger-button {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.burger-button-container .burger-button .burger-button-item {
  width: 100%;
  height: 2px;
  background-color: var(--fontColour);
  transition: transform 0.3s, opacity 0.3s;
}

.burger-button-container {
  transition-duration: .3s;
}

.burger-button-container:hover .burger-button-item {
  background-color: #d4b558;
}

.burger-button-container .burger-button.active .burger-button-item:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger-button-container .burger-button.active .burger-button-item:nth-child(2) {
  opacity: 0;
}

.burger-button-container .burger-button.active .burger-button-item:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.burger-hidden-menu {
  display: none;
  max-height: 100vh;
  width: 100%;
  max-width: 1740px;
  background-color: var(--bgColour);
}

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

.burger-hidden-menu .hidden-content .hidden-main-content {
  width: 70%;
  height: 100%;
  padding: 20px;
  border-top: 1px solid #d4b558;
}

.burger-hidden-menu .hidden-content .hidden-sidebar-content {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-left: 1px solid #d4b558;
}

.hidden-header .link-item {
  transition-duration: .3s;

  border: 1px solid transparent;
}

.hidden-header .link-item a {
  transition-duration: .3s;
}


.hidden-header .link-item a {
  transition-duration: .3s;
  color: var(--fontColour);
  text-decoration: none;
  padding: 17px 20px;
  border: 1px solid transparent;
}

.hidden-header .link-item :hover {
  color: #d4b558;

  border: 1px solid var(--goldColour);
}

.hidden-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  columns: 3;
}

.hidden-header .link-item {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden-main-content .hidden-content {
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.hidden-main-content .hidden-content .hidden-content-item {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.hidden-main-content .hidden-content .hidden-content-item a {
  text-decoration: none;
  color: var(--fontColour);
  transition: .3s;
  font-size: 16px;
  text-transform: uppercase;
}

.hidden-content .hidden-content-item a:hover {
  color: #d4b558;
}

.hidden-sidebar-content .open-contact-hidden-item {
  width: 100%;
}

.footer {
  margin: 60px 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
  position: relative;
}

.footer-nav {
  position: relative;
  padding-right: 120px;
}

.footer-bg {
  position: absolute;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  width: 104%;
  height: 300px;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top: -12%;
  left: 0;
  z-index: -1;
  opacity: var(--bgOpacity);
}


.soc {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

.email {
  display: flex;
  flex-direction: column;
  align-items: flex-end !important;
}

.email a svg {
  width: 18px;
  height: 14px;
}

.email a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-copyright {
  margin: 45px 0px 50px 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.email,
.color-switcher,
.copyright {
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--fontColour);
}

.email {
  display: flex;
  justify-content: flex-end
}

.copyright {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}



.footer-content {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--goldColour);
}



.footer-nav .logo-container {
  padding-right: 40px;
  width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid var(--goldColour);
}

.footer-nav-item a {
  color: var(--fontColour);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: .4px;
  text-decoration: none;
  padding: 10px;
  transition-duration: .4s;
}

.footer-nav-item a:hover {
  color: var(--goldColour);
}

.footer-all-offices {
  width: 100%;
  margin-top: 40px;
  border-bottom: 2px solid var(--goldColour);
}

.footer-all-offices-row div {
  color: var(--fontColour);
}

.all-office button {
  color: var(--fontColour);
}

.footer-all-offices-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
}

@media (max-width: 1300px) {
  .footer-all-offices-row {
    justify-content: center;
    gap: 20px;
  }
}

.footer-all-offices-col {
  text-align: center;
  width: 100%;
  max-width: 343px;
  height: max-content;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .footer-all-offices-col {
    min-height: max-content;
  }
}

.email a {
  color: var(--fontColour);
  text-decoration: none;
}

.footer-all-offices-col .title {
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .35px;
}

.footer-all-offices-col .phones {
  margin-top: auto;
}

.footer-all-offices-col .phones a {
  color: var(--fontColour);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .35px;
  text-decoration: none;
  display: inline-block;
  transition-duration: .4s;
}

.footer-all-offices-col .phones a:hover {
  color: var(--goldColour);
}

.all-offices-btn-container {
  margin: 20px 0 50px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-office-button {
  position: relative;
  display: inline-block;
  border: 1px solid var(--goldColour);
  color: var(--fontColour);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 15px 25px;
  text-align: center;
  transition-duration: .4s;
}

.all-office-button:hover {
  color: var(--goldColour);
}

.switch-btn {
  position: relative;
  display: inline-block;
  width: 86px;
  height: 42px;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d5b659), color-stop(50%, #f5e49f), to(#bea348));
  background-image: -webkit-linear-gradient(bottom, #d5b659 0%, #f5e49f 50%, #bea348 100%);
  border-radius: 21px;
  transition: background-color 0.3s;
}

.color-switcher div {
  padding: 3px !important;
  font-size: 30px;
  color: var(--fontColour);
}

.switch-btn input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bgColor);
  border-radius: 17px;
  transition: background-color 0.3s;
}

.slider-icon {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  right: 4px;
  bottom: 4px;
  background-color: var(--bgColor);
  border-radius: 50%;
  transition: transform 0.3s;
  background-size: cover;
  border: 1px solid black;
  padding: 2px;
}

.slider-bg-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: black;
}

.switch-btn input:checked+.slider .slider-icon {
  transform: translateX(-44px) !important;
}

.copyright a {
  color: var(--fontColour);
  font-size: 14px;
  letter-spacing: .8px;
  text-decoration: underline;
}

.footer-copyright .email {
  font-weight: 700;
}

/* footer */

/* anim show */


._anim-show {
  transform: translate(0px, 120%) scale(0.5);
  opacity: 0;
  transition: all 0.4s ease 0s;
}

._anim-show._active,
._active,
._anim-show {
  opacity: 1;
  transform: translate(0px, 0px) scale(1);
}

.block-item {
  transform: translate(0px, 30%) scale(0.5);
  opacity: 0;
  transition: all 0.4s ease 0s;
}

.block-item._active {
  transform: translate(0px, 0px) scale(1);
  opacity: 1;
  transition: all 0.4s ease 0.2s;
}


@media (min-width: 1740px) {
  .header-content-container {
    max-width: 1740px;
  }

  .burger-hidden-menu {
    display: none;
    max-width: 1740px;
    max-height: 100vh;
    width: 100%;
    background-color: var(--bgColour);
  }
}

@media (min-width: 1301px) and (max-width: 1315px) {
  .open-contact-hidden-content {
    right: -4px !important;
  }
}

@media (min-width: 1300px) and (max-width: 1739px) {
  .header-content-container {
    gap: 30px;
    justify-content: flex-start;
  }

  .header-nav-container {
    width: 60% !important;
    height: 40px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid var(--goldColour);
    border-right: 1px solid var(--goldColour);
  }

  .header-logo-img {
    width: 200px;
    height: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .header-logo-img {
    width: 200px;
    height: 70px;
  }

  .header-content-container {
    gap: 20px;
    justify-content: flex-start;
  }

  .header-nav-container {
    width: 60% !important;
    height: 40px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid var(--goldColour);
    border-right: 1px solid var(--goldColour);
  }

}

@media (min-width: 1200px) and (max-width: 1300px) {

  .citizenship-dropbtn,
  .passport-dropbtn,
  .resident-dropbtn,
  .home-link-container a {
    font-size: 14px;
    padding: 10px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1739px) {

  .primary-menu-class {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    columns: 3;
    width: 100%;
    gap: 5px;
  }

  .burger-hidden-menu .hidden-content .hidden-main-content {
    width: 60%;
    height: 100%;
    padding: 10px;
    border-top: 1px solid #d4b558;
  }

  .home-link-container {
    border-left: 0px;
  }

  .page-name-container {
    width: 50px;
    line-height: 15.62px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 10px;
    color: var(--fontColour);
  }

  .header-content-container {

    max-width: 1560px;
    justify-content: flex-start !important;
  }

  .citizenship-dropdown {
    position: relative;
    display: inline-block;
    text-wrap: nowrap;
    padding: 0;
  }

  .passport-dropdown {
    position: relative;
    display: inline-block;
    text-wrap: nowrap;
    padding: 0;

  }

  .resident-dropdown {
    position: relative;
    display: inline-block;
    text-wrap: nowrap;
    padding: 0;

  }

  .burger-hidden-menu {
    overflow-y: auto;
    display: none;
    max-width: 1560px;
    max-height: 100vh;
    width: 100%;
    background-color: var(--bgColour);
  }

  .header {
    z-index: 100;
    top: 20px;
    left: 0;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .header-page-link {
    margin-left: 30px;
    border: 1px solid transparent;
    height: 60px;
    width: 200px;
    display: flex;
    text-transform: uppercase;

    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: var(--fontColour);
  }

  .burger-hidden-menu {
    width: 100%;
  }

  .container {
    width: 96%;
    max-width: 1560px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-content-container {
    background-color: var(--bgColour);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 20px;
    box-shadow: 0px 10px 30px rgba(4, 4, 4, 0.75);
  }


  .burger-hidden-menu .hidden-content .hidden-sidebar-content {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-left: 1px solid #d4b558;
  }

  .header-nav-container {
    width: 60%;
    height: 40px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid var(--goldColour);
    border-right: 1px solid var(--goldColour);
  }

  .main-contact {
    width: 400px;
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .logo-container svg {
    width: 200px;
    height: 70px;
  }



}

@media (min-width: 992px) and (max-width: 1199px) {

  .phone1 {
    margin-top: -17px;
  }

  .burger-hidden-menu .hidden-content .hidden-main-content {
    width: 55%;
  }

  .header-logo-img {
    width: 230px;
    height: 80px;
  }

  .header-nav-container {
    width: auto;
  }

  .second-slider .slider-btn {
    position: absolute;
    top: 300px;
  }

  .second-slider .slider-btn-prev {
    left: -70px;

  }

  .second-slider .slider-btn-next {
    right: -70px;
  }

  .container {
    max-width: 960px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .burger-hidden-menu .hidden-content .hidden-sidebar-content {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #d4b558;
  }

  .header {
    z-index: 100;
    top: 20px;
    left: 0;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .burger-hidden-menu {
    max-width: 960px;
  }

  .header-content-container {
    max-width: 960px;
  }

  .home-link-container,
  .citizenship-dropdown,
  .passport-dropdown,
  .resident-dropdown {
    display: none;
  }

  .logo-container svg {
    width: 230px;
    height: 80px;
  }


  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
  }

  .footer-nav .logo-container {
    padding-right: 40px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0px;
    padding-bottom: 30px;
  }

  .header-page-link {
    width: 30%;
    margin-left: 0px;
    font-size: 12px;
  }


  .primary-menu-class {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    columns: 3;
    width: 100%;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-contact-us {
    position: static;
  }

  .footer-all-offices-col {
    height: 80px;
  }

  .footer-all-offices-col .phones {
    margin-top: 0;
  }

  .second-slider .slider-btn {
    position: absolute;
    top: 650px;
  }

  .header-logo-img {
    width: 200px;
    height: 70px;
  }

  .header-nav-container {
    border-right: 0px;
    height: 40px;
    width: fit-content;
    padding: 0 10px;
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--goldColour);

  }


  .container {
    max-width: 720px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .burger-hidden-menu .hidden-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    padding-bottom: 20px;
  }

  .burger-hidden-menu .hidden-content .hidden-main-content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .hidden-header {
    width: 100%;
    columns: 3;
  }

  .burger-hidden-menu .hidden-content .hidden-main-content .hidden-content .hidden-content-item {
    width: 100%;
  }

  .burger-hidden-menu .hidden-content .hidden-main-content .hidden-content {
    columns: 3;
    display: block;
  }

  .burger-hidden-menu .hidden-content .hidden-sidebar-content {
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 0px;
  }

  .header-content-container {
    display: flex;
    justify-content: flex-start;
    gap: 0;
  }

  .home-link-container,
  .citizenship-dropdown,
  .passport-dropdown,
  .resident-dropdown {
    display: none;
  }

  .header-content-container {
    max-width: 720px;
  }

  .burger-hidden-menu {
    max-width: 720px;
  }

  .main-contact {
    display: none;
  }

  .logo-container svg {
    width: 200px;
    height: 70px;
  }

  .footer-all-offices-row {
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: column;
  }

  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
  }

  .footer-nav .logo-container {
    padding-right: 40px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0px;
    padding-bottom: 30px;
  }

  .footer-copyright {
    margin: 45px 0px 50px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .footer-copyright .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .footer-copyright .email {
    display: flex;
    justify-content: center;
    align-items: center !important;
  }

  .footer-nav {
    padding-right: 0;
  }

  .hidden-sidebar-content .open-contact-hidden-item {
    width: 100%;
  }

  .burger-hidden-menu {
    max-height: calc(100vh - 141px);
  }

  .header {
    top: 0px;
  }

  .header-page-link {
    font-size: 12px;
  }

}

@media (min-width: 576px) and (max-width: 767px) {
  .sidebar-contact-us {
    position: static;
  }

  .footer-all-offices-col {
    height: max-content;
  }

  .footer-all-offices-col .phones {
    margin-top: 0;
  }

  .header-logo-img {
    width: 200px;
    height: 70px;
  }

  .second-slider .slider-btn {
    position: absolute;
    top: 650px;
  }


  .hidden-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    overflow: auto;
  }

  .container {
    max-width: 540px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-nav-container {
    border-right: 0px;
  }

  .header-content-container {
    max-width: 540px;
  }

  .burger-hidden-menu {
    max-height: calc(80vh - 140px);
  }

  .burger-hidden-menu .hidden-content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .burger-hidden-menu .hidden-content .hidden-main-content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .hidden-header {
    width: 100%;
    columns: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .burger-hidden-menu .hidden-content .hidden-main-content .hidden-content .hidden-content-item {
    width: 100%;
  }

  .burger-hidden-menu .hidden-content .hidden-sidebar-content {
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #d4b558;
  }

  .header-content-container {
    display: flex;
    justify-content: flex-start;
    gap: 0;
  }

  .header-nav-container {
    width: fit-content !important;
  }

  .home-link-container,
  .citizenship-dropdown,
  .passport-dropdown,
  .resident-dropdown {
    display: none;
  }

  .burger-hidden-menu {
    max-width: 540px;
  }

  .main-contact {
    display: none;
  }

  .logo-container svg {
    width: 200px;
    height: 70px;
  }

  .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }

  .footer-nav .logo-container {
    padding-right: 40px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0px;
    padding-bottom: 30px;
  }

  .footer-all-offices-row {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 0 20px 0;
  }

  .footer-copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px !important;
  }

  .footer-copyright-col .copyright {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
  }

  .footer-nav {
    padding-right: 0;
  }


  .primary-menu-class {
    justify-content: center;
  }

  .header {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .footer-all-offices-col {
    height: max-content;
  }
}

@media (min-width: 440px) and (max-width: 768px) {
  .header-page-link {
    width: calc(100% / 2.4);
    font-size: 12px;
  }

  .burger-hidden-menu .hidden-content .hidden-main-content {
    padding: 0;
  }

  .primary-menu-class {
    justify-content: space-around;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .sidebar-contact-us {
    position: static;
  }

  .footer-all-offices-col .phones {
    margin-top: 0;
  }

  .footer-all-offices-col {
    height: max-content;
  }

  .header-logo-img {
    width: 200px;
    height: 70px;
  }

  .primary-menu-class {
    justify-content: center;
  }

  .footer-mess-modal-soc-icons {
    position: absolute;
    right: 0;
    top: 20px;
    display: inline-block;
  }

  .header-nav-container {
    border-left: 0px;
    border-right: 0px;
  }

  .page-name-container {
    display: none;
  }

  .email,
  .color-switcher,
  .copyright {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--fontColour);
  }



  .block-title-1 {
    font-size: 26px !important;
    line-height: 38px !important;
  }

  .soc a svg {
    width: 20px !important;
    height: 20px !important;

  }

  .burger-hidden-menu {
    max-height: 60vh;
  }

  .soc {
    gap: 20px;
    margin-top: 20px;
  }

  .footer-nav {
    padding-right: 0;
  }


  .footer-copyright-col p {
    text-align: center;
  }

  .container {
    width: 100%;
    max-width: 430px !important;
  }

  .burger-hidden-menu .hidden-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    overflow: auto;
  }

  .burger-hidden-menu .hidden-content .hidden-main-content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .hidden-header {
    width: 100%;
    columns: 3;
    flex-direction: column;
  }

  .footer-all-offices-col .phones .mess-modal:before {
    left: 110px !important;
  }

  .hidden-sidebar-content .open-contact-hidden-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    justify-content: flex-start;
  }

  .phones {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .burger-hidden-menu .hidden-content .hidden-main-content .hidden-content .hidden-content-item {
    width: 100%;
  }

  .burger-hidden-menu .hidden-content .hidden-main-content .hidden-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .burger-hidden-menu .hidden-content .hidden-sidebar-content {
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #d4b558;
  }

  .header-content-container {
    max-width: 100%;
  }

  .burger-hidden-menu {

    width: 100% !important;
  }

  .header-content-container {
    display: flex;
    justify-content: space-between;
  }

  .home-link-container,
  .citizenship-dropdown,
  .passport-dropdown,
  .resident-dropdown {
    display: none;
  }

  .main-contact {
    display: none;
  }

  .logo-container svg {
    width: 200px;
    height: 70px;
  }

  .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
    justify-content: center;
  }

  .footer-nav .logo-container {
    padding-right: 40px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0;
    padding-bottom: 30px;
  }

  .footer-all-offices-row {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 0 20px 0;
  }

  .footer-copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .footer-copyright-col .copyright {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
  }

  .footer-nav .logo-container img {
    width: 250px !important;
    height: auto;
  }

  .email {
    display: flex;
    flex-direction: column;
    align-items: center !important;
  }

  .header {
    padding: 0;
  }
}

.contact-us.sidebar-contact-us.openModal {
  right: auto;
}
