/*
Theme Name: IL2024.com
Author: Alexey Fedorov (alexeyfedorov1@gmail.com)
Description:  This template is designed specifically for the client imperiallegal.com
Version: 1.0
*/

body {
  margin: 0;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: var(--text_color);
  line-height: 1.55;
  background-color: #fff;
}

html[lang="ru-RU"] body {
  font-family: Manrope;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body * {
  outline: none;
}

::placeholder {
  color: #b4b8c9;
  font-size: 18px;
}

img,
svg {
  vertical-align: middle;
}

p {
  margin-top: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  display: flex;
  width: 1316px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1315px) {
  .container {
    width: 100%;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.hidden {
  display: none !important;
}