@import "normalize.min.css";

@font-face {
  font-family: "Onest";
  src:
    url("../fonts/Onest-Regular.woff2") format("woff2"),
    url("../fonts/Onest-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src:
    url("../fonts/Onest-Medium.woff2") format("woff2"),
    url("../fonts/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src:
    url("../fonts/Onest-SemiBold.woff2") format("woff2"),
    url("../fonts/Onest-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src:
    url("../fonts/Onest-Bold.woff2") format("woff2"),
    url("../fonts/Onest-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src:
    url("../fonts/Onest-ExtraBold.woff2") format("woff2"),
    url("../fonts/Onest-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src:
    url("../fonts/Onest-Black.woff2") format("woff2"),
    url("../fonts/Onest-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src:
    url("../fonts/Lora.woff2") format("woff2"),
    url("../fonts/Lora.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src:
    url("../fonts/Lora-SemiBold.woff2") format("woff2"),
    url("../fonts/Lora-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src:
    url("../fonts/Lorabold.woff2") format("woff2"),
    url("../fonts/Lorabold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-Onest: "Onest", sans-serif;
  --font-Lora: "Lora", sans-serif;
  --black: #000;
  --white: #fff;
  --blue-color: #003471;
  --dark-blue: #154e9c;
}
* {
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.4;
}
[data-href] {
  cursor: pointer;
}
body {
  font-size: 16px;
  font-family: var(--font-Onest), sans-serif;
  color: var(--black);
  line-height: 1.4;
  background-color: var(--white);
}
body.no-scroll {
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
h1,
h2,
.h2 {
  font-family: var(--font-Lora), serif;
  color: var(--blue-color);
  font-weight: 600;
  font-size: 30px;
  text-align: left;
  margin: 20px 0 25px;
  line-height: 1.1em;
}
h3 {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  h1,
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  h1,
  h2,
  .h2 {
    font-size: 26px;
    margin: 15px 0 20px;
  }
}
@media screen and (max-width: 480px) {
  h1,
  h2,
  .h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 16px;
  }
}
.container {
  width: 100%;
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex: 1;
}
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fancybox-container {
  z-index: 100;
}
.fancybox-close-small {
  color: var(--black);
}
.uppercase {
  text-transform: uppercase;
}
.btn {
  border: none;
  cursor: pointer;
  text-align: center;
}
.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr .container > small {
  display: none;
}
.gdpr a {
  text-decoration: underline;
  color: #005dc2;
}
.gdpr a:hover {
  text-decoration: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 680px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}

.contact-elem {
  position: relative;
  display: block;
  padding-left: 30px;
  line-height: 1.15em;
}
.contact-elem::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
a.contact-elem--tel,
.contact-elem--tel a {
  white-space: nowrap;
}
header .contact-elem--tel,
footer .contact-elem--tel {
  font-size: 18px;
}
.contact-elem--tel::before {
  background: url("/static/img/tel.svg") center center / 95% auto no-repeat;
}
.contact-elem--mail::before {
  background: url("/static/img/mail.svg") center center / 100% auto no-repeat;
}
.contact-elem--adr::before {
  background: url("/static/img/adr.svg") center center / auto 100% no-repeat;
}
.contact-elem--time::before {
  background: url("/static/img/time.svg") center center / 100% no-repeat;
}
.contact-elem .contact-elem--none {
  padding-left: 0;
}
@media screen and (max-width: 600px) {
  .contact-elem {
    padding-left: 30px;
  }
  .contact-elem::before {
    width: 20px;
    height: 22px;
  }
}
.menu-toggle {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: none;
  align-items: center;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 auto;
  border: none;
  background: transparent;
}
.menu-toggle > span {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 4px;
  background: var(--white);
  color: var(--white);
}
.menu-toggle > span::before,
.menu-toggle > span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: currentColor;
  left: 0;
}
.menu-toggle > span::before {
  top: -12px;
  transition: top 0.3s;
}
.menu-toggle > span::after {
  bottom: -12px;
  transition: bottom 0.3s;
}
.menu-toggle.is-active > span {
  background: transparent !important;
}
.menu-toggle.is-active > span::before {
  top: 0;
  transform: rotate(-45deg);
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.menu-toggle.is-active > span::after {
  bottom: 0;
  transform: rotate(45deg);
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
@media screen and (max-width: 860px) {
  .menu-toggle {
    display: flex;
  }
}
@media screen and (max-width: 400px) {
  .menu-toggle {
    width: 40px;
    height: 40px;
  }
  .menu-toggle > span {
    height: 4px;
  }
  .menu-toggle > span::before {
    top: -12px;
  }
  .menu-toggle > span::after {
    bottom: -12px;
  }
}
@media screen and (max-width: 380px) {
  .menu-toggle {
    width: 30px;
    height: 30px;
  }
  .menu-toggle > span {
    height: 3px;
  }
  .menu-toggle > span::before {
    top: -10px;
  }
  .menu-toggle > span::after {
    bottom: -10px;
  }
}
.phones-row {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.phones-row .messenger {
  flex-shrink: 0;
}
.phones-row img {
  display: block;
}
@media screen and (max-width: 480px) {
  .phones-row {
    column-gap: 5px;
  }
}
/* header */
header {
  width: 100%;
  /* max-width: 1920px; */
  padding-bottom: 40px;
  margin: 0 auto;
  background: url("/static/img/header_bg.jpg") center top / auto no-repeat, #e3e1e4;
}
.header {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  row-gap: 10px;
  padding-top: 25px;
  padding-bottom: 15px;
}
.header_logo {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.header_contacts {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  column-gap: 20px;
  row-gap: 8px;
  margin-left: auto;
}
header .contact-elem--tel {
  font-size: 20px;
  font-weight: 700;
}
header .contact-elem--adr span {
  display: block;
}
header .contact-elem::before {
  filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(2613%)
    hue-rotate(208deg) brightness(93%) contrast(83%);
}
.header_menu {
  padding: 10px 40px;
  border-radius: 40px;
  background-color: var(--dark-blue);
  color: var(--white);
}
header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  font-size: 18px;
  font-weight: 500;
}
header .menu > li > a {
  display: block;
  padding: 10px 30px;
  border-radius: 40px;
  line-height: 1.1em;
  transition: 0.1s;
  text-align: center;
}
header .menu > li.active > a,
header .menu > li:hover > a {
  background-color: #0061e6;
}

@media screen and (min-width: 861px) {
  header .menu {
    display: flex !important;
  }
}
@media screen and (max-width: 1280px) {
  .header_contacts {
    grid-template-columns: repeat(2, auto);
  }
  .header_contacts .contact-elem--adr {
    order: 1;
    grid-column: 1/-1;
  }
  header .contact-elem--adr span {
    display: inline-block;
  }
  .header_menu {
    padding: 10px 30px;
  }
  header .menu > li > a {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 992px) {
  .header_logo {
    flex-direction: column;
    justify-content: center;
  }
  .header_menu {
    padding: 10px 15px;
  }
  header .menu {
    justify-content: space-evenly;
  }
  header .menu > li > a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 860px) {
  header {
    padding-bottom: 0;
  }
  header .container {
    padding-left: 0;
    padding-right: 0;
  }
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_contacts {
    grid-template-columns: 100%;
    max-width: 265px;
  }
  .header_menu {
    border-radius: initial;
  }
  header .menu {
    display: none;
    padding: 15px 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    background: #e6e4e5;
    grid-template-columns: 100%;
    row-gap: 15px;
  }
  .header_logo {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .header_contacts {
    grid-template-columns: repeat(2, auto);
    column-gap: 5px;
    max-width: initial;
    margin: 0 auto;
  }
  header .contact-elem--tel {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .header_contacts {
    grid-template-columns: 100%;
    max-width: 265px;
  }
}
/* end header */

/* footer */
footer {
  position: relative;
  padding-top: 30px;
  background: #0d2f5d;
  color: var(--white);
}
.footer {
  display: grid;
  grid-template-columns: auto auto 1fr;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 45px;
  padding-bottom: 45px;
}
.footer_logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 210px;
  background: url("/static/img/logo-folder.png") center center / 100% no-repeat;
  padding: 35px 5px 5px;
  margin-top: -70px;
}
.footer_logo img {
  display: block;
}
.footer_menu {
  padding-top: 5px;
}
footer .menu li a {
  display: block;
  padding: 6px 0;
}
footer .menu li.active > a,
footer .menu li:hover > a {
  text-decoration: underline;
}
.footer_contacts {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
  row-gap: 15px;
  padding-top: 15px;
}
footer .contact-elem--tel {
  font-weight: 700;
  font-size: 18px;
}
footer .contact-elem::before {
  filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(2613%)
    hue-rotate(208deg) brightness(93%) contrast(83%);
}
footer .contact-elem span {
  display: block;
}
.footer_copy {
  color: #0d2f5d;
  background-color: #154e9c;
  font-size: 15px;
  padding: 20px 0;
  line-height: 1.2em;
}
.footer_copy .row {
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .footer {
    grid-template-columns: auto 1fr auto;
    column-gap: 30px;
  }
  .footer_logo {
    width: 280px;
    height: 190px;
    padding: 30px 10px 5px;
  }
}
@media screen and (max-width: 1140px) {
  .footer_contacts {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 992px) {
  .footer_logo {
    width: 230px;
    height: 153px;
    padding: 20px 10px 5px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 860px) {
  .footer {
    grid-template-columns: auto auto;
    column-gap: 20px;
  }
  .footer_menu {
    display: none;
  }
  .footer {
    padding-bottom: 30px;
  }
  .footer_copy {
    padding: 15px 0;
  }
}
@media screen and (max-width: 680px) {
  .footer_logo {
    width: 180px;
    height: 120px;
    padding: 18px 10px 5px;
  }
}
@media screen and (max-width: 560px) {
  .footer {
    grid-template-columns: 100%;
    row-gap: 10px;
  }
  .footer_logo {
    width: 230px;
    height: 153px;
  }
  footer .contact-elem--adr span {
    display: inline-block;
  }
}
/* end footer */
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 30px 0 25px;
}
.popup {
  display: none;
}
.mainslide {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: url("/static/img/mainslide_bg.jpg") top center / cover no-repeat;
  min-height: 640px;
}
.mainslide header {
  background: none;
  padding-bottom: 0;
}
.mainslide_content {
  flex: 1;
  padding-top: 68px;
  padding-bottom: 40px;
}
.mainslide_list {
  display: grid;
  grid-template-columns: 38% 24% 36%;
  justify-content: space-between;
  row-gap: 10px;
  font-size: 20px;
  font-family: var(--font-Lora);
  font-weight: 600;
  padding-left: 35px;
  margin-bottom: 35px;
}
.mainslide_list li:last-child {
  grid-column: 2/3;
}
.mainslide_list__elem {
  position: relative;
  display: block;
  color: var(--blue-color);
  line-height: 1.2em;
  min-height: 48px;
  padding-left: 38px;
}
.mainslide_list__elem::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 0;
  top: 0;
  background: url("/static/img/green-arr-45.svg") center center / 100% no-repeat;
}
.mainslide_list__elem small {
  font-size: 1em;
  font-weight: normal;
}
@media screen and (max-width: 1280px) {
  .mainslide {
    min-height: 600px;
  }
  .mainslide_content {
    padding-top: 40px;
  }
  .mainslide_list {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .mainslide {
    background-position: left top;
    background-size: auto;
  }
  .mainslide_content {
    padding-top: 25px;
  }
  .mainslide_list {
    font-size: 18px;
    grid-template-columns: 35% 26% 35%;
  }
  .mainslide_list__elem {
    min-height: 42px;
  }
  .mainslide_list li:last-child {
    grid-column: initial;
  }
  .mainslide_list li:nth-last-child(2) {
    grid-column: 1/-1;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .mainslide_list {
    grid-template-columns: repeat(2, 48.5%);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .mainslide {
    background: #e6e4e5;
    min-height: initial;
  }
}
@media screen and (max-width: 480px) {
  .mainslide_list {
    grid-template-columns: 100%;
  }
  .mainslide_list__elem {
    min-height: 26px;
  }
}

img.rounded {
  display: block;
  border-radius: 16% 0 16% 0;
}
.mainpage {
  padding-top: 40px;
  padding-bottom: 90px;
  overflow: hidden;
}
.mainpage_intro {
  position: relative;
  padding-top: 25px;
  font-size: 15px;
  margin-bottom: -32px;
}
.mainpage_intro__row {
  display: grid;
  grid-template-columns: 53.5% 44.5%;
  justify-content: space-between;
  row-gap: 15px;
}
.mainpage_intro__text {
  padding-bottom: 32px;
}
.mainpage_intro__text h1 {
  margin-top: 0;
}
.mainpage_intro__text p {
  line-height: 1.45em;
  max-width: 640px;
}
.mainpage_intro__img {
  position: relative;
  align-self: flex-start;
  margin-top: 5px;
  max-width: 547px;
}
.mainpage_intro__img::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32.5%;
  max-width: 176px;
  height: 50%;
  background: url("/static/img/round-decor-green.png") center bottom / 100% auto
    no-repeat;
  transform: translate(22%, 28%);
}
@media screen and (max-width: 992px) {
  .mainpage_intro {
    padding-top: 0;
  }
  .mainpage_intro__text h1 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mainpage_intro {
    margin-bottom: -20px;
  }
  .mainpage_intro__row {
    grid-template-columns: 100%;
  }
  .mainpage_intro__text {
    padding-bottom: 0;
  }
  .mainpage_intro__text p {
    max-width: initial;
  }
  .mainpage_intro__img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .mainpage {
    padding-bottom: 60px;
  }
}
.mainpage_directions {
  width: 100%;
  max-width: 1920px;
  background: url("/static/img/mainpage_directions.jpg") center center / cover
    no-repeat;
  padding: 80px 0 45px;
  margin: 0 auto;
}
.mainpage_directions h2 {
  margin-bottom: 20px;
}
.mainpage_directions__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
  font-weight: 600;
  overflow: hidden;
}
.mainpage_directions__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translateY(-50%);
  width: 1px;
  height: 92%;
  background-color: #b9d2e9;
}
.mainpage_directions__item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100px;
  padding: 20px 0px 20px 100px;
}
.mainpage_directions__item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 48px;
  background-position: center;
  background-size: 100%;
  background-position: center;
}
.mainpage_directions__item:nth-child(1):before {
  background-image: url("/static/img/mainpage_directions_01.png");
}
.mainpage_directions__item:nth-child(2):before {
  background-image: url("/static/img/mainpage_directions_02.png");
}
.mainpage_directions__item:nth-child(3):before {
  background-image: url("/static/img/mainpage_directions_03.png");
}
.mainpage_directions__item:nth-child(4):before {
  background-image: url("/static/img/mainpage_directions_04.png");
}
.mainpage_directions__item:nth-child(5):before {
  background-image: url("/static/img/mainpage_directions_05.png");
}
.mainpage_directions__item:nth-child(6):before {
  background-image: url("/static/img/mainpage_directions_06.png");
}
.mainpage_directions__item:nth-child(7):before {
  background-image: url("/static/img/mainpage_directions_07.png");
}
.mainpage_directions__item:nth-child(8):before {
  background-image: url("/static/img/mainpage_directions_08.png");
}
.mainpage_directions__item::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 250%;
  height: 1px;
  background-color: #b9d2e9;
}
.mainpage_directions__item:nth-child(even)::after {
  display: none;
}
.mainpage_directions__item:nth-last-child(2)::after {
  display: none;
}
@media screen and (max-width: 992px) {
  .mainpage_directions__item {
    padding: 15px 0px 15px 70px;
  }
  .mainpage_directions__item::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .mainpage_directions__list {
    grid-template-columns: 100%;
  }
  .mainpage_directions__list::before {
    display: none;
  }
  .mainpage_directions__item {
    min-height: 90px;
  }
  .mainpage_directions__item:nth-child(even)::after,
  .mainpage_directions__item:nth-last-child(2)::after {
    display: block;
  }
  .mainpage_directions__item:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .mainpage_directions h2 {
    margin-bottom: 10px;
  }
  .mainpage_directions__item {
    padding-left: 58px;
    font-size: 15px;
  }
  .mainpage_directions__item::before {
    width: 48px;
    height: 44px;
  }
}
.contact-block {
  background-color: var(--dark-blue);
  color: var(--white);
  overflow: hidden;
}
.contact-block_inner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}
.contact-block_inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 112px;
  height: 135px;
  background: url("/static/img/contact-block_decor.png") center center / 100%
    no-repeat;
  transform: translate(-95%, 15%);
}
.contact-block_row {
  display: grid;
  grid-template-columns: 45% 53%;
  justify-content: space-between;
  row-gap: 10px;
}
.contact-block_left {
  padding: 25px 15px 35px 30px;
}
.contact-block_right {
  padding: 25px 15px 35px 40px;
  border-radius: 15px;
  background-color: #124285;
}
.contact-block_sub {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 30px;
}
.contact-block_question,
.contact-block_callback {
  position: relative;
  display: inline-block;
  padding: 15px 35px 15px 70px;
  border-radius: 40px;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
.contact-block_question {
  background-color: #2ba32e;
}
.contact-block_callback {
  background-color: #0061e6;
}
.contact-block_question::before,
.contact-block_callback::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(308deg)
    brightness(103%) contrast(101%);
}
.contact-block_question::before {
  background: url("/static/img/question-icon.svg") center center / 100% auto
    no-repeat;
}
.contact-block_callback::before {
  background: url("/static/img/tel.svg") center center / 80% auto no-repeat;
}
@media screen and (max-width: 1480px) {
  .contact-block_inner::before {
    width: 90px;
    height: 106px;
    transform: translate(-10%, 15%);
  }
}
@media screen and (max-width: 1280px) {
  .contact-block_left {
    padding: 20px 15px 30px 20px;
  }
  .contact-block_right {
    padding: 20px 15px 30px 30px;
  }
}
@media screen and (max-width: 992px) {
  .contact-block_sub {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contact-block_question,
  .contact-block_callback {
    padding: 12px 20px 12px 55px;
  }
  .contact-block_question::before,
  .contact-block_callback::before {
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contact-block_row {
    grid-template-columns: 100%;
  }
  .contact-block_left,
  .contact-block_right {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .contact-block_inner {
    padding: 20px 10px 30px 10px;
  }
  .contact-block_left,
  .contact-block_right {
    padding: 15px 10px 15px 20px;
  }
  .contact-block_sub {
    font-size: 18px;
  }
  .contact-block_question,
  .contact-block_callback {
    font-size: 16px;
  }
}
.mainpage_contract {
  padding: 40px 0 40px;
}
.mainpage_contract__list {
  column-count: 2;
  column-gap: 20px;
  padding-top: 25px;
  font-size: 15px;
}
.mainpage_contract__list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 26px;
  padding-left: 45px;
  margin-bottom: 20px;
}
.mainpage_contract__list li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 26px;
  background: url("/static/img/doc-check.svg") center center / 100% auto
    no-repeat;
  filter: brightness(0) saturate(100%) invert(14%) sepia(36%) saturate(5617%)
    hue-rotate(201deg) brightness(91%) contrast(102%);
}
.mainpage_contract__list li:nth-child(even):before {
  filter: brightness(0) saturate(100%) invert(24%) sepia(77%) saturate(2427%)
    hue-rotate(204deg) brightness(99%) contrast(109%);
}
.mainpage_preffs {
  overflow: hidden;
  margin-bottom: 50px;
}
.mainpage_preffs__row {
  position: relative;
  display: grid;
  grid-template-columns: 44% 51%;
  justify-content: space-between;
  padding: 78px 0 74px;
}
.mainpage_preffs__row::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  left: 29.5%;
  top: 0;
  background-color: #ebebeb;
  border-radius: 70px 0 0 0;
  z-index: -1;
}
.mainpage_preffs__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mainpage_preffs__text h2 {
  margin-top: 0;
}
.mainpage_preffs__list {
  padding-top: 5px;
  font-size: 15px;
  font-weight: 600;
  max-width: 620px;
}
.mainpage_preffs__list li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 21px;
  line-height: 1.5em;
}
.mainpage_preffs__list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #757575;
  transform: rotate(45deg);
  border-radius: 2px;
}
.mainpage_preffs__list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .mainpage_preffs__row {
    grid-template-columns: 45% 52%;
    padding: 45px 0;
  }
  .mainpage_preffs__list {
    padding-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .mainpage_preffs {
    margin-bottom: 30px;
  }
  .mainpage_preffs__row {
    padding: 35px 0;
  }
  .mainpage_preffs__row::before {
    border-radius: 30px 0 0 0;
  }
  .mainpage_preffs__list li {
    padding-left: 25px;
    margin-bottom: 15px;
  }
  .mainpage_preffs__list li::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .mainpage_contract__list {
    column-count: initial;
    padding-top: 10px;
  }
  .mainpage_contract__list li {
    margin-bottom: 15px;
  }
  .mainpage_preffs__row {
    grid-template-columns: 100%;
    row-gap: 20px;
  }
  .mainpage_preffs__img img {
    margin: 0 auto;
  }
  .mainpage_preffs__row::before {
    left: -15px;
    border-radius: 20px;
    width: calc(100% + 30px);
  }
}
@media screen and (max-width: 480px) {
  .mainpage_contract {
    padding: 30px 0;
  }
}
.page-title {
  position: relative;
  padding-left: 45px;
}
.page-title::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  left: 0;
  top: 0;
  background: url("/static/img/green-arr-45.svg") center center / 100% no-repeat;
}
@media screen and (max-width: 992px) {
  .page-title {
    padding-left: 40px;
  }
  .page-title::before {
    width: 32px;
    height: 32px;
  }
}
.accounting {
  padding-top: 40px;
  overflow: hidden;
}
.accounting_intro {
  position: relative;
  font-size: 15px;
  margin-bottom: -35px;
}
.accounting_intro__row {
  display: grid;
  grid-template-columns: 53.5% 44.5%;
  justify-content: space-between;
  row-gap: 10px;
}
.accounting_intro__text {
  padding-top: 40px;
}
.accounting_intro__title {
  margin-top: 0;
  margin-bottom: 45px;
}
.accounting_intro__text p {
  line-height: 1.45em;
  max-width: 640px;
}
.accounting_intro__img {
  position: relative;
  align-self: flex-start;
  margin-top: 5px;
  max-width: 547px;
}
.accounting_intro__img::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32.5%;
  max-width: 176px;
  height: 50%;
  background: url("/static/img/round-decor-blue.png") center bottom / 100% auto
    no-repeat;
  transform: translate(22%, 28%);
}
@media screen and (max-width: 1140px) {
  .accounting_intro__text {
    padding-top: 0;
  }
  .accounting_intro__title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .accounting_intro {
    margin-bottom: -20px;
  }
  .accounting_intro__row {
    grid-template-columns: 100%;
  }

  .accounting_intro__text p {
    max-width: initial;
  }
  .accounting_intro__img {
    margin: 0 auto;
  }
}

.accounting_services {
  padding-top: 60px;
  padding-bottom: 65px;
  background-color: #f5f5f5;
}
.accounting_services__list {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  justify-content: space-between;
  padding-top: 25px;
  row-gap: 50px;
  margin-bottom: 40px;
  background: url("/static/img/accounting_services_decor.png") 58% 37% / auto
    no-repeat;
}
.accounting_services__item {
  position: relative;
  padding-top: 65px;
}
.accounting_services__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 50px;
  filter: brightness(0) saturate(100%) invert(56%) sepia(11%) saturate(3364%)
    hue-rotate(180deg) brightness(82%) contrast(89%);
}
.accounting_services__item:nth-child(1):before {
  background: url("/static/img/acc_services_01.svg") left center / 85% no-repeat;
}
.accounting_services__item:nth-child(2):before {
  background: url("/static/img/acc_services_02.svg") left center / 75% no-repeat;
}
.accounting_services__item:nth-child(3):before {
  background: url("/static/img/acc_services_03.svg") left center / 95% no-repeat;
}
.accounting_services__item:nth-child(4):before {
  background: url("/static/img/acc_services_04.svg") left center / 85% no-repeat;
}
.accounting_services__item:nth-child(5):before {
  background: url("/static/img/acc_services_05.svg") left center / 95% no-repeat;
}
.accounting_services__item:nth-child(6):before {
  background: url("/static/img/acc_services_06.svg") left center / 75% no-repeat;
}
.accounting_services__item:nth-child(7):before {
  background: url("/static/img/acc_services_07.svg") left center / 80% no-repeat;
}
.accounting_services__item:nth-child(8):before {
  background: url("/static/img/acc_services_08.svg") left center / 70% no-repeat;
}
.accounting_services__item:nth-child(9):before {
  background: url("/static/img/acc_services_09.svg") left center / 75% no-repeat;
}
.accounting_services__name {
  color: var(--blue-color);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.accounting_services__text span,
.accounting_services__text b {
  display: block;
}
.accounting_services__text li::before {
  content: "•";
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 992px) {
  .accounting_services__list {
    row-gap: 35px;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 860px) {
  .accounting_services__list {
    grid-template-columns: repeat(2, 48.5%);
    row-gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .accounting_services {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .accounting_services__list {
    background-size: 30%;
    background-position: right center;
  }
  .accounting_services__item {
    padding-top: 50px;
  }
  .accounting_services__item::before {
    width: 50px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .accounting_services__list {
    grid-template-columns: 100%;
    row-gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .accounting_services {
    padding-top: 60px;
  }
  .accounting_services__list {
    background-image: none;
  }
}
.accounting_deal {
  position: relative;
  margin-top: -48px;
}
.accounting_deal__row {
  position: relative;
  display: grid;
  grid-template-columns: 44.5% 53.5%;
  justify-content: space-between;
  row-gap: 25px;
  padding-bottom: 75px;
}
.accounting_deal__row::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  max-width: 310px;
  height: 100%;
  background: url("/static/img/accounting_deal.png") right bottom / 100% auto
    no-repeat;
  z-index: -1;
}
.accounting_deal__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 40px;
  width: 100%;
  max-width: 635px;
  margin-left: auto;
}
.accounting_deal__sub {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.accounting_deal__list {
  position: relative;
  padding-left: 48px;
  padding-top: 8px;
}
.accounting_deal__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #f4f5f3;
  border-radius: 5px;
}
.accounting_deal__list li {
  position: relative;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.accounting_deal__list li::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 0;
  width: 20px;
  height: 16px;
  background: url("/static/img/check.svg") left center / 100% no-repeat;
  filter: brightness(0) saturate(100%) invert(67%) sepia(52%) saturate(580%)
    hue-rotate(39deg) brightness(103%) contrast(85%);
}
@media screen and (max-width: 768px) {
  .accounting_deal__row {
    grid-template-columns: 100%;
  }
  .accounting_deal__img img {
    margin: 0 auto;
  }
  .accounting_deal__text {
    max-width: 547px;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .accounting_deal__row {
    padding-bottom: 60px;
  }
  .accounting_deal__row::before {
    display: none;
  }
  .accounting_deal__list {
    padding-left: 40px;
  }
  .accounting_deal__list li {
    margin-bottom: 10px;
  }
  .accounting_deal__list li::before {
    left: -36px;
  }
}
.legal {
  padding-top: 50px;
  font-size: 15px;
  overflow: hidden;
}
.legal_title {
  margin-bottom: 30px;
}
.legal_intro {
  display: grid;
  grid-template-columns: 45% 52%;
  justify-content: space-between;
  row-gap: 25px;
  position: relative;
  padding-top: 15px;
  margin-bottom: -50px;
}
.legal_intro__img {
  position: relative;
  align-self: flex-start;
  max-width: 549px;
}
.legal_intro__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32.5%;
  max-width: 176px;
  height: 50%;
  background: url("/static/img/round-decor-lgreen.png") center bottom / 100%
    auto no-repeat;
  transform: translate(-28%, -29%);
}
.legal_intro__text {
  padding-top: 10px;
}
.legal_intro p {
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .legal {
    padding-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .legal_intro__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .legal {
    padding-top: 20px;
  }
  .legal_intro {
    grid-template-columns: 100%;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .legal_intro__img {
    margin: 0 auto;
  }
}
.legal_services {
  background-color: #f1f8f7;
  padding: 100px 0 50px;
}
.legal_services__grid {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  justify-content: space-between;
}
.legal_services__right {
  display: flex;
  flex-direction: column;
}
.legal_services__list {
  padding-top: 10px;
}
.legal_services__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 24px;
  font-weight: 600;
}
.legal_services__list li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #a4deb0;
  transform: rotate(45deg);
  border-radius: 2px;
}
.legal_register {
  position: relative;
  padding-top: 25px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 16px;
}
.legal_register::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #c4e495;
  transform: translateX(-20%);
}
.legal_register__content {
  position: relative;
  background: url("/static/img/legal_register.png") left top / cover no-repeat;
  padding: 32px 15px 25px 45px;
  color: var(--white);
  border-radius: 35px 0 35px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
.legal_register__header {
  position: relative;
  padding-left: 60px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.legal_register__header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 35px;
  height: 48px;
  background: url("/static/img/legal_register-icon.svg") center center / 100%
    no-repeat;
}
.legal_register__header span {
  display: inline-block;
}
.legal_register__sub {
  color: #9edd2f;
  margin-bottom: 8px;
}
.legal_register__btn {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px dotted currentColor;
}
.legal_banks {
  background: linear-gradient(to bottom, #c5f2ce, #b5e0f6);
  padding: 25px 15px 22px;
  border-radius: 0 35px 0 35px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 30px;
}
.legal_banks__sub {
  display: block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 12px;
}
.legal_banks__list {
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
  row-gap: 10px;
}
.legal_banks__list li {
  display: flex;
}
.legal_banks__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 20px;
  padding: 12px 10px;
}
@media screen and (max-width: 1280px) {
  .legal_services__grid {
    grid-template-columns: 47% 49%;
  }
}
@media screen and (max-width: 992px) {
  .legal_services {
    padding-top: 50px;
  }
  .legal_services__grid {
    grid-template-columns: 100%;
  }
  .legal_services__list {
    padding-top: 0;
  }
  .legal_services__list li {
    margin-bottom: 15px;
  }
  .legal_register,
  .legal_banks {
    order: 1;
  }
  .legal_register::before {
    transform: translateX(-15px);
  }
}
@media screen and (max-width: 768px) {
  .legal_services {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .legal_register__content {
    padding: 25px 15px 25px 30px;
    font-size: 18px;
  }
  .legal_register__header {
    font-size: 22px;
    padding-left: 50px;
  }
  .legal_register__header::before {
    top: 3px;
    width: 32px;
    height: 44px;
  }
  .legal_banks__list {
    column-gap: 8px;
  }
  .legal_banks__list li a {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 480px) {
  .legal_register__content {
    padding: 20px 10px 20px 40px;
    font-size: 16px;
  }
  .legal_register__header {
    font-size: 20px;
    padding-left: 40px;
  }
  .legal_register__header::before {
    width: 30px;
    margin-bottom: 15px;
  }
  .legal_banks__list {
    flex-wrap: wrap;
  }
  .legal_banks__list li {
    width: 48.5%;
  }
  .legal_banks__list li a {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .legal_register__content {
    padding-left: 20px;
  }
}
.legal_helps {
  background-color: #b5e0f6;
  padding: 55px 0 65px;
}
.legal_helps__list {
  display: grid;
  grid-template-columns: repeat(2, 48.5%);
  justify-content: space-between;
  row-gap: 20px;
  font-size: 16px;
}
.legal_helps__elem {
  position: relative;
  background-color: #d9f2ff;
  padding: 50px 50px 50px 175px;
  border-radius: 45px 0 45px 0;
  line-height: 1.38;
}
.legal_helps__elem::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 25px;
  width: 124px;
  height: 124px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.legal_helps__elem:nth-child(1):before {
  background-image: url("/static/img/legal_helps_01.png");
}
.legal_helps__elem:nth-child(2):before {
  background-image: url("/static/img/legal_helps_02.png");
}
.legal_helps__name {
  font-size: 20px;
  font-weight: 700;
  color: #003471;
  min-height: 30px;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.legal_types {
  padding-top: 45px;
  padding-bottom: 10px;
}
.legal_types h2 {
  font-size: 24px;
}
.legal_types__list {
  padding-top: 15px;
}
.legal_types__list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 24px;
}
.legal_types__list li:last-child {
  margin-bottom: 0;
}
.legal_types__list li::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 25px;
  left: 0;
  top: -5px;
  background: url("/static/img/legal_types_arr.svg") center center / 100%
    no-repeat;
}
.legal_types__list li b {
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .legal_helps {
    padding: 40px 0 50px;
  }
  .legal_helps__elem {
    padding: 35px 30px 35px 150px;
  }
  .legal_helps__elem::before {
    left: 10px;
    top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .legal_helps__elem {
    padding: 25px 15px 25px 120px;
  }
  .legal_helps__elem::before {
    width: 94px;
    height: 94px;
  }
  .legal_helps__name {
    font-size: 18px;
    margin-bottom: 10px;
    min-height: initial;
  }
  .legal_types {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .legal_types h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .legal_helps__list {
    grid-template-columns: 100%;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .legal_types__list li {
    padding-left: 45px;
  }
  .legal_helps__elem {
    padding: 125px 15px 25px 20px;
  }
  .legal_helps__elem::before {
    left: 20px;
    top: 15px;
  }
}
.legal_outro {
  padding-bottom: 45px;
  background: linear-gradient(
    to bottom,
    transparent 0% 55px,
    #f1f8f7 55px 100%
  );
}
.legal_additions {
  font-size: 16px;
  margin-bottom: 55px;
}
.legal_additions__row {
  display: grid;
  grid-template-columns: 52% 46%;
  justify-content: space-between;
  margin-bottom: 30px;
}
.legal_additions__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 50px;
}
.legal_additions__text ul {
  max-width: 600px;
  margin-bottom: 25px;
}
.legal_additions__text p:last-child {
  margin-bottom: 0;
}
.legal_additions h2 {
  font-size: 24px;
  max-width: 470px;
}
.legal_additions__img {
  max-width: 549px;
  margin-left: auto;
}
.legal_notice {
  position: relative;
  font-family: var(--font-Lora);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  color: #0d2f5d;
  padding-left: 370px;
  min-height: 100px;
  margin-bottom: 5px;
}
.legal_notice::before {
  content: "";
  position: absolute;
  left: 178px;
  top: 0;
  width: 141px;
  height: 98px;
  background: url("/static/img/legal_notice_arr.png") center center / 100% auto
    no-repeat;
}
.legal_notice a {
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  .legal_additions__text ul {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1140px) {
  .legal_notice {
    padding-left: 320px;
  }
  .legal_notice::before {
    left: 120px;
  }
}
@media screen and (max-width: 992px) {
  .legal_outro {
    background: linear-gradient(
      to bottom,
      transparent 0% 30px,
      #f1f8f7 30px 100%
    );
  }
  .legal_additions {
    margin-bottom: 35px;
  }
  .legal_additions__text {
    padding-top: 30px;
  }
  .legal_additions h2 {
    font-size: 20px;
  }
  .legal_notice {
    padding-left: 160px;
  }
  .legal_notice::before {
    left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .legal_outro {
    background: #f1f8f7;
    padding-top: 30px;
  }
  .legal_additions__row {
    grid-template-columns: 100%;
    margin-bottom: 20px;
  }
  .legal_additions__text {
    padding-top: 15px;
  }
  .legal_additions__img {
    order: -1;
    margin: 0 auto;
  }
  .legal_notice {
    padding-left: 115px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .legal_notice::before {
    width: 100px;
    height: 70px;
  }
}
@media screen and (max-width: 600px) {
  .legal_additions {
    margin-bottom: 20px;
  }
  .legal_notice {
    padding-left: 0px;
    padding-top: 58px;
  }
  .legal_notice::before {
    width: 75px;
    height: 54px;
  }
}
@media screen and (max-width: 480px) {
  .legal_additions {
    font-size: 15px;
  }
  .legal_notice {
    padding-top: 45px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .legal_notice::before {
    width: 65px;
    height: 45px;
  }
}
.contacts {
  padding-top: 45px;
}
.contacts_content {
  display: grid;
  grid-template-columns: 48.5% 49.5%;
  row-gap: 15px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.contacts_text {
  position: relative;
  max-width: 570px;
}
.contacts_text::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 30%;
  max-width: 150px;
  height: 103px;
  background: url("/static/img/contacts_decor.png") center center / 100% auto
    no-repeat;
  z-index: -1;
}
.contacts_text h1 {
  margin: 25px 0 60px;
}
.contacts .contact-elem {
  margin-bottom: 24px;
  padding-left: 38px;
}
.contacts .contact-elem a,
.contacts .contact-elem b {
  display: block;
  font-weight: 700;
  margin-top: 5px;
}
.contacts .contact-elem::before {
  top: 0;
  transform: none;
  filter: invert(19%) sepia(90%) saturate(1710%) hue-rotate(202deg)
    brightness(98%) contrast(91%);
}
.contacts_img img {
  display: block;
}
.contacts_map iframe {
  display: block;
}
@media screen and (max-width: 1140px) {
  .contacts_text h1 {
    margin: 10px 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .contacts {
    padding-top: 25px;
  }
  .contacts_map iframe {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .contacts_content {
    grid-template-columns: 100%;
  }
  .contacts_text {
    max-width: initial;
  }
  .contacts_img img {
    margin: 0 auto;
  }
  .contacts .contact-elem {
    margin-bottom: 20px;
  }
}
.politic-page {
  padding-top: 40px;
  padding-bottom: 80px;
}
.politic-page ul {
  padding: 0 0 0 40px;
  margin: 20px 0;
}
.politic-page li {
  list-style: disc;
}
.politic-page li p {
  padding: 0;
  margin: 0 0 5px;
}
.politic-page table p {
  padding: 0;
}
.politic-page table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.politic-page table th,
.politic-page table td {
  padding: 5px;
  border: 1px solid currentColor;
}