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

* {
  margin: 0;
  padding: 0;
}
.preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a71a53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999999;
}
html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

footer,
header,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}

body {
  font: 14px/22px "open_sans", Arial, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0c0c0c;
}

button:hover {
  cursor: pointer;
}

.index_pages {
  width: 100%;
  height: 100%;
}

.bl_header .bl_header__content ul li .bl_header__item .item__image{
  display: none;
}

.index_pages ul {
  max-width: 300px;
  padding: 100px 20px 20px;
  margin: 0 auto;
}

.index_pages ul li {
  list-style: none;
  font-size: 25px;
  margin-bottom: 15px;
}

.index_pages ul li a {
  text-decoration: none;
}

.index_pages ul li a:hover {
  text-decoration: underline;
}

html.lock,
body.lock {
  height: 100%;
  overflow: hidden !important;
  width: 100%;
  position: relative;
}

.main_wrapper {
  width: 100%;
}
.bl_header .bl_header__content ul li .bl_header__item{
  cursor: pointer;
}
@media (max-height: 100vh) {
  .main_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 100vh;
  }
}

.container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 992px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 374px) {
  .container {
    padding: 0 15px;
  }
}

h1 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 54px;
  line-height: normal;
}

@media (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 54px;
  line-height: normal;
}

@media (max-width: 992px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 425px) {
  h3 {
    font-size: 18px;
  }
}

h5 {
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 175%;
  text-transform: uppercase;
}

p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
}

@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

.btn_green {
  padding: 20px 35px;
  color: #82bb31;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #82bb31;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

@media (max-width: 425px) {
  .btn_green {
    font-size: 18px;
    padding: 15px 25px;
  }
}

.btn_green:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #a71a53;
}

::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 300;
  font-style: italic;
  color: #757575;
}

::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 300;
  font-style: italic;
  color: #757575;
}

:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 300;
  font-style: italic;
  color: #757575;
}

::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 300;
  font-style: italic;
  color: #757575;
}

::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 300;
  font-style: italic;
  color: #757575;
}

@media (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
  ::-moz-placeholder {
    font-size: 14px;
  }
  :-ms-input-placeholder {
    font-size: 14px;
  }
  ::-ms-input-placeholder {
    font-size: 14px;
  }
  ::placeholder {
    font-size: 14px;
  }
}

:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 300;
  font-style: italic;
  color: #757575;
}

@media (max-width: 768px) {
  :-ms-input-placeholder {
    font-size: 14px;
  }
}

::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 300;
  font-style: italic;
  color: #757575;
}

@media (max-width: 768px) {
  ::-ms-input-placeholder {
    font-size: 14px;
  }
}

.main_header {
  position: relative;
  z-index: 50;
  height: 0;
}

.main_header .header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .main_header .header {
    padding-top: 40px;
  }
}

@media (max-width: 425px) {
  .main_header .header {
    padding-top: 30px;
  }
}

.main_header .header .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main_header .header .header__logo {
  max-width: 340px;
  width: 100%;
  position: relative;
  z-index: 50;
}

