
header {
  /* padding: 0; */
  transition: linear .2s;
  padding: 32px 0;
  height: auto;
}
header.styled {
  box-shadow: 0 4px 32px rgba(48,46,51,.18);
  border-radius: 0 0 32px 32px;
}
header.styled .header__mob {
  box-shadow: 0 4px 32px rgba(48,46,51,.18);
  background-color: #fff;
}
header.hide {
  transform: translate(0, -100%);
}
.header__mob {
  /* box-shadow: 0 4px 32px rgba(48,46,51,.18); */
  border-radius: 0 0 32px 32px;
  /* padding-bottom: 20px !important; */
}
header .logo {
}
header .logo--desktop svg {
  width: 1em;
  height: auto;
  font-size: 16rem;
}
header .logo--tablet svg {
  width: 1em;
  height: auto;
  font-size: 3.5rem;
}
h1.d-none {
  display: none;
}
.header__wrap {
  max-width: 1360px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  /* padding: 32px 0; */
  /* box-shadow: 0 4px 32px rgba(48,46,51,.18); */
  /* border-radius: 0 0 32px 32px; */

}

.logo--mob {
  display: none;
}

.header__menu-list li {
  align-items: center;
}
.header__menu-list li.menu-more {
  order: 9999;
}
.header__menu-list li a {
  font-size: 16px;
}


.locale__dropdown {
  align-items: center;
}
.locale__value--arrow {
  font-size: 0;
  line-height: 1;
}
.locale__value--arrow img {
  width: 14px;
}










.layout-wrapper {
  max-width: 1000px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.wrapper {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.layout-row {
  display: flex;
  flex-wrap: nowrap;
}



.section-form {
  padding: 150px 0 100px;
}
.section-form {

}
.section-form main {
  margin: 0;
  padding-right: 0;
  flex-grow: 1;
}

.section-form aside {
  position: static;
  width: 400px;
  flex: 0 0 auto;
  max-width: 100%;
}
.section-form aside .info {
  position: sticky;
  top: 150px;
}















.seo-block {
  margin: 50px 0;
}
.seo-block-description a {
  color: #e4002b;
  text-decoration: none;
}
.seo-block-description a:hover {
  color: #e4002b;
  text-decoration: underline;
}
.seo-block-wrapper-description {
  margin-bottom: 56px;
}
.seo-block-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #222025;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.seo-block-description.overflow {
  height: 230px;
  overflow: hidden;
}
.seo-block-description h1 {
  font-weight: 700;
  font-style: italic;
  line-height: 25px;
  margin-bottom: 28px;
}
.seo-block-description h2, .seo-block-description h3, .seo-block-description h4, .seo-block-description h5, .seo-block-description h6 {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 8px;
  margin-top: 8px;
}
.seo-block-show-button {
  font-weight: 700;
  font-style: italic;
  color: #e4002b;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  display: none;
}
.seo-block-show-button.show {
  display: inline-flex;
}
.seo-block-show-button.active svg {
  transform: rotate(180deg);
}
.seo-block-icon {
  display: inline-flex;
  margin-left: 10px;
}
.seo-block-icon.active {
  transform: rotate(180deg);
}
.seo-block-slider {
  border-radius: 8px;
  overflow: hidden;
  height: 172px;
}
.seo-block-item {
  width: 320px !important;
  height: 172px;
  padding: 0 10px;
}
.seo-block-item.big {
  width: 608px !important;
}
.seo-block-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.dev__link {
  color: rgba(35, 30, 46, 1);
  /* text-decoration: none !important; */
}
.dev__link:hover {
  color: rgba(35, 30, 46, 1);
  /* text-decoration: underline !important; */
}







.footer-universal .footer {
  position: relative;
  padding-bottom: 96px;
}
.footer-universal .footer__container {
  position: relative;

}
.footer-universal .footer__logo {
  display: block;
  margin-bottom: 27px;
}
.footer-universal .footer__slogan {
  display: block;
  font-size: 28px;
  line-height: 34px;
  color: #e4002b;
  margin-bottom: 43px;
}
.footer-universal .footer__nav {
  max-width: 661px;
  width: 100%;
  margin-bottom: 60px;
}
.footer-universal .footer__nav .list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer-universal .footer__nav .list__item {
  margin-right: 24px;
  margin-bottom: 15px;
}
.footer-universal .footer__nav .list__link {
  font-size: 14px;
  line-height: 17px;
  color: rgba(35, 30, 46, 0.4);
  transition: 0.3s;
  text-decoration: none;
}
.footer-universal .footer__nav .list__link:hover {
  color: #e4002b;
}
.footer-universal .footer__bot-content {
  display: flex;
}
.footer-universal .footer__hotline {
  margin-right: 78px;
}
.footer-universal .footer__hotline-phone {
  display: block;
  font-weight: 700;
  color: rgba(35, 30, 46, 0.4);
  margin-bottom: 5px;
  text-decoration: none;
}
.footer-universal .footer__hotline-text {
  font-size: 12px;
  line-height: 14px;
  color: rgba(35, 30, 46, 0.4);
}
.footer-universal .footer__copy-toptext {
  display: block;
  font-weight: 700;
  color: rgba(35, 30, 46, 0.4);
  margin-bottom: 5px;
  text-decoration: none;
}
.footer-universal .footer__copy-bottext {
  font-size: 12px;
  line-height: 14px;
  color: rgba(35, 30, 46, 0.4);
}
.footer-universal .footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-universal .footer__socials {
  display: flex;
  align-items: center;
  position: absolute;
  top: 18px;
  right: 15px;
}

.footer-universal .footer__social {
  margin-right: 65px;
}
.footer-universal .footer__social:last-child {
  margin-right: 0;
}
.footer-universal .dev__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 700;
  text-align: right;
  opacity: 0.4;
  color: #222025;
  font-size: 16px;
}

