@font-face {
  font-family: "Optima Cyr";
  src: url("../fonts/optima-cyr.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/optima-cyr.eot?#iefix") format("embedded-opentype"), url("../fonts/optima-cyr.otf") format("opentype"), url("../fonts/optima-cyr.svg") format("svg"), url("../fonts/optima-cyr.ttf") format("truetype"), url("../fonts/optima-cyr.woff") format("woff"), url("../fonts/optima-cyr.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 10px;
}

:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
}

span,
time,
li,
p {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #402F3A;
}

h1,
h2,
h3,
button {
  font-family: 'Optima Cyr';
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #BA3866;
}

a {
  font-family: 'Optima Cyr';
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2rem;
  color: #BA3866;
}

img {
  width: 100%;
}

div[class*="button"] {
  cursor: pointer;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.hr {
  margin-top: 1rem;
  margin-bottom: 20px;
  width: 91px;
  height: 0px;
  border: 0.5px solid #F4AACC;
}

article {
  max-width: 1158px;
}

.header {
  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;
  height: 176px;
  width: 100%;
}

.header .header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1172px;
}

.header .header_section_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

.header .header_section_left .header_go_home {
  text-align: left;
}

.header .header_section_left .header_go_home a {
  font-size: 1.5rem;
  line-height: 1.52rem;
  text-transform: uppercase;
  color: #402F3A;
  font-weight: normal;
}

.header .header_section_left .header_logo {
  width: 267px;
  height: 145px;
  margin-right: 2rem;
  padding-left: 1rem;
}

.header .header_section_left .header_logo a svg {
  width: 267px;
  height: 155px;
}

.header .header_section_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header_section_right .header_social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}

.header .header_section_right .header_social_icons .header_social_icons_facebook,
.header .header_section_right .header_social_icons .header_social_icons_instagram,
.header .header_section_right .header_social_icons .header_social_icons_youtube {
  -webkit-transition: all .2s ease-in-out-out;
  -o-transition: all .2s ease-in-out-out;
  transition: all .2s ease-in-out-out;
  border-radius: 50%;
  background: #DCD9DB;
  width: 35px;
  height: 35px;
  margin: 0 10px;
}

.header .header_section_right .header_social_icons .header_social_icons_facebook:hover,
.header .header_section_right .header_social_icons .header_social_icons_instagram:hover,
.header .header_section_right .header_social_icons .header_social_icons_youtube:hover {
  background: #EA5297;
  -webkit-transition: all .2s ease-in-out-out;
  -o-transition: all .2s ease-in-out-out;
  transition: all .2s ease-in-out-out;
}

.header .header_section_right .header_social_icons .header_social_icons_facebook .icons,
.header .header_section_right .header_social_icons .header_social_icons_instagram .icons,
.header .header_section_right .header_social_icons .header_social_icons_youtube .icons {
  width: 100%;
  height: 100%;
}

.header .header_section_right .header_button {
  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;
  width: 188px;
  height: 58px;
  background: #1B9DAB;
  border-radius: 124px;
  font-family: 'Optima Cyr';
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 21px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 1rem;
}

.header .header_section_right .header_button:hover {
  background: #0BB8CB;
  -webkit-transition: all 0.3s ease-in-out-out;
  -o-transition: all 0.3s ease-in-out-out;
  transition: all 0.3s ease-in-out-out;
}

.header .header_section_right .header_button a {
  color: #FFFFFF;
}

.header .header_section_right .header_button .header_button_icon {
  width: 18px;
  height: 35px;
  margin-right: 7px;
}

.header .header_section_right .header_button .header_button_icon svg {
  width: 100%;
  height: 100%;
}

.header .header_section_right .header_button_mobile_open {
  display: none;
  -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;
  width: 27px;
  height: 20px;
}

.header .header_section_right .header_button_mobile_open .header_button_mobile_open_line {
  width: 100%;
  height: 3px;
  background: #EA5297;
}

.mobile_navigation {
  display: none;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  margin: auto;
  width: 210px;
  height: 100vh;
  z-index: 99;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(210px);
      -ms-transform: translateX(210px);
          transform: translateX(210px);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 0;
}