@media (max-width: 1440px) {
  .main_header .header .header__logo {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .main_header .header .header__logo {
    max-width: 220px;
  }
}

@media (max-width: 425px) {
  .main_header .header .header__logo {
    max-width: 180px;
  }
}

.main_header .header .header__logo a {
  display: block;
  height: 100px;
}

.main_header .header .header__logo a img {
  display: block;
}

.main_header .header .header__logo a span {
  display: block;
  width: 100%;
  position: relative;
  top: -60px;
}

.main_header .header .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

.main_header .header .header__right .header__boxes {
  border: 2px solid #fff;
  padding: 8px 27px;
}

@media (max-width: 1440px) {
  .main_header .header .header__right .header__boxes {
    padding: 8px 15px;
  }
}

@media (max-width: 1200px) {
  .main_header .header .header__right .header__boxes {
    display: none;
  }
}

.main_header .header .header__right .header__boxes p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_header .header .header__right .header__boxes p span {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

.main_header .header .header__right .header__boxes p .boxes_number {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1440px) {
  .main_header .header .header__right .header__boxes p .boxes_number {
    margin-top: 0;
    font-size: 30px;
  }
}

.main_header .header .header__right .header__lang {
  position: relative;
  margin-left: 45px;
  padding-right: 18px;
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .main_header .header .header__right .header__lang {
    margin-top: 0;
    margin-left: 30px;
  }
}

@media (max-width: 1200px) {
  .main_header .header .header__right .header__lang {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .main_header .header .header__right .header__lang {
    display: none;
  }
}

.main_header .header .header__right .header__lang ul li:hover ul {
  display: block;
}

.main_header .header .header__right .header__lang ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  display: block;
  padding-right: 18px;
  position: relative;
  z-index: 5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .main_header .header .header__right .header__lang ul li a {
    font-size: 16px;
  }
}

.main_header .header .header__right .header__lang ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header .header .header__right .header__lang ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 4px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.main_header .header .header__right .header__lang ul li ul {
  display: none;
  position: absolute;
  left: -6px;
  top: -14px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 14px 8px;
  border-radius: 20px;
  padding-top: 52px;
  margin-right: -16px;
  width: 42px;
}

.main_header .header .header__right .header__lang ul li ul li {
  margin-bottom: 20px;
}

.main_header .header .header__right .header__lang ul li ul li:last-child {
  margin-bottom: 0;
}

.main_header .header .header__right .header__lang ul li ul li a {
  color: #a71a53;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}

.main_header .header .header__right .header__lang ul li ul li a:hover {
  color: #fff;
  opacity: 1;
}

.main_header .header .header__right .header__lang ul li ul li a::after {
  display: none;
}

.main_header .header .header__right .header__soc {
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .main_header .header .header__right .header__soc {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .main_header .header .header__right .header__soc {
    display: none;
  }
}

@media (max-width: 600px) {
  .main_header .header .header__right .header__soc {
    display: none;
  }
}

.main_header .header .header__right .header__soc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_header .header .header__right .header__soc ul li {
  margin-left: 20px;
}

@media (max-width: 1440px) {
  .main_header .header .header__right .header__soc ul li {
    margin-left: 15px;
  }
}

.main_header .header .header__right .header__soc ul li:first-child {
  margin-left: 0;
}

.main_header .header .header__right .header__soc ul li a {
  display: block;
  height: 35px;
  max-width: 35px;
  min-width: 35px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1440px) {
  .main_header .header .header__right .header__soc ul li a {
    max-width: 30px;
    min-width: 30px;
    height: 30px;
  }
}

.main_header .header .header__right .header__soc ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

.main_header .header .header__right .header__soc ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 900px) {
  .main_header .header .header__right .header__soc ul li a img {
    fill: #fff;
  }
}

.main_header .header .header__right .header__tel {
  margin-left: 30px;
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .main_header .header .header__right .header__tel {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .main_header .header .header__right .header__tel {
    display: none;
  }
}

.main_header .header .header__right .header__tel a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #fff;
  font-size: 24px;
  line-height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .main_header .header .header__right .header__tel a {
    font-size: 18px;
  }
}

@media (max-width: 374px) {
  .main_header .header .header__right .header__tel a {
    font-size: 16px;
  }
}

.main_header .header .header__right .header__tel a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header .header .header__right .header__burger {
  max-width: 35px;
  min-width: 35px;
  width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 75px;
  margin-bottom: 30px;
  position: relative;
  z-index: 50;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1440px) {
  .main_header .header .header__right .header__burger {
    margin-left: 50px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .main_header .header .header__right .header__burger {
    margin-left: 50px;
  }
}

@media (max-width: 375px) {
  .main_header .header .header__right .header__burger {
    margin-left: 20px;
  }
}

.main_header .header .header__right .header__burger:hover {
  cursor: pointer;
}

.main_header .header .header__right .header__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header .header .header__right .header__burger.active {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header .header .header__right .header__burger.active span {
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header .header .header__right .header__burger.active span:first-child {
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
      -ms-transform: rotate(-45deg) translate(-7px, 7px);
          transform: rotate(-45deg) translate(-7px, 7px);
}

.main_header .header .header__right .header__burger.active span:nth-child(2) {
  width: 0;
}

.main_header .header .header__right .header__burger.active span:last-child {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
      -ms-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
}

.main_header .header__mobile {
  position: fixed;
  z-index: 45;
  width: 310px;
  height: 100%;
  top: 0;
  right: -100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px;
  overflow: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-top: 170px;
}

.bl_center_pac .bl_center_pac__content ul li  div{
  max-width: 130px;
  margin: auto;
}
.bl_center_pac .bl_center_pac__content ul li  div svg{
  max-width: 130px;
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text{
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .main_header .header__mobile {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 425px) {
  .main_header .header__mobile {
    width: 100%;
  }
}

.main_header .header__mobile .header__mobile__content .header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 992px) {
  .main_header .header__mobile .header__mobile__content .header__menu ul {
    margin-bottom: 50px;
  }
}

.main_header .header__mobile .header__mobile__content .header__menu ul li {
  margin-bottom: 35px;
}

@media (max-width: 425px) {
  .main_header .header__mobile .header__mobile__content .header__menu ul li {
    margin-bottom: 25px;
  }
}

.main_header .header__mobile .header__mobile__content .header__menu ul li:last-child {
  margin-bottom: 0;
}

.main_header .header__mobile .header__mobile__content .header__menu ul li a {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}

.main_header .header__mobile .header__mobile__content .header__menu ul li a::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #82bb31;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header .header__mobile .header__mobile__content .header__menu ul li a:hover::after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.main_header .header__mobile .header__mobile__content .header__menu ul li a.active::after {
  width: 100%;
}

.main_header .header__mobile .header__mobile__content .header__lang {
  position: relative;
  display: none;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .main_header .header__mobile .header__mobile__content .header__lang {
    display: block;
  }
}

.main_header .header__mobile .header__mobile__content .header__lang ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.main_header .header__mobile .header__mobile__content .header__lang ul li a {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  display: block;
  padding-right: 14px;
  position: relative;
  z-index: 5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .main_header .header__mobile .header__mobile__content .header__lang ul li a {
    font-size: 16px;
  }
}

.main_header .header__mobile .header__mobile__content .header__lang ul li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header .header__mobile .header__mobile__content .header__lang ul li ul {
  display: none;
  position: absolute;
  left: -10px;
  top: -5px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 3px;
  padding-top: 40px;
}

.main_header .header__mobile .header__mobile__content .header__lang ul li ul li {
  margin-bottom: 5px;
}

.main_header .header__mobile .header__mobile__content .header__lang ul li ul li:last-child {
  margin-bottom: 0;
}

.main_header .header__mobile .header__mobile__content .header__lang ul li ul li a::after {
  display: none;
}

.main_header .header__mobile .header__mobile__content .header__soc {
  display: none;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .main_header .header__mobile .header__mobile__content .header__soc {
    display: block;
  }
}

.main_header .header__mobile .header__mobile__content .header__soc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_header .header__mobile .header__mobile__content .header__soc ul li {
  margin-left: 12px;
}

.main_header .header__mobile .header__mobile__content .header__soc ul li:first-child {
  margin-left: 0;
}

.main_header .header__mobile .header__mobile__content .header__soc ul li a {
  display: block;
  height: 30px;
  max-width: 30px;
  min-width: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header .header__mobile .header__mobile__content .header__soc ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

.main_header .header__mobile .header__mobile__content .header__soc ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 600px) {
  .main_header .header__mobile .header__mobile__content .header__soc ul li a svg {
    fill: #fff !important;
  }
}

@media (max-width: 600px) {
  .main_header .header__mobile .header__mobile__content .header__soc ul li a svg image {
    fill: #fff !important;
  }
}

.main_header .header__mobile .header__mobile__content .header__tel {
  display: none;
}

@media (max-width: 768px) {
  .main_header .header__mobile .header__mobile__content .header__tel {
    display: block;
  }
}

.main_header .header__mobile .header__mobile__content .header__tel a {
  display: block;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .main_header .header__mobile .header__mobile__content .header__tel a {
    font-size: 18px;
  }
}

.main_header .header__mobile .header__mobile__content .header__tel a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header .header__mobile.active {
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_header_2 .header {
  background-color: #a71a53;
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .main_header_2 .header {
    padding-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .main_header_2 .header {
    padding-bottom: 30px;
  }
}

.bl_header {
  min-height: 700px;
  background-image: url(../img/bl_header/bg_header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 230px;
  padding-bottom: 50px;
}

@media (max-width: 425px) {
  .bl_header {
    padding-top: 180px;
  }
}

.bl_header .bl_header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bl_header .bl_header__content ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .bl_header .bl_header__content ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px;
  }
}

@media (max-width: 425px) {
  .bl_header .bl_header__content ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}

.bl_header .bl_header__content ul li .bl_header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_header .bl_header__content ul li .bl_header__item .item__img {
  width: 120px;
  height: 150px;
  position: relative;
  margin-bottom: 75px;
}

.bl_header .bl_header__content ul li .bl_header__item .item__img::before {
  content: "";
  display: block;
  height: 5px;
  width: 40px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
}

.bl_header .bl_header__content ul li .bl_header__item .item__img div {
  width: 100%;
  height: 100%;
}

.bl_header .bl_header__content ul li .bl_header__item .item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.bl_header .bl_header__content ul li .bl_header__item h3 {
  max-width: 200px;
}

.bl_header .bl_header__content .btn_green {
  margin: 0 auto;
}

.bl_center_pac {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 40px;
}

.bl_center_pac .bl_center_pac__content h2 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #a71a53;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.bl_center_pac .bl_center_pac__content h2 span {
  font-weight: 800;
}

.bl_center_pac .bl_center_pac__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1070px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .bl_center_pac .bl_center_pac__content ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 425px) {
  .bl_center_pac .bl_center_pac__content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bl_center_pac .bl_center_pac__content ul li {
  position: relative;
}

.bl_center_pac .bl_center_pac__content ul li a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.bl_center_pac .bl_center_pac__content ul li:first-child {
  width: 23.8%;
}

@media (max-width: 600px) {
  .bl_center_pac .bl_center_pac__content ul li:first-child {
    width: 38%;
  }
}

@media (max-width: 425px) {
  .bl_center_pac .bl_center_pac__content ul li:first-child {
    width: 100%;
    max-width: 250px;
    margin-bottom: 40px;
  }
}

.bl_center_pac .bl_center_pac__content ul li:nth-child(2) {
  width: 14%;
}

@media (max-width: 600px) {
  .bl_center_pac .bl_center_pac__content ul li:nth-child(2) {
    width: 35%;
  }
}

@media (max-width: 425px) {
  .bl_center_pac .bl_center_pac__content ul li:nth-child(2) {
    width: 100%;
    max-width: 200px;
    margin-bottom: 40px;
  }
}

.bl_center_pac .bl_center_pac__content ul li:nth-child(3) {
  width: 11%;
}

@media (max-width: 600px) {
  .bl_center_pac .bl_center_pac__content ul li:nth-child(3) {
    width: 28%;
  }
}

@media (max-width: 425px) {
  .bl_center_pac .bl_center_pac__content ul li:nth-child(3) {
    width: 100%;
    max-width: 150px;
    margin-bottom: 40px;
  }
}

.bl_center_pac .bl_center_pac__content ul li:nth-child(4) {
  width: 21%;
}

@media (max-width: 600px) {
  .bl_center_pac .bl_center_pac__content ul li:nth-child(4) {
    width: 35%;
  }
}

@media (max-width: 425px) {
  .bl_center_pac .bl_center_pac__content ul li:nth-child(4) {
    width: 100%;
    max-width: 200px;
  }
}

.bl_center_pac .bl_center_pac__content ul li img {
  display: block;
}

.bl_slides ul li .bl_slide {
  background-color: #a71a53;
  padding-top: 200px;
  padding-bottom: 150px;
  position: relative;
}

@media (max-width: 768px) {
  .bl_slides ul li .bl_slide {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 425px) {
  .bl_slides ul li .bl_slide {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content {
  min-width: 0;
  width: 100%;
}

.bl_slides ul li .bl_slide .bl_slide__content ul li {
  width: 100%;
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text {
  margin-right: 100px;
}

@media (max-width: 1440px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text {
    margin-right: 50px;
  }
}

@media (max-width: 1024px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text {
    margin-right: 30px;
  }
}

@media (max-width: 992px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text {
    margin-right: 0;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 80px;
}

@media (max-width: 1200px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top {
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top .text_top__img {
  min-width: 165px;
  max-width: 165px;
  height: 250px;
  margin-right: 100px;
}

@media (max-width: 1440px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top .text_top__img {
    margin-right: 30px;
  }
}

@media (max-width: 1200px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top .text_top__img {
    max-width: 120px;
    min-width: 120px;
    height: auto;
  }
}

@media (max-width: 500px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top .text_top__img {
    margin-bottom: 20px;
    max-width: 100px;
    min-width: 100px;
    margin-right: 20px;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top .text_top__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top .text_top__text .box {
  text-transform: uppercase;
  padding: 8px 10px;
  border: 2px solid #fff;
  font-size: 21px;
  line-height: 100%;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top .text_top__text h2 {
  display: block;
  font-size: 75px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top .text_top__text h2 {
    font-size: 55px;
  }
}

@media (max-width: 600px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top .text_top__text h2 {
    font-size: 40px;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top .text_top__text h2 span {
  display: block;
  line-height: 100%;
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top .text_top__text h2 span:last-child {
  font-size: 54px;
}

@media (max-width: 1440px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top .text_top__text h2 span:last-child {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_top .text_top__text h2 span:last-child {
    font-size: 30px;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_center {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-bottom: 55px;
}

@media (max-width: 1200px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_center {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_center div p {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 16px;
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_center div p:last-child {
  margin-bottom: 16px;
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1200px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_bottom .text_bottom__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #e92474;
  padding: 14px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 430px;
  margin-right: 90px;
  position: relative;
}

@media (max-width: 1440px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_bottom .text_bottom__message {
    margin-right: 20px;
  }
}

@media (max-width: 1200px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_bottom .text_bottom__message {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_bottom .text_bottom__message::before {
  content: "";
  border-top: 9px solid #e92474;
  border-bottom: 9px solid transparent;
  border-left: 12px solid #e92474;
  border-right: 12px solid transparent;
  display: block;
  position: absolute;
  left: 55px;
  bottom: -16px;
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_bottom .text_bottom__message h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 6px;
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_bottom .text_bottom__message p {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: normal;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.4px;
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_bottom .btn_green {
  font-size: 24px;
  white-space: nowrap;
  height: 73px;
}

@media (max-width: 500px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__text .text_bottom .btn_green {
    font-size: 18px;
    height: auto;
    width: 100%;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__img {
  max-width: 400px;
  min-width: 400px;
}

@media (max-width: 1200px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__img {
    max-width: 350px;
    min-width: 350px;
  }
}

@media (max-width: 992px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__img {
    margin: 0 auto;
    margin-bottom: 40px;
    height: 350px;
  }
}

@media (max-width: 425px) {
  .bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__img {
    max-width: 300px;
    min-width: 300px;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content ul li .bl_slide__item .bl_slide__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  font-size: 0;
  width: 35px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: transparent;
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

@media (max-width: 992px) {
  .bl_slides ul li .bl_slide .bl_slide__content .flickity-button {
    top: 350px;
  }
}

@media (max-width: 768px) {
  .bl_slides ul li .bl_slide .bl_slide__content .flickity-button {
    top: 270px;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-button svg {
  display: none;
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-button::after {
  opacity: 0;
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-button:active, .bl_slides ul li .bl_slide .bl_slide__content .flickity-button:focus {
  outline: none;
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-button:hover {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.bl_slides ul li .bl_slide .bl_slide__content .previous {
  left: -12%;
  background-image: url("../img/icons/arrow_left_slide.png");
}

@media (max-width: 1780px) {
  .bl_slides ul li .bl_slide .bl_slide__content .previous {
    left: -5%;
  }
}

@media (max-width: 1440px) {
  .bl_slides ul li .bl_slide .bl_slide__content .previous {
    left: -50px;
  }
}

@media (max-width: 992px) {
  .bl_slides ul li .bl_slide .bl_slide__content .previous {
    left: -20px;
  }
}

@media (max-width: 768px) {
  .bl_slides ul li .bl_slide .bl_slide__content .previous {
    left: 0;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content .next {
  right: -12%;
  background-image: url("../img/icons/arrow_right_slide.png");
}

@media (max-width: 1780px) {
  .bl_slides ul li .bl_slide .bl_slide__content .next {
    right: -5%;
  }
}

@media (max-width: 1440px) {
  .bl_slides ul li .bl_slide .bl_slide__content .next {
    right: -50px;
  }
}

@media (max-width: 992px) {
  .bl_slides ul li .bl_slide .bl_slide__content .next {
    right: -20px;
  }
}

@media (max-width: 768px) {
  .bl_slides ul li .bl_slide .bl_slide__content .next {
    right: 0;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-page-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
  margin-top: 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .bl_slides ul li .bl_slide .bl_slide__content .flickity-page-dots {
    bottom: -40px;
  }
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-page-dots li {
  list-style: none;
  position: relative;
  margin-right: 10px;
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.5;
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-page-dots li:last-child {
  margin-right: 0;
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-page-dots .is-selected {
  background-color: #fff;
  opacity: 1;
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-page-dots .is-selected:hover {
  cursor: pointer;
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-page-dots button {
  font-size: 0;
  width: 11px;
  height: 11px;
  padding: 0;
  border: none;
  background-color: #fff;
  display: block;
  opacity: 0.5;
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-page-dots button:hover {
  cursor: pointer;
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-page-dots button:active, .bl_slides ul li .bl_slide .bl_slide__content .flickity-page-dots button:focus {
  outline: none;
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-page-dots .slick-active {
  position: relative;
  z-index: 10;
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-page-dots .slick-active button {
  background-color: #fff;
  opacity: 1;
}

.bl_slides ul li .bl_slide .bl_slide__content .flickity-page-dots .slick-active button:hover {
  cursor: pointer;
}

.bl_slides ul li:nth-child(2n) .bl_slide {
  background-color: #82bb31;
}

.bl_slides ul li:nth-child(2n) .bl_slide .bl_slide__content .swiper-wrapper .swiper-slide .bl_slide__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 992px) {
  .bl_slides ul li:nth-child(2n) .bl_slide .bl_slide__content .swiper-wrapper .swiper-slide .bl_slide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.bl_slides ul li:nth-child(2n) .bl_slide .bl_slide__content .swiper-wrapper .swiper-slide .bl_slide__item .bl_slide__text {
  margin-right: 0;
}

.bl_slides ul li:nth-child(2n) .bl_slide .bl_slide__content .swiper-wrapper .swiper-slide .bl_slide__item .bl_slide__text .text_bottom .text_bottom__message {
  background-color: #549000;
}

.bl_slides ul li:nth-child(2n) .bl_slide .bl_slide__content .swiper-wrapper .swiper-slide .bl_slide__item .bl_slide__text .text_bottom .text_bottom__message::before {
  border-top: 9px solid #549000;
  border-bottom: 9px solid transparent;
  border-left: 12px solid #549000;
  border-right: 12px solid transparent;
}

.bl_slides ul li:nth-child(2n) .bl_slide .bl_slide__content .swiper-wrapper .swiper-slide .bl_slide__item .bl_slide__text .text_bottom .btn_green {
  background-color: #a71a53;
}

.bl_slides ul li:nth-child(2n) .bl_slide .bl_slide__content .swiper-wrapper .swiper-slide .bl_slide__item .bl_slide__text .text_bottom .btn_green:hover {
  color: #82bb31;
}

.bl_slides ul li:nth-child(2n) .bl_slide .bl_slide__content .swiper-wrapper .swiper-slide .bl_slide__item .bl_slide__img {
  margin-right: 100px;
}

@media (max-width: 1440px) {
  .bl_slides ul li:nth-child(2n) .bl_slide .bl_slide__content .swiper-wrapper .swiper-slide .bl_slide__item .bl_slide__img {
    margin-right: 50px;
  }
}

@media (max-width: 1024px) {
  .bl_slides ul li:nth-child(2n) .bl_slide .bl_slide__content .swiper-wrapper .swiper-slide .bl_slide__item .bl_slide__img {
    margin-right: 30px;
  }
}

@media (max-width: 992px) {
  .bl_slides ul li:nth-child(2n) .bl_slide .bl_slide__content .swiper-wrapper .swiper-slide .bl_slide__item .bl_slide__img {
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 40px;
    height: 350px;
  }
}

.bl_how_to_get {
  padding-top: 160px;
  padding-bottom: 180px;
}

@media (max-width: 768px) {
  .bl_how_to_get {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 425px) {
  .bl_how_to_get {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.bl_how_to_get .bl_how_to_get__content {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

.bl_how_to_get .bl_how_to_get__content h2 {
  font-size: 54px;
  line-height: normal;
  margin-bottom: 80px;
  text-align: center;
  font-weight: 500;
  color: #070707;
}

@media (max-width: 768px) {
  .bl_how_to_get .bl_how_to_get__content h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .bl_how_to_get .bl_how_to_get__content h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.bl_how_to_get .bl_how_to_get__content ul li {
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 425px) {
  .bl_how_to_get .bl_how_to_get__content ul li {
    margin-bottom: 100px;
  }
}

.bl_how_to_get .bl_how_to_get__content ul li::after {
  content: "";
  display: block;
  width: 2px;
  height: 55px;
  background-color: #bcbbbc;
  position: absolute;
  left: 50%;
  bottom: -50px;
}

@media (max-width: 425px) {
  .bl_how_to_get .bl_how_to_get__content ul li::after {
    bottom: -80px;
  }
}

.bl_how_to_get .bl_how_to_get__content ul li:last-child {
  margin-bottom: 0;
}

.bl_how_to_get .bl_how_to_get__content ul li:last-child::after {
  display: none;
}

.bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 425px) {
  .bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item h3 {
  width: 22%;
  color: #82bb31;
  text-align: right;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
  line-height: 32px;
}

@media (max-width: 768px) {
  .bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item h3 {
    width: 30%;
  }
}

@media (max-width: 425px) {
  .bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item h3:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #a71a53;
}

.bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item .bl_how_to_get__img {
  max-width: 180px;
  min-width: 180px;
  height: 180px;
}

@media (max-width: 425px) {
  .bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item .bl_how_to_get__img {
    margin-bottom: 30px;
  }
}

.bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item .bl_how_to_get__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item ul {
  width: 22%;
}

@media (max-width: 768px) {
  .bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item ul {
    width: 30%;
  }
}

@media (max-width: 425px) {
  .bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item ul {
    width: 100%;
  }
}

.bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item ul li {
  margin-bottom: 15px;
}

.bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item ul li::after {
  display: none;
}

.bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item ul li:last-child {
  margin-bottom: 0;
}

.bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item ul li p {
  color: #070707;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item ul li p span {
  color: #a71a53;
}

.bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item ul li ul {
  width: 100%;
}

.bl_how_to_get .bl_how_to_get__content ul li .bl_how_to_get__item ul li ul li {
  margin-bottom: 0;
}

.bl_form {
  padding-top: 130px;
  padding-bottom: 60px;
  background-color: #a71a53;
}

@media (max-width: 768px) {
  .bl_form {
    padding-top: 60px;
  }
}

@media (max-width: 425px) {
  .bl_form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.bl_form .bl_form__content {
  max-width: 880px;
  margin: 0 auto;
}

.bl_form .bl_form__content h2 {
  font-size: 54px;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 768px) {
  .bl_form .bl_form__content h2 {
    font-size: 36px;
  }
}

@media (max-width: 425px) {
  .bl_form .bl_form__content h2 {
    font-size: 24px;
  }
}

.bl_form .bl_form__content p {
  font-size: 14px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 400;
}

.bl_form .bl_form__content form .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .bl_form .bl_form__content form .form {
    gap: 25px;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .bl_form .bl_form__content form .form {
    grid-template-columns: repeat(1, 1fr);
  }
}

.bl_form .bl_form__content form .form .form__left {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}

.bl_form .bl_form__content form .form .form__left span input {
  height: 60px;
  padding: 25px;
  width: 100%;
  border-radius: 0;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 300;
  font-style: italic;
  color: #070707;
  outline: none;
  border-bottom: 2px solid transparent;
}

@media (max-width: 768px) {
  .bl_form .bl_form__content form .form .form__left span input {
    height: 50px;
  }
}

.bl_form .bl_form__content form .form .form__left span input:active, .bl_form .bl_form__content form .form .form__left span input:focus {
  border-bottom: 2px solid #82bb31;
}

.bl_form .bl_form__content form .form .form__right {
  width: 100%;
}

.bl_form .bl_form__content form .form .form__right span textarea {
  width: 100%;
  padding: 25px;
  height: 100%;
  border-radius: 0;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 300;
  font-style: italic;
  color: #070707;
  outline: none;
  border-bottom: 2px solid transparent;
  resize: none;
}

@media (max-width: 600px) {
  .bl_form .bl_form__content form .form .form__right span textarea {
    height: 230px;
  }
}

.bl_form .bl_form__content form .form .form__right span textarea:active, .bl_form .bl_form__content form .form .form__right span textarea:focus {
  border-bottom: 2px solid #82bb31;
}

.bl_form .bl_form__content form .btn_green {
  outline: none;
  margin: 0 auto;
  border: none;
}

.bl_popup {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}

@media (max-height: 768px) {
  .bl_popup {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.bl_popup .block_close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.bl_popup .popup__content {
  z-index: 10;
  max-width: 650px;
  width: 100%;
  background-color: #fff;
  padding: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px;
  min-height: 520px;
}

@media (max-width: 768px) {
  .bl_popup .popup__content {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .bl_popup .popup__content {
    padding: 60px 30px;
  }
}

@media (max-width: 425px) {
  .bl_popup .popup__content {
    margin: 20px;
    padding: 60px 20px;
  }
}

.bl_popup .popup__content .btn_close_popup {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 23px;
  top: 23px;
}

.bl_popup .popup__content .btn_close_popup img {
  display: block;
  width: 100%;
  height: 100%;
}

.bl_popup .popup__content #lottie_spasibo {
  height: 150px;
}

.bl_popup .popup__content h3 {
  font-size: 32px;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  color: #070707;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .bl_popup .popup__content h3 {
    font-size: 26px;
  }
}

.bl_popup .popup__content p {
  color: #070707;
  text-align: center;
  margin-bottom: 20px;
  max-width: 390px;
  font-weight: 500;
}

.bl_popup .popup__content form {
  max-width: 320px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_popup .popup__content form input {
  height: 50px;
  padding: 25px;
  border-radius: 0;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 300;
  font-style: italic;
  color: #070707;
  outline: none;
  border-bottom: 2px solid transparent;
  background-color: #e9e8e8;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .bl_popup .popup__content form input {
    height: 50px;
  }
}

.bl_popup .popup__content form input:active, .bl_popup .popup__content form input:focus {
  border-bottom: 2px solid #82bb31;
}

.bl_popup .popup__content .btn_pink {
  padding: 15px 25px;
  height: 50px;
  color: #82bb31;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a71a53;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  border: none;
}

@media (max-width: 425px) {
  .bl_popup .popup__content .btn_pink {
    font-size: 16px;
  }
}

.bl_popup .popup__content .btn_pink:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #82bb31;
}

.bl_popup .popup__content .btn_green {
  padding: 15px 25px;
  height: 50px;
  font-size: 18px;
  border: none;
}

@media (max-width: 425px) {
  .bl_popup .popup__content .btn_green {
    font-size: 16px;
  }
}

.bl_popup_korobka,
.bl_popup_privet,
.bl_popup_spasibo,
.bl_popup_kupit,
.bl_popup_zrazok {
  display: none;
}

.main_footer {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 375px) {
  .main_footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.main_footer .container {
  position: relative;
}

.main_footer .container .btn_top {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #82bb31;
  position: fixed;
  right: 65px;
  bottom: 60px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
}

@media (max-width: 768px) {
  .main_footer .container .btn_top {
    width: 40px;
    height: 40px;
    padding: 12px;
    bottom: 30px;
    right: 30px;
  }
}

@media (max-width: 375px) {
  .main_footer .container .btn_top {
    bottom: 20px;
    right: 20px;
  }
}

.main_footer .container .btn_top img {
  display: block;
}

.main_footer .footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 600px) {
  .main_footer .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main_footer .footer__content .footer__logo {
  max-width: 215px;
  min-width: 215px;
  margin-right: 50px;
}

@media (max-width: 768px) {
  .main_footer .footer__content .footer__logo {
    max-width: 180px;
    min-width: 180px;
    margin-right: 30px;
  }
}

@media (max-width: 600px) {
  .main_footer .footer__content .footer__logo {
    margin-bottom: 30px;
  }
}

.main_footer .footer__content .footer__logo a {
  display: block;
  width: 100%;
  height: 100px;
}

.main_footer .footer__content .footer__logo a img {
  display: block;
  width: 100%;
}

.main_footer .footer__content .footer__logo a span {
  display: block;
  position: relative;
  top: -50px;
}

.main_footer .footer__content .footer__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .main_footer .footer__content .footer__right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 375px) {
  .main_footer .footer__content .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 992px) {
  .main_footer .footer__content .footer__right div {
    width: 45%;
  }
}

@media (max-width: 375px) {
  .main_footer .footer__content .footer__right div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.main_footer .footer__content .footer__right div h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.main_footer .footer__content .footer__right .footer__copyright {
  max-width: 280px;
  margin-right: 20px;
}

@media (max-width: 992px) {
  .main_footer .footer__content .footer__right .footer__copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 375px) {
  .main_footer .footer__content .footer__right .footer__copyright {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 0;
  }
}

.main_footer .footer__content .footer__right .footer__copyright p {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 21px;
}

.main_footer .footer__content .footer__right .footer__copyright p:last-child {
  margin-bottom: 0;
}

.main_footer .footer__content .footer__right .footer__address {
  margin-right: 20px;
}

@media (max-width: 992px) {
  .main_footer .footer__content .footer__right .footer__address {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 375px) {
  .main_footer .footer__content .footer__right .footer__address {
    margin-bottom: 30px;
  }
}

.main_footer .footer__content .footer__right .footer__address address p {
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  font-style: normal;
  white-space: nowrap;
  color: #a71a53;
}

.main_footer .footer__content .footer__right .footer__contacts {
  margin-right: 20px;
}

@media (max-width: 992px) {
  .main_footer .footer__content .footer__right .footer__contacts {
    margin-right: 0;
  }
}

.main_footer .footer__content .footer__right .footer__contacts a {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
  color: #a71a53;
}

.main_footer .footer__content .footer__right .footer__contacts a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .main_footer .footer__content .footer__right .footer__soc {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (max-width: 375px) {
  .main_footer .footer__content .footer__right .footer__soc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.main_footer .footer__content .footer__right .footer__soc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main_footer .footer__content .footer__right .footer__soc ul li {
  margin-right: 20px;
}

.main_footer .footer__content .footer__right .footer__soc ul li a {
  display: block;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main_footer .footer__content .footer__right .footer__soc ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

.bl_404 .container {
  max-width: 1280px;
}

.bl_404 .bl_404__content {
  padding-top: 270px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 450px;
  margin: 0 auto;
  min-height: 1110px;
}

@media (max-width: 768px) {
  .bl_404 .bl_404__content {
    min-height: 800px;
    padding-top: 130px;
  }
}

@media (max-width: 425px) {
  .bl_404 .bl_404__content {
    min-height: 700px;
    padding-top: 150px;
  }

  .main_header .header .header__right .header__boxes p span{
    font-size: 8px;
  }
  .main_header .header .header__right .header__boxes p .boxes_number{
    font-size: 20px;
  }


  .main_header .header .header__right .header__boxes {
    padding: 5px 5px;
  }
  .main_header .header .header__right .header__boxes {
    display: inline-block;
  }
  .main_header .header .header__logo {
    max-width: 110px;
  }
  .main_header .header .header__logo a span{
    top: -15px;
  }
}

@media (max-width: 374px){
  .main_header .header .header__right .header__boxes{
    display: inline-block;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%,0);
  }
}

.bl_404 .bl_404__content img {
  display: block;
}

.bl_404 .bl_404__content p {
  color: #070707;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  padding-top: 30px;
  border-top: 5px solid #a71a53;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 22px;
}

.bl_404 .bl_404__content #icon_404 {
  width: 100%;
  display: inline;
}


@media (max-width: 575px){
  .bl_header .bl_header__content ul li .bl_header__item .item__img{
    display: none;
  }
  .main_footer .footer__content .footer__logo{
    display: none;
  }
  .bl_header .bl_header__content ul li .bl_header__item .item__image{
    max-width: 100%;
    height: 125px;
    width: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 20px;
  }
  .bl_header .bl_header__content ul li .bl_header__item .item__image img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
}