.footer-universal .dev__inner:first-child {
  margin-bottom: 13px;
}
.footer-universal .dev__link {
  text-decoration: underline;
  padding-left: 5px;
  color: #222025;
}
.footer-universal .sgs {
  position: absolute;
  right: 15px;
  top: 175px;
  display: flex;
}

.footer-universal .sgs-link {
  display: block;
  width: 200px;
  transition: 0.3s;
  /*filter: grayscale(100);*/
}
.footer-universal .sgs-link img {
  max-width: 100%;
}
/*.footer-universal .sgs-link:hover {*/
/*  filter: grayscale(0);*/
/*}*/
.footer-universal .sgs-link:first-child {
  margin-right: 15px;
}








@media (max-width: 1199px) {
  header {
    /* padding: 0; */
    /* padding: 20px 0; */
    padding: 16px 0;
  }
  .logo--desktop {
    display: none;
  }
  .logo--mob {
    width: auto;
    display: block;
  }
  .mobile_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #mob_menu {
    display: flex;
  }
  .logo--mobile {
  }
  .logo--mobile svg {
    position: relative;
    width: 50px;
    height: auto;
    top: 10px;
  }
  .locale {
    /* top: 10px; */
  }
  /* .header__wrap {
    display: none;
  } */
  /* .header__mob {
    display: flex;
    flex-direction: column;
    position: static;
    background-color: transparent;
    z-index: 9;
    padding: 20px 20px 0;
    width: 100%;
  } */
  /* .header__mob .header__menu {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: -40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  } */
  .header__mob .header__menu::-webkit-scrollbar {
    width: 0;
  }
  .header__mob .header__menu::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0;
  }

  .header__menu-list li {
   /* margin-right: 0; */
 }
  .header__menu-list li a {
    white-space: nowrap;
    /* padding-right: 25px; */
  }
  /*

  .header__menu-list li a {
    white-space: nowrap;
    font-size: 15px;
    margin-right: 0;
    padding-right: 15px;
    flex-direction: row;
  }
  .header__menu-list li a svg {
    width: 25px !important;
    margin-right: 5px !important;
  } */

  .section-form {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .section-form .layout-row {
    /* flex-direction: column; */
  }
  /* .section-form aside {
    width: 100%;
  }
  */
  .section-form main {
    padding-left: 30px;
    margin-top: 30px;
  }

  .form__field--btn-container, .form__field--input-container, .form__file--wrap {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .input_xl {
    width: 100%;
  }
  .btn_lg {
    width: 100%;
  }
  .form__file--wrap {
    width: 100%;
  }
  .input_md {
    width: 100%;
  }
  .input_xs {
    width: 100%;
  }

  .form__file--cadastre, .form__file--identity  {
    width: 100%;
  }

  .switch-field {
    flex-wrap: wrap;
  }
  .form__field--wrap {
    width: 100%;
    flex-wrap: wrap;
    margin-top: -10px;
  }
  .form__label--container {
    flex-shrink: 0;
  }
  .form__field--col {
    width: 48%;
    margin-top: 10px;
  }
  .form__file--cadastre {
    flex-wrap: wrap;
    font-size: 0;
    line-height: 1;
    padding: 25px 0;
  }
  .form__file--cadastre > span {
    display: inline-block;
    padding-left: 5px;
    /* padding-right: 5px; */
  }
  .form__file strong {
    width: 100%;
  }
}


@media (max-width: 992px) {
  .header__wrap {
    /* display: none; */
  }
  /* .section-form {
    padding: 20px 0;
  } */

  .header__menu-list li {
    margin-right: 0;
  }
   .header__menu-list li a {
     padding-right: 25px;
   }
   #sub-menu {
    right: 0;
   }
   .dropdown-poly {
    right: 10px;
   }

  .section-form .layout-row {
    flex-direction: column;
  }
  .section-form aside {
    width: 100%;
  }

  .section-form main {
    padding-left: 0;
    /* margin-top: 30px; */
  }

  .seo-block {
    margin: 20px 0;
  }
  .footer-universal .footer {
    padding-bottom: 30px;
  }
  .footer-universal .footer__nav {
    margin-bottom: 20px;
  }
  .footer-universal .footer__wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px 0;
  }
  .footer-universal .footer__bot-content {
    flex-direction: column;
  }
  .footer-universal .dev__inner {
    justify-content: flex-start;
  }
  .footer-universal .footer__bot-content {
    flex-direction: column;
    gap: 20px 0;
  }
  .footer-universal .sgs {
    /*position: static;*/
    /*margin: 30px 0;*/
    position: inherit;
    top:0;
    margin: 30px 15px;
    flex-direction: column;
    height: 220px;

  }
  .footer-universal .footer__socials {
    position: static;
    margin: 30px 0;
  }
  .footer-universal .footer__hotline {
    margin-right: 0;
  }

  .footer-universal .footer__logo {
    display: block;
    width: 225px;
    margin-bottom: 20px;
  }
  .footer-universal .footer__logo img {
    max-width: 100%;
  }
  .footer-universal .footer__slogan {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .footer-universal .footer__socials a {
    margin-right: 42px;
  }
  .footer-universal .footer__socials a svg {
    width: 30px;
    height: 30px;
    max-width: 100%;
  }

  .footer-universal .sgs-link {
    width: 215px;
  }
  .footer-universal .sgs-link:last-child{
      position: relative;
      top: -100px;
  }
}

