.footer_cont_text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 2px;
  color: #052A6E;
}

@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v30/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQ.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}

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

html,
body {
  position: relative;
  width: 100%;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

header,
section,
footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.white_text_title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 21px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #FFBC40;
}

.dark_text_title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 21px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #052A6E;
}

.container {
  max-width: 1440px;
  position: relative;
  display: flex;
  margin: 50px auto;
}

@media (max-width: 1024px) {
  .container {
    max-width: 984px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 728px;
  }
}

@media (max-width: 420px) {
  .container {
    max-width: 380px;
  }
}

.color_section {
  background-color: #4577D4;
}

header {
  background-color: #4577D4;
  height: 100px;
  position: fixed;
  z-index: 100;
}

@media (max-width: 1024px) {
  header {
    position: fixed;
    height: 50px;
    top: 0;
    width: 100%;
    background-color: #4577D4;
    border-bottom: 1px solid #FFBC40;
  }
}

.header_container {
  position: relative;
  width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .header_container {
    width: 984px;
  }
}

@media (max-width: 768px) {
  .header_container {
    max-width: 728px;
  }
}

@media (max-width: 420px) {
  .header_container {
    max-width: 380px;
  }
}

.header_logo_container {
  display: flex;
}

@media (max-width: 1024px) {
  .header_logo_container {
    position: relative;
    z-index: 5;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
  }
}

@media (max-width: 420px) {
  .header_logo_container {
    max-width: 380px;
    padding-left: 3px;
  }
}

.logo_lawyer {
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 1024px) {
  .logo_lawyer {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 420px) {
  .logo_lawyer {
    display: none;
  }
}

h1,
.header_tel {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #052A6E;
  transition-duration: 2s;
}

@media (max-width: 1024px) {

  h1,
  .header_tel {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFDB40;
  }
}

h1 {
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  h1 {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.header_tel:hover {
  color: #FFBC40;
}

@media (max-width: 1024px) {
  .header_burger {
    display: block;
    position: relative;
    width: 30px;
    height: 25px;
    z-index: 5;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }

  .header_burger::before,
  .header_burger::after {
    content: '';
    position: absolute;
    background-color: #052A6E;
    width: 100%;
    height: 2px;
    left: 0;
  }

  .header_burger::before {
    top: -8px;
  }

  .header_burger::after {
    top: 8px;
  }

  .header_burger span {
    position: absolute;
    background-color: #052A6E;
    left: 0;
    width: 100%;
    height: 2px;
  }
}

.burger_active {
  transition-duration: 1s;
}

.burger_active::before {
  transform: rotate(45deg);
  top: 0;
  transition-duration: 0.3s;
  z-index: 77;
}

.burger_active::after {
  transform: rotate(-45deg);
  top: 0;
  transition-duration: 0.3s;
  z-index: 77;
}

.burger_active span {
  display: none;
  transition-duration: 0.6s;
}

.burger_active .Navigation {
  left: 0;
}

@media (max-width: 1024px) {
  .Navigation {
    position: fixed;
    top: 50px;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #ffdc4093;
    transition-duration: 0.7s;
  }
}

@media (max-width: 1024px) {
  .Navigation .nav_menu {
    width: 500px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 10px;
    left: 10px;
  }

  .Navigation .nav_menu .nav_menu_list {
    position: relative;
    margin: 10px 20px 10px 0;
    padding: 5px 0;
    border: 2px solid #1C0772;
    background-color: #FFDB40;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition-duration: 0.5s;
  }

  .Navigation .nav_menu .nav_menu_list .Nav_Menu_link {
    width: 100%;
    padding: 20px;
    margin: 0;
  }

  .Navigation .nav_menu .nav_menu_list:hover {
    border: 2px solid #FFDB40;
    background-color: #4577D4;
  }
}

@media (max-width: 550px) {
  .Navigation .nav_menu {
    width: calc(250px + 250 * ((100vw - 320px) / (550 - 320)));
  }
}

.nav_menu {
  display: flex;
}

.nav_menu .nav_menu_list {
  padding-right: 20px;
}

@media (max-width: 1024px) {
  .nav_menu {
    display: block;
    padding-left: 30px;
    padding-right: 0;
  }

  .nav_menu li {
    padding: 30px 0 0;
  }
}

.Nav_Menu_link {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #052A6E;
  transition-duration: 2s;
}

.Nav_Menu_link:hover {
  color: #FFBC40;
}

#about_section {
  padding-top: 100px;
}

@media (max-width: 1024px) {
  #about_section {
    padding-top: 30px;
  }
}

.about_container {
  position: relative;
  display: flex;
}

@media (max-width: 1024px) {
  .about_container {
    max-width: 984px;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .about_container {
    max-width: 728px;
    flex-wrap: wrap;
  }
}

.about_photo_container,
.about_text_container {
  position: relative;
  width: 50%;
}

@media (max-width: 768px) {

  .about_photo_container,
  .about_text_container {
    width: 100%;
  }
}

@media (max-width: 420px) {

  .about_photo_container,
  .about_text_container {
    padding: 0 3px;
  }
}

@media (max-width: 768px) {
  .about_photo_container {
    display: flex;
  }
}

.photo_lawyer {
  width: 100%;
  max-width: 720px;
  border-radius: 20px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .photo_lawyer {
    max-width: 700px;
    margin-left: 0;
  }
}

.about_text_container {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .about_text_container {
    margin-left: 0;
  }
}

.about_title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 45px;
}

@media (max-width: 1024px) {
  .about_title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #FFBC40;
    margin-bottom: 25px;
  }
}