.mobile_navigation .mobile_navigation__close {
  position: absolute;
  left: 2rem;
  top: 2rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_navigation .mobile_navigation__close .mobile_navigation__close__line:first-child {
  width: 0.2rem;
  height: 2rem;
  background: #EA5297;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile_navigation .mobile_navigation__close .mobile_navigation__close__line:last-child {
  width: 0.2rem;
  height: 2rem;
  background: #EA5297;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mobile_navigation .mobile_navigation__close .mobile_navigation__close-icon__line {
  width: 0.2rem;
  height: 2rem;
  background: #EA5297;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_navigation .mobile_navigation_list {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.mobile_navigation .mobile_navigation_list .mobile_navigation_list_item a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #402F3A;
  margin: 1.5rem 0;
}

.mobile_navigation .mobile_navigation_social_icons {
  display: none;
  margin-bottom: 20px;
}

.mobile_navigation .mobile_navigation_social_icons .mobile_navigation_social_icons_facebook,
.mobile_navigation .mobile_navigation_social_icons .mobile_navigation_social_icons_instagram,
.mobile_navigation .mobile_navigation_social_icons .mobile_navigation_social_icons_youtube {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 50%;
  background: #a79fa4;
  width: 35px;
  height: 35px;
  margin: 0 10px;
}

.mobile_navigation .mobile_navigation_social_icons .mobile_navigation_social_icons_facebook:hover,
.mobile_navigation .mobile_navigation_social_icons .mobile_navigation_social_icons_instagram:hover,
.mobile_navigation .mobile_navigation_social_icons .mobile_navigation_social_icons_youtube:hover {
  background: #EA5297;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.mobile_navigation .mobile_navigation_social_icons .mobile_navigation_social_icons_facebook .icons,
.mobile_navigation .mobile_navigation_social_icons .mobile_navigation_social_icons_instagram .icons,
.mobile_navigation .mobile_navigation_social_icons .mobile_navigation_social_icons_youtube .icons {
  width: 100%;
  height: 100%;
}

.main {
  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 .banner {
  width: 100%;
  background: #EA5297;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .banner .banner__container {
  width: 100%;
  max-width: 1192px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main .banner .banner__container .banner__background {
  position: absolute;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 100%;
  opacity: 0.05;
  height: 100%;
}

.main .banner .banner__container .banner__title h1 {
  color: #FFFFFF;
  text-align: center;
  display: block;
  max-width: 40rem;
  padding: 4.5rem 0 1.2rem 0;
}

.main .banner .banner__container .banner__text span {
  display: block;
  border-radius: 12.4rem;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  padding-bottom: 1.5rem;
  width: 32rem;
}

.main .banner .banner__container .banner__button--hover:hover span {
  background: #BA3866;
  color: #FFFFFF;
}

.main .banner .banner__container .banner__button--hover span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  border-radius: 12.4rem;
  width: 16.2rem;
  background: #FFFFFF;
  display: block;
  text-align: left;
  color: #ba3866;
  padding: 1.2rem 2rem;
  font-size: 1.8rem;
  font-family: 'Optima Cyr';
  font-weight: bold;
  position: relative;
  font-size: 1.7rem;
  font-family: 'Optima Cyr';
  font-weight: bold;
  position: relative;
}

.main .banner .banner__container .banner__button--hover span::after {
  content: '';
  background-image: url("../img/icons/icons.svg#btn");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 8rem;
  height: 7rem;
  top: 0%;
  position: absolute;
}

.main .banner .banner__container .banner__photos img {
  padding-top: 2rem;
  display: block;
}

.main .information {
  margin-left: 1rem;
  margin-right: 1rem;
}

.main .information p {
  margin-bottom: 20px;
}

.main .information .information__photo {
  margin-bottom: 20px;
}

.main .information .information__photo_text {
  margin-bottom: 20px;
  display: block;
}

.main .information .information__photo_text span {
  display: block;
}

.main .information .information__photo_text ul {
  margin-bottom: 20px;
  display: inline-block;
}

.main .information .information__photo_text ul li {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.main .information .information__photo_text ul li span {
  margin-left: 50px;
}

.main .information .information__photo_text ul li::before {
  content: '';
  background-image: url("../img/icons/icons.svg#li-ribbon");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: absolute;
  width: 50px;
  height: 50px;
}

.main .information .information__note {
  display: block;
}

.main .information .information__note strong {
  color: #EA5297;
}

.main .alert {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 6rem !important;
}

.main .alert .alert__title {
  text-align: center;
  margin-bottom: 2rem;
}

.main .alert .alert__list h3 {
  color: #402F3A;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.main .alert .alert__list ul {
  margin-bottom: 2rem;
  display: inline-block;
}

.main .alert .alert__list ul li {
  position: relative;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5rem;
}

.main .alert .alert__list ul li span {
  margin-left: 25px;
}

.main .alert .alert__list ul li::before {
  content: '';
  background-image: url("../img/icons/icons.svg#danger");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: absolute;
  top: 8px;
  width: 20px;
  height: 20px;
}

.main .alert .alert__note span {
  font-weight: bold;
}

.main .about {
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 6rem !important;
}

.main .about .about__text span {
  display: block;
  margin-bottom: 1.5rem;
}

.main .about .about__factors {
  margin-top: 5rem;
}

.main .about .about__factors .about__factors_title {
  margin-bottom: 3rem;
  text-align: center;
}

.main .about .about__factors .about__factors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

.main .about .about__factors .about__factors__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .about .about__factors .about__factors__list ul li {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 3rem;
  height: 13rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.main .about .about__factors .about__factors__list ul li svg {
  width: 7rem;
  height: 7rem;
}

.main .about .about__factors .about__factors__list ul li span {
  text-align: center;
}

.main .about .about__factors .about__factors__list ul li span .note {
  display: block;
  font-size: 1rem;
  line-height: 1.1rem;
}

.main .about .about__factors .about__factors_note span {
  display: block;
  margin-bottom: 2rem;
}

.main .about .about__factors .about__factors_note span:last-child strong {
  color: #EA5297;
}

.main .results {
  margin-left: 1rem;
  margin-right: 1rem;
}

.main .results .results__text span {
  display: inline-block;
  margin-bottom: 2rem;
}

.main .results .results__text p span {
  display: block;
  margin-bottom: 2rem;
}

.main .results .results__text p img {
  margin-bottom: 2rem;
}

.main .results .results__text img {
  margin-bottom: 2rem;
}

.main .results .result__footer {
  text-align: center;
}

.main .results .result__footer span {
  display: block;
  margin-bottom: 1.5rem;
}

.main .results .result__footer span strong {
  color: #BA3866;
}

.main .results .result__footer svg {
  width: 1.9rem;
  height: 3rem;
}

/* Footer Banner */

.footer_banner {
  width: 100%;
  background: #EA5297;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer_banner .footer__background {
  position: absolute;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  width: 100%;
  opacity: 0.05;
  height: 100%;
}

.footer_banner .footer__container {
  width: 100%;
  max-width: 1192px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.footer_banner .footer__container .footer__title h2 {
  color: #FFFFFF;
  text-align: center;
  display: block;
  max-width: 40rem;
  padding: 4.5rem 0 1.2rem 0;
}

.footer_banner .footer__container .footer__text span {
  display: block;
  border-radius: 12.4rem;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  padding-bottom: 1.8rem;
  width: 20rem;
}

.footer_banner .footer__container .footer__button--hover {
  margin-bottom: 20px;
}

.footer_banner .footer__container .footer__button--hover:hover span {
  background: #BA3866;
  color: #FFFFFF;
}

.footer_banner .footer__container .footer__button--hover span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  border-radius: 12.4rem;
  width: 16.2rem;
  background: #FFFFFF;
  display: block;
  text-align: left;
  color: #ba3866;
  padding: 1.2rem 2rem;
  font-size: 1.8rem;
  font-family: 'Optima Cyr';
  font-weight: bold;
  position: relative;
}

.footer_banner .footer__container .footer__button--hover span::after {
  content: '';
  background-image: url("../img/icons/icons.svg#btn");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 8rem;
  height: 7rem;
  top: 0%;
  position: absolute;
}

.footer_banner .footer__container .footer__photo {
  width: 70%;
  margin-right: 50px;
}

.footer_banner .footer__container .footer__photo img {
  padding-top: 2rem;
  display: block;
}

@media (min-width: 640px) {
  .desktop_hidden {
    display: none;
  }

  .main .results .results__text p {
    display: block;
    width: 60%;
    float: left;
  }

  .main .results .results__text img {
    width: 40%;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .main .banner .banner__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 1.7rem;
  }

  .main .banner .banner__container .banner__title h1 {
    text-align: left;
  }

  .main .banner .banner__container .banner__text span {
    text-align: left;
  }

  .main .banner .banner__container .banner__button--hover span {
    margin-bottom: 6rem;
  }

  .footer_banner .footer__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4rem;
  }

  .footer_banner .footer__container .footer__text span {
    width: 30rem;
  }

  .footer_banner .footer__container .footer__button--hover span {
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 768px) {
  .main .banner .banner__container .banner__photos {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
  }

  .footer_banner .footer__container .footer__photo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .main .information .information__photo {
    width: 50%;
    height: 100%;
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .main .about .about__factors .about__factors__list ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0rem;
  }

  .main .about .about__factors .about__factors__list ul li span {
    text-align: left;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }

  .main .about .about__factors .about__factors__list ul li svg {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

@media (min-width: 1200px) {
  .main .information .information__note {
    display: inline-block;
  }
}

@media only screen and (min-width: 1280px) {
  html {
    font-size: 18px;
  }

  body {
    font-size: 18px;
  }
}

@media (max-width: 1920px) {
  .header .header_container {
    width: 1172px;
  }
}

@media (max-width: 1200px) {
  .header .header_container {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .header .header_section_right .header_button {
    font-size: 1.325rem;
  }
}

@media (max-width: 965px) {
  .header .header_section_right .header_button_mobile_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    margin-right: 30px;
  }

  .mobile_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 850px) {
  .header .header_section_right .header_social_icons {
    display: none;
  }

  .mobile_navigation .mobile_navigation_social_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 786px) {
  .header .header_section_left .header_logo {
    width: 220px;
    height: 135px;
  }

  .header .header_section_left .header_logo a svg {
    width: 220px;
    height: 135px;
  }
}

@media (max-width: 745px) {
  .header .header_section_left .header_go_home {
    display: none;
  }
}

@media (max-width: 652px) {
  .header .header_section_right .header_button_mobile_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    margin-right: 10px;
  }
}

@media (max-width: 640px) {
  .mobile_hidden {
    display: none;
  }
}

@media (max-width: 575px) {
  .header .header_section_right .header_button {
    width: 145px;
    height: 45px;
    font-size: 1.325rem;
  }

  .header .header_section_right .header_button .header_button_icon {
    width: 14px;
    height: 20px;
  }
}

@media (max-width: 525px) {
  .header {
    height: 130px;
  }

  .header .header_section_left {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .header .header_section_left .header_logo {
    width: 170px;
    height: 105px;
  }

  .header .header_section_left .header_logo a svg {
    width: 150px;
    height: 105px;
  }
}

@media (max-width: 425px) {
  .header {
    height: 75px;
  }

  .header .header_section_left {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .header .header_section_left .header_logo {
    width: 129px;
    height: 70px;
  }

  .header .header_section_left .header_logo a svg {
    width: 129px;
    height: 70px;
  }

  .header .header_section_right {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header .header_section_right .header_button {
    width: 120px;
    height: 40px;
    margin-right: 7px;
    font-size: 1.125rem;
  }

  .header .header_section_right .header_button .header_button_icon {
    width: 10px;
    height: 14px;
    margin-right: 4px;
  }
}

@media (max-width: 355px) {
  .header .header_section_right .header_button {
    width: 100px;
    height: 33px;
    margin-right: 7px;
    font-size: 1.125rem;
  }
}

@media (max-width: 320px) {
  .header .header_section_right .header_button {
    margin-right: -6px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 640px) {
  html {
    font-size: 12px;
  }

  body {
    font-size: 12px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  html {
    font-size: 13px;
  }

  body {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  html {
    font-size: 16px;
  }

  body {
    font-size: 16px;
  }
}
@supports (-webkit-appearance:none){
.main .banner .banner__container .banner__background{background-image:url("../img/bg.webp")}
.main .banner .banner__container .banner__button--hover span::after{background-image:url("../img/icons/icons.svg#btn")}
.main .information .information__photo_text ul li::before{background-image:url("../img/icons/icons.svg#li-ribbon")}
.main .alert .alert__list ul li::before{background-image:url("../img/icons/icons.svg#danger")}
.footer_banner .footer__background{background-image:url("../img/bg.webp")}
.footer_banner .footer__container .footer__button--hover span::after{background-image:url("../img/icons/icons.svg#btn")}
}

 @media (min-width: 640px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 768px){

@supports (-webkit-appearance:none){

}

}

 @media only screen and (min-width: 768px){

@supports (-webkit-appearance:none){

}

}

 @media screen and (min-width: 768px){

@supports (-webkit-appearance:none){

}

}

 @media only screen and (min-width: 1024px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1200px){

@supports (-webkit-appearance:none){

}

}

 @media only screen and (min-width: 1280px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1920px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1200px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1000px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 965px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 850px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 786px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 745px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 652px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 640px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 575px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 525px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 425px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 355px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 320px){

@supports (-webkit-appearance:none){

}

}

 @media only screen and (min-width: 375px) and (max-width: 640px){

@supports (-webkit-appearance:none){

}

}

 @media only screen and (min-width: 640px) and (max-width: 1024px){

@supports (-webkit-appearance:none){

}

}

 @media only screen and (min-width: 1024px) and (max-width: 1280px){

@supports (-webkit-appearance:none){

}
}
@media (max-width: 860px) {
    .header .header_section_right .header_button1,
    .header .header_section_right .header_social_icons {
        display: none
    }
