body {
  font-family: "Poppins", sans-serif;
  margin: 0;
}
* {
  padding: 0;
  margin: 0;
}

body p {
  margin-bottom: 0;
}

li {
  list-style: none;
  display: flex;
}

.ul-translator {
  display: block;
}

.li-translator {
  list-style: disc;
  display: list-item;
}
.toggle-button {
  display: none;
}

footer {
  width: 100%;
  height: auto;
  background: #212e53;
  margin-top: 0px;
  padding-top: 0px;
}

.p-footer {
  font-size: 100px;
  text-align: left;
}
a {
  text-decoration: none;
}
header {
  background: #212e53;
  /* padding: 10px 0;*/
}

.logo {
  margin: 8px;
}

.logo-2 {
  display: none;
}

.header-container {
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;

  align-content: center;
}

.scrolled .header-container {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background: #212e53;
  animation-name: show_header;
  animation-duration: 1s;
}

@keyframes show_header {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header-topline {
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;

  height: auto;
  background: #212e53;
}
.topline-ul {
  display: flex;
  width: 70%;
  margin-bottom: 0px;
  justify-content: space-between;
}

/*тонкая верхняя плашка с номерами*/

.header-topline a {
  color: #ffffff;
  font-size: 1vw;
  padding: 1vw 0.2vw;
}

.header-topline p {
  color: #ffffff;
  font-size: 1vw;
  padding: 1vw 0.2vw;
}

.header-lane {
  width: 90%;
  opacity: 50%;
  margin: 0px auto;
  border-bottom: 1px solid #fff;
}

.body-lane {
  width: 90%;
  opacity: 50%;
  margin: 0px auto;
  border-bottom: 1px solid #212e53;
}

.header-container a {
  color: #ffffff;
  font-size: 18px;
  padding: 6px 6px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*.header-container a:hover{
	background: #212e53;
}*/
#menu-checkbox {
  display: none;
}
ul {
  display: flex;
}

.main-menu {
  height: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-content: center;

  margin: 0;

  flex-direction: row;
}

@media screen and (max-width: 1000px) {
  .header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    position: relative;
  }
  .main-menu {
    display: NONE;
  }
  .main-menu li {
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: center;
  }
  .main-menu a {
    display: block;
    margin-top: 2vw;
    padding: 8px;
    font-size: 24px;
  }

  .scrolled .header-container {
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    background: #212e53;
    animation-name: show_header;
    animation-duration: 1s;
  }

  .toggle-button {
    display: flex;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
  }
  .toggle-button:after {
    content: attr(data-open);
    display: flex;
    justify-content: space-between;
  }
  #menu-checkbox:checked + nav[role="navigation"] .main-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
    position: absolute;

    z-index: 23;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #212e53;
    width: 100%;

  }
  #menu-checkbox:checked + nav[role="navigation"] .toggle-button:after {
    content: attr(data-close);
  }

  .header-container a {
    margin-right: 10px;
  }
  .main-menu {
    top: 10px;
    right: 10px;
  }
  nav {
    margin-top: 0px;
  }

        li a {
          font-size: 4vw;
        }
}

.inner {
  line-height: 60px;
  text-align: center;
  color: #ffffff;
}

h1 {
  margin-top: 20px;
  color: #212e53;
  text-align: center;
}

.contacts-block {
  background: #212e53; /* rgb(43, 81, 88);*/
  width: 100%;
  padding-top: 32px;
}

.map {
  width: 100%;
  height: 30vw;

  display: flex;
  justify-content: space-around;
  box-shadow: 1px 1px 6px #000;
}
.map-gl {
  max-width: 50%;
  width: 100%;
  height: auto;
}
.map-gf {
  max-width: 50%;
  height: auto;
}

.contacts-conteiner {
  display: inline-block;
  width: 80%;
  margin: 0px auto;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contacs-cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contact-border {
  width: 80%;
  margin: 0px auto;
  border-bottom: 1px solid #fff;
}

.contacts-conteiner p {
  font-size: 1.2vw;
  color: #fff;
}

/*  ------------------------------------------------------ иконки в контактах*/
.contacts-img {
  margin-right: 32px;
}

/* кнопка изменения языка ------------------------------------------------------*/
.dropbtn {
  padding: 5px;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  /* float: right; */
  position: relative;
  margin-right: 7%;
  margin-top: -2.3%;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;

  width: 140px;
}

.dropbtn {
  font-size: 16px;
  color: #ffffff;
  padding-left: 25px;
  width: 40px;
}

.dropbtn::after {
  background: rgba(0, 0, 0, 0)
    url("https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-16.png")
    no-repeat scroll center center;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 16px;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-size: 16px;
  color: #ffffff;
  padding: 2px 0 2px 25px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

#wrap {
  min-height: 100%;
}
.personal-main {
  width: 80%;

  margin: 0 auto;
  display: flex;
  justify-content: space-between;

  /*padding-bottom: 60px;*/
  /*Высота футера*/
}
.personal-container {
  display: inline-block;

  display: flex;
  /*justify-content: space-between;*/
}
.text-persona-container {
  margin: 20px;
}

.personal-main img {
  border: 1px solid #646464;
}

.personal-footer {
  /*Минус Высота футера*/
  height: 60px;
  /*Высота футера*/
}

/*подчеркивание элемента мен.*/
#link-lawyers {
  font-weight: bold;
  color: #ffffff;
}
#main-index {
  font-weight: bold;
  color: #fff;
}
#link-bookkeeper {
  font-weight: bold;
  color: #fff;
}
#link-auditor {
  font-weight: bold;
  color: #fff;
}
#link-notary {
  font-weight: bold;
  color: #fff;
}
#link-translator {
  font-weight: bold;
  color: #fff;
}
#link-price {
  font-weight: bold;
  color: #fff;
}