.about_text {
  font-family: 'Comfortaa', cursive;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 2px;
  color: #052A6E;
  padding-bottom: 20px;
}

@media (max-width: 1024px) {
  .about_text {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 420px) {
  .about_text {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 420px) {
  .last_text {
    padding-bottom: 0;
  }
}

.about_text_title {
  font-family: 'Comfortaa', cursive;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 2px;
  color: #052A6E;
  font-size: 25px;
  font-style: bold;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .about_text_title {
    margin-top: 25px;
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .about_text_title {
    margin-top: 15px;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .license {
    display: none;
  }
}

.help_container {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .help_container {
    max-width: 984px;
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .help_container {
    max-width: 728px;
  }
}

@media (max-width: 420px) {
  .help_container {
    padding-left: 3px;
  }
}

.help_title {
  text-align: center;
  margin-bottom: 50px;
  transition-duration: 0.5s;
}

@media (max-width: 1024px) {
  .help_title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #052A6E;
    margin-bottom: 25px;
  }
}

.cases_list {
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1440px;
  gap: 20px 1px;
}

@media (max-width: 1024px) {
  .cases_list {
    max-width: 984px;
    gap: 10px 1px;
  }
}

@media (max-width: 768px) {
  .cases_list {
    max-width: 728px;
    justify-content: center;
  }
}

.cases {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  transition-duration: 1s;
  border: 2px solid #4577D4;
  border-radius: 10px;
  margin: 0;
}

.cases:hover {
  border: 2px solid #FFBC40;
}

@media (max-width: 1024px) {
  .cases {
    width: 450px;
  }
}

@media (max-width: 768px) {
  .cases {
    width: calc(370px + 230 * ((100vw - 380px) / (768 - 380)));
  }
}

@media (max-width: 420px) {
  .cases {
    width: calc(310px + 70 * ((100vw - 320px) / (420 - 320)));
  }
}

.case {
  font-size: 22px;
  line-height: 21px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #052A6E;
  text-align: center;
  width: 100%;
  padding: 45px 100px;
  transition-duration: 1s;
}

.case:hover {
  color: #FFBC40;
}

@media (max-width: 1024px) {
  .case {
    padding: 35px 12px;
  }
}

@media (max-width: 420px) {
  .case {
    font-size: 19px;
  }
}

.contact_container {
  width: 1440px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .contact_container {
    max-width: 984px;
    margin: 25px auto;
  }
}

@media (max-width: 768px) {
  .contact_container {
    max-width: 728px;
    justify-content: center;
    align-items: center;
  }
}

.contacts_info,
.contacts_map {
  max-width: 50%;
  margin: 0;
}

@media (max-width: 1024px) {

  .contacts_info,
  .contacts_map {
    max-width: 450px;
  }
}

@media (max-width: 768px) {

  .contacts_info,
  .contacts_map {
    max-width: 100%;
  }
}

.contacts_title {
  padding-bottom: 30px;
  text-align: center;
}

@media (max-width: 1024px) {
  .contacts_title {
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #FFBC40;
  }
}

.contact_lawyer {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #052A6E;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .contact_lawyer {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 420px) {
  .contact_lawyer {
    padding-left: 3px;
  }
}

.contact_text {
  font-family: 'Comfortaa', cursive;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #052A6E;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .contact_text {
    font-family: 'Comfortaa', cursive;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #052A6E;
    margin-bottom: 20px;
  }
}

@media (max-width: 420px) {
  .contact_text {
    padding-left: 3px;
  }
}

.contact_item {
  color: #052A6E;
  transition-duration: 1s;
}

.contact_item:hover {
  color: #FFBC40;
  cursor: pointer;
}

.contacts_map {
  max-width: 720px;
  max-height: 500px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .contacts_map {
    max-width: 450px;
    max-height: auto;
  }
}

@media (max-width: 768px) {
  .contacts_map {
    max-width: calc(370px + 280 * ((100vw - 380px) / (768 - 380)));
  }
}

@media (max-width: 420px) {
  .contacts_map {
    width: calc(310px + 70 * ((100vw - 320px) / (420 - 320)));
  }
}

#footer {
  width: 100%;
}

.footer_container {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .footer_container {
    max-width: 984px;
  }
}

@media (max-width: 768px) {
  .footer_container {
    max-width: 728px;
    justify-content: center;
  }
}

.FooterContact {
  position: relative;
  display: flex;
}

@media (max-width: 1024px) {
  .FooterContact .white_text_title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #FFBC40;
  }
}

@media (max-width: 768px) {
  .FooterContact {
    margin-bottom: 20px;
  }
}

@media (max-width: 420px) {
  .FooterContact {
    padding-left: 3px;
  }
}

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

@media (max-width: 768px) {
  .socialFooter {
    padding-left: 15px;
  }
}

@media (max-width: 420px) {
  .socialFooter {
    padding-left: 3px;
  }
}

.SocialIcons {
  width: 35px;
  height: 35px;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .SocialIcons:last-child {
    padding-right: 0;
  }
}

.footer_cont {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 2px;
  color: #052A6E;
  transition-duration: 1s;
}

.footer_cont:hover {
  color: #FFBC40;
}

.footer_info_title {
  font-family: 'Comfortaa', cursive;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #052A6E;
}

@media (max-width: 1024px) {
  .footer_info_title {
    font-family: 'Comfortaa', cursive;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 2px;
    color: #052A6E;
  }
}

.to_top {
  color: #052A6E;
  transition-duration: 1s;
}

.to_top:hover {
  color: #FFBC40;
}

@media (max-width: 1024px) {
  .to_top {
    display: none;
  }
}