@media (max-width: 820px) {
  header {
    position: fixed !important;
  }
}

@media (max-width: 768px) {
  header {
    margin-bottom: 0 !important;
  }
  .header__mob {
    position: static !important;
  }
  .logo--mobile {
    margin: 15px 0 5px !important;
  }
  .logo--mobile svg {
    position: relative;
    width: auto;
    height: auto;
    top: 0;
  }
  .locale {
    top: 5px;
  }
  .header__mob .header__menu {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    /* padding-bottom: 0 !important; */
  }
  .header__menu-list li {
    margin-right: 0;
    width: auto !important;
  }
  .header__menu-list li a {
    white-space: nowrap;
    font-size: 15px;
    margin-right: 0;
    padding-right: 30px;
  }
  .header__menu-list li a svg {
    width: 25px !important;
    margin-right: 5px !important;
  }

  .logo--mobile {
    margin: 0 0 15px;
  }

  .section-form {
    padding-top: 150px;
    padding-bottom: 0;
  }

  /* .form__field--btn-container, .form__field--input-container, .form__file--wrap {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .input_xl {
    width: 100%;
  }
  .btn_lg {
    width: 100%;
  }
  .form__file--wrap {
    width: 100%;
  }

  .form__file--cadastre, .form__file--identity  {
    width: 100%;
  } */
  /* .form__file--cadastre {
    flex-wrap: wrap;
    font-size: 0;
    line-height: 1;
    padding: 25px 0;
  }
  .form__file--cadastre > span {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  } */
  /* .switch-field {
    flex-wrap: wrap;
  } */
  /* .form__field {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }

  .form__label--container {
    margin-bottom: 8px;
  } */

}

@media (max-width: 568px) {
  header {
    min-height: auto !important;
    height: auto;
  }
}
@media (max-width: 575px) {
  .footer-universal .footer__nav .list__item {
    width: 100%;
  }
}