/*форматируем текст на страницах с информацией о сотрудниках*/
.title-personal {
  margin-left: 0;
  font-size: 40px;
  color: #212e53;
  line-height: 48px;
  margin-bottom: 12px;
}

.invite_text {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  color: #212e53;
  line-height: 48px;
  margin-bottom: 12px;
}

.text-personal {
  font-size: 18px;
  color: #212e53;
  text-align: left;
}

/* стиль таблицы ---------------------------------------*/
table {
  width: 100%;
  font-family: "Roboto", "Lucida Grande", Sans-Serif;
  border-collapse: collapse;
  text-align: center;
}

.price_header {
  text-align: center;
  margin: 20px auto;
}

th,
td:first-child {
  background: #fff;
  font-size: 20px;
  color: #212e53;
  padding: 1vw 1vw;
}
th,
td {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #212e53;
}
td {
  background: #fff;
}
th:first-child,
td:first-child {
  text-align: left;
}
table td:last-child {
  font-size: 16px;
}
/* --------------------------------------------настройка отображения на странице "Прайслист"  -----------------------------------*/
.price-main {
  width: 80%;
  margin-left: 10%;

  /*padding-bottom: 60px;*/
  /*Высота футера*/
}
.price-footer {
  margin-top: 20px;
}

h2 {
  color: #212e53;
  text-align: left;
  margin-bottom: 24px;
}

.th-text-name-of-service {
  font-size: 20px;
}
.th-text-price {
  font-size: 20px;
}
.text-price-note {
  margin: 10px auto;
  font-size: 14px;
  font-style: italic;
}
.audit-bold {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: -1px;
}
.text-personal-sertificat {
  font-style: oblique;
}
.text-persona-container {
  margin-bottom: 70px;
}
#we-in-map {
  margin-top: 5px;
}
/*-------------------------------------- заголовки ------------------*/
#we-in-map {
  margin-top: 15px;
}
#contactsr {
  margin-top: 15px;
}

/* media @media all and (min-width: ) ---- */
@media screen and (max-width: 1000px) {
  .header-topline {
    display: block;
    padding-top: 2vw;
    /* height: 35vw; */
    width: 100%;
    background: #212e53;
  }
  .logo {
    display: none;
  }

  .logo-2 {
    display: flex;
  }

  .inner {
    line-height: 30px;
    text-align: center;
    color: #ffffff;
  }

  .topline-ul {
    width: 70%;
    margin-left: 10%;
    display: block;
  }
  .header-topline a {
    color: #ffffff;
    font-size: 4vw;
    padding: 3vw 3vw;
  }  
  .header-topline p {
    color: #ffffff;
    font-size: 4vw;
    padding: 0.2vw 1vw;
  }
  .contacts-img-first {
    display: block;
    float: left;
    width: 5vw;
    height: 5vw;
  }
  .contacts-img {
    margin-right: 5px;
  }
  .contacts-conteiner {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 90%;
    margin-bottom: 10px;
  }

  .contacts-block {
    padding-top: 10px;
  }

  .contact-border {
    width: 90%;
    margin: 0px auto;
    border-bottom: 1px solid #fff;
  }

  .p-footer-cont {
    margin-left: -1vw;
    padding: -1vw -1vw;
    font-size: 10vw;
  }

  .personal-container-img {
    display: block;
    float: left;
    width: 100%;
    height: auto;
  }
  .personal-container {
    display: block;
  }
  #we-in-map {
    font-size: 20px;
    margin-top: 15px;
  }
  #contactsr {
    font-size: 20px;
    margin-top: 15px;
  }
  .map {
    width: 100%;
    height: 112vw;

    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-shadow: 1px 1px 6px #000;
  }
  .map-gl {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .map-gf {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1;
  }
  .contacts-conteiner p {
    font-size: 2vw;
    color: #fff;
  }
  .logo-img {
    display: flex;
    margin-left: 5px;
    width: 70%;
    height: auto;
    /*border-style: solid;
				border-color: #FFFFFF;
				border-width: 1px;
				border-radius: 2px;*/
  }
  .p-footer-txt {
    font-size: 2vw;
  }

li a {
  font-size: 4vw;
}
